body {
    font-family: "Montserrat", Sans-serif;
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}
img{
    max-width: 100%;
    height: auto;
}
.container {
    max-width: 1200px;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 10px 0px;
    z-index: 9;
}
.header-logo {
    width: 240px;
} 
.header-top-wraper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-contact {
    width: calc(100% - 332px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header-contact a svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}
.header-contact a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-left: 25px;
}
.banner-section {
    /* height: 100vh; */
    width: 100%;
    background-size: 100% 100%;
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    padding-top: 100px;
}
.banner-title {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 500;
}
.banner-title strong{
    font-weight: 800;
}
.banner-review-logo {
    margin-top: 30px;
}
.banner-content {
    padding-bottom: 150px;
}
.banner-center {
    width: 28.644%;
    display: flex;
    align-items: flex-end;
}
.col-md-4.banner-left {
    width: 37.631%;
}

.form-control {
    border: 1px solid #69727d;
    border-radius: 0;
    font-size: 15px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 12px;
    outline: none;
    box-shadow: none;
}
.form-group {
    margin-bottom: 10px;
}
.banner-form {
    background:#8f7b20;
    padding: 30px;
    border-radius: 10px;
}
.banner-form-title span {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.banner-form-title {
    font-size: 35px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.submit-btn {
    width: 100%;
    font-weight: 600;
    padding: 10px 10px 10px 10px;
    background:#000;
    background-size: 100% 200%;
    background-position: 100% 0;
    transition: background-position .8s;
    border: 0;
    color: #fff;
    font-size: 18px;
}
.form-privacy {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.form-privacy img {
    margin-right: 10px;
}
.banner-form-wraper {
    padding-bottom: 150px;
}
.banner-icon.banner-icon-3 {
    right: 0;
    top: 130px;
}
.banner-center-image {
    position: relative;
    padding-bottom: 50px;
}

.banner-icon.banner-icon-1 {
    top: 60px;
    left: 0;
}
.banner-icon {
    max-width: 50px;
    position: absolute;
}
.banner-icon.banner-icon-2 {
    left: -60px;
    bottom: 115px;
}
.banner-icon.banner-icon-4 {
    bottom: 60px;
    right: -60px;
}
.ticker-box {
    background: #8f7b20;
    padding: 10px 0;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: -50px;
    position: relative;
}
.ticker-box .ticker {
    color: #fff;
    display: inline-block;
    white-space: nowrap;
   padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 100s;
    animation-duration: 100s;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-box .ticker  .ticker-item {
    display: inline-block;
    padding: 0 1rem;
    color: #fff;
    font-size: 18px;
}
.service-box-list {
    width: 33.33%;
    padding: 10px;
}
.service-box-wraper {
    display: flex;
    flex-wrap: wrap;
}
.service-box {
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.23);
    padding: 20px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background: #8f7b20;
}

.service-box-title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
}
.box-content {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}
.service-box-icon {
    max-width: 50px;
    margin: 0 auto 15px;
}
.section-pd {
    padding: 40px 0;
}

.service-box-icon img {
    width: 40px;
    height: 40px;
}

p.sub-heading {
    font-size: 16px;
    width: 50%;
    margin: 0px auto 10px;
}


.counter-left-content {
color:#8f7b20;
    font-size: 100px;
    font-weight: 800;
}

.service-list-box {
    transition: 0.2s all ease-in-out;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border: 1px solid #fdf4ef;
    min-height: 230px;

}

.service-list-box:hover{
    transition: 0.2s all ease-in-out;
    transform: scale(1.03);
    box-shadow: -3px 8px 65px 0px rgba(0, 0, 0, 0.15);
}

span.uael-before-heading {
    color: #8f7b20;
    font-family: "Satisfy", Sans-serif;
    font-size: 60px;
    font-weight: 400;
}
.service-top {
    font-size: 25px;
    font-weight: 500;
     color: #111112;
}
span.counter-experience {
    font-size:26px;
    font-weight: 500;
    color: #8f7b20;
    display: block;
    line-height: normal;
}
.counter-left-content {
    display: flex;
}
.counter-right-content {
    padding-left: 10px;
    line-height: 27px;
    margin-top: 20px;
}
.counter-wraper {
    display: flex;
    align-items: center;
}
.service-icon {
    width: 60px;
    height: 60px;
    background-position: bottom center;
    background-size: cover;
    margin: auto;
    transition: ease .5s;
}
.service-title {
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 60px);
    padding-left: 15px;
    line-height: 30px;
     color: #111112;
}
.service-content {
    color: #666666;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}
.service-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.service-list-box:hover .service-icon {
    background-position: top center;
}
.service-list-box:hover .service-title {
    color: #8f7b20;
} 


.other-lists-block h2.heading {
    margin-bottom: 40px;
}

.book-section {
    margin: 50px 0 0;
}



a.common-btn:hover {
    opacity: 0.5;
}

.accordion h2 {
    margin: 0;
    color: #000 !important;
    font-weight: bold !important;
}

.accordion-item button.accordion-button {
    color: #000;
    font-weight: bold;
} 

.service-large-list h4 {
    color: #000;
    font-weight: 700;
}

.service-large-list p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    background: #8f7b20;
    color: #fff !important;
} 

.accordion-item {
    margin: 20px 0;
    border: 1px solid #80808052 !important;
  
}

.service-section.faq-section {
    padding: 40px  0;
} 

.service-large-list {
    padding: 20px;
    border: 1px solid #00000040;
    width: 47%;
    margin: 15px auto;
    border-radius: 10px;
}
.service-box-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.services-main{
    margin-top: 70px;
}
.heading, h2, .h2 {
    font-size: 40px;
    font-weight: 600;
    color: #8f7b20;
    margin: 40px 0 0;
}
.common-btn {
    background-color: transparent;
    font-size: 20px;
   background: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.book-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.book-btns span {
    padding: 0 10px;
    color: #fff;
}
.book-section-row {
    position: relative;
    padding: 0 50px;
}
.book-section-row:before {
    content: '';
    position: absolute;
    left: 0;
    right: -100vw;
    height: 100%;
    background: url('../images/content-bg.png');
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.book-section {
    overflow-x: hidden;
    padding-top: 80px;
}
.section-image {
    margin-top: -80px;
}
.experts-image {
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.experts-box {
    height: 100%;
    background:#8f7b20;
    color: #fff;
    text-align: center;
    padding: 30px;
}
.experts-list {
    width: 25%;
    padding: 0 2px;
} 
.experts-list-wraper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}
.experts-box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.experts-box:hover{
    background:#8f7b20c7;
}
.h2 span,
h2 span,
.heading span {
    color:#8f7b20;
}
.outsource-content h2.heading span {
    display: block;
}
.outsource-content {
    padding-right: 100px;
}
.choice-list ul li {
    font-size: 18px;
    padding-bottom: 7px;
    border-bottom: 1px solid;
    margin-bottom: 7px;
    position: relative;
    list-style: none;
    padding-left: 25px;
}
.choice-list ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #8f7b20;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 12px;
    border-radius: 100px;
}
.partner-box {
    border-bottom: 1px solid #ddd;
    margin: 70px 0;
    position: relative;
    border-top: 1px solid #ddd;
}
.partner-title {
    position: relative;
    font-size: 30px;
    color: #000;
    display: inline-block;
    background: #fff;
    position: relative;
    padding-right: 10px;
    top: -18px;
}
.partner-logo-wraper {
    padding: 10px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner-logo img {
    max-width: 280px;
}
.review-content {
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    padding-top: 20px;
}
.review-content:before {
    content: '';
    position: absolute;
    right: 20px;
    top: -40px;
    margin: auto;
    width: 47px;
    height: 47px;
    background: url('../images/quote-icon.png');
    transform: rotate(180deg);
}
.review-section {
    background: #f9f9f9;
}

.review-section h2.heading {
    margin: 50px 0;
}

.review-slider-items {
    padding: 30px 20px;
    background: #fff;
    height: 100%;
}
.client-name {
    font-size: 18px;
    font-weight: 500;
}
.review-stars {
    color: #687C78;
    font-size: 16px;
}
.review-slider {
    padding: 0 10px;
    height: auto;
}
.review-slider-wraper .slick-track {
    display: flex;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots li {
    width: 6px;
    height: 6px;
    background: #0674B780;
    border-radius: 50%;
    margin: 5px 5px;
    cursor: pointer;
}
ul.slick-dots li.slick-active {
    background: #0674b7;
}
.slick-dots {
    bottom: -40px;
}
.footer-section{
    position: relative;
}



footer{
    margin: auto;
    background: url(../images/content-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.footer-logo img {
    width: 250px;
    margin: 20px 0;
}


.footer-section {
    position: relative;
    padding-right: 50px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-left {
    position: relative;
    top: 100px;
}

footer {
    padding-top: 80px;
}
.footer-logo {
    margin-bottom: 40px;
}
.footer-content .heading {
    font-weight: 700;
    line-height: 40px;
}
.footer-content h4 {
    font-size: 35px;
    font-weight: 500;
    color: #ffffff;
}
.footer-heading {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}
.footer-address {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
}
.footer-email-address {
    margin-bottom: 20px;
}
.footer-email-address a {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-phone-address a {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-bottom {
    position: relative;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 20px 10px;
    margin-top: 30px;
}
.footer-bottom  a{
    color: #fff;
    text-decoration: none;
}
.footer-form {
    background:#8f7b20;
    padding: 30px;
    border-radius: 10px;
}
.footer-form-title span {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.footer-form-title {
    font-size: 35px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 30px;
}

main {
    overflow: hidden;
}




/*Custom CSS*/
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.error {
    position: absolute;
    top: 118%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    z-index: 9999;
    display: none;
    min-width: 350px;
    max-width: 100%;
}

.error.active {
    display: block; /* Show error when active */
}






@media (max-width: 1199px) {

.banner-title {
    font-size: 50px;
}

.experts-box-title {
    font-size: 20px;
} 


footer{
    background-size: cover;
}

}


@media (max-width: 990px) {


.heading, h2, .h2 {
    font-size: 30px;
}

.experts-image {
    /* align-items: center; */
}

.experts-list {
    width: 50%;
}

.partner-logo img {
    max-width: 200px;
    max-height: 70px;
}

p.sub-heading {
    width: 100%;
    margin: 20px 0;
}

.footer-form-title {
    font-size: 30px;
}

.footer-content h4 {
    font-size: 25px;
}

.service-box-title {
    font-size: 21px;
}

h1.banner-title.h1 {
    font-size: 38px;
}

.banner-content {
    padding-bottom: 230px;
}

.banner-form-title {
    font-size: 30px;
}

.banner-form {
    padding: 20px;
}

.container {
    max-width: 100%;
    padding: 0 20px;
}

span.uael-before-heading {
    font-size: 40px;
}

span.counter-experience {
    font-size: 20px;
}

.counter-left-content {
    font-size: 42px;
}

.banner-form {
    width: 100%;
}

.submit-btn {
    font-size: 12px;
}

input.form-control {
    font-size: 12px;
    border-radius: 10px;
}

select.form-control {
    border-radius: 10px;
    font-size: 12px;
}

.header-contact {
    font-size: 14px;
}

.header-contact a {
    font-size: 14px;
}

.header-top-wraper {
    width: 100%;
    align-items: center;
}

.service-title {
    font-size: 14px;
    line-height: 20px;
}

.service-icon {
    width: 40px;
    height: 40px;
}

.service-list-box {
    padding: 10px;
    min-height: inherit;
}

.service-content {
    font-size: 14px;
    line-height: 22px;
}

.service-large-list h4 {
    font-size: 18px;
}

a.common-btn {
    font-size: 12px;
}

.choice-list ul li {
    font-size: 13px;
} 

p.sub-heading {
    width: 100%;
    margin: 20px 0;
}

.footer-form-title {
    font-size: 30px;
} 

}



@media (max-width: 767px) {

.banner-center-image img{
    max-width: 320px;
}
.service-image img {
    max-width: 200px;
}

.banner-center-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
}

.banner-section {
    padding-bottom: 550px;
    position: relative;
    padding-top: 100px;
}

/*.banner-center-image img {
    max-width: 170px;
}
*/
.banner-section {
    min-height: inherit !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.col-md-4.banner-left {
    width: 100%;
}

.header-logo {
        position: absolute;
        left: 0;
        top: 40px;
        width: 200px;
        right: 0;
        margin: 0px auto;
}

    .banner-content {
        padding: 40px 0;
    }


h1.banner-title.h1 {
    font-size: 34px;
    text-align: center;
}

.banner-review-logo {
    text-align: center;
}

.banner-review-logo img {
    width: 140px;
}

.header-top .container {
    padding: 0 15px;
}

.header-top-wraper {
    display: block;
}

.header-contact {
        width: 100%;
        justify-content: center;
}

.header-contact a {
    font-size: 13px;
    margin: 0 10px;
}

.col-md-4.banner-center {width: 100%;margin: 20px 0 0;}

.service-box-list {
    width: 100%;
}

.counter-wraper {
    text-align: left;
    justify-content: center;
}
.banner-form-wraper {
    padding-bottom: 75px;
}


.service-large-list {
    width: 100%;
}

.service-image {
    text-align: center;
    margin-bottom: 40px;
}

.service-list-content {
    text-align: center;
}

.col-md-6.service-large-list {
}

.service-image img {
    border-radius: 40px;
}

.heading, h2, .h2 {
    font-size: 24px;
    margin: 20px 0;
}

.book-btns {
    display: block;
    width: 100%;
}

.book-section-row {
    padding: 20px;
}

    .book-section-row:before {
        max-width: 100%;
        background-size: cover;
    }

.experts-list {
    width: 100%;
}

.outsource-content {
    padding: 0;
}

.partner-logo {
    width: 45%;
    float: left;
    float: left;
    display: flex;
    align-items: center;
    margin: 16px 0;
}

.service-image img {
    max-width: 200px;
}

footer {
    background-size: cover;
    padding: 20px 0 0;
}

.footer-section {
    padding: 0;
}

.footer-left {
    top: 0;
}

.footer-logo {
    text-align: center;
    display: block;
    margin: 0px auto;
} 

.partner-logo img {
    max-width: 150px;
    max-height: 80px;
    margin: 0px auto;
}

.partner-logo-wraper {display: flex;align-items: center;justify-content: center;align-items: center;}

.footer-section::before {
    background-size: cover;
}

.footer-form {
    width: 100%;
    margin: 20px 0;
}

.choice-list ul {
    padding: 0;
}


.book-section {
    overflow: hidden;
}

a.common-btn {
    display: block;
    font-size: 15px;
}

.book-btns {
    text-align: center;
}

.book-content {
    text-align: center;
}


}