body{
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
}
p{
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}
.value-block {
    margin: 36px 0 0 0;
}
.value-block-inner {
    background: linear-gradient(to top,rgba(0,0,0,.35) 14%,rgba(0,0,0,.28) 66%);
    text-align: center;
    padding: 1rem 0;
    border: 1px solid #f8f9fa38;
}
.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%);
}
.value-block-inner p {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 17px;
}
.value-block-inner span {
    font-size: 12px;
    color: #cacaca;
    font-weight: 400;
}
.top-navbar{
    /* padding: 06px 06px; */
    background-color: #ffcd00;
}

.top-navbar-social a i{
    font-size: 18px;
    padding: 10px 10px;
    color: #000;
    width: 40px;
    border-right: 1px solid #ddd;
    text-align: center;
}
.top-navbar-link{
    display: inline;
}
.top-navbar-link a{
    padding: 6px 10px;
    color: #000;
    border-right: 1px solid #ddd;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}
.btn-blue{
    display: inline-block;
    border-radius: 4px;
    padding: 0px 21px !important;
    line-height: 31px;
    background-color: #2075b6;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff !important;
    letter-spacing: .25px;
    text-decoration: none;
}
.btn-blue:hover{
    background-color: #3899e3;
}
.btn-round{
    display: inline-block;
    background: #ffcc01;
    color: #00293c;
    padding: 11px 40px;
    text-transform: uppercase;
    border-radius: 04px;
    border: 0px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}
.btn-round:hover {
    background: #222;
    text-decoration: none;
    color: #fff;
}

.line-divider {
    width: 100%;
    height: 1px;
    background: #e8ecf0!important;
    margin: 20px auto 20px!important;
    border: none!important;
    background-image: none;
    position: relative;
}
.line-divider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 1px;
    background: #56ba4b;
}
.mystickyside {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}
.btn-custom {
    background-color: #A31313;
    color: #fff !important;
    font-size: 14px;
    margin-top: 10px;
    padding: 7px 20px 8px 20px;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.dt[id]{
    padding-top: 80px;
    margin-top: -70px;
}

.list-group-item-custom {
    display: block;
    background: #f4f4f4;
    padding: 14px 20px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    border: 1px solid #2125292e;
}
.list-group-item-custom:hover{
    background-color: #47a145;
    color: #fff;
}
.list-group-item-custom:focus{
    background-color: #47a145 !important;
    color: #fff;
}

.navbar{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.navbar-brand{
    padding: 0px !important;
    margin-right: 0px !important;
}
.navbar-brand img{
    width: 170px;
}
.nav-link{
    padding: 21px 20px !important;
    color: #111 !important;
    font-weight: 600;
    font-size: 16px;
}
.navbar .nav-item .nav-link{
    display: block;
    position: relative;
}
.navbar .nav-item .nav-link:hover {
    color: #47a145;
}
.navbar .nav-item.dropdown>.nav-link {
    padding-right: 15px !important;
}
.navbar .nav-item .nav-link.active:before, 
.navbar .nav-item .nav-link:hover:before {
    width: 100%;
}
.navbar .nav-item .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: auto;
    display: block;
    background-color: #47a145;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.navbar .dropdown-toggle:after {
    content: "\f107";
    font-family: "FontAwesome";
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.navbar .dropdown-toggle:after {
    display: inline-block;
}

.dropdown-menu{
    padding: 0px !important;
    border-radius: 0px !important;
}
/* .dropdown-menu li{
    border-bottom: 1px solid #ddd;
} */
.dropdown-menu li .dropdown-item:hover{
    background-color: #56ba4b;
    /* border-left: 3px solid #1a75bb; */
    color: #fff;
}
.dropdown-menu .dropdown-item{
    padding: 5px 10px !important;
    /* border-left: 3px solid transparent; */
    font-size: 14px;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	/* .navbar .nav-item:hover .nav-link{   } */
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.beat {
    transform: scale(1);
    animation: beatpulse 1.2s infinite;
}
@keyframes beatpulse {
    0% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.95);
    }
}

.custom-input {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
}
.custom-input:focus {
    box-shadow: inset 0px 2px 3px #dddddd;
    border: 1px solid #245123;
}

/* Banner Slider - Start */
.banner-slider{
    background-image: url(../images/slider-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0px;
}
.banner-slider-overlay {
    /* background: linear-gradient(to top,rgba(0,0,0,.76) 14%,rgba(0,0,0,.35) 66%); */
    background: linear-gradient(to top,rgb(0 0 0 / 42%) 14%,rgb(0 0 0 / 11%) 66%);
    padding-top: 120px;
    padding-bottom: 80px;
}
.slider-heading h3{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 34px;
    text-align: center;
    color: #fff;
}
.banner-slider-content{
    text-align: center;
    margin-top: 16px;
}
.banner-slider-content h6{
    color: #000;
    font-size: 16px;
    font-weight: 800;
}

.banner-slider .input-group{
    border: 1px solid #ccc;
    padding: 4px;
    background-color: #fff;
    border-radius: 50px;
}
.banner-slider .form-control{
    border: 0px solid #000 !important;
    height: 40px;
}
.banner-slider .form-control:focus{
    border: 0px solid #2075b6;
    box-shadow: none;
    margin-right: 2px !important;
}
.banner-slider .input-group-text{
    border-radius: 50px;
}
.banner-slider .input-group .btn{
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    padding: 3px 20px;
    border-radius: 50px;
}

.shadow-box{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
}
.shadow-box small{
    font-size: 12px !important;
}
.c-contact-input {
    background-color: #f2f2f2;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    width: 100%;
    padding: 16px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999;
    transition: all 100ms ease-out;
}
.c-contact-input:focus {
    box-shadow: none;
    border: 1px solid #ff0000;
    color: #111111;
    background: none;
}
.bg-green{
    background-color: #47a145 !important;
}
.bg-darkblue{
    background-color: #0e2b3d !important;
}
.f-16 {
    font-size: 16px;
}
.f-18 {
    font-size: 18px;
}
.color-red {
    color: #ED1C24;
}

.banner-tags a{
    display: inline-block;
    border-radius: 4px;
    padding: 0px 16px !important;
    margin-bottom: 3px;
    font-size: 12px;
    background-color: #e0ddda;
    cursor: pointer;
    border: 1px solid transparent;
    color: #000;
    letter-spacing: .25px;
    text-decoration: none;
}
.banner-tags a:hover{
    background-color: #0e2b3d;
    color: #fff;
}
/* Banner Slider - End */

.consultant-form{
    background: rgba(255,255,255,1);
    border-style: solid;
    border-width: 3px;
    border-color: #ebebeb;
    border-radius: 17px;
    padding: 26px 32px;
}
.consultant-form h4{
    font-weight: 600;
    font-style: normal;
    font-size: 23px;
    color: rgb(45 81 108);
    margin-bottom: 16px;
}
.consultant-form label{
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.consultant-form .form-group{
    margin-bottom: 10px;
}
.consultant-form .form-group .form-control{
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
}


.section{
    padding-top: 64px;
    padding-bottom: 64px;
}

.our-clients .owl-nav {
    margin-top: -74px !important;
    margin-bottom: 110px;
    margin-right: -38px;
    margin-left: -38px;
}
.our-clients .clients-img {
    border: 1px solid #ddd;
    padding: 18px 20px;
    background-color: #fff;
}
.our-clients .owl-nav .owl-next,
.our-clients .owl-nav .owl-prev {
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 23%);

    margin: 0 -10px !important;
    width: 40px;
    border-radius: 50% !important;
    height: 40px;
    text-align: center;
    line-height: 28px !important;
    font-size: 36px !important;
    font-weight: 700;
    border: none;
    transition: all .5s ease-in-out;
}
.our-clients .owl-nav .owl-prev {
    float: left;
    font-size: 34px !important;
}
.our-clients .owl-nav .owl-next {
    float: right;
    font-size: 34px !important;
}
.our-clients .owl-item{
    margin-right: 0px !important;
}

.clients-heading{
    font-size: 22px;
    font-weight: 800;    
    margin-bottom: 26px;
}
.clients-heading span{
    font-size: 18px !important;
}
.bg-lightgray{
    background-color: #efefef54;
}
.main-heading{
    font-size: 30px;
    font-weight: 700;
}
.sub-heading{
    font-size: 22px;
}

.gst-certificate{
    background-color: #2075b6;
    color: #fff !important;
    padding: 34px 0px !important;
}
.gst-certificate h4{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.gst-certificate h5{
    font-size: 16px;
    color: #ffd9d9;
}

.fs-18{
    font-size: 18px;
    font-weight: 700;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle i{
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-large{
    min-width:500px;
    padding: 14px 14px !important;
    left: -159px;
}

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;
}

.hover-top {
    transition: all 300ms linear 0ms;
}
.hover-top:hover {
    margin-top: -02px;
    transition: all 300ms linear 0ms;
}



.underline{
    height: 4px;
    width: 60px;
    background-color: #47a145;
    margin-bottom: 16px;
}
.service-box{
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    /* box-shadow: 0px 0px 5px 0px #ddd; */
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.service-box h5{
    font-size: 18px;
    font-weight: 800;
}
.service-box p{
    font-size: 14px;
}
.service-box a{
    color: #47a145;
    font-weight: 600;
    font-size: 14px;
}
.service-box a:hover{
    text-decoration: underline !important;
}
.service-box a i{
    margin-left: 10px;
    font-weight: 800;
}

.our-services .item{
    padding: 10px !important;
}
/* Testimonials */
.our-testimonials .rel {
    position: relative;
}
.our-testimonials .testimonial_box {
    background: #fff;
    padding: 52px 40px 20px 40px;
    border-radius: 10px;
    margin-top: 60px;
}
.our-testimonials .quote_sec {
    width: 93px;
    height: 93px;
    margin: auto;
    background: #dee1e9;
    border-radius: 100%;
    border: 10px solid #fff;
    position: absolute;
    z-index: 9;
    top: -45px;
    left: 0;
    right: 0px;
}
.our-testimonials .quote_sec i {
    text-align: center;
    font-size: 28px;
    color: #00293c;
    padding: 22px;
}
.our-testimonials .cnt_test {
    color: #666;
    text-align: center;
    /* height: 52px; */
    overflow: hidden;
    font-weight: 400;
}
.our-testimonials .testimonial_box .name {
    font-size: 20px;
    color: #00293c;
    text-align: center;
    margin-top: 8px;
    font-weight: 800;
}

.our-testimonials .owl-dots .owl-dot span{
    width: 14px !important;
    height: 14px !important;
    margin: 5px 2px !important;
    background: #bcb6b6 !important;
}
.our-testimonials .owl-dots .owl-dot.active span{
    background: #2075b6 !important;
}
.whatsapp-icon{
    margin-top: -3px;
}

.border-dash-top{
    border-top: 1px dashed #cebcce;
}
.border-dash-bottom{
    border-bottom: 1px dashed #cebcce;
}
.border-dash-left{
    border-left: 1px dashed #cebcce;
}
.border-dash-right{
    border-right: 1px dashed #cebcce;
}
/* Why choose Us */
.whychoose-card{
    padding: 8px;
}
.whychoose-heading{
    margin-top: 15px;
}
.whychoose-heading img{
    width: 25%;
}
.whychoose-heading h4 img{
    width: 24px;
}
.whychoose-heading h4{
    font-size: 16px;
    color: #000;
    margin-top: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.whychoose-content p{
    font-size: 14px;
    text-align: center;
}
.bg-f2f2f2{
    background-color: #f2f2f2 !important;
}
.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: 600;
    margin-bottom: 0px;
}
.accordion-item{
    margin-bottom: 20px;
}
.accordion-button:not(.collapsed){
    background-color: #0e2b3d;
    color: #fff;
}


.footer-call-adjustment{
    background-color: #f2f2f2;
    padding-top: 70px;
    margin-bottom: -90px;
}
.footer-contact{
    background-image: url(../images/contactupbg.png);
    /* background-color: #f37a20; */
    padding: 80px 100px 120px;
    /* box-shadow: 0px 0px 15px rgb(0 0 0 / 10%); */
    /* box-shadow: 2.9px 3.3px 6px 1.3px rgb(0 0 0 / 33%);
    color: #ffffff;
    border-radius: 16px;
    clip-path: polygon(0 1%, 100% 0%, 100% 75%, 0 100%); */
}
.page-item.active .page-link{
    background-color: #47a145 !important;
}
.knowledge-section .main-heading{
    font-size: 22px !important;
}

.footer-top{
    padding: 30px 0px;
}
.footer-top h4{
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.footer-top h5{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
.footer-top-call{
    font-size: 26px;
    color: #fff !important;
}
.footer-call-border {
    border: 1px solid #fff;
    padding: 16px 16px 10px 20px;
    color: #fff;
}
.footer-section{
    background-color: #2c2c2c;
}
.footer-section-1{
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-heading{
    color: #ffcd00;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-link p{
    color: #cdd6e8;
}
.footer-link a{
    display: inline-block;
    color: #cdd6e8;
    font-size: 14px;
    padding: 3px 0px;
    letter-spacing: 0.6px;
    text-decoration: underline !important;
}
.footer-link a:hover{
    text-decoration: underline;    
}

.footer-section-2{
    padding-top: 4px;
    padding-bottom: 20px;
}
.footer-section-2 .info-footer{
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    padding: 10px 0px;
}
.footer-section-2 .info-footer p{
    font-size: 14px;
    color: #ddd;
    margin-bottom: 0px;
}
.footer-social a i{
    font-size: 15px;
    margin-right: 0px;
    margin-bottom: 1px;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 06px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
}
.bg-twitter {
    background-color: #29b1e0;
}
.bg-instagram {
    background-color: #bf3675;
}
.bg-facebook {
    background-color: #4968af;
}
.bg-linkedin{
    background-color: #0a66c2;
}
.bg-blue{
    background-color: #0e2b3d;
}
.bg-newgray{
    background-color: #f3fefe;
}
.footer-section-3{
    background-color: #111111;
    padding: 20px 0px;
}
.footer-section-3 p{
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
}

/* Blog Style 1 - Start */
.latest-blog {
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.blog-body {
    padding: 40px 50px 30px 50px;
    background: #fff;
    margin-bottom: 30px;
}
.blog-body .blog-heading {
    font-size: 21px;
    font-weight: 800;
    line-height: 29px;
    margin-bottom: 0px;
    color: #1b1a1a;
} 
.blog-underline {
    height: 3px;
    width: 15px;
    margin-top: 10px;
    background-color: #00549f;
}
.blog-body p {
    font-size: 15px;
    line-height: 1.625em;
    color: #555;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}
.blog-date {
    font-size: 14px;
    line-height: 1.85em;
    color: #555;
    margin-bottom: 10px;
    padding-right: 0px;
    margin-right: 0px;
    font-weight: 500;
}
/* Blog Style 1 - End */

/* Banner Section - Start */
.global-banner-section{
    background-image: url(../images/global-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 40px;
}
.global-banner-section .banner-heading{
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.global-banner-section .banner-para{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
/* Banner Section - End*/

.btn-big{
    display: inline-block;
    border-radius: 4px;
    padding: 6px 25px !important;
    /* margin-top: 10px; */
    /* margin-right: 10px;
    margin-left: 10px; */
    line-height: 31px;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff !important;
    letter-spacing: .25px;
    text-decoration: none;
}
.service-box-top {
    margin-bottom: 30px;
    border-top: solid 4px #47a145;
    box-shadow: 0 1px 4px #ccc;
    padding: 20px 30px;
    border-radius: 3px;
    background-color: #fff;
}
.service-box-top h2, 
.service-sub-content h1 {
    border-left: 7px solid #47a145;
    padding-left: 14px;
    line-height: 41px;
    font-size: 22px;
    font-weight: 600;
}
.service-box-top .sub-heading{
    border-left: 7px solid #47a145;
    padding-left: 14px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
}
.service-box-top p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
}
.service-para .points {
    background-size: 16px!important;
    padding: 5px 5px 5px 29px;
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    background: url(../images/circle-tick.svg) left 11px no-repeat;
    margin-bottom: 1px;
    margin-top: 1px;
}

.post-item {
    position: relative;
    margin-top: 20px;
}
.post-item .post__img {
    position: relative;
    overflow: hidden;
}
.post-item .post__img img {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.post-item .post__meta-cat {
    background-color: #00549f;
    padding: 0 7px;
    position: absolute;
    top: 0;
    left: 30px;
    border-radius: 0 0 3px 3px;
}
.post-item .post__meta-cat a {
    position: relative;
    color: #ffffff;
    padding-right: 5px;
    font-size: 13px;
    border-radius: 0 0 3px 3px;
}
.post-item .post__meta-cat a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
}
.post-item .post__meta-cat a:last-child {
    padding: 0;
}
.post-item .post__content {
    margin: -40px 20px 0 0;
    padding: 27px 10px 20px 30px;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    border-radius: 0 5px 0 0;
}
.post-item .post__title {
    position: relative;
    font-size: 21px;
    font-weight: 900;
    line-height: 29px;
    margin-bottom: 14px;
    padding-left: 20px;
}
.post-item .post__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 80%;
    background-color: #00549f;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-item .post__title a {
    color: #1b1a1a;
    text-decoration: none;
}
.post-item .btn__link {
    margin-top: 4px;
}
.btn__link.btn__secondary {
    color: #282828;
}
.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0 0 4px 0;
    border: none;
    font-weight: 700;
    text-decoration: underline;
}

.our-blog .owl-nav button.owl-next, 
.our-blog .owl-nav button.owl-prev {
    color: #fff !important;
    margin-left: 10px;
    background-color: #2075b6 !important;
    border: none !important;
    outline: none;
    padding: 0px !important;
    font-size: 20px !important;
    height: 39px;
    line-height: 39px !important;
    width: 38px !important;
}


.our-services .owl-nav button.owl-next, 
.our-services .owl-nav button.owl-prev {
    color: #fff !important;
    margin-left: 10px;
    background-color: #2075b6 !important;
    border: none !important;
    outline: none;
    padding: 0px !important;
    font-size: 20px !important;
    height: 39px;
    line-height: 39px !important;
    width: 38px !important;
}


.main-contact-form .form-group {
    margin-bottom: 1rem;
}


.contact-sm-box {
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;
}
.contact-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.sm-box-para p {
    font-size: 14px;
    margin-top: 12px;
}

.all-icon-box{
    text-align: center;
    padding: 10px;
}
.all-icon-box img{
    width: 45px;
    height: 45px;
    display: block;
    margin: 0px auto;
}
.all-icon-box h5 {
    font-size: 16px;
    padding-top: 15px;
    font-weight: 700;
}

.free-consultation-form {
    background: #fff;
    padding: 0px 50px 50px 50px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #ccc;
}
.free-consultation-form::before {
    background: #222;
    border-radius: 50%;
    box-shadow: 0 2px 4px #a1a1a1;
    color: #fff;
    content: "\f095";
    font-family: fontawesome;
    font-size: 24px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    left: 46%;
    top: -38px;
    position: relative;
}

.free-consultation-form .form-control{
    background: #fff;
    border: solid 1px #dddddd;
    padding: 8px 14px !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 24px;
}
.free-consultation-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.top-header-form{
    box-shadow: 0px 0px 10px #c4c1c1;
    border: solid 10px #fff;
    border-radius: 4px;
    margin-bottom: 50px;
}
.top-header-inner{
    border: 0 solid #da22ff;
    background-color: #2075b6;
    background-size: 1200% 1200%;
    -webkit-animation: Price 60s ease infinite;
    -moz-animation: Price 60s ease infinite;
    animation: Price 60s ease infinite;
    padding: 12px 10px;
}
.top-header-inner h4{
    color: #fff;
    text-align: center;
}
.top-header-inner p{
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.back-to-top {
    /* display: block; */
    width: 40px;
    height: 40px;
    background: #25d8ae url(../images/top-arrow.png) no-repeat;
    background-size: cover;
    position: fixed;
    right: 30px;
    bottom: 74px;
    z-index: 999;
    font-size: 0;
    line-height: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0px 0px 0px 8px rgba(26, 188, 156, .5);
    -webkit-box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%);
    box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%);
    -moz-animation: backtotop 2s infinite;
    -webkit-animation: backtotop 2s infinite;
    animation: backtotop 2s infinite;
    transition: .5s;
    display: none;
}
@keyframes backtotop {
    0% {
        box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%);
    }
    50% {
        box-shadow: 0px 0px 0px 15px rgb(26 188 156 / 10%);
    }
    100% {
        box-shadow: 0px 0px 0px 8px rgb(26 188 156 / 50%);
    }
}
/* Login Form */
.form-one-card{
    border: 5px solid #8bbdd9;
    /* border: 5px solid rgba(255, 255, 255, 0.4); */
    box-shadow: none;
    border-radius: 3px;
    background-color: #fff;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}
.form-one-header{
    padding: 20px;
}
.form-one-heading{
    margin-bottom: 20px;
}
.form-one-heading h5{
    text-align: center;
    font-size: 24px;
}
.form-one-content .input-group{
    margin-bottom: 17px;
}
.form-one-content .form-one-icon{
    width: 40px;
    text-align: center;
    font-size: 20px;
    color: #555;
}
.form-one-content .form-control{
    background: #fff;
    border: solid 1px #dddddd;
    padding: 8px 14px !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-one-content .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.form-one-bottom{
    margin-top: 30px;
    margin-bottom: 12px;
}
.form-one-bottom .form-one-forgot-pwd{
    font-size: 16px;
    color: #00549f;
    float: right;
    font-weight: 400;
}
.form-one-footer{
    padding: 15px 2px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
}
.form-one-footer .register-btn{
    margin-left: 10px;
    color: #2a1d6d;
    font-size: 16px;
    text-decoration: underline;
    text-underline-position: under;
}
/* Login/Register Form - End */

.popup-heading{
    margin-top: 30px;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 18px;
}
.popup-para{
    font-size: 14px;
    color: #333333;
}
.popup-para i{
    font-size: 14px;
    color: #3cb42b;
}
.popup-form .form-control{
    background: #fff;
    border: solid 1px #dddddd;
    padding: 8px 14px !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 6px;
    font-size: 14px;
}
.popup-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
@media only screen and (max-width: 680px) {
  
    .footer-section-3{
        margin-bottom: 50px !important;
    }
    .form-one-card{
        width: 100% !important;
    }
    .form-one-bottom .form-check{
        font-size: 14px;
    }
    .form-one-bottom .form-one-forgot-pwd{
        font-size: 14px;
    }
    .form-one-footer{
        font-size: 14px;
    }
    .form-one-footer .register-btn{
        font-size: 14px;
    }
    .top-navbar-link{
        margin: 3px 0px;
        display: inline-block;
    }
    .top-navbar-link a{
        font-size: 14px !important;
        padding: 6px 2px !important;
    }
    .top-navbar-link .btn-blue{
        padding: 0px 14px !important;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .navbar{
        background-color: #f8f8f8;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .nav-link{
        padding: 16px 4px !important;
        border-top: 1px solid #ddd;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .navbar-brand{
        padding: 18px 0px 18px 0px !important;
    }
    .navbar .dropdown-toggle::after{
        float: right;
        /* margin-top: 10px; */
    }
    .footer-top-call{
        font-size: 18px;
    }
    .navbar .dropdown-menu{
        background-color: transparent;
        border: 0px !important;
    }
    .navbar .dropdown-menu li{
        border-top: 1px solid #ddd;
        border-bottom: 0px solid #ddd;
    }
    .dropdown-menu .dropdown-item{
        padding: 6px 9px !important;
        font-size: 14px;
    }
    .dropdown-large{
        min-width: 100%;
        padding: 0px !important;
    }
    .banner-slider{
        /* padding-top: 40px;
        padding-bottom: 40px; */
        position: relative !important;
    }
    .banner-slider-overlay{
        padding-top: 56px !important;
    }
    .our-clients .owl-nav{
        margin: 0 !important;
    }
    .our-clients .owl-nav .owl-prev,
    .our-clients .owl-nav .owl-next{
        float: none;
        height: 31px !important;
        padding: 12px 12px !important;
        line-height: 0px !important;
        outline: 0px !important;
        font-size: 20px !important;
    }
    .global-banner-section .banner-heading{
        font-size: 24px;
    }
    .global-banner-section .banner-para{
        font-size: 15px;
    }
    .global-banner-section .btn-big{
        padding: 6px 6px !important;
        margin-top: 10px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 14px;
    }
    .free-consultation-form{
        padding: 0px 10px 26px 10px;
    }
    .free-consultation-form::before{
        left: 40%;
    }
    .free-consultation-form .form-control{
        margin-bottom: 13px;
        font-size: 14px;
    }
    .top-header-form{
        margin-bottom: 28px;
    }
}