/*Global CSS Starts Here*/
body{
    font-family: 'Merriweather', serif;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1;
}
p, li{
    font-family: 'Merriweather', serif;
    font-weight: 400;
    line-height: 1;
    color:#545454;
    margin-bottom:20px;
    font-size:15px;
    line-height:25px;
}
a{
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
}
a:hover{
    text-decoration: none;
}
img{
    margin-bottom:0px;
    object-fit: cover;
    max-width: 100%;
}
/*Global CSS Ends Here*/

/*Common CSS Starts Here*/
.m-b-0{
    margin-bottom: 0px !important;
}
.common-btn{
    background: #fa7820;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.common-btn:hover{
    background: #dc6412;
    color:#fff;
}

.common-bordered-btn{
    color: #ff3c1c;
    padding: 10px 40px;
    text-decoration:none;
    display:inline-block;
    cursor:pointer;
}
.common-bordered-btn:hover{
    background:#ff2476;
    text-decoration:none;
    color: #fff;
}
.call-now-btn{
    background: #ff2476;
    color: #fff;
    padding: 10px 40px;
    text-decoration:none;
    display:inline-block;
    cursor:pointer;
}
.line{
    margin-top:40px;
    margin-bottom:40px;
}
.call-now-btn:hover{
}
.contact-btn{
    margin-left: 20px;
    color:#fff;
    border:2px solid #fff;
    padding: 10px 40px;
    text-decoration:none;
    display:inline-block;
}
.contact-btn:hover{
    background: #fff;
    border-color: #ff3c1c;
    color:#ff3c1c;
}
.common-h1{
    font-size:48px;
    line-height:54px;
    margin-bottom:20px;
    font-weight:600;
    color:#282828;
}

.common-h2{
    font-size: 42px;
    line-height:48px;
    margin-bottom: 20px;
    font-weight:600;
    color:#282828;
}

.common-h3{
    font-size: 36px;
    line-height:42px;
    margin-bottom: 30px;
    font-weight:600;
    color:#282828;
}

.common-h4{
    font-size:30px;
    color:#282828;
    line-height:36px;
    text-align:left;
    margin-bottom:20px;
    font-weight:600;
}
.common-h5{
    font-size:22px;
    color:#282828;
    line-height:28px;
    text-align:left;
    margin-bottom:20px;
    font-weight:600;
}

.common-h6{
    font-size:18px;
    line-height:24px;
    margin-bottom:20px;
    font-weight:600;
    color:#282828;
}

.common-para{
    color:#545454;
    margin-bottom:20px;
    font-size:14px;
    line-height:24px;
}
.common-h2{
    text-align:left;
}
.slick-initialized .slick-slide{
    outline: 0;
}
/*Common CSS Ends Here*/


/*Theme CSS Starts*/
.banner-section{
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.banner-right-col{
    background:rgba(255,255,255,.4);
    padding: 40px;
}

.banner-right-col h3{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color:#fff;
}
.banner-right-col input[type="text"]{
    width:100%;
    padding:10px;
    border-radius: 4px;
    border:none;
}
.banner-right-col textarea{
    width:100%;
    padding:10px;
    border-radius: 4px;
    border:none;
}
.banner-right-col input[type="email"]{
    width:100%;
    padding:10px;
    border-radius: 4px;
    border:none;
}
.banner-right-col input[type="tel"]{
    width:100%;
    padding:10px;
    border-radius: 4px;
    border:none;
}
.banner-right-col select{
    width:100%;
    padding:10px;
    color:#757579;
    border-radius: 4px;
    border:none;
}
.banner-right-col input[type="submit"]{
    width:100%;
    padding:10px;
    border-radius: 4px;
    background: #fa7820;
    border: none;
    color:#fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
}
.banner-right-col input[type="submit"]:hover{
    background: #dc6412;
    color:#fff;
}
.banner-section .row{

}
.banner-logo{
    margin-bottom: 80px;
    background: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
}
.banner-left-text h1{
    color:#fff;
    margin-bottom: 20px;
    line-height: 60px;
}
.banner-left-text p{
    color:#fff;
    margin-bottom: 30px;
}


/* Client Slider Starts Here */
.client-slides-section{
    padding:100px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.client-slides-section::before{
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    background-size: 100%;
    width: 150px;
    height: 150px;
    left: 0px;
    background-position-x: -60px;
    background-repeat: no-repeat;
    background-image: url(../images/png/circle-pattern-1.png);
}
.client-slides-section .slick-slide img {
    display: block;
    text-align: center;
    margin: auto;
    width: auto;
    height: 36px;
}
.client-slides-section .slick-slider{
    margin-bottom: 0px;
}
.centered-heading{
    text-align: center;
    margin-bottom: 40px;
    max-width: 750px;
    margin:auto;
}
.centered-heading h4{
    text-align: center;
    padding:20px;
    padding-top:0px;
}
/* Client Slider Ends Here */

.bottom-footer-url{
    text-align: right;
}

.parallax-section{
    background-image: url(../images/small-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:100px 0px;
    text-align: center;
}
.parallax-section-col{
    max-width: 800px;
    text-align: center;
    margin: auto;
}
.parallax-section-col h2{
    color:#fff;
    text-align: center;
    margin-bottom: 40px;
}
footer{
    padding:40px 0px;
}
.bottom-footer-wrapper .row{
    align-items: center;
}
.bottom-footer-url p{
    margin-bottom: 0px;
}
.benefit-section{
    padding:100px 0px;
}
.benefit-section .centered-heading{
    margin-bottom: 60px;
}
.benefit-section .centered-heading h4{
    margin-bottom: 0px;
    color:#fa7820;
    text-align: center;
    font-size: 30px;
}
.benefit-section .centered-heading h3{
    text-align: center;
    line-height: 50px;
}
.benefit-col img{
    width:100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 20px;
}
.benefit-col h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.bullet-list{
    padding-left: 0px;
}
.bullet-list li{
    list-style: none;
}
.bullet-list li::before{
    content:"";
    display:inline-block;
    background-image: url(../images/bullet-point-01.svg);
    padding: 7px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.testimonial-section{
    background: #fafafa;
    padding:100px 0px;
}
.testimonial-section .centered-heading{
    margin-bottom: 40px;
}
.testimonial-section .centered-heading h4{
    margin-bottom: 0px;
    color:#fa7820;
    text-align: center;
    font-size: 30px;
}
.testimonial-section .centered-heading h3{
    text-align: center;
    line-height: 50px;
}
.testimonial-card{
    border:1px solid #ddd;
    background: #fff;
    padding:40px;
    background-image: url(../images/quote-icon-01.svg);
    background-repeat: no-repeat;
    background-position: top right;
    }
.testimonial-wrapper{
    margin: 15px;
}
.testimonial-auth{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.testimonial-image-holder img{
    width:70px;
}
.testimonial-image-holder{
    flex-shrink: 0;
    width: 70px;
}
.testimonial-author-layout h5{
    margin-bottom: 0px;
}
.testimonial-author-layout p{
    margin-bottom: 0px;
}
.testimonial-author-layout{
    margin-left: 10px;
}
.testi-left{
    position: absolute;
    top: 60%;
    left: 5%;
    background: #fa7820;
    border:none;
    color:#fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    z-index: 1;
}
.testi-left i{
    position: relative;
    left: -1px;
}
.testi-right i{
    position: relative;
    right: -1px;
}
.testi-right{
    position: absolute;
    top: 60%;
    right: 5%;
    background: #fa7820;
    border:none;
    color:#fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}
.testimonial-section-wrapper{
    position: relative;
}
.clientslider-layout{
    position: relative;
}
.clientarrow-left{
    position: absolute;
    left:1%;
    top:55%;
    border:none;
    background: none;
    color:#fa7820;
    font-size: 30px;
    cursor: pointer;
    z-index: 1;
}
.clientarrow-right{
    position: absolute;
    right:1%;
    top:55%;
    border:none;
    background: none;
    color:#fa7820;
    font-size: 30px;
    cursor: pointer;
}
/*Theme CSS Ends*/


/*Responsive CSS Starts Here*/
@media(max-width:1440px){

}

@media(max-width:1199px){

}

@media(max-width:991px){
    .banner-left-text h1{font-size: 30px;}
    .banner-right-col h3{font-size: 23px;}
    .banner-right-col{padding: 30px;}
    .client-slides-section{padding:80px 0px;}
    .benefit-section{padding:80px 0px;}
    .testimonial-section{padding:80px 0px;}
    .parallax-section{padding:80px 0px;}
    .benefit-col{margin-bottom: 30px;}
}
@media(max-width:767px){
    .banner-logo { margin-bottom: 30px;margin-top:30px;}
    .banner-right-col{margin-top:30px;}
}

@media(max-width:576px){
    .bottom-footer-img{text-align: center;margin-bottom: 30px;}
    .bottom-footer-url{text-align: center;}
}

@media(max-width:425px){

}

@media(max-width:375px){
    .clientarrow-left{top:60%;}
    .clientarrow-right{top:60%;}
    .client-slides-section .slick-slide img{height: 30px;}
}

@media(max-width:320px){

}
/*Responsive CSS Ends Here*/
