html {
    scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat';
	padding: 0px;font-size: 17px;
	color: #333333;overflow-x: hidden;
	font-weight: 500;
	margin: 0;
}


h1, h2, h3, h4, h5, h6 {  font-family: 'Montserrat';}
textarea, p, input, div, span, li, button {  font-family: 'Montserrat';}
ul {margin: 0;padding: 0;}
li {list-style: none;}
p {line-height: 30px;font-size: 17px;font-weight: 500;color: #333333;margin-bottom: 15px;  font-family: 'Montserrat';}
img { max-width: 100%;border: 0;}
.clear {clear: both;float: none;width: 100%;}
.clearfix::after {display: block;content: "";clear: both;}
a {text-decoration: none !important;transition: all 0.2s ease-in;color: #212121;  font-family: 'Montserrat';}
a:hover {color: #000;}
a, span {display: inline-block;}
:focus { box-shadow: none !important;outline: none !important;}
.form-control { display: block;width: 100%;height: calc(1.5em + .75rem + 2px);padding: .375rem .75rem;font-size: 14px;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: .0rem;transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;box-sizing: border-box;}


#header {padding: 0px;position: fixed;left: 0;top: 0;width: 100%;z-index: 10;}
.top-cart-sec {margin: 0px 0 0 0; float: right;}
.top-cart-sec ul li { float: left;font-weight: 400; padding: 0px 15px 0px 15px;}

.cart-cou {
    position: absolute;
    top: 11px;
    right: -27px;
    width: 23px;
    height: 23px;
    background-color: #fff;
    line-height: 12px;
    font-size: 11px;
    text-align: center;
    color: #000;
    border-radius: 50%; border: solid 1px #d01414;
    display: flex;
    justify-content: center;
    align-items: center;
}


@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.woff2') format('woff2'),
        url('Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.woff2') format('woff2'),
        url('Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.top-social {margin: 0px 0;}
.top-social a {display: inline-block; margin: 0px 0px ;background-color:#fff;border-radius: 50%; width: 40px; height: 40px;text-align: center;color: #524271;font-size: 22px!important;}
.top-social a:hover {background-color:#e41f29; }
.top-social img { width: 20px;}
.top-social a:hover img {filter: invert(800%); position: relative}
.top-menu-main{ position: relative; padding: 10px 0; background-color:#fff;box-shadow: 0 0 10px #ddd;}
/*------------------common-css End-------------------*/
    
@media (min-width: 1366px){.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1320px;}}
@media (min-width: 1440px){.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1300px;}}
@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1300px;}}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
.navbar { padding: 0;}
.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navbar li {position: relative;}
.navbar>ul>li {white-space: nowrap;padding: 10px 0 10px 20px;}
.navbar a,
.navbar a:focus { display: flex;align-items: center;justify-content: space-between;padding: 0 3px;font-size: 17px;color:#1b1b1b;white-space: nowrap;transition: 0.3s;position: relative; }
.navbar a i,
.navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
.navbar>ul>li>a:before {content: "";position: absolute; width: 100%;height: 2px;bottom: -6px;left: 0; background-color:#3d4a81;visibility: hidden;width: 0px;
transition: all 0.3s ease-in-out 0s;}
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before { visibility: visible;width: 100%;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #3d4a81;}
.navbar .dropdown ul {display: block;position: absolute;left: 28px;top: calc(100% + 30px); margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
.navbar .dropdown ul li {min-width: 200px;}
.navbar .dropdown ul a {padding: 10px 20px;font-size: 14px;text-transform: none;font-weight: 600;color: #111;}
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {color:#002768;}
.navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
}

@media (min-width: 1280px) and (max-width: 1366px) {
.navbar .dropdown .dropdown ul {left: -90%;}
.navbar .dropdown .dropdown:hover>ul {left: -100%; }}
@media (min-width: 1280px) {.mobile-nav-show,.mobile-nav-hide {display: none;}
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
.navbar {position: fixed;top: 0;right: -100%;width: 100%;max-width: 400px;bottom: 0;transition: 0.3s;z-index: 9997;}
.navbar ul {position: absolute;inset: 0;padding: 50px 0 10px 0;margin: 0;background: rgba(24, 24, 40, 0.9);overflow-y: auto;transition: 0.3s;z-index: 9998;}
.navbar a,
.navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px;font-size: 16px;font-weight: 500; color: rgba(255, 255, 255, 0.9);white-space: nowrap;transition: 0.3s;}
.navbar a i,
.navbar a:focus i {font-size: 12px;line-height: 0; margin-left: 5px;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #fff;}
.navbar .getstarted,
.navbar .getstarted:focus { padding: 8px 20px;border-radius: 4px;margin: 15px;color: #fff;}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {color: #fff;background: rgba(0, 131, 116, 0.8);}
.navbar .dropdown ul,
.navbar .dropdown .dropdown ul { position: static;display: none;padding: 10px 0;margin: 10px 20px;transition: all 0.5s ease-in-out;background-color: #3d3d45;border: 1px solid #3d3d45;}
.navbar .dropdown>.dropdown-active,
.navbar .dropdown .dropdown>.dropdown-active { display: block;}
.mobile-nav-show {color: rgba(0, 0, 0, 0.8);font-size: 28px;cursor: pointer;line-height: 0;transition: 0.5s;z-index: 9999;margin-right: 10px;}
.mobile-nav-hide {color: #fff;font-size: 32px;cursor: pointer;line-height: 0;transition: 0.5s;position: fixed;right: 20px;top: 20px;z-index: 9999;}
.mobile-nav-active {overflow: hidden;}
.mobile-nav-active .navbar {right: 0;}
.mobile-nav-active .navbar:before {content: "";position: fixed;inset: 0; background: rgba(24, 24, 40, 0.8);z-index: 9996;}}
/*------------------common-css End-------------------*/  

.donate-top{ background-color:#d02121;padding: 9px 25px; color:#fff; font-size:15px; border-radius: 5px; margin-right: 20px; }
.donate-top:hover{ background-color:#3d4a81; color:#fff;  }



.banner-sec{ position: relative}
.bottom-layer{ position: absolute; bottom:0; left: 0; width: 100%;  }
.top-layer{ position: absolute; top:0; left: 0; width: 100%;  }



.banner-info{ position:absolute; width: 100%; left: 0; top: 20%;}
.banner-box{  padding: 0px ; max-width: 700px; }
.banner-text{ font-size: 48px; color: #fff;  margin: 0 0 0px 0; font-weight: bold;}
.banner-text1{ font-size: 32px; color: #fff;  margin: 0 0 10px 0}

.start-bt{ background-color:#f3ef67; padding: 11px 40px; color:#000; font-size: 17px; border-radius: 40px; margin-right: 8px;}
.start-bt:hover{ background-color:#007dba; color:#fff; }

#bannerslider .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}
#bannerslider .owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#bannerslider .owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#bannerslider .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}
#bannerslider .owl-nav {
    display: none;
}
#bannerslider .owl-dot span {
    background-color: #96dda5;
    width: 14px;
    height: 14px;
    margin: 2px;
}
#bannerslider .owl-dot.active span {
    background-color: #02968a;
    width: 14px;
    height: 14px;
}
#bannerslider .owl-dots {
    display: flex;
    margin-top: -50px;
    z-index: 20;
    position: absolute;
    bottom: 10px;
    left: 40px;
}



.home-about{ position: relative; padding: 80px 0; }
.home-about::after{ position:absolute; top: 0;left: 0; content: ""; width: 100%;
background-image: url(../images/about-bg.jpg); background-repeat: no-repeat; height: 515px; z-index: -1;}

.homeab img{ border-radius: 5px; transition: all 0.5s ease-in;}
.homeab img:hover{ border-radius: 180px 5px 180px 180px;transition: all 0.5s ease-in; }

.main-title{ font-size: 40px; margin: 0 0 20px 0; font-weight:bold; letter-spacing: 0px; color: #000; }
.main-title span{color:#c81f1f;}
.ab-title{ font-size: 22px; margin: 0 0 20px 0; font-weight:bold;color: #4f5f6c; text-transform: uppercase; }

.read-more-bt{ background-color:#f3ef67; padding: 11px 30px; color:#000; font-size: 16px; 
    border-radius: 40px; margin-right: 8px;}
.read-more-bt:hover{ background-color:#007dba; color:#fff; }



.middle-section{background-image: url(../images/middle-bg.jpg); background-repeat: no-repeat;
padding: 50px 0; background-size: cover;}
.services-left p{ color:#fff; }

.main-title-w{ font-size: 40px; margin: 0 0 20px 0; font-weight:bold; color: #fff; }

.services-box-w{ background-color:#fff;border-radius: 5px; padding: 20px; height: 100%;transition: all 0.5s ease-in;}

.services-box-w:hover{ background-color:#f3ef67;transition: all 0.5s ease-in;}

.services-box-title{ font-size: 23px; margin: 0 0 15px 0; font-weight:bold;color: #000; }
.services-box-w ul { margin-left: 20px; margin-bottom: 10px; }
.services-box-w ul li{ list-style-type: disc; padding-bottom: 4px; }
.services-mb{ margin-bottom: 25px; }
.donate-img{ margin-bottom: 20px; }





.common-sec{ background-color:#fff; position: relative; padding: 70px 0}
.main-sm-top{ font-size: 18px; margin: 0 0 0px 0; font-weight:bold; letter-spacing: 2px; color: #000; }


.yrllow-cer{ background-color:#f3ef67; width: 490px; height: 490px; border-radius: 50%;
display: flex;align-items: center;justify-content: center; }

.yellow-text{font-size: 60px; font-weight: 800;}


.common-sec-1{ background-color:#fff; position: relative; padding: 70px 0 30px 0;


}




.testmonials-main{ max-width: 100%;margin: auto; }
.testmonials-im{ width: 80px!important; height: 80px!important; 
    border: solid 1px #ccc; border-radius: 50%; margin: auto; }
.testmonials-box{border: solid 0px #ccc; padding: 20px;}
.owner-test{ font-size: 20px; color: #000; font-weight: 600;}

.imggray{transition: all 0.5s ease-in; }
.imggray:hover {
  filter: gray; 
  -webkit-filter: grayscale(1); 
  filter: grayscale(1);transition: all 0.5s ease-in; 
}

#offerSlider .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}
#offerSlider .owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#offerSlider .owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#offerSlider .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}
#offerSlider .owl-nav {
    display: none;
}
#offerSlider .owl-dot span {
    background-color: #111; border-radius: 5px;
    width: 12px;
    height: 5px;
    margin: 2px;
}
#offerSlider .owl-dot.active span {
    background-color: #dc3636; border-radius: 5px;
    width: 12px;
    height: 5px;
}
#offerSlider .owl-dots {
    display: flex;
    z-index: 20;
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.test-icon-w{ width:51px!important; height: 39px!important; padding-bottom: 20px; margin: auto auto 20px auto; }
.headre-h-uc{ height:66px; }

/**************  animation    ****************/

.footer-section {padding: 50px  0px  0 0; background-image: url(../images/footer-bg.jpg); background-repeat: no-repeat;
 }




.footer-section h6 {font-size: 25px;font-weight:bold;color: #fff;margin: 0px 0 20px 0; }
.social-icon-b{font-size: 22px;width: 24px;}
.footer-section p {font-size: 16px;font-weight:400;color: #fff;}
.footer-section ul {color: #fff;margin: 0px;padding: 0px;width: 100%;}
.footer-logo-sec{ border-bottom: solid 1px #0947c9; padding-bottom: 40px; margin-bottom: 40px;}
.footer-section ul li {color: #fff;padding: 4px 0; padding-left: 0px; border-bottom: 0px solid #393d50; font-size: 16px; position: relative}
.footer-section ul li a{transition: all 0.5s ease-in;color: #fff;}
.footer-section ul li a:hover {color: #f3ef67; padding-left: 10px;}
.address-f{color: #90a9b5; font-size: 15px;}
.address-f a{color: #00bcd2; }
.address-f a:hover{color: #02968a; }
.address-padd{ margin-bottom: 5px}
.address-icon{ margin-right: 5px}
.copy-right {border-top: solid 0px #0e1052;padding: 30px 0 10px 0;margin-top: 40px;color: #fff; }
.copy-right a {color: #fff;   font-weight: 400;}
.copy-right .text-r {text-align: right;}
.bottom-social {margin: 0px 0;}
.bottom-social a {display: inline-block; margin: 0px 0px ;background-color:#000;
border-radius: 50%; width: 40px; height: 40px;text-align: center;color: #524271;font-size: 22px!important;}
.bottom-social a:hover {background-color:#e41f29; padding-left: 0px!important }
.bottom-social img { width: 20px;}
.bottom-social a:hover img {filter: invert(800%); position: relative}

.bottom-social-img a{ margin: 10px 4px 0px 4px  }
.newsletter-bb{ display: flex; }
.signup-button{ background-color:#02968a; padding: 12px 40px; color:#fff; border: 0; font-size: 18px; border-radius: 5px; m}
.signup-button:hover{ background-color:#96dda5; color:#fff; }

.newsletter-bb .form-control { display: block;    width: 100%;
 height: 48px;padding: .375rem .75rem;font-size: 16px;font-weight: 400;
line-height: 1.5;color: #000;background-color: #d1e0d0;
background-clip: padding-box;border: 1px solid #d1e0d0;border-radius: 5px;
   
}

.newsletter-bb .form-control:focus {color: #000;background-color: #d1e0d0;border-color: #d1e0d0;
}




/**************  inner page    ****************/
.inner-banner{ position: relative}
.inner-banner-info {position: absolute;width: 100%;left: 0;top: 13%;}
.inner-banner-title {width:315px; height: 315px; border-radius: 50%;
 background-color:rgba(253, 89, 8, 0.8) ; text-align: center; color:#fff;font-size: 36px;
 font-weight: 600;     display: flex;font-weight: bold;
    justify-content: center;
    align-items: center;}


.inner-banner-title span {font-size: 30px;color: #fff; padding: 15px 40px;  background-color: rgba(2, 150, 138, 0.9); 
text-align: center; font-weight: 500;}
section.inner-banner img {width: 100%;}

.gray-section{ background-color:#f0f2f3; padding: 60px 0; position: relative; }

.register-pop{ padding: 20px 20px; }

.contact-page-sec{ padding: 60px 0; position: relative; }
.contact-page-sec::after{position: absolute; background-color:#f0f2f3; right: 0; width: 50%; height: 100%;
content: ""; top: 0; z-index: -1;  }
.contact-form-se{ padding: 0 25px; }
.contact-left{ padding: 15px; }

.contact-form-se .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius:5px;
    
}
.contact-form-se textarea{ height: auto!important; }
.submit-bt {
    background-color:#f3ef67; padding: 11px 50px; color:#000; font-size: 18px; 
    border-radius: 40px; margin-right: 8px; border: 0px;font-weight: bold;
}
.submit-bt:hover { background-color:#007dba; color:#fff;}
.contact-de-box{background-color:#e5ecef;padding: 0px; margin-bottom: 20px;border-radius: 5px; }
.contact-de-box-left{ padding: 0px 40px 40px 40px; }
.contact-de-box-left img{ border-radius: 5px;}
.officebear{ background-color: #eff4f6; padding: 25px; max-width: 1000px;margin: auto; border-radius: 5px;}

.officebear-1{ background-color: #fff; padding: 25px; max-width: 1200px;margin: auto; border-radius: 5px;}

.officebear-1 ul{ margin-left: 30px; margin-bottom: 25px; }
.officebear-1 ul li{ list-style-type: disc; margin-bottom: 5px;li }

.maintitle-sm{ font-size:30px;  margin: 0 0 20px 0; color:#000;  font-weight:bold; }

.contact-left-box{background-color:#f0f2f3;transition: all 0.5s ease-in; border-radius: 5px; padding: 15px; margin-bottom:20px;}
.contact-left-box:hover {background-color:#fd5908; transition: all 0.5s ease-in;}
.contact-left-box:hover a{color:#fff;}



.address-bb{ padding: 0px 0; display: flex;}
.address-bb-icon{ width: 15%; font-size: 50px; color:#000; padding-left: 3%;transition: all 0.5s ease-in;}
.address-bb-contant{ width: 75%; padding: 0 2%}
.address-text{font-size: 20px; font-weight:bold; margin: 0px 0 5px 0;  
    color:#111;transition: all 0.5s ease-in; }

.address-bb p{ margin-bottom: 0px!important;transition: all 0.5s ease-in;}


.contact-left-box:hover .address-bb-icon{  color:#fff; transition: all 0.5s ease-in;}
.contact-left-box:hover .address-text{  color:#fff; transition: all 0.5s ease-in;}
.contact-left-box:hover p{  color:#fff; transition: all 0.5s ease-in;}

.services-title{font-size: 36px; font-weight:bold; margin: 0px 0 5px 0;  color:#000; }
.services-title-sm{font-size: 24px; font-weight:bold; margin: 0px 0 5px 0;  color:#000; }
.gray-section ul { margin-left: 20px; margin-top: 20px; }
.gray-section ul li{ list-style-type: disc; margin-bottom: 8px; }

.common-sec-ser ul { margin-left: 20px; margin-top: 20px; }
.common-sec-ser ul li{ list-style-type: disc; margin-bottom: 8px; }


.common-sec-ser {
    position: relative;
    padding: 70px 0;
}


.common-sec-ser::after{position: absolute; background-color:#fff; left: 10px;
 width: 500px; height: 500px; border-radius: 50%;
content: ""; top: 10%; z-index: -1;  }


.testimonials-box{ background-color:#fff; padding: 30px; border-radius: 8px; box-shadow: 0 0 20px #ddd; height: 100%; transition: all 0.5s ease-in;}
.testimonials-box:hover{ box-shadow: 0 0 30px #b7d0ce; border-radius: 30px; background-color:#fd5908;}
.teztmoni-own{ font-size: 20px; font-weight: 600; }
.teztmoni-own span{ color:#fd5908; display: block; transition: all 0.5s ease-in;font-weight: bold;}
.teztmoni-bott{ margin-bottom: 40px; }
.testimonials-box:hover .teztmoni-own span{ color:#fff;transition: all 0.5s ease-in; }
.testimonials-box:hover p{ color:#fff;transition: all 0.5s ease-in; }
.testimonials-img{ width: 90px; height: 90px; border-radius: 50%; margin: auto; }

.footer-section {background-size: cover;}

.mob-banner{ display: none; }


@media all and (max-width: 1366px) {			
.banner-bottom-p p br {display: none;}
.gray-section p {font-size: 18px;line-height: 28px;}	



}

@media all and (max-width: 1280px) {    
.five-cat-img {width: 210px;height: 210px;}
.headre-h-uc {height: 52px;}
.common-sec-ser::after {width: 400px;height: 400px;}




}
	



@media all and (max-width: 1152px) {
.top-layer img {height: 501px;}
.banner-sec {position: relative;overflow: hidden;}
.yrllow-cer { width: 400px;height: 400px;}
.yellow-text {font-size: 45px;}


}


@media all and (max-width: 1024px) {
.top-layer img { height: 448px;}
.banner-text {font-size: 33px;}
.main-title {font-size: 30px;margin: 0 0 20px 0;}
.ab-title {font-size: 22px;margin: 0 0 13px 0;}
.yrllow-cer { width: 400px;height: 400px;         margin: auto;}
.yellow-text {font-size: 44px;font-weight: 800;}
.mobile-nav-show { margin-right: 67px;}
.inner-banner-title {width: 280px;height: 280px;}
.services-title {font-size: 28px;}
.address-bb-icon { width: 17%;font-size: 40px;}

}


@media all and (max-width: 991px) {
.footer-section h6 {font-size: 21px;}
.bottom-social-img a {margin: 10px 2px 0px 2px;}
.inner-banner-title {width: 270px;height: 270px;}
.contact-page-sec::after {width: 100%;height: 57%;bottom: 0; top: inherit;}

}

@media all and (max-width: 912px) {
.common-sec {padding: 40px 0;}
.services-box-title {font-size: 21px; margin: 0 0 15px 0;}
.yrllow-cer {width: 400px; height: 400px;margin: auto;}
.home-about {padding: 40px 0;}
.inner-banner-title {width: 260px;height: 260px;}




}

@media all and (max-width: 870px) {
.footer-section h6 {font-size: 20px;}
.bottom-social-img a {margin: 10px 2px 0px 2px;}
.bottom-social-img img { width: 28px;}
.inner-banner-title { width: 200px;height: 200px;  font-size: 24px;}
.inner-banner-info {top: 16%;}
.gray-section p { font-size: 16px;line-height: 28px;}
p {font-size: 16px;}
.gray-section {padding: 40px 0;}
.footer-section {padding: 40px 0px 0 0;}
.common-sec-ser {padding: 40px 0;}
.contact-page-sec::after {width: 100%;height: 55%;bottom: 0; top: inherit;}
.contact-page-sec {padding: 40px 0;}



}


@media all and (max-width: 767px) {
a.logo.d-flex.align-items-center img {width: 150px;}
.mobile-nav-show {margin-right: 10px;}
.top-cart-sec {position: absolute;left: 45%;top: 0;}
.donate-top {padding: 7px 19px;font-size: 15px;}
.top-cart-sec {left: 53%;top: 0;}
.main-title {font-size: 26px;margin: 0 0 15px 0;}
.homeab {margin-bottom: 20px;}
.footer-section h6 {font-size: 20px;margin: 25px 0 5px 0;}
.copy-right {padding: 20px 0 10px 0;margin-top: 0px;}
.copy-right .col-md-12.text-center {text-align: left !important;}
.footer-section {padding: 20px 0px 0 0;}
.inner-banner-info { position: relative; background-color:#fd5908;}
.inner-banner-title {width: 100%;height: auto;font-size: 24px;border-radius: 0px;padding: 5px;}
.services-title-sm {font-size: 18px;}
.services-title {font-size: 24px;}
.common-sec-ser::after { width: 320px;height: 320px;}
.common-sec-ser {padding: 40px 0 20px 0;}
.mobiile-padd-s{ margin-top: 20px; }
.contact-de-box-left {padding: 0px 0px 0px 0px;}
.maintitle-sm {font-size: 24px;margin: 0 0 20px 0;}
.address-bb-icon {width: 16%;font-size: 37px;padding-left: 3%;}
.address-bb p br{ display: none; }
.contact-form-se {padding: 0 0px;margin-top: 30px;}
.contact-page-sec::after { height: 61%;}

.top-layer{ display: none; }
.bottom-layer{ display: none; }
.yrllow-cer {width: 300px;height: 300px;}
.yellow-text {font-size: 33px;}
.main-title-w {font-size: 26px;margin: 0 0 15px 0;}
.mob-banner{ display: block; }
.dex-banner{ display: none; }
.banner-info {top: inherit; bottom: 45px;}
.banner-text { font-size: 27px; margin-bottom: 10px;}
.testimonials-box {padding: 18px;}
.col-mobile-re {
        flex-direction: column-reverse;
    }


}
