@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap";
body {
    font-family: montserrat, sans-serif;
    color: #464646;
    background-color: #fff;
    font-size: 15px;
}

html {
  scroll-behavior: smooth;
}
h2,
h3,
h4 {
    font-weight: 700;
    color: #2a2a2a;
    font-family: poppins, sans-serif;
}
p {
    line-height: 1.7;
}
a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.pt-70{
     padding-top: 70px;
}
button:focus {
    outline: 0;
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.common-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 35px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #fff;
    background-color: #b63422;
    font-size: 14px;
    padding: 8px 15px;
    font-weight: 500;
}
.common-btn:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    border-radius: 35px;
    margin-right: auto;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.common-btn i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.common-btn:hover {
    color: #fff;
}
.common-btn:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}
.section-title .sub-title {
    font-size: 38px;
    display: inline-block;
    font-weight: 500;
    color: #b63422;
    margin-bottom: 10px;
}
.section-title h2 {
    margin-bottom: 0;
    font-size: 38px;
}
.section-title p {
    margin-top: 8px;
    text-align: justify;
    margin-bottom: 0;
    max-width: 765px;
    margin-left: auto;
    margin-right: auto;
}
.section-title.two .sub-title {
    color: #b63422;
}
.section-title.two h2 {
    color: #000000;
}
.header-area {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #b63422;
}
.header-area .left a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}
.header-area .left a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.header-area .left a:hover {
    border-bottom: 1px solid #fff;
}
.header-area .right {
    text-align: right;
}
.header-area .right .social-icon {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 15px;
}
.header-area .right .social-icon li {
    list-style-type: none;
    display: inline-block;
    margin-right: 18px;
}
.header-area .right .social-icon li:last-child {
    margin-right: 0;
}
.header-area .right .social-icon li a {
    display: block;
    color: #fff;
    font-synthesis: 20px;
}
.header-area .right .social-icon li a:hover {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
}
.main-nav {
    background: white;
    -webkit-box-shadow: 0 0 20px 0 #dddddd4f;
    box-shadow: 0 0 20px 0 #dddddd4f;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding-top: 0;
    padding-bottom: 0;
}
.main-nav nav {
    padding: 0;
}
.main-nav nav .navbar-brand {
    margin-right: 0;
    padding: 0px;
    padding-top: 0px;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding-bottom: 0px;
}
.main-nav nav .navbar-brand img {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 375px;
    padding: 15px 0;
}
.main-nav nav .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a {
    color: #b63422;
}
.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    color: black;
    font-size:15px;
    margin-left: 12px;
    margin-right: 12px;
    text-transform: unset;
    position: relative;
}
.main-nav nav .navbar-nav .nav-item a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: -4px;
    background-color: #b63422;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
    color: #b63422;
}
.main-nav nav .navbar-nav .nav-item a:hover:before,
.main-nav nav .navbar-nav .nav-item a:focus:before,
.main-nav nav .navbar-nav .nav-item a.active:before {
    width: 25px;
}
.main-nav nav .navbar-nav .nav-item a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background: #fff;
    padding: 0;
    border: 0;
    border-radius: 0;
    border-top: 3px solid #b63422;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid #dddddd4f;
    position: relative;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b63422;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover:before {
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #b63422;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    color: #2a2a2a;
    padding-top: 12px;
    padding-bottom: 12px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
    display: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus {
    color: #b63422;
}
.main-nav .dropdown-toggle::after {
    display: none;
}
.volunteer-area { 
    box-shadow: inset 0px 0px 2000px 3000px #000000;
    position: relative;
}


.about-area {
    /*background-image:url(../images/about-bg.png);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.about-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.97;
}
.about-area .about-content {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.about-area .about-content .section-title {
    text-align: left;
}
.about-area .about-img {
    margin-bottom: 30px;
}
.about-area .about-img img {
    width: 100%;
}
.subscribe-area {
    background-image: url(../img/banner/choose_us.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}


.subscribe-area .subscribe-content h2 {
    font-size: 25px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.4;
}
.footer-area {
    background-color: #000000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.footer-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.45;
}
.footer-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.footer-item h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 0.4px;
}

.footer-item p{
    line-height: 27px;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.footer-item .footer-contact ul {
    margin: 0;
    padding: 0;
}
.footer-item .footer-contact ul li {
    list-style-type: none;
    display: block;
    position: relative;
        line-height: 30px;
    margin-bottom: 15px;
    padding-left: 40px;
}
.footer-item .footer-contact ul li:last-child {
    margin-bottom: 0;
}
.footer-item .footer-contact ul li i {
    display: inline-block;
    font-size: 27px;
    position: absolute;
    top: 1px;
    left: 0;
    color: #fff;
}
.footer-item .footer-contact ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
}
.copyright-area {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #b63422;
    margin-top: 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.copyright-area p {
    margin-bottom: 0;
    color: #fff;
}
.copyright-area p a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
}
.copyright-area p a:hover {
    color: #e52e3f;
}
.banner-area-two {
    position: relative;
}
.banner-area-two .banner-slider-item {
    position: relative;
    margin-top: 90px;
  
    /* /* box-shadow: inset 0px 0px 2000px 3000px #3831337a; */
}
.about-area.two {
    position: relative;
}
.about-area.two .about-img {
    position: relative;
}
.about-area.two .about-img img:nth-child(1) {
  padding-left: 30px;
    position: relative;
    z-index: 1;
}
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 0;
    right: 15px;
    color: #fff;
    background-color:#b63422;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    border: 1px solid #b63422;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 20px;
    line-height: 45px;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top:hover,
.go-top:focus {
    color: #fff;
    border: 1px solid #2a2a2a;
    background-color: #2a2a2a;
}
.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.kriti-icon {
    background: white;
    text-align: center;
    padding: 15px;
    border-bottom: 4px solid #b63422;
    border-radius: 20px;
  
}

.kriti-icon h4{
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
}

.kriti-icon img{
    width:48px;
}

.Quick-links{
    padding: 0;
}

.Quick-links li a{
    color: white;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.Quick-links li{
    text-decoration: none;
    display: block;
    line-height: 38px;
}

.Quick-links li a:hover{
    color:#e52e3f;
}

.social-links  img{ 
    padding: 0px 5px;
}
.social-links {
    margin-top: 15px;
    border-top: 1px solid #ffffff54;
    padding-top: 15px;
}

.client-logo{
    box-shadow: 1px 2px 11px -7px gray;
    margin: 5px;
    background:white;
}
.pd-30{
    padding: 30px 0;
}
.pd-60{
    padding: 60px 0;
}
.serviceh-data{
    background: white;
    padding: 15px;
    border-radius: 20px;
    transition: all 0.5s ease;
}
.serviceh-data:hover{
    background: #b63422;
}
.serviceh-data img{
width: 65px;
margin-bottom: 20px;
background: white;
border-radius: 20px;
padding: 12px;
}
.serviceh-data h3{
font-weight: 600;
font-size: 19px;
letter-spacing: 0.2px;
}
.serviceh-data p{
    font-size: 14px;
    line-height: 27px;
    margin-top: 15px;
}

.serviceh-data:hover h3{
    color:white;
}
.serviceh-data:hover p{
    color:white;
}
.objective-section ul{
    padding: 0 15px;
}
.objective-section ul li{
    line-height: 35px;
    font-size: 15px;
}
.headings h3{
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 500;
}
.page-title-area{
    padding: 10rem 0 30px;
    background: black;
}
.page-title-area h2{
    color: white;
    font-size: 46px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}
.page-title-area .title-content ul{
    display: block;
    padding: 0;
}
.page-title-area .title-content ul li{
    display: inline-block;
}
.page-title-area .title-content ul li a{
color: white;
font-size: 18px;
}
.page-title-area .title-content ul li span{
    color: #b63422;
    font-size: 18px;
}
.smpl-gallery .owl-nav{
display: none;
}
.client-logo img{
       height: 122px;
    object-fit: contain; 
}

.contact-address li{ 
    list-style: none;
    line-height: 35px;
    margin-bottom: 22px;
    font-size: 17px;
}

.contact-address li a{ 
        color: black;
        font-size: 17px;
}
.contact-address li i{ 
    margin-left: -30px;
    font-size: 30px;
    color: #b63422;
}

