body{
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
p{
    font-family: 'Poppins', sans-serif;
}
a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
}


.logo{
    width: 134px;
}
.navbar{
    padding: 0px !important;
}
.navbar-brand{
    padding: 0px !important;
}
.navbar .nav-link{
    padding: 22px 14px !important;
    font-size: 16px;
    color: #000 !important;
}
.section{
    padding-top: 54px;
    padding-bottom: 54px;
}
.main-heading{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
}
.underline {
    height: 4px;
    width: 60px;
    background-color: #47a145;
    margin-bottom: 16px;
}
.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: 6px;
    overflow: hidden;
    text-align: center;
    padding: 34px 30px 34px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.box-two .icon-box i {
    font-size: 50px;
    color: #ff9c00;
}
.box-two h4{
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
}
.box-two p{
    font-size: 15px;
}

/* Image Hover Effect */
.image-container{
    margin-bottom: 24px;
}

.image-container .title{
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}
.image-container .content {
    position: relative;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}
.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
    opacity: 1;
}
.content-image{
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    /* padding-left: 1em;
    padding-right: 1em; */
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content-details h3{
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    background-color: #262626b5;
    padding: 12px 0px;
    font-size: 18px;
}
.content-details p{
    color: #fff;
    font-size: 0.8em;
}
.fadeIn-bottom{
    top: 108%;
}
.fadeIn-top{
    top: 20%;
}
.fadeIn-left{
    left: 20%;
}
.fadeIn-right{
    left: 80%;
}

.top-navbar{
    padding: 06px 0px;
    background-color: #1c1c30;
}
.top-navbar a{
    color: #fff;
    font-size: 14px;
}
.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: 14px;
}
.dropdown-menu li .dropdown-item:hover{
    background-color: #56ba4b;
    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: 18px;
    background: red!important;
    color: #fff!important;
    padding: 0 34px;
    line-height: 51px;
    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: #ff9c00;
    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;
}

.banner-section-image{
    background-image: url(../images/global-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}
.banner-section{
    margin-top: -46px;
}
.banner-content{
    background-color: #f37a20;
    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;
}


.footer{
    background-color: #262626;
    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;
}


@media only screen and (max-width: 680px) {
    .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;
    }
}

