body{
    font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}
p{
    font-family: 'Montserrat', sans-serif;
}
a{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
}
.choose-heading{
    font-size: 26px;
    font-weight: 600;
}

.fs-16{
    font-size: 16px;
}
.fs-17{
    font-size: 17px;
}

.bg-about-us{
    background-image: url('../images/bg-about-us.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* Our Team */
.our-team{
    background-color: #fff;
    box-shadow: 1px 1px 10px 0px #ddd;
    margin-top: 14px;
}
.our-team .our-team-author{
    font-size: 26px;
    font-weight: 800;
}
.our-team .our-team-designation{
    font-size: 20px;
    font-weight: 500;
    margin: 14px 0px;
}
.our-team .our-team-para{
    font-size: 14px;
    font-weight: 500;
}
.our-team .our-team-footer{
    border-top: 1px solid #ddd;
    padding: 10px 22px;
}
.our-team .our-team-footer-heading{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.our-team .our-team-footer-heading a{
    color: #262626;
}
/* Our Team */



.logo{
    width: 350px;
    height: auto;
}
.navbar{
    padding: 0px !important;
}
.navbar-brand{
    padding: 0px !important;
}
.navbar .nav-link{
    padding: 26px 13px !important;
    font-size: 16px;
    color: #000 !important;
    font-weight: 600 !important;
}
.navbar .nav-item .book_btn {
    background-color: #4b8a3f;
padding: 12px 16px !important;
color: #fff;
border-radius: 4px;
line-height: 14px;
font-size: 15px !important;
margin: 16px 10px;
border: 1px solid #4b8a3f;
}
.navbar .nav-item .book_btn:hover {
    background-color: #ee3a33;
    color: #fff !important;
}
.navbar .nav-item .book_btn i {
    animation-timing-function: ease;
    animation-direction: alternate;
    animation-duration: 2.4s;
    animation-iteration-count: infinite;
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center;
    color: #000;
    margin-right: 04px;
}
.navbar .nav-item .book_btn:hover i {
    color: #fff !important;
}
.bg-custom-light{
    background-color: #e7eaf4;
}
.large-heading{
    color: #141515;
    font-size: 38px;
    font-weight: 900;
}

.large-head2 {
    color: #141515;
    font-size: 26px;
    font-weight: 900;
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1, 15deg);
        transform: rotate3d(0,0,1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }
    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }
    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }
    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.slider-form-container{
    padding: 60px 0px;
}
.slider-contact-form {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 38%);
}
.slider-contact-form .heading{
    font-size: 17px;
    color: #f9f9f9;
    background: #ff9007;
    text-align: center;
    padding: 9px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    margin-top: -28px;
    font-weight: 600;
    border: solid 1px #4900a9;
}
.slider-contact-form .para{
    font-size: 13px;
    color: #313232;
    margin: 0px;
    padding: 0px 10px 10px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}
.slider-contact-form .form-control {
    border: none;
    color: #313232;
    background-color: #f9f9f9;
    font-size: 14px;
    padding: 8px 15px;
    line-height: initial;
    height: 50px;
    border: 1px solid #e6e6e6;
    font-weight: 700;
}
.slider-contact-form .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #00bd7b;
}

.input-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    height: 42px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.input-group .form-control:focus{
    border-color: #2f55d4 !important;
    border: 1px solid !important;
}
.home-form .input-group-text{
    background-color: #fff;
    width: 36px;
}
.home-form label{
    font-size: 14px;
}


.section{
    padding-top: 54px;
    padding-bottom: 54px;
}
.main-heading{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.underline {
    height: 4px;
    width: 60px;
    background-color:#ff9007;
    margin-bottom: 16px;
}
.text-justify{
    text-align: justify;
}

.rider-box1{
    background-color: rgba(241,90,40,.06);
    border-radius: 6px;
    margin-bottom: 24px;
}
.rider-box1 img{
    border-radius: 10px;
    border: 1px solid #ccc;
}
.rider-box1 .heading{
    color: #333;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}
.rider-box1 .para{
    font-size: 14px;
    color: #111;
}

.carousel-control-prev {
    float: left;
    background: #ec1f24;
    cursor: pointer;
    width: 27px;
    height: 55px;
    border-radius: 0 5px 5px 0;
    color: #000;
    font-size: 26px;
    top: 200px;
    opacity: 1 !important;
}
.carousel-control-next {
    float: left;
    background: #ec1f24;
    cursor: pointer;
    width: 27px;
    height: 55px;
    border-radius: 5px 0px 0px 5px;
    color: #000;
    font-size: 26px;
    top: 200px;
    opacity: 1 !important;
}
.process-img{
    border-radius: 13px;
    box-shadow: 3px 3px 9px 3px #ddd;
    margin-bottom: 20px;
}


.btn-blue{
    background-color: #ff9007 !important;
    padding: 12px 20px !important;
    color: #ffff !important;
    border-radius: 4px;
    line-height: 14px;
    font-size: 15px !important;
    margin: 16px 0px;
    -webkit-box-shadow: 0 7px 16px rgb(12 12 12 / 22%);
    box-shadow: 0 7px 16px rgb(12 12 12 / 22%);
    animation-delay: .1s;
}
/* Button Animation */
.btn-animation{
    position: relative;
    display: inline-block;
    padding: 22px 40px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid #fff;
}
.btn-animation:hover {
    color: #fff;
}
.btn-animation:hover:after {
    height: 100%;
    top: 0;
    opacity: 1;
}

.btn-animation:after {
    background-color: #252525;
}
.btn-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0%;
    opacity: 0;
}
.btn-animation span {
    position: relative;
    z-index: 1;
}
.btn-animation:after {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/* Button Animation */

.card-box{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    margin-top: 30px;
    transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
}
.card-box-body {
    background: #fff;
    padding: 15px 5px;
    margin: 0 15px;
    border-radius: 5px 5px 0 0;
    margin-top: -35px;
    position: relative;
}
.card-box-body .fa {
    background: #ff3d55;
    color: #fff;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 22px;
    border-radius: 50%;
    margin: -55px auto 0;
    position: relative;
    display: block;
}
.card-box-body h3{
    font-size: 20px;
    font-weight: 700;
    color: #1f2f43;
    margin-top: 25px;
}
.card-box-body p{
    color: #262626;
    font-size: 14px;
    text-align: justify;
}

.box-two{
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 15%);
    padding: 24px 24px 24px 24px;
}
.box-two .icon-box i {
    font-size: 50px;
    color: #ff9c00;
}
.box-two .icon-box img {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
}
.box-two h4{
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
}
.box-two p{
    font-size: 15px;
    margin-bottom: 4px;
}

.our-projects .testi-project-image img{
    border-radius: 14px;
    border: 2px solid #ddd;
}
.our-projects .owl-nav .owl-prev{
    position: absolute;
    top: 44%;
    left: -7%;
}
.our-projects .owl-nav .owl-next{
    position: absolute;
    top: 44%;
    right: -7%;
}

.footer-top{
    padding: 30px 0px;
    background-color: #f2f2f2;
}
.footer-top .footer-top-heading{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.footer-top h3{
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
}
.footer-top .footer-btn{
    padding: 10px 44px;
    border-radius: 8px;
    color: #fff;
    margin-right: 10px;
}

.related-services .service-box .service-title h3{
    font-size: 18px !important;
}
/* Start - Our Services */
.service-box{
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.service-box::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-box::after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.service-box img {
    width: 100%;
    transform: scale(1);
    border: 1px solid #ddd;
}
.service-box .service-title{
    padding: 20px 20px;
    position: relative;
    border: 5px solid #eee;
    border-top: 0;
    margin-top: 0px;
    background: #ffff;
    /* height: 126px; */
    overflow: hidden;
}
.service-box .service-title h3 {
    font-size: 21px;
    margin: 0px;
    color: #222;
}
.service-box .service-info{
    background: rgba(0, 77, 151, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px 35px 20px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    visibility: hidden;
    opacity: 0;
    display: block;
}
.service-box .service-info::before {
    position: absolute;
    bottom: 10px;
    left: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-box .service-info > a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 20px;
    /* vertical-align: middle; */
}
.service-box .service-info h4 {
    color: #fff;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.service-box .service-info p {
    color: #fff;
}
.service-box .service-info::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.service-box:hover .service-info {
    visibility: visible;
    opacity: 1;
}

.service-container:hover .service-box::after, 
.service-container:hover .service-box::before, 
.service-container:hover .service-info::after, 
.service-container:hover .service-info::before {
    visibility: visible;
    transition: all 0.4s ease 0s;
    width: 60px;
    height: 60px;
}
.heading-404{
    font-size: 100px;
    font-weight: 800;
    color: red;
}
button.btn .show-ctrl{
    display: none;
}
button.btn .hide-ctrl{
    display: block;
}
button.btn.collapsed .show-ctrl{
    display: block;
}
button.btn.collapsed .hide-ctrl{
    display: none;
}
/* End - Our Services */

.bg-gray{
    background-color: #faf9f9;
}
.bg-green{
    background-color: #00bd7b;
}
.bg-blue{
    background-color: #381411 !important;
}
.bg-orange{
    background-color: #ff9007 !important;
}
.bg-dblue{
    background-color: #2c368d !important;
}
.bg-purple{
    background: #4b8a3f;
}
.bg-dorange{
    background-color: #4b8a3f !important;
}
.bg-dinfo{
    background-color: #4b8a3f !important;
}
.bg-ddanger{
    background-color: #4b8a3f !important;
}
.bg-fone{
    background-color: #4b8a3f;
}
.bg-ftwo{
    background-color: #ec1f24;
}

.bg-btn1{
    background-color: #4b8a3f !important;
}
.bg-btn2{
    background-color: #381211 !important;
}
.bg-btn3{
    background-color: #982375 !important;
}
.bg-btn4{
    background-color: #ec2023 !important;
}

.top-call-heading{
    letter-spacing: 1px;
    font-size: 23px;
    color: #fff;
}

.services-img-design{
    border-radius: 13px;
    box-shadow: 3px 3px 9px 3px #ddd;
}

/* Counter Section */
.counter-section{
    padding: 20px 0px;
    background-color: #4b8a3f !important;
    text-align: center;
}
.counter-section h4{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}
.counter-section p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 2px;
}
.counter-section .brdr-right{
    border-right: 1px solid #dee2e6!important;
}
/* /End - Counter Section */

/* Why Choose Us */
.choose-box{
    box-shadow: 0 0px 11px 0 rgb(171 171 171 / 55%);
    -webkit-box-shadow: 0 0px 11px 0 rgb(171 171 171 / 55%);
    -moz-box-shadow: 0 0px 11px 0 rgba(171,171,171,.55);
    border-radius: 25px;
    text-align: center;
    padding: 3rem 20px;
    margin-bottom: 20px;
}
.choose-box .small-text{
    font-size: 15px;
    line-height: 1.6;
}
/* /End - Why Choose Us */


.top-navbar{
    padding: 06px 0px;
    background-color: #381411;
}
.top-navbar a{
    color: #fff;
    font-size: 14px;
}
.top-navbar .social-nav-icon a i{
    border: 1px solid #fff;
    border-radius: 50px;
    width: 28px;
    padding: 6px 8px;
}
.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px !important;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.dropdown-menu li .dropdown-item:hover{
    background-color: #035384;
    color: #fff;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.shadow-two {
    background-color: #ffffff;
    border-radius: 19px;
    margin-bottom: 11px;
    padding: 22px;
    box-shadow: 2.9px 3.3px 6px 1.3px rgb(0 0 0 / 33%);
}
.shadow-three{
    -webkit-box-shadow: 0 0 15px rgb(14 14 14 / 19%);
    box-shadow: 0 0 15px rgb(14 14 14 / 19%);
}
.client-box{
    -webkit-box-shadow: 0 0 15px rgb(14 14 14 / 19%);
    box-shadow: 0 0 15px rgb(14 14 14 / 19%);
    transition: all 300ms linear 0ms;
    margin-bottom: 20px;
    cursor: pointer;
}
.client-box:hover{
    margin-top: -10px;
    transition: all 300ms linear 0ms;
}
.btn-custom{
    font-size: 16px;
    background: red;
    color: #fff!important;
    padding: 8px 24px;
    font-weight: 800;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 7px 16px rgb(12 12 12 / 22%);
    box-shadow: 0 7px 16px rgb(12 12 12 / 22%);
    animation-delay: .1s;
}
.btn-custom:hover {
    background: #333745!important;
    color: #fff!important;
    animation-delay: .1s;
}

.testi-card{
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 15px rgb(14 14 14 / 19%);
    box-shadow: 0 0 15px rgb(14 14 14 / 19%);
    padding: 50px 30px;
}
.testi-img{
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
}
.testi-img img{
    border: 2px solid #ddd;
    border-radius: 50px;
}
.testi-content p{
    font-size: 15px;
    /* letter-spacing: 0.6px; */
    line-height: 26px;
    text-align: center;
    margin-top: 16px;
}
.testi-content h4{
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}
.testi-icon i {
    font-size: 170px;
    color: #ccc;
    position: absolute;
    top: -24px;
    left: 40px;
    font-family: playfair display;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
}

.owl-nav button.owl-next, .owl-nav button.owl-prev {
    color: #fff !important;
    margin-left: 10px;
    background-color: #1c2b36 !important;
    border: none !important;
    outline: none;
    font-size: 20px !important;
    height: 38px;
    width: 38px !important;
    border-radius: 50px !important;
}
.owl-theme .owl-nav [class*=owl-]{
    padding: 0px !important;
}

.request-form{
    background-color: #4a893e;
    border-radius: 12px;
    padding: 36px;
    border-width: 2px;
}
.request-form label{
    color: #fff;
}
.request-form .form-control{
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    transition: all 100ms ease-out;
}
.request-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
    background: none;
}

.footer-bg{
    background-image: url(../images/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-section-image{
    background-image: url(../images/banner-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.banner-section{
    margin-top: -46px;
}
.banner-content{
    background-color: #4b8a3f;
    padding: 20px 14px;
    color: #ffffff;
    border-radius: 16px;
    clip-path: polygon(0 1%, 100% 0%, 100% 75%, 0 100%);
}
.banner-section p{
    margin-bottom: 8px;
    font-size: 14px;
}


.faq-heading{
    cursor: pointer;
    /* background-color: #fff !important; */
    color: #000;
    border: 1px solid #e5e5e5;
    padding: 15px;
    font-size: 18px;
    border-radius: 2px;
    letter-spacing: .005em;
    font-weight: 400;
    margin-bottom: 0px;
}
.accordion-item{
    margin-bottom: 20px;
}
.accordion-button:not(.collapsed){
    background-color: #0e2b3d;
    color: #fff;
}


.footer{
    background-color: #4b8a3f;
    padding-top: 64px;
    padding-bottom: 20px;
    color: #fff;
}
.footer .footer-heading{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.footer p{
    font-size: 14px;
}
.footer-underline{
    height: 2px;
    width: 40px;
    background-color: #fff;
    margin-bottom: 14px;
}
.footer .footer-link{
    margin-bottom: 6px;
}
.footer .footer-link a{
    font-size: 14px;
    color: #fff;
}
.image-shadow{
    border-radius: 25px;
    margin-bottom: 22px;
    box-shadow: 2.9px 3.3px 6px 1.3px rgb(0 0 0 / 33%);
    padding: 6px;
    cursor: pointer;
}
.image-shadow img{
    border-radius: 19px;
}

.hover-top{
    transition: all 300ms linear 0ms;
}
.hover-top:hover {
    margin-top: -10px;
    transition: all 300ms linear 0ms;
}
.conact-info i.fa{
    font-size: 20px;
    color: #f37a20;
    margin-right: 8px;
    text-align: center;
}
.whatsapp-sticky {
    position: fixed;
    bottom: 2%;
    left: 14px;
    z-index: 100;
}
.whatsapp-sticky img {
    width: 196px;
}
.service-img{
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
}

.ac-services-call-action {
    background-image: url(../images/ac-services/call-to-action-btn.jpg);
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 185px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 15px;
}
.ac-services-call-action-content {
    border: 1px solid rgba(255,255,255,0.5);
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ac-services-call-action-content p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0px;
}


.interior-services-call-action {
    background-image: url(../images/interior/call-to-action-interior-banner.jpg);
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 185px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding: 15px;
}
.interior-services-call-action-content {
    border: 1px solid rgba(255,255,255,0.5);
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.interior-services-call-action-content p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0px;
}


.box1-card{
    background-color: #fff;
    box-shadow: 3px 3px 9px 3px #ddd;
    margin-top: 16px;
}
.box1-card .box1-card-img{
    padding: 60px 30px;
}
.box1-card .box1-card-img img{
    width: 26%;
}
.box1-card .box1-card-body{
    padding: 30px;
}
.box1-small-heading{
    font-size: 14px;
    font-weight: 500;
    color: #111;
}
.box1-heading{
    font-size: 22px;
    color: #111;
    font-weight: 800;
    margin-bottom: 16px;
}
.box1-para{
    font-size: 14px;
    color: #111;
}

@media only screen and (max-width: 680px) {
    .logo{
        width: 100px;
    }
    .navbar{
        padding: 10px 0px !important;
    }
    .large-heading{
        font-size: 26px;
        margin-top: 20px;
    }
    .navbar .nav-link {
        padding: 8px 14px !important;
        font-size: 14px;
        color: #000 !important;
        border-top: 1px solid #ddd;
    }
    .main-heading{
        font-size: 20px;
    }
    .footer .footer-heading{
        margin-top: 14px;
    }
    .carousel-item img{
        width: 150% !important;
    }
    .service-box .service-title{
        height: auto;
    }
    .our-projects .owl-nav .owl-next {
        position: absolute;
        top: 37%;
        right: 0%;
    }
    .our-projects .owl-nav .owl-prev {
        position: absolute;
        top: 37%;
        left: 0%;
    }
    .counter-section .brdr-right{
        border-bottom: 1px solid #dddddd47;
        padding: 10px;
    }
    .footer-top .footer-btn{
        padding: 10px 30px !important;
    }
    .services-img-design{
        width: 100% !important;
    }
    .box1-card .box1-card-img img {
        width: 50%;
    }
    .box1-card .box1-card-img {
        padding: 26px 30px;
    }
}

