* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #6f6f6f;
    font-family: 'Open Sans', sans-serif;
}
.container {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}
.container {
    z-index: 1;
}
h3 {
    font-size: 22px;
    color: #1e0101;
    font-weight: 600;
    margin: 20px 0 15px;
    font-family: 'Roboto', sans-serif;
}
ul, li {
    list-style: none;
}
p:last-child {
    margin-bottom: 0;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
/*===============STARTING LINE OF HEADER SECTION*/
.logo {
    max-width: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    padding: 10px 0;
}
.mobileMenu {
    display: none;
}
.topHeader {
    max-width: calc(100% - 160px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 0 0px;
}
.topHeader2 ul li a:hover {
    color: #ffffff;
}
.topsec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(154 154 154 / 20%);
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.topsec .contacts {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 78%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
}
.topsec .social {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.topsec .social li {
    margin-left: 15px;
}
.topsec .social li a {
    display: block;
    color: #1e0101;
    line-height: 18px;
    font-weight: 700;
    font-size: 18px;
}
.topsec li {
    padding: 18px 0;
}
header {
    background: #8e200b;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.topHeader2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.topHeader2 ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.topHeader2 ul a {
    color: #dfdfdf;
    padding: 26px 0 26px 30px;
    display: block;
    font-weight: 600;
    font-size: 18px;
}
.topsec li b {
    color: #de1b1a;
}

.topsec .contacts li {
    margin: 0 30px 0 0;
}
.topsec .contacts li p {
    line-height: 16px;
    color: #0a303a;
}
.logo a {
    display: block;
    max-width: 250px;
}
.logo a img {
    width: 100%;
}
.headerMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bgHeader {
    background: #e9e9e9;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    display: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.closebtn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
    font-weight: 800;
    color: #0a303a;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #0a303a;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.closebtn:hover {
    border-color: #ff3737;
    color: #ff3737;
}
.burgericon span {
    height: 3px;
    display: block;
    background: #ffffff;
    width: 28px;
    margin: 5px 0;
    border-radius: 50px;
}
.burgericon {
    position: absolute;
    right: 15px;
    cursor: pointer;
    display: none;
}
/*===============STARTING LINE OF BANNER SECTION*/
.banner {
    padding: 0;
    background-size: cover !important;
    background-position: top right !IMPORTANT;
    background-repeat: no-repeat !important;
    height: 550px;
}
.banner1 {background: #e9e9e9 url(../img/hero-bg1.jpg);}
.banner2 {background: #e9e9e9 url(../img/hero-bg2.jpg);}
.banner3 {background: #e9e9e9 url(../img/hero-bg3.jpg);}
.banner4 {background: #e9e9e9 url(../img/hero-bg4.jpg);}
.banner5 {background: #e9e9e9 url(../img/hero-bg5.jpg);}
.banner6 {background: #e9e9e9 url(../img/hero-bg6.jpg);}
.contentBanner {
    max-width: 570px;
}
.contentBanner h1 {
    font-size: 45px;
    text-transform: uppercase;
    color: #0a303a;
    font-weight: 800;
    line-height: 52px;
    margin: 0 0 15px;
}
.contentBanner a {
    padding: 18px 36px;
    display: inline-block;
    background: #fc3103;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    margin: 25px 0 0;
}
/*===============STARTING LINE OF SHOPS SECTION*/
.shops {
    padding-bottom: 80px;
}
.shops .ser-item {
    border: 2px solid #d4d4d4;
    padding: 4px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.shops .ser-item:hover h3 {
    color: #70c14a;
}
.shops .ser-item:hover {
    border-color: #70c14a;
}
.shops .ser-item a {
    display: block;
}
.shops .ser-item .iconicon1 img {
    width: 100%;
}
.shops .ser-item .services-content-item {
    padding: 20px 10px;
}
.shops .ser-item .services-content-item h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 400;
}
.shops .ser-item .services-content-item .rates {
    font-weight: 600;
    line-height: 16px;
    color: #0a303a;
}
/*===============STARTING LINE OF ABOUT US SECTION*/
.imagesD img {
    width: 100%;
}
.imagesD2 img {
    width: 100%;
    border-radius: 40% 20% 40% 90% / 90% 50% 60%;
    border: 5px dashed #b9b9b9;
}
.rownav {
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rownav .button {
    width: 45px;
    height: 45px;
    background: #0a303a;
    margin: 0 4px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.button.next1 {
    background: #70c14a;
}
.imagesD2 {
    max-width: 260px;
    padding: 5px;
    position: absolute;
    bottom: -30px;
    border-radius: 2px;
    right: 40px;
}
.aboutus {
    padding: 80px 0;
    text-align: justify;
    background: #fafafa;
}
.imagesD {
    padding: 0 50px 0 0;
    margin: 0;
}
h2 {
    margin: 0 0 20px;
    font-size: 35px;
    color: #1e0101;
    font-weight: 700;
    line-height: 35px;
}
.aboutus p {
    margin-bottom: 20px;
}
.aboutus p a {
    color: #de1b1a;
    font-weight: 700;
    font-size: 17px;
}
/*===============STARTING LINE OF LARGE VARIETY SECTION*/
.largeVarity {
    background: url(../img/bg.jpeg);
    padding: 70px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.largeVarity:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 48 58 / 80%);
    content: '';
    z-index: 0;
}
.largeVarity .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.largeVarity .row a {
    padding: 18px 36px;
    display: inline-block;
    background: #70c14a;
    color: #ffffff;
    font-weight: 600;
    line-height: 20px;
}
.largeVarity .row h2 {
    margin: 0 0 25px;
    color: #fff;
}
.largeVarity .row p {
    color: #e6e6e6;
}
/*===============STARTING LINE OF ASK FOR HELP SECTION*/
.needhelp {
    padding: 50px 0;
    border-bottom: 1px solid #fff4f2;
}
.needhelp h5 {
    font-size: 25px;
    font-weight: 700;
    color: #0a303a;
    margin: 0 0 20px;
    line-height: 30px;
}
.needhelp a {
    padding: 18px 36px;
    display: inline-block;
    background: #fc3103;
    color: #ffffff;
    font-weight: 600;
    line-height: 20px;
}
/*===============STARTING LINE OF TESTIMONIAL SECTION*/
.spacer.testimonials {
    padding: 80px 0;
    position: relative;
    z-index: 0;
}
.heading {
    margin: 0 0 45px;
    text-align: center;
}
#testimonial_carousel {
    margin-bottom: 0;
}
.Ab2-tSlid {
    position: relative;
    padding: 0;
    margin-top: 0;
    text-align: center;
}
.Ab2-tSlid:before {
    left: 40px;
    width: auto;
    height: auto;
    bottom: -21px;
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #de1b1a;
    border-bottom: 10px solid transparent;
    display:none;
}
.icon-Quote {
    position: relative;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 100px;
    height: 100px;
    padding: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    /* border: 2px solid #b72a0f; */
    /* box-shadow: 0 0 10px 6px rgb(0 0 0 / 10%); */
    margin-bottom: 20px;
}
.inner_testimonial .owl-nav {
    position: absolute;
    right: 0;
    top: -95px;
}
.inner_testimonial .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    margin-left: 5px;
    border: 2px solid #0a303a !important;
}
.inner_testimonial .owl-nav button span, .inner_testimonial .owl-nav button span:focus {
    font-size: 40px;
    outline: none;
    display: block;
    line-height: 30px;
    position: relative;
    color: #0a303a;
    top: -4px;
}
.heading h2 {
    margin: 0;
}
.usr2_ele h3 {
    margin: 0;
    font-size: 20px;
    color: #b72a0f;
}
.inner_testimonial .owl-dots {
    display: block;
    margin: 20px 0 0;
    text-align: center;
}
.inner_testimonial .owl-dots button.owl-dot.active {
    border-color: #de1b1a;
    background: #de1b1a;
}
.inner_testimonial .owl-dots button.owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    background: #1e0101;
    margin: 0 2px;
    border-radius: 50%;
    border: 2px solid #1e0101;
}
/*===============STARTING LINE OF FOOTER SECTION*/
.footer {
    background: #761300;
    margin: 0;
    position: relative;
    z-index: 0;
    text-align: left;
}
.midFooter {
    padding: 80px 0px 60px;
    position: relative;
    z-index: 0;
}
.aboutLogo {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding: 0 20px;
}
.services1 {
    max-width: 21%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    padding: 0 20px;
}
.contactInfo {
    max-width: 28%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    padding: 0 20px;
}
.midFooter h3 {
    margin: 0 0 28px;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}
.contactInfo ul {
    margin: 0;
}
.midFooter a, .bottom_footer .row p, .newSletter p, .aboutLogo p, .contactInfo li {
    color: #dfdfdf;
}
.contactInfo li {
    padding: 0 0 15px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgb(215 215 215 / 20%);
    margin-bottom: 0;
}
.contactInfo li i {
    border-radius: 50%;
    border: 2px solid #0a303a;
    color: #0a303a;
    position: relative;
    font-size: 18px;
    max-width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-right: 15px;
}
.midFooter li a {
    padding: 0 0 20px;
    display: block;
    font-weight: 400;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.bottom_footer {
    padding: 0;
    background: #8e200b;
    position: relative;
    z-index: 0;
}
.bottom_footer .row {
    padding: 15px 0;
    position: relative;
    z-index: 0;
}
.bottom_footer a,.bottom_footer P {
    color: #f4f1ea !important;
}
.logo25s {
    max-width: 160px;
    margin: 0px 0 10px;
}
.logo25s a {
    display: block;
}

.logo25s img {
    width: 100%;
}
.contactInfo li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.contactInfo li a img {
    max-width: 70px;
}
.blogText {
    display: block;
    padding-left: 15px;
}
.blogText h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0a303a;
    margin: 0 0 6px;
}
.blogText p {
    font-size: 14px;
    line-height: 1.4;
}
.blogText span {
    color: #70c14a;
    font-weight: 600;
}
/*=================PAGE TITLE SECTION CSS*/
.pageTitle {
    background: url(../img/pagetitle.png);
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
}
.pageTitle:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(10 48 58 / 80%); */
    content: '';
    z-index: 0;
}
.pageTitle h2 {
    text-align: center;
    color: #fff;
    margin: 0;
}
/*=================AVAILABEL MONKEYS PAGE CSS*/
.shops.shopsPage {
    padding-top: 80px;
}
.shops.shopsPage .item {
    padding: 10px;
}
/*=================SINGLE PAGE CSS*/
.detailpage {
    padding: 80px 0;
}
.productImage img {
    width: 100%;
}
.productContent h3 {
    margin: 0 0 15px;
}
.sexage {
    margin: 0 0 10px;
    line-height: 18px;
}
.sexage b {
    color: #0a303a;
}
.price {
    font-size: 18px;
    font-weight: 700;
    color: #70c14a;
    margin-top: 20px;
}
.price a {
    padding: 16px 36px;
    display: inline-block;
    background: #70c14a;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
}
.productContent {
    margin: 0 0 35px;
}
.productImage {
    padding-right: 20px;
}
.orderform form h3 {
    margin: 0 0 20px;
}
.formdiv .form-group {
    margin-bottom: 0;
    padding: 0 8px;
}
.formdiv .form-group input[type="text"] {
    width: 100%;
    height: 46px;
    padding: 10px;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.formdiv .form-group input[type="text"]:focus,.formdiv .row textarea:focus {
    border-color: #70c14a;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
            box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    background: #ebffe2;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}
.formdiv .row {
    margin: 0 -8px 16px;
}
.formdiv .row textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.formdiv .form-group-btn input[type="submit"] {
    padding: 18px 36px;
    display: inline-block;
    background: #70c14a;
    color: #ffffff;
    font-weight: 600;
    border: 0;
    line-height: 20px;
    text-transform: uppercase;
}
/*=============BLOG PAGE CSS*/
.blogpage {
    padding: 70px 0;
}
.blogGrid a {
    border: 1px solid #dfdfdf;
    display: block;
}
.blogGrid a img {
    width: 100%;
}
.blogContentBox {
    padding: 25px 20px;
}
.dateComments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.dateComments {
    font-weight: 600;
    color: #70c14a;
    font-size: 15px;
    line-height: 15px;
}
.dateComments i {
    margin: 0 5px 0px 0px;
    color: #70c14a;
}
.blogHeading {
    margin: 0 0 8px;
}
.blogHeading h3 {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 24px;
}
.blogPara {
    margin: 0;
}
.blogPara p {
    line-height: 1.4;
    color: #6f6f6f;
}
.buttons {
    display: inline-block;
    color: #70c14a;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
}
.blogGrid {
    padding: 15px;
}
.singleblogs {
    padding: 80px 0;
}
.blogGridSingle {padding-right: 35px;}
.blogGridSingle img {
    width: 100%;
}
.blogGridSingle .blogContentBox {
    padding: 0;
}
.blogGridSingle .dateComments {
    margin: 20px 0 15px;
}
.blogGridSingle h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 15px;
}
.blogGridSingle .blogPara p {
    line-height: 1.6;
    text-align: justify;
}
.sideRightbox {
    margin: 0 0 30px;
}
.sideRightbox ul {
    margin: 0;
}
.sideRightbox ul li {
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #d7d7d7;
    margin-bottom: 12px;
}
.sideRightbox ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.sideRightbox ul li img {
    width: 100%;
    max-width: 70px;
}
.sideRightbox form {
    border: 1px solid #bbbbbb;
    padding: 25px 15px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
            box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    border-radius: 2px;
}
.sideRightbox form h3 {
    margin: 0 0 12px;
    line-height: 22px;
}
.sideRightbox form .form_group {
    position: relative;
    overflow: hidden;
}
.sideRightbox form .form_group input[type="email"] {
    width: 100%;
    height: 46px;
    padding: 10px;
    border: 1px solid #b4b4b4;
    border-radius: 2px;
    background: #fcfcfc;
}
.sideRightbox form .form_group i.fas.fa-search {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #70c14a;
}
.leavecomment {
    margin: 30px 0 0;
}
.headingComment {
    margin: 0 0 30px;
}
.headingComment h3 {
    margin: 0 0 5px;
}
.leavecommentform {
    padding: 40px;
    border: 1px solid white;
    background: #eeefee;
}
.leavecommentform input[type="text"] {
    width: 100%;
    height: 46px;
    padding: 10px;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.leavecommentform textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.leavecommentform input[type="button"] {
    padding: 18px 36px;
    display: inline-block;
    background: #70c14a;
    color: #ffffff;
    font-weight: 600;
    border: 0;
    line-height: 20px;
    text-transform: uppercase;
}
/*=============CONTACT US PAGE CSS*/
.formImage {
    background: #000 url(../img/homeAb.jpg);
    height: 585px;
    background-size: cover;
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 0 15px;
    background-position: top center;
}
.contactusForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}
.contactusForm form {
    max-width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding: 0 50px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.contactUspage {
    position: relative;
    padding: 80px 0;
    z-index: 0;
}
.formdivs {
    background: #fff2ef;
    padding: 50px;
    position: relative;
    z-index: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.formdivs h2 {
    font-size: 30px;
    margin: 0 0 25px;
}
.formdivs .form-group {
    margin-bottom: 20px;
}
.formdivs .form-group input[type="text"] {
    width: 100%;
    height: 46px;
    padding: 10px;
    border: 1px solid rgb(142 32 11 / 40%);
    border-radius: 3px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background: #fff2ef;
}
.formdivs .form-group textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
    border: 1px solid rgb(142 32 11 / 40%);
    border-radius: 3px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    background: #fff2ef;
}
.formdivs  .form-group-btn input[type="submit"] {
    padding: 15px 30px;
    display: inline-block;
    background: #8e200b;
    color: #ffffff;
    font-weight: 600;
    border: 0;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 10px;
}
.logoscontact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    position: absolute;
    left: 52.5%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: white;
    height: 180px;
    max-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    border: 7px solid #fc3103;
}
.logoscontact img {
    width: 100%;
}
/*================FAQS PAGE CSS*/
.faqs {
    padding: 80px 0 40px;
}
.accordiansBox {
    padding: 30px;
    border: 1px solid #c4c4c4;
    margin: 0 0 35px;
}
.accordiansBox h3 {
    margin: 0 0 15px;
    font-size: 25px;
}
.faqsbox h2 {
    margin: 0 0 30px;
    font-size: 35px;
    font-weight: 700;
}
.accordiansBox p {
    line-height: 1.7;
}
/*==================REVIEW PAGE CSS*/
.reviewboxclm img {
    width: 100%;
    border-radius: 0% 110% 70% 50% / 0% 40% 70% 100%;
    -webkit-box-shadow: -10px 10px 30px rgb(0 0 0 / 15%);
            box-shadow: -10px 10px 30px rgb(0 0 0 / 15%);
    border: 5px solid #eeefee;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.reviewboxRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
    padding: 5px;
    cursor: pointer;
}
.reviewboxclm1 {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding: 15px;
    margin: 0 0px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.reviewboxclm {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding: 0;
}
.reviewss {
    padding: 65px 0;
}
.reviewboxclm1 .productContent {
    margin: 0;
}
.reviewstar i.fa {
    color: #55ba26;
    font-size: 13px;
}
.reviewbox:hover img {
    border-radius: 0% 110% 70% 50% / 0% 40% 70% 100%;
    border-color: #70c14a;
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
}
.contactInfo li p span {
    font-weight: 700;
    color: #1e0101;
    display: none;
}



.galRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -12px;
}

.galRow .galcol1 {
    max-width: calc(27% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
}

.galRow .galcol2 {
    max-width: calc(46% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
}

.galRow .galcol img {
    width: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.galRow .galcol {
    margin: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-radius: 2px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.galRow .galcol3 {
    max-width: calc(65% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
}

.galRow .galcol {
    height: 450px;
}
.galRow .galcol4 {
    max-width: calc(35% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
}
.gallery {
    padding: 80px 0 15px;
}

.contact-contant {
    padding: 50px 0px;
    background: #f9fcff url(../img/learnandwatch.jpg);
    background-size: 65%;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.contactInfo2 {
    -webkit-box-shadow: 3px 3px 8px rgb(0 0 0 / 10%), -3px -3px 9px rgb(0 0 0 / 10%);
            box-shadow: 3px 3px 8px rgb(0 0 0 / 10%), -3px -3px 9px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 50px 35px;
    margin: 0px -100px 0 0;
    border-radius: 5px;
}
.bottomBorders {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.contact-contant h2 {
    margin-bottom: 5px;
}
.contactInfo2 p {
    line-height: 1.8;
    color: #7e7e7e;
    margin: 0;
}
.watchVideobtn {
    margin: 30px 0 0px 0px;
}
.watchVideobtn a {
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    padding: 15px 35px;
    background: #de1b1a;
    border-radius: 3px;
}
.watchVideobtn i.fas {
    padding-left: 5px;
}
.playIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}
.playIcon i.fas {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 50%);
            box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    border-radius: 50%;
}
.hights {
    height: 50vh;
}

/*==========================MARQUEE SLIDER CSS*/
.marqueese {
    background: #1e0101;
    margin: 0 15px 0;
    width: calc(100% - 30px);
    position: relative;
    z-index: 0;
}

.marqueese marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

.marqueese marquee .colmss {
    display: inline-block;
    padding: 20px 5px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
}

.marqueese marquee .colmss a {
    color: #fff;
}

.marqueese marquee .colmss a b {
    color: #40d40b;
    -webkit-animation: blink .5s linear infinite;
            animation: blink .5s linear infinite;
}
@-webkit-keyframes blink{
    0%{color: #ffeb00;}
    50%{color: red;}
    100%{color: #0ecf1b;}
}
@keyframes blink{
    0%{color: #ffeb00;}
    50%{color: red;}
    100%{color: #0ecf1b;}
}
/*==========================HOME PAGE SLIDER CSS*/
.slidersec {
    padding: 15px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.slidersec .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slidersec .owl-dots button.owl-dot {
    background: #8e200b;
    width: 17px;
    height: 17px;
    margin: 0 2px;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.slidersec .owl-dots button.owl-dot.active {
    background: #ffffff;
    border: 3px solid #ffffff;
    width: 19px;
    height: 19px;
}



.galRow .galcol img:hover {
    -webkit-transform: translateY(-10px) scale(1.1);
        -ms-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
}

.galRow .galcol:hover {
    cursor: pointer;
    border-color: #fc3103;
}
.spacer.gallery h2 {
}


/*=================================DONATE PAGE CSS*/
.donation-page {
    padding: 70px 0;
    position: relative;
    z-index: 0;
}
.tab-content {
    margin-top: 0px;
}
.form-donation {
    margin-bottom: 50px;
}
.form-donation:last-child {
    margin: 0;
}
fieldset {
    border: 1px solid #8e200b;
    padding: 25px;
    margin: 0px 0 35px;
}
fieldset h4 {
    background: #fff;
    padding: 10px;
    font-weight: 700;
    color: #8e200b;
    max-width: 90%;
    margin-top: -55px;
    margin-bottom: 5px;
    font-size: 25px;
}
fieldset input[type="text"] {
    height: 46px;
    width: 100%;
    border: 1px solid rgb(142 32 11 / 40%);
    border-radius: 3px;
    padding: 10px 10px;
    margin-bottom: 15px;
    background: #fff2ef;
}
.donation-page h2 {
    font-family: "Poppins", sans-serif;
    margin: 0 0 50px;
}

.amountboxBtn.sigma_btn-custom input {
    cursor: pointer;
    white-space: nowrap;
    background-color: #8e200b;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 36px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    font-weight: 600;
    overflow: hidden;
    line-height: 20px;
    z-index: 0;
}
.mailingA strong {
    color: #8e200b;
    font-weight: 700;
}
fieldset.fieldset2356 {
    background: #ffffff;
    text-align: center;
}
fieldset.fieldset2356 h4 {
    margin-top: 0;
    font-size: 22px;
    line-height: 15px;
    padding: 0;
    background: transparent;
    /* color: #fff; */
    margin-bottom: 10px;
}
.boxText {
    border-radius: 5px;
    text-align: center;
}
.boxText h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.QRimage {
    background: white;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 5px;
    max-width: 220px;
    margin: 20px auto 10px;
}
p.notespoints {
    font-size: 14px;
    line-height: 18px;
    padding: 0 20px;
    font-weight: 500;
}
.QRimage img{
    width: 100%;
}
.mailingA {
    margin: 0 0 10px;
}
.galleries {
    background: transparent;
    padding: 5px;
}

/*============================EVENTS PAGE CSS*/
.eventbox {
    margin: 15px 0;
}

.events {
    padding: 65px 0;
    position: relative;
    z-index: 0;
}

.eventbox .post-thumb.thumb {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.eventbox img {
    width: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.eventbox article {
    background: #f7f8fa;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #c7c7c7;
}

.eventbox article:hover img {
    -webkit-transform: scale(1.1) translateY(-10px);
        -ms-transform: scale(1.1) translateY(-10px);
            transform: scale(1.1) translateY(-10px);
}

img {}

.eventbox article:hover {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-box-shadow: 6px 6px 15px rgb(0 0 0 / 10%);
            box-shadow: 6px 6px 15px rgb(0 0 0 / 10%);
    border-color: #a2a2a2;
}

.eventbox article .entry-content {
    padding: 25px 20px;
}

.eventbox article .entry-content .entry-meta {}

.eventbox article .entry-content .entry-meta h3 {
    font-size: 18px;
    margin: 0 0 12px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    margin: 0;
    line-height: 25px;
}

.entry-paragraph {
    margin: 0 0 25px;
    display: none;
}

.eventbox article .entry-content a {
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    padding: 15px 35px;
    background: #de1b1a;
    border-radius: 3px;
    line-height: 20px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    display: none;
}

.eventbox article:hover a {
    background: #1e0101;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.eventbox article:hover h3 {
    color: #de1b1a;
}
.midFooter li a:hover {
}

/*=============================SINGLE EVENTS CSS*/
.eventRbox {
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: -10px 10px 15px #ececec;
            box-shadow: -10px 10px 15px #ececec;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.eventRbox h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.eventRbox .searchblog {}

.eventRbox .searchblog .form-group {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.eventRbox .searchblog input[type="text"] {
    border-bottom: 1px solid #eaeaea !important;
    border: 0;
    height: 36px;
    background: transparent;
    width: 100%;
}

.eventRbox .searchblog i.fa.fa-search {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #fc3103;
}

.eventRbox ul li a {
    display: block;
    color: #505050;
    font-weight: 400;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    padding: 10px 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 15px;
}

.eventRbox ul li a:hover {
    background: #fc3103;
    color: #fff;
    letter-spacing: .5px;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}

.eventRbox .form_quote {}

.eventRbox .form_quote .form_group {}

.eventRbox .form_quote .form_group input[type="text"],.eventRbox .form_quote .form_group input[type="email"] {
    border-bottom: 1px solid #c9c9c9 !important;
    border: 0;
    height: 35px;
    margin-bottom: 15px;
    background: transparent;
    width: 100%;
}

.eventRbox .form_quote .form_group textarea {
    width: 100%;
    min-height: 100px;
    background: transparent;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea !important;
    border: 0;
    color: #6f6f6f;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
}

.eventRbox .form_quote .form_group input[type="button"],.eventRbox .form_quote .form_group input[type="submit"] {
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    padding: 14px 30px;
    background: #fc3103;
    border-radius: 3px;
    border: 0;
    line-height: 18px;
    margin-top: 15px;
}

.Leftevent {
    padding-right: 45px;
}

.event-single-post-thumb-image img {
    width: 100%;
    margin: 0 0 30px;
}

.entry-content {}

.entry-content .event-heading-single h3 {
    margin: 0 0 10px;
    font-size: 25px;
}
.event-paragraph-single P {
    line-height: 1.7;
    text-align: justify;
}



.galPage {
     padding: 63px 0;
}
 .img-wrapper {
     position: relative;
     cursor: pointer;
}
 .img-wrapper img {
     width: 100%;
}
 .img-overlay {
     background: rgb(183 42 15 / 70%);
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     opacity: 0;
     cursor: pointer;
}
 .img-overlay i {
     color: #fff;
     font-size: 30px;
     cursor: pointer;
}
 #overlay {
     background: rgba(0, 0, 0, 0.7);
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     z-index: 999;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 #overlay img {
     max-width: 70%;
     height: inherit;
     -o-object-fit: contain;
        object-fit: contain;
     padding: 0 30px;
     width: 100%;
     margin: 0px;
}
 #nextButton {
     color: #fff;
     font-size: 30px;
     -webkit-transition: opacity 0.8s;
     -o-transition: opacity 0.8s;
     transition: opacity 0.8s;
     cursor: pointer;
}
 #nextButton:hover {
     opacity: 0.7;
}
 #prevButton {
     color: #fff;
     font-size: 25px;
     -webkit-transition: opacity 0.8s;
     -o-transition: opacity 0.8s;
     transition: opacity 0.8s;
     cursor: pointer;
}
 #prevButton:hover {
     opacity: 0.7;
}
 #exitButton {
     color: #fff;
     font-size: 30px;
     -webkit-transition: opacity 0.8s;
     -o-transition: opacity 0.8s;
     transition: opacity 0.8s;
     position: absolute;
     top: 15px;
     right: 15px;
     cursor: pointer;
}
 #exitButton:hover {
     opacity: 0.7;
}
#gallery .image {
    padding: 12px;
}

/*=========================ALL MEMBERS PAGE CSS*/
.members {
    padding: 100px 0 60px;
    background: #ececec;
    position: relative;
    z-index: 0;
}
.members .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
.members .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.members .colone {
    margin: -50px 0 0;
}
.members .row2 .colmem {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.members .colmem .imgboX {
    background: #ffffff;
    margin: 30px 0px;
    padding: 3px;
    border-radius: 10px;
    border: 2px solid #e9e9e9;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.members .colmem .imgboX .imgBImage {
    /* border-radius: 50%; */
    position: relative;
    overflow: hidden;
    /* height: 180px; */
    /* width: 180px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    /* border: 5px solid #e0e0e0; */
}
.members .colmem .imgboX:hover {
    -webkit-box-shadow: 8px 8px 16px rgb(0 0 0 / 20%);
            box-shadow: 8px 8px 16px rgb(0 0 0 / 20%);
    border-color: #545454;
}
.headingName {
    text-align: center;
    margin: 25px 10px;
}
.headingName h4 {
    font-weight: 600;
    font-size: 18px;
    color: #0a303a;
    line-height: 20px;
    margin: 0;
}
.headingName p {
    font-size: 17px;
    font-weight: 700;
    color: #fc3103;
    margin: 0;
    line-height: 18px;
}
.ourmember h2 {
    margin: 0 0 25px;
}
.ourmember p {
    text-align: justify;
}
.ourmember a {
    padding: 17px 30px;
    display: inline-block;
    background: #de1b1a;
    color: #ffffff;
    font-weight: 600;
    border: 0;
    line-height: 20px;
    text-transform: uppercase;
    margin: 30px 0 0;
}
.members .colone.colmem {
    margin: 0 0;
}

.members .colone.colmem .imgboX {
    margin: 15px 0;
}
.members.members2 {
    padding: 65px 0;
}

/*==================COMMITTEE PAGE CSS*/
.committee {
    padding: 65px 0;
    position: relative;
    z-index: 0;
}

.col-sm-3.col-xs-6 {}

.committee .colone.colmem {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    margin: 15px 0;
    background: #efefef;
}

.committee .colone.colmem .imgboX {
    background: #1e0101;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 5px;
}

.committee .colone.colmem .imgBImage {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 0px;
}

.committee .colone.colmem img {
    width: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.committee .colone.colmem .headingName {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    margin: 0;
    padding: 25px 10px;
}

.committee .colone.colmem h4 {
    color: #fff;
    line-height: 18px;
    margin: 0;
}

.committee .colone.colmem p {
    color: #e7e7e7;
    font-size: 15px;
    font-weight: 500;
}

.committee .colone.colmem:hover img {
    -webkit-transform: translateY(-15px) scale(1.2);
        -ms-transform: translateY(-15px) scale(1.2);
            transform: translateY(-15px) scale(1.2);
}

.committee .colone.colmem:hover {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
}

.committee .colone.colmem:hover .headingName {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

header.sticky .logo a {
    max-width: 250px;
}

header.sticky .topsec li {
    padding: 15px 0;
}

header.sticky .topHeader2 ul a {
    padding: 30px 0 30px 30px;
}
.imgBImage img {
    width: 100%;
}
.aboutLogo p {
}
.usr2_ele {
    text-align: center;
    margin-top: 30px;
}
.testimonial_sec .item {
    border: 2px dashed #b9b9b9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: -10px -10px 10px rgb(0 0 0 / 10%);
    margin: 20px 0;
    background: #fafafa;
}
.departmentimage img {
    width: 100%;
    border-radius: 15px;
}

.departmentimage {
    padding: 20px 0 80px;
}
.departmentimage h2 {
    margin: 0 0 50px;
    text-align: center;
}
/*=============================OUR MISSION AND VISION*/
.padding {
    padding: 80px 0;
    position: relative;
    z-index: 0;
}
.profile-wrap {
    background-color: #fafafa;
    text-align: center;
    padding: 50px 25px;
    border: 5px dashed #b9b9b9;
}
.profile-wrap .profile {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
}
.profile-wrap h3 {
    font-size: 22px;
}
.profile-wrap span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.about-wrap {
    display: flex;
    align-items: center;
}
a, a:hover, .overlay, img, .form-control, .form-control:hover, button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.about-wrap img:hover {
    opacity: 0.8;
}
.default-btn {
    background-color: #8e200b;
    color: #fff;
    display: inline-block;
    padding: 15px 45px;
    border-radius: 10px;
    font-weight: 600;
    margin-top: 15px;
}
.xs-padding img {
    width: 100%;
}
.max-width120px {
    max-width: 120px;
}
.xs-paddingMTop {margin-top: -150px;}
.default-btn:hover {
    color: #fff;
}
.boxborder {
    background: #fafafa;
    padding: 30px;
    border-radius: 10px;
    border: 3px dashed #e0e0e0;
}

.boxborder h3 {
    margin-top: 0;
}