.cstm-container {
    max-width: 1200px;
}
img{
    max-width: 100%;
}
button.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border:0;
    background: transparent;
    width: 30px;
    height: 30px;
    left: 30px;
    box-shadow:none;
        box-shadow: none !important;
    outline: none !important;
        display: flex;
    align-items: center;
    justify-content: center;
  
}

button.slick-prev:after{
    content:"\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    color:#fff;
}

button.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border:0;
    background: transparent;
    width: 30px;
    height: 30px;
    right: 30px;
    box-shadow:none;
        box-shadow: none !important;
    outline: none !important;
        display: flex;
    align-items: center;
    justify-content: center;
}

button.slick-next:after{
    content:"\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    color:#fff;
}


.sights-slider-wrapper .innner-slide {
    padding: 0 10px;
    height: 280px !important;
}
.sights-slider-wrapper .innner-slide img {
    object-fit:cover;
    height: 100%;
    width:100%;
}
.sights-slider-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}


/* img text-section start */
section.img-w-text-wrapper {
    padding: 80px 0;
}

section.img-w-text-wrapper .media-wrapper {
    text-align: center;
}

section.img-w-text-wrapper .content-wrapper .heading {
    color: #212429;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: Tahoma-Bold, sans-serif;
}

section.img-w-text-wrapper .description {
    font-size: 24px;
    line-height: 1.5;
    color: #212429;
    font-family: Helvetica-Light; 
    margin-bottom: 25px;
}
section.img-w-text-wrapper .description p{
    line-height: inherit;
}
section.img-w-text-wrapper .description p:last-child{
    margin-bottom: 0;
}

a.cstm-btn {
    padding: 12px 25px;
    display: inline-flex;
    font-family: Helvetica-Neue, sans-serif;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #0A526C;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    min-height: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
a.cstm-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #0c6687;
}
/* img text-section end */
/* two column start */
.two-col-wrapper {
    padding: 80px 0;
}

.top-col-inner .title {
    color: #212429;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 15px;
    font-family: Tahoma-Bold, sans-serif;
}

.two-col-wrapper .desc {
    color: #212429;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    font-family: Helvetica-Light; 
    line-height: 175%;
}

.two-col-wrapper .desc p {
    line-height: inherit;
}

.two-col-wrapper .desc p:last-child {
    margin-bottom: 0;
}

.top-col-inner {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bot-col-inner {
    border: 1px solid #EEE;
    background: #FAFAFA;
    padding: 40px;
    height: 100%;
}

.bot-col-inner .title {
    color: #212429;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 15px;
    font-family: Tahoma-Bold, sans-serif;
}

.bot-col-inner .desc {
    color: #212429;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    font-family: Helvetica-Light; 
}

.bot-col-inner .desc p:last-child {
    margin-bottom: 0;
}

/* two column end */
/* faq start */
.faq-wrapper,.services_section {
    background: #1C282F;
    padding: 80px 0;
}

.section-title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: Tahoma-Bold, sans-serif;
    line-height: 130%;
}
.faq-out{
    width: 90%;
}
.faq-out .title {
    color: rgba(255, 255, 255, 0.70);
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
    margin: 40px 0 15px 0;
    font-family: Tahoma-Bold, sans-serif;
}

.faq-out .desc {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 175%;
    margin-bottom: 5px;
}

/* faq end */

/* top sights sec start */
section.top-sights-wrapper .carousel-item.active {
    background: transparent;
}
.section-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
    flex-flow: wrap;
    margin-bottom: 35px;
}

section.top-sights-wrapper {
    padding: 80px 0;
    background: #f7f7f7;
}

.section-heading-wrapper .section-title {
    color: #212429;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0;
    font-family: Tahoma-Bold, sans-serif;
}
.demo-input {border-radius: 5px; border: #CCC 1px solid; padding: 5px; margin-top: 10px;}
.captcha-input {background:#FFF url('../captcha_code.php') repeat-y; padding-left: 85px; }
#requestEstimate .error{border-color: #BF060B;}
.loader {position: absolute; left: 50%; top: 50%; z-index: 1; width: 150px; height: 150px; margin: -75px 0 0 -75px; border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite;}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* top sights sec end */


/*services-area*/
.services_section .section-title {
    font-size: 40px;
    text-align: left;
    margin-bottom: 20px;
}
.services_list a.badge {
    margin: 0 !important;
    display: inline-flex;
    padding: 5px 8px !important;
}

.services_list {
    display: flex;
    flex-flow: wrap;
    grid-gap: 8px;
}

/*services-area*/

/*why hire us */
.why_hire_us_section {
    padding: 80px 0;
    background: #FAFAFA;
}

.why_hire_us_section .section-title {
    color: #212429;
    margin-bottom: 15px;
    text-align: left;
}

.why_hire_us_section .desc {
    color: #212429;
    font-family: Helvetica-Light;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
}

.why_hire_us_section .desc p:last-child {
    margin-bottom: 0;
}

.why_hire_us_section  .reviews-wrapper {
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: none;
    padding: 0 16px;
}

.why_hire_us_section  .reviews-wrapper .heading-h2 {
    color: #212429;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
    padding: 12px 0;
    margin-bottom: 25px;
}

.why_hire_us_section  .reviews-wrapper >p {
    color: #212429;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 28px */
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.why_hire_us_section span.ratingtext {
    color: #212429;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    width: 100%;
    display: block;
}

.why_hire_us_section span.out-of-text {
    display: block;
    text-align: center;
    width: 100%;
    color: #5D626A;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
}

.why_hire_us_section .rating-text-wrap {
    margin: 0 0 18px 0;
}

.why_hire_us_section .star-wrap {
    border-radius: 5px;
    background: #F2F2F2;
    padding: 4px 7px;
    display: inline-flex;
}

.why_hire_us_section .reviews-wrapper a:hover {
    text-decoration: none;
    color: #fff;
    background: #0c6687;
}

.why_hire_us_section .reviews-wrapper a {
    padding: 12px 25px;
    display: inline-flex;
    font-family: Helvetica-Neue, sans-serif;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #0A526C;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    min-height: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 25px;
}

.why_hire_us_section .reviews-wrapper:hover {
    box-shadow: none;
}

/*why hire us */


/*form section start*/

.direction_section {
    padding: 80px 0;
}

.direction_section .contact_form {
    border-radius: 5px;
    background: #0A526C;
    box-shadow: 0px 22px 42px -1px rgba(0, 0, 0, 0.06);
    padding: 50px 30px;
}

.direction_section .contact_form .card {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.direction_section .contact_form label {
    color: #FFF;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
}

.direction_section .contact_form .form-control {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
    padding: 12px 12px;
    color: #5D626A;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    min-height: 45px;
}

.direction_section .contact_form .form-group {
    margin-bottom: 20px;
}

.direction_section .contact_form .form-group:last-of-type {
}

.direction_section .contact_form .btn {
    border-radius: 80px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    min-height: 45px;
    padding: 10px 24px;
}

@media (min-width:1201px){
    button.slick-prev {
    left: -25px;
    color: #000;
}
   button.slick-prev:after{
       color:#000;
   }
    button.slick-next {
    right: -25px;
    color: #000;
}
   button.slick-next:after{
       color:#000;
   }
}




@media (max-width:991px){
    .direction_section .contact_form{
        margin-top:30px;
            padding: 30px 20px;
    }
    .reviews-wrapper{
        margin-top:30px;
    }
    section.img-w-text-wrapper .content-wrapper .heading,.section-heading-wrapper .section-title,.section-title,.top-col-inner .title,.services_section .section-title {
        font-size: 35px;
    }
    
    section.img-w-text-wrapper .description,.two-col-wrapper .desc {
        font-size: 18px;
    }
    
    .faq-out .title {
        font-size: 24px;
    }
    .bot-col-inner .title{
        font-size: 24px;
    }
    
    .services_section .section-title {
        font-size:30px;
    }
    
}


@media (max-width:768px){
    .why_hire_us_section .desc{
        font-size:16px;
    }
    .services_list a.badge {
    padding: 6px 10px !important;
}

.services_list {
    grid-gap: 10px;
}
        .services_section .section-title {
        font-size:24px;
    }
    section.img-w-text-wrapper .content-wrapper .heading,.section-heading-wrapper .section-title,.section-title,.top-col-inner .title {
        font-size: 25px;
    }
    
    section.img-w-text-wrapper .description,.two-col-wrapper .desc {
        font-size: 16px;
    }
    
    .faq-out .title {
        font-size: 20px;
    }

    .bot-col-inner .title{
        font-size: 20px;
    }
    section.img-w-text-wrapper,.services_section,.why_hire_us_section,.direction_section{
        padding: 50px 8px;
    }
    
    .two-col-wrapper {
        padding: 50px 10px;
    }
    
    .bot-col-inner {
        padding: 20px;
    }
    
    .faq-wrapper {
        padding: 50px 10px;
    }
    
    .faq-out .title {
      font-size: 20px;
    margin: 20px 0 10px 0;
    }
    
    section.top-sights-wrapper {
        padding: 50px 10px;
    }
}

@media (max-width:575px){
    section.img-w-text-wrapper .row {
        grid-gap: 30px;
    }
    .bot-col-inner{
        margin-bottom: 20px;
    }
}