.home-slider {
    background-color: #ffbb74
}

.home-slider .banner-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    text-align: left;
    margin: 300px 0 250px;
    padding: 0;
    padding-right: 30px;
    opacity: 0;
    color: #0a113d
}

.home-slider .banner-caption h1 {
    font-size: 4rem;
    line-height: 5rem;
    margin: 0 0 10px;
    font-weight: 800
}

.home-slider .banner-caption h1 span {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 500;
    letter-spacing: 3px
}

.home-slider .banner-caption h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin: 0 0 10px;
    font-weight: 400
}

.home-slider .banner-caption .call-btn {
    padding: 30px 0 0px
}

.home-slider .banner-caption .home-cta {
    margin: 40px 0 0
}

.home-slider .banner-caption .home-cta a:last-child {
    margin: 0 0 0 20px
}

.home-slider .banner-inner {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
    padding: 30px 0px
}

.flex-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.flex-btn a:last-child {
    margin-left: 15px
}

.banner-call .animated-ico {
    position: absolute;
    background-color: #f78536;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9
}

.banner-call .animated-ico i {
    position: relative;
    z-index: 9;
    color: #fff
}

.banner-call .animated-ico::before,
.banner-call .animated-ico::after {
    content: "";
    background-color: #f78536;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    border-radius: 50%;
    animation-timing-function: linear
}

.banner-call .animated-ico::before {
    opacity: .4;
    animation-delay: 1s
}

.banner-call .animated-ico::after {
    opacity: .6
}

.banner-call:hover .animated-ico i {
    animation: ring 1s infinite ease-in-out
}

.animated-txt {
    padding-left: 60px;
    color: #0a113d;
    font-weight: 500
}

@keyframes ripple {
    0% {
        opacity: .25
    }

    100% {
        border-radius: 50%;
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes ring {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.form-inner {
    padding: 0 20px 20px
}

.form-Main {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    margin: 0 0 0px;
    border-radius: 10px;
    z-index: 9;
    overflow: hidden
}

.form-Main .heading {
    font-size: 20px;
    list-style: 30px;
    background-color: #0a113d;
    color: #fff;
    padding: 10px;
    text-align: center;
    letter-spacing: 1px
}

.owl-nav {
    display: flex
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    background-color: #ffc58d;
    border-radius: 50%;
    transition: .3s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    font-size: 1.4rem;
    position: relative;
    color: #0a113d;
    transition: .3s all ease-in-out;
    font-weight: 400
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: #323232
}

.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i {
    color: #fff
}

.owl-prev {
    left: -60px
}

.owl-next {
    right: -60px
}

.foot-form-block {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset
}

.foot-form-block .foot-form-single {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    margin: 0 0 0px;
    border-radius: 5px;
    z-index: 9
}

@media(max-width: 1400px) {
    .owl-nav {
        justify-content: center;
        margin: 30px 0 0
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        top: auto;
        position: static;
        margin: 0 5px !important
    }
}

@media(max-width: 990px) {
    .home-slider .banner-inner {
        background-image: none !important;
        padding: 40px 0
    }
}

.btn-danger {
    font-size: 12px
}

.mapTableMain {
    background-color: #fff;
    padding: 0 0 15px;
    border-radius: 15px
}

.mapTableSec .table {
    margin: 0;
    border-radius: 15px 20px 0 0;
    overflow: hidden;
    background-color: #fff
}

.table>thead {
    background-color: #0a113d;
    color: #fff
}

thead,
tbody,
tfoot,
tr,
td,
th {
    font-weight: 500 !important;
    text-align: center;
    vertical-align: middle
}

.mapTableSec select.form-control.form-select {
    height: auto;
    padding: 5px
}

.mapTableSec input[type=checkbox] {
    height: 20px;
    width: 20px
}

.table-hover>tbody>tr:hover>* {
    background-color: #ffc58d
}

.table>thead th {
    padding: 17px 5px
}

.list-group-horizontal {
    margin: 0 0 10px
}

.list-group-horizontal>.list-group-item:first-child {
    flex: 1;
    font-weight: 600
}

.list-group-item:last-child {
    width: 100px;
    font-weight: 600;
    color: #f78536
}

.contact-each {
    border: solid 1px #f3f3f3;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    margin: 0 0 15px;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    transition: .3s all ease-in-out
}

.contact-each:after {
    position: absolute;
    content: "";
    color: #fff;
    bottom: -5px;
    right: -5px;
    width: 100%;
    height: 100%;
    z-index: -9;
    border-radius: 5px;
    opacity: .5;
    background-color: #323232;
    transition: .3s all ease-in-out;
    transform: translate(-5px, -5px)
}

.contact-each .contact-icon {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-color: #323232;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    transition: .3s all ease-in-out
}

.contact-each .contact-desc {
    flex: 1
}

.contact-each p {
    margin: 0;
    color: #0a113d;
    transition: .3s all ease-in-out
}

.contact-each h2 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #0a113d;
    transition: .3s all ease-in-out
}

.contact-each a {
    color: #323232
}

.contact-each a:hover {
    color: #0a113d;
    transition: .3s all ease-in-out
}

.contact-each:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    border: solid 1px #f78536
}

.contact-each:hover:after {
    transform: translate(0px, 0px)
}

.contact-each:hover .contact-icon {
    background-color: #f78536
}

.contact-each:hover .contact-desc h2,
.contact-each:hover .contact-desc p {
    color: #f78536
}

.contact-eachSec {
    flex: 1
}

@media(max-width: 990px) {
    .contact-each {
        margin: 0 0 30px;
        flex-direction: column
    }

    .contact-each .contact-icon {
        margin: 0 0 10px
    }
}

@media(max-width: 767px) {
    .home-slider .banner-inner { 
        padding: 20px 0 10px
    }
    .contact-each {
        align-items: center
    }

    .contact-each .contact-desc {
        text-align: center
    }

    .contact-info-wrapper {
        margin: 20px 0 0
    }
}