/*
Theme Name: mjfTheme
Author: Gulfam Ali
Description: Bootstrap Blog template converted to WordPress
Version: 0.0.1
Tags: bootstrap
*/

/* start of desktop styles */

html {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
button,
input,
label,
table th,
td,
div {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/* FONT FAMILY CLASS */

.font-arial {
    font-family: arial !important;
}

/* FONT COLOR CLASS */

.red {
    color: red;
}

/* PADDING CLASS */

.no-padding {
    padding: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.p-0 {
    padding: 0 !important;
}

.p-30 {
    padding: 30px;
}

.p-5 {
    padding: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

/* MARGIN CLASS */

.m-0 {
    margin: 0;
}

.mt-1 {
    margin-top: 1em;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-30 {
    margin-left: 30px;
}

.ml-70 {
    margin-left: 70px;
}

/* FONT WEIGHT */

.fw-b {
    font-weight: bold;
}

input:focus {
    outline: none;
}

/* HEADER SECTION CSS + SOCIAL LINKS */
.header-box .header-nav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.header-box .header-nav-box .navbar {
    position: relative;
    margin: 0;
    width: 100%;
    border: none;
    background: transparent;
    min-height: auto;
    z-index: 1;
}

.desktop-hide {
    display: none !important;
}

.header-box .header-nav-box .navbar .navbar-collapse {
    padding: 0;
    width: 100%;
    float: none;
    align-items: center;
    justify-content: flex-end;
}

.d-flex {
    display: flex;
    align-items: center;
}

.header-box .header-nav-box .navbar .navbar-collapse .navbar-nav {
    float: none;
    text-align: left;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.header-box .header-nav-box .navbar .navbar-collapse .navbar-nav li {
    float: none;
    display: inline-block;
}

.header-box .header-nav-box .navbar .navbar-collapse .navbar-nav li:hover {
    transform: scale(1.05);
}

.header-box .header-nav-box .navbar .navbar-collapse ul li a {
    background-color: transparent;
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.5s;
}

.navbar-toggle {
    background-color: #2d3092;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #2d3092;
}

.header-box {
    background: #fff;
}

.dropdown-menu>li>a {
    font-size: 14px !important;
}

.top-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    background: #4a6d9d;
}

.header-social-ul {
    padding: 14px 20px;
    margin: 0;
    background: #2d3092;
    float: left;
    width: 100%;
    text-align: center;
}

.header-social-ul li {
    list-style: none;
    float: left;
    font-size: 18px;
    margin: 0 14px;
    color: #ffffff;
}

.header-contact-ul {
    padding: 16px 0 17px;
    margin: 0;
    float: left;
    width: 100%;
}

.header-contact-ul li {
    float: left;
    list-style: none;
    margin-right: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
}

.header-contact-ul li i {
    padding-right: 4px;
}

.header-login-ul {
    padding: 12px 0px 10px;
    margin: 0;
    display: flex;
    justify-content: end;
}

.header-login-ul li {
    list-style: none;
    margin-left: 10px;
}

.header-login-ul li a {
    color: #070707;
    font-weight: 600;
    transition: all .25s ease-in-out;
}

.header-login-ul li a:hover {
    text-decoration: none;
    color: #2d3092;
}

.header-login-ul li i {
    padding-right: 4px;
}

.header-login-ul i {
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

.header-login-ul .fa-facebook-f {
    background: #EE86B7;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.header-login-ul .fa-whatsapp {
    background: #EE86B7;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.navheader {
    float: left;
    width: 100%;
    background: #fff;
}

.navheader h4 {
    background: #f4f4f4;
    margin: 0;
    text-align: center;
    color: #000000;
    font-weight: 600;
    padding: 5px 5px;
    font-size: 22px;
}

.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 2px solid #ffef00;
}

.sticky+.content {
    padding-top: 102px;
}

.active>a {
    /* background-color: #e0e1ff; */
    color: #2d3092 !important;
    /* border-radius: 5px; */
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: underline;
}

.site-logo img {
    width: 52%;
}

/* NAVIGATION CSS */

/* <!-- COUNTER SECTION  --> */

.counter-ul {
    padding: 40px 5em;
    margin: -65px 0 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 10px 1px #ddd;
    border-radius: 90px;
    display: flex;
    justify-content: space-between;
}

.counter-ul li {
    list-style: none;
    width: 33%;
    display: flex;
    align-items: center;
}

.counter-ul li img {
    width: 50px;
    height: 50px;
}

.counter-ul li h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    padding-left: 10px;
}

.counter-ul li h4 span {
    margin: 0;
    font-size: 17px;
}

/* SUBCRIBE SECTION */

.subscribe-section {
    margin: 2em 0 0;
    background: #c7b1d1;
    padding-bottom: 2em;
    border-bottom: 1px solid #888888;
}

/* WHY US */
.ftco-section {
    padding: 7em 0;
    position: relative;
}

/* FOOTER CSS */

.footer-section {
    padding: 3em;
    background: #f4f4f4;
    border-top: 1px solid #ffef00;
    margin-top: 3em;
}

.logo-box h4 {
    background: #f4f4f4;
    margin: 0;
    text-align: left;
    color: #000000;
    font-weight: 600;
    padding: 0 0 20px;
    font-size: 28px;
}

.logo-box p {
    font-size: 20px;
    margin-bottom: 14px;
}

.logo-box .social-link .fa-twitter {
    background: #00aced;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.logo-box .social-link i {
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 4px;
}

.logo-box .social-link .fa-facebook-f {
    background: #3b5998;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.logo-box .social-link .fa-linkedin {
    background: #0e76a8;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.logo-box .social-link .fa-instagram {
    background: #3b5998;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.logo-box .social-link .fa-whatsapp {
    background: #25D366;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.logo-box h6 {
    margin: 0;
    padding-top: 40px;
    font-size: 16px;
    font-weight: 700;
}

/* ************************************* WHAT WE DO SECTION CSS */

.what-we-do-section {
    padding: 2em 0;
}

.sus-main,
.sus-main .bg-images {
    transform: translateY(0) scale(1);
    transition: ease all .6s;
    overflow: hidden;
    border-radius: 10px;
}

.bg-images {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.sus-main .bg-images img {
    opacity: .8;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sus-main img {
    transition: ease all .6s;
}

.bg-images img {
    border-radius: 0;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.sustainability-block {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 20px;
    height: 490px;
    background: rgb(0 0 0 / 53%);
}

.sustainability-block h3 {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

.sustainability-block p {
    margin-top: 20px;
    color: #fff;
    min-height: 70px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    padding-left: 10px;
    font-weight: 500;
}

.sus-main:hover .bg-images {
    transform: translateY(0) scale(1.09);
    transition: ease all .6s;
    overflow: hidden;
}

.sus-main:hover {
    background-image: linear-gradient(2deg, #33ff00 48%, #004ea5 60%);
}

.sustainability-block:hover p:before {
    bottom: 0;
    transition: ease all .5s;
    left: -8px;
}

.sustainability-block p:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    height: 100%;
    width: 5px;
    background: #fff;
    bottom: -27em;
    transition: ease all .5s;
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.heading {
    padding: 40px 0 50px 30px;
    margin-bottom: 0;
    background: url(images/heading-bg.png) no-repeat left center;
}

.heading h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px;
}

.heading span {
    font-size: 15px;
    color: #424242;
    line-height: 25px;
}


/* ************************************* END WHAT WE DO SECTION CSS */

/******** our achievement section **********/
.our-work-section {
    padding: 0px 0px 20px 0px;
}

.our-work-section .gallery-box .single-gallery {
    z-index: 0;
    position: relative;
}

.our-work-section .gallery-box .single-gallery::before {
    background: -moz-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0);
}

.our-work-section .gallery-box .single-gallery::before {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    bottom: 0;
    content: "";
}

.our-work-section .gallery-box .single-gallery .gallery-img img {
    width: 100%;
    height: 505px;
}

.our-work-section .gallery-box .single-gallery .g-caption1 {
    position: absolute;
    bottom: 15px;
    left: 32px;
}

.our-work-section .gallery-box .single-gallery .g-caption1 h4 {
    color: #fff;
}

.our-work-section .gallery-box .single-gallery .g-caption2 {
    position: absolute;
    z-index: 5;
    top: 60%;
    left: 0;
    padding: 0 10px;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.our-work-section .gallery-box .single-gallery .g-caption2 h4 {
    color: #fff;
    margin-bottom: 20px;
}

.our-work-section .gallery-box .single-gallery .g-caption2 p {
    color: #fff;
    font-size: 18px;
}

.our-work-section .gallery-box .single-gallery::after {
    content: "";
    background: #EE86B7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.gallery-box:hover .single-gallery::after {
    visibility: visible;
    opacity: 1;
}

.gallery-box:hover .single-gallery .g-caption2 {
    top: 62%;
    opacity: 1;
    visibility: visible;
}

/******** end our achievement section **********/

/* *************************************** ABOUT US SECTION CSS */

.aboutus-section {
    padding: 2em 0;
    background: #ffd52a;
}

.aboutus-section p {
    font-size: 15px;
    line-height: 25px;
}

.aboutus-section h6 {
    color: #01356e;
    font-weight: 700;
    font-size: 15px;
}

.aboutus-section p span {
    font-size: 40px;
    font-weight: 700;
    color: #01356e;
    margin-right: -2px;
}

.aboutus-section img {
    width: 100%;
}

.aboutus-section button {
    margin: 0;
    padding: 0;
    border: none;
    outline: oldlace;
    background: transparent;
    margin-top: 10px;
}

.aboutus-section button a {
    background: #82be42;
    border: 1px solid #82be42;
    color: #fff;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.25s ease-in-out 0s;
}

.aboutus-section button a:hover {
    background: #fff;
    border: 1px solid #82be42;
    color: #82be42;
}


/* ************************************** END ABOUT US SECTION CSS */


.quick-menu-box h4 {
    margin: 0;
    color: #000000;
    font-weight: 600;
    padding: 0 0 20px;
}

.quick-menu-box ul {
    padding: 0;
    margin: 0;
}

.quick-menu-box ul li {
    list-style: none;
    font-size: 17px;
    padding-bottom: 12px;
}

.quick-menu-box ul li a {
    color: #6b6b6b;
    transition: all .25s ease-in-out;
}

.quick-menu-box ul li a:hover {
    text-decoration: none;
    color: #2d3092;
}

.quick-menu-box ul li label {
    color: #2d3092;
    font-weight: 600;
}

footer.eachcan-footer {
    background: #f8c9e0;
    width: 100%;
}

footer.eachcan-footer div.container {
    padding: 20px;
}

.footer-heading {
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 14px;
}

/* FOOTER -- CATEGORIES SECTION */

.footer-categories-ul {
    padding: 0;
    margin: 0;
}

.footer-categories-li {
    list-style: none;
    padding: 6px 0;
    cursor: pointer;
}

/* FOOTER -- LINKS SECTION */

.footer-links-ul {
    padding: 0;
    margin: 0;
}

.footer-links-li {
    list-style: none;
    padding: 6px 0;
    cursor: pointer;
}

/* FOOTER -- CONTACT US SECTION */

.footer-contactus-ul {
    padding: 0;
    margin: 0;
}

.footer-contactus-li {
    list-style: none;
    padding: 6px 0;
    cursor: pointer;
}

.footer-contactus-li span {
    font-weight: bold;
}

/* ABOUT & SOCIAL LINKS */

.footer-about-para {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.footer-social-link-ul {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0;
}

.footer-social-link-li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

.footer-social-link-li i.fa {
    color: #fff;
    padding: 8px 12px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.footer-social-link-li i.fa-facebook {
    background: #3b5998;
}

.footer-social-link-li i.fa-youtube {
    background: #c4302b;
    padding: 8px 10px !important;
}

.footer-social-link-li i.fa-twitter {
    background: #00acee;
    padding: 9px 10px !important;
}

/* FOOTER BOTTOM CSS */

footer.eachcan-footer .footer-bottom {
    background: #794691;
    padding: 10px 0;
}

footer.eachcan-footer .footer-bottom div.container {
    padding: 0;
}

p.copyright-text {
    margin: 0;
    color: #fff;
}

ul.bottom-conditions {
    float: right;
    margin: 0;
    padding: 0;
}

ul.bottom-conditions li {
    float: left;
    list-style: none;
    color: #fff;
    border-right: 1px solid white;
    padding: 0 10px;
    cursor: pointer;
}

/************* owl carousel ************/
.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #fd5f00 !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
}

.owl-carousel.home-slider {
    position: relative;
    height: 600px;
    z-index: 0;
}

.owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 600px;
    position: relative;
    z-index: 0;
}

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item {
        background-position: center center !important;
    }
}

.owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0d1128;
    background: -moz-linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #0d1128), color-stop(100%, #fd6100));
    background: -webkit-linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
    background: -o-linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
    background: -ms-linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
    background: linear-gradient(45deg, #0d1128 0%, #fd6100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1128', endColorstr='#fd6100', GradientType=1);
    opacity: .1;
}

.owl-carousel.home-slider .slider-item .slider-text {
    height: 600px;
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
        text-align: center;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    color: #000000;
    font-weight: 700;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}

.owl-carousel.home-slider .slider-item .slider-text h1 span {
    display: block;
}

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 40px;
    }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}

.owl-carousel.home-slider .slider-item .slider-text p {
    color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
    width: 100%;
    text-align: center;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #fd5f00;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
}

#home-gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-bottom: 4px solid #212121;
}

/********* page section ************/
.page-heading {
    padding: 40px 0 20px 30px;
    margin-bottom: 0;
    background: url(images/heading-bg.png) no-repeat left center;
}

.page-heading h1 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px;
}

.page-heading span {
    font-size: 20px;
    color: #424242;
    line-height: 25px;
}

.page-section {
    border-top: 2px solid #ffef00;
}

.page-content {}

.page-content p {
    font-size: 20px;
    color: #424242;
    line-height: 25px;
    text-align: justify;
}

.page-content h2 { 
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px;
    padding-top: 10px;
}

.page-content ul {}

.page-content ul li {
    font-size: 20px;
    color: #424242; 
    line-height: 25px;
    padding: 4px 5px 3px 2px;
}


.typecls {
    padding: 5px 3px 2px 3px;
    background: #d1f2f5;
    border-radius: 2px;
}

.prgrm {
    width: 100%;
    float: left;
}

#upcoming-prgrm-list {
    display: table;
    width: 100%;
}

#upcoming-prgrm-list .arlo-event-list {
    border-collapse: separate;
    border-spacing: 0 10px;
    list-style: none;
    display: block;
    padding: 0;
}

#upcoming-prgrm-list .arlo-event-listitem {
    display: table-row;
    width: 48%;
    float: left;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 5px;
    margin: 15px 10px 0px 0px;
    padding: 5px;
}

#upcoming-prgrm-list .arlo-event-listitem:hover {
    background-color: #F3F3F3;
    transition: all 1s;
    /* -webkit-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg); */
}

#upcoming-prgrm-list .left {
    width: 70%;
    padding: 3px;
    display: table-cell;
}

#upcoming-prgrm-list img {
    width: 100%;
    border-radius: 3px;
    min-height: 310px;
    max-height: 310px;
}

#upcoming-prgrm-list .middle {
    width: 100%;
    vertical-align: top;
    padding: 10px 15px;
    background-color: #F3F3F3;
    min-height: 115px;
}

#upcoming-prgrm-list h3 {
    margin: 0 0 5px;
    font-size: 20px;
    color: #4a6d9d;
    line-height: 1.3;
    text-align: justify;
}

#upcoming-prgrm-list .summary {
    line-height: 20px;
    font-size: 18px;
}

.vision_section {
    display: flex;
    align-items: center;
}
 
.vision_section_p {
    font-size: 20px;
    color: #424242;
    line-height: 30px;
    text-align: justify;
}
 
.p_hindi{
    font-size: 16px !important;
}

.vision_section_p2 {
    font-size: 20px;
    color: #424242;
    line-height: 30px;
    text-align: justify;
}

.vision_section_img {
    width: 100%;
    /* border-top-left-radius: 50% 50%;
    border-top-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%; */
}

.mission_section {
    display: flex;
    align-items: center;
}

.mission_section_p {
    font-size: 20px;
    color: #424242;
    line-height: 22px;
    text-align: justify;
}

.mission_section_img {
    width: 100%;
    /* border-top-right-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
    border-bottom-left-radius: 50% 50%; */
}

.mis_sep {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.whatsapp_page_group {
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    margin: 10px 0px 0px 0px;
}

.whatsapp_page_group .fa-whatsapp {
    font-size: 5em;
    color: #25D366;
    padding: 10px;
    border-right: 2px solid #4a6d9d;
}

.whatsapp_page_group .purpose,
.whatsapp_page_group .moretext {
    font-size: 15px;
    color: #424242;
    line-height: 25px;
    text-align: justify;
}

.whatsapp_page_group .moretext div {
    font-size: 15px;
    color: #424242;
    line-height: 25px;
    text-align: justify;
}

.whatsapp_page_group span {
    font-size: 15px;
    color: #424242;
    line-height: 25px;
    text-align: justify;
}

.whatsapp_page_group h5 {
    font-size: 18px;
    font-weight: 600;
}

.whatsapp_page_group .notee {
    margin-top: 1em;
}

.contact_form {
    padding: 10px;
    display: flow-root;
    border-radius: 5px;
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    margin: 10px 0px 0px 0px;
}

.img-fluid {
    width: 100%;
    height: auto;
    margin: 2px 0px 2px 0px;
    padding: 5px;
    height: 200px;
}

.lightboxImage {
    max-width: 100%;
    height: auto;
}

.nav-pills {
    border-bottom: 2px solid #99CED4;
}

.nav-pills>li.active>a {
    background-color: #01d7ef;
}

.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #99CED4;
}

.close {
    padding: revert !important;
    font-size: 35px;
    opacity: .5;
}

#myAwesomeLightbox {
    z-index: 999999;
}

#myAwesomeLightbox .modal-body {
    margin-top: 2em;
}

.home-testimonial {
    background: #4a6d9d;
    padding: 3em 15% 3em 15%;
    text-align: center;
}

.home-testimonial .owl-item .img img {
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #45a393;
    padding: 6px;
    background: #fff;
}

.home-testimonial .owl-item h2 {
    color: #fff;
}

.home-testimonial .owl-item p {
    font-size: 18px;
    color: #ddd;
    line-height: 25px;
}

.aboutus-details h4 {
    font-size: 15px;
    line-height: 20px;
}

.aboutus-details ul {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.aboutus-details ul li {
    color: #4a6d9d;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    float: left;
    width: 50%;
    padding: 6px 0;
    list-style: inside;
}

.aboutus-details button {
    background: #4a6d9d;
    border: none;
    font-size: 14px;
    color: #fff;
    /* display: block; */
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: 0;
    transition: all .25s ease-in-out;
    margin-top: 20px;
}

.aboutImg {
    display: flex;
    justify-content: center;
}

/********** activity page *************/
.activityGrp {
    margin: 5px 5px 5px 5px;
    min-height: 21em;
}


/*********** contact us page ***********/
.information-box ul {
    background: #007a3c;
    padding: 20px;
    border-radius: 10px;
    box-shadow: -2px 4px 10px 2px #9c9c9c;
}

.information-box ul li {
    color: #fff;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    list-style: none;
}

.information-box ul li:nth-child(3),
.information-box ul li:nth-child(4),
.information-box ul li:nth-child(5) {
    margin-bottom: 4px !important;
}

.fontsize-20 {
    font-size: 20px !important;
}

.errorForm {
    color: red;
    font-size: 12px;
    margin: 3px 0px 0px 0px;
    position: absolute;
    display: none;
}

.errorSpan {
    color: red;
    font-size: 14px;
    margin: 3px 0px 0px 0px;
}

.successSpan {
    color: green;
    font-size: 16px;
    margin: 3px 0px 0px 0px;
}

#the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 14px;
}

.arlo-event-listitem {
    list-style: none;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.lib-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.lib-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
} 

.lib-content h3 {
    margin-top: 0;
    font-weight: 600;
}

.lib-content h4 {
    margin: 5px 0;
    color: #777;
}

.summary {
    color: #555;
}


/********* upcoming events *****************/
#upcoming-events-list1 {
    display: table;
    width: 100%;
}

#upcoming-events-list1 .arlo-event-list { 
    border-collapse: separate;
    border-spacing: 0 10px;
    list-style: none;
    display: block;
    padding: 0;
}

#upcoming-events-list1 .arlo-event-listitem {
    display: flex;
}

#upcoming-events-list1 .left {
    width: 30%;
    /* height: 25px; */
    padding: 20px;
    list-style: none;
    display: table-cell;
    vertical-align: top;
}

#upcoming-events-list1 .location,
#upcoming-events-list1 .time,
#upcoming-events-list1 .date {
    margin-bottom: 7px;
    text-transform: uppercase;
}

#upcoming-events-list1 .location,
#upcoming-events-list1 .time {
    font-size: 15px;
    font-family: sans-serif;
}

#upcoming-events-list1 .date {
    font-weight: 600;
}

#upcoming-events-list1 .middle {
    width: 70%;
    display: table-cell;
    vertical-align: top;
    padding: 22px 28px;
    background-color: #F3F3F3;
}


#upcoming-events-list1 h3 {
    line-height: 34px;
    margin-bottom: 11px;
    margin: 0 0 12px;
    font-size: 26px;
    color: #4a6d9d;
    line-height: 1.1;
}

/********* end upcoming events *****************/

/******* notifications ************/
.latest_notification {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.latest_notification ul {
    padding: 10px;
}

.latest_notification ul li {
    font-size: 14px;
    color: #424242;
    line-height: 24px;
    padding: 5px 0px 10px 5px;
    list-style: none;
}

.latest_notification ul li a {
    color: #424242;

}

/******** end notifications *********/

/************* radio button css ***********/
.middle {
    width: 100%;
}

.middle h3 {
    color: #4a6d9d;
}

.middle input[type=radio] {
    position: absolute;
    z-index: 1;
    margin: 2px 2px 2px 2px;
}

.middle input[type=radio]:checked+.box {
    background-color: #4a6d9d;
}

.middle input[type=radio]:checked+.box span {
    color: white;
    transform: translateY(20px);
}

.middle input[type=radio]:checked+.box span:before {
    transform: translateY(0px);
    opacity: 1;
}

.middle .box {
    width: 130px;
    height: 110px;
    background-color: #99CED4;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 900;
    border-radius: 8px;
}

.middle .box:active {
    transform: translateY(10px);
}

.middle .box span {
    position: absolute;
    transform: translate(0, 15px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 18px;
    user-select: none;
    color: #007e90;
}

.middle .box span:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}

.middle .front-end span:before {
    content: "\f164";
}

.middle .back-end span:before {
    content: "\f164";
}

/************ image gallery media and gallery ************/
.img-container {}

.main .img-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bnrcustm {
    margin-top: 8em;
    background: #cccccc7a;
}

.line-center {
        width: 50%;
        height: 2px;
        background: #ccc;
        margin: 30px auto;
    }

.event-card{
    cursor: pointer;
    height: 48vh;
}

.btn_font{
    font-family: monospace;
}