
/* Navbar */

.navbar {
    background: transparent !important;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .navbar {
        background: transparent !important;
        position: relative;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.navbar .container {
    width: 1110px;
    margin: 0 auto;
    padding: 0;
}

.navbar .navbar-brand {
    /* padding-top: 8px;
    padding-bottom: 4px; */
}

.logo-container{
    width: 50%;
}

.logo{
    width: 25%;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
        background: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    .logo-container{
        width: 50%;
    }
    
    .logo{
        width: 60%;
    }
}

.navbar .navbar-nav {
    margin-right: 1em;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding-bottom: 20px;
        margin-right: 0;
    }
}

.navbar .navbar-nav>.nav-item>.nav-link {
    font-size: 15px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 500;
    opacity: 1 !important;
}

.navbar .navbar-nav>.nav-item>.nav-link:hover,
.navbar .navbar-nav>.nav-item>.nav-link:focus {
    color: #fff;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important;
        color: #fff;
    }
}

.navbar .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.navbar .navbar-nav>.nav-item.active>a {
    color: var(--dark1);
    font-weight: 600;

}

/* @media (max-width: 991.98px) {
    .navbar .navbar-nav>.nav-item.active>a {
        color: #4986fc;
    }
} */

.navbar .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.7) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
    text-decoration: none;
    color: #4986fc;
    outline: none !important;
}

.navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
}

@media (max-width: 991.98px) {
    .navbar.scrolled .nav-item>.nav-link {
        padding-left: 20px !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
}

.navbar.scrolled .nav-item.active>a {
    color: var(--dark1) !important;
}

@media (max-width: 991.98px) {
    .navbar.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        margin-left: 0 !important;
    }
}

.navbar.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    margin-right: 15px !important;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.navbar.scrolled .nav-link {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    color: #000000 !important;
}

.navbar.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.navbar.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.navbar.scrolled .navbar-brand {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .navbar.scrolled .navbar-brand {
        color: #000000;
    }
}

.navbar-brand {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    /* background: #4986fc; */
    padding: 0 20px; 
    
    /* background: #ce4be8;
    background: -moz-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ce4be8), color-stop(100%, #207ce5));
    background: -webkit-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -ms-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%);
    background: linear-gradient(135deg, #ce4be8 0%, #207ce5 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1); */
}




/* Landing Page Section */
.hero-bg{
    background-image: url('../../images/hero-section/bg_2.png');
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;

}

.hero-wrap .bg-image{
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.hero-wrap .content{
    z-index: 2;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    /* z-index: 1; */
    background-image: linear-gradient(to right bottom, #38438b, #944b94, #d75a88, #ff7e71, #ffb25f);
    /* background: rgba(32, 124, 229, 0);
    background: -moz-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #f048bb 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(32, 124, 229, 0)), color-stop(55%, rgba(146, 95, 206, 0)), color-stop(100%, #f048bb));
    background: -webkit-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #f048bb 100%);
    background: -o-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #f048bb 100%);
    background: -ms-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #f048bb 100%);
    background: linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #f048bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#f048bb', GradientType=1); */
}

.hero-wrap.hero-wrap-2 {
    height: 600px !important;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-wrap.hero-wrap-2 .overlay {
    width: 100%;
    /* opacity: .3; */
    /* background: #ce4be8; */
    /* background: -moz-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ce4be8), color-stop(100%, #207ce5));
    background: -webkit-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -ms-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%);
    background: linear-gradient(135deg, #ce4be8 0%, #207ce5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1); */
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 600px;
}

.slider-text {
    position: relative;
}

.slider-text .subheading {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    text-transform: uppercase;
}

.slider-text h1 {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

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

@media (max-width: 767.98px) {
    .slider-text h1 {
        font-size: 30px;
    }
}

.slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
}

.slider-text p strong {
    font-weight: 700;
}

.slider-text p strong a {
    color: #000000;
}

.slider-text p.caps {
    font-weight: 400;
    font-size: 16px;
}

.slider-text .breadcrumbs {
    font-size: 16px;
    margin-bottom: 20px;
    z-index: 99;
    font-weight: 400;
}

.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.8);
}

.slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, 0.8);
}

.slider-text .breadcrumbs span a {
    color: white;
}

.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
    color: var(--dark1);
}

.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
    color: var(--dark1);
}

.slider-text .bread {
    font-weight: 700;
}

.bg-light {
    background: var(--light6) !important;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.hero-btn{
    background-color: transparent !important;
    color: var(--white);
    font-weight: 500;
    border: 2px solid var(--white);
}

.hero-btn:hover{
    background-color: var(--white) !important;
    color: var(--dark1);
    font-weight: 500;
    border: 2px solid var(--white);
}

.cartoon-blocks{
    font-family: "lunch";
    letter-spacing: 4px;
    /* font-size: 4rem; */
    line-height: 19px;
}

.large{
    font-size: 2rem !important;
}

/* Hero Style End */



/*------------- Tech stack -------------*/

.tech-stack .body .marquee {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.marquee {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 3rem;
}

.marquee .stacks {
    display: flex;
    flex-direction: row;
    font-size: 10rem;

    margin: 0;
    text-align: center;

    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);

    /* Apply animation to this element */
    -moz-animation: marquee 90s linear infinite;
    -webkit-animation: marquee 90s linear infinite;
    animation: marquee 90s linear infinite;
}

.marquee .stacks *{
    margin-left: 2rem;
    margin-right: 2rem;
    height: 70px;
}

@-moz-keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(2%)
    }

    100% {
        transform: translateX(-70%)
    }
}




/* Radial Feature Section Style  */

.radial-feature .pt-lg-5{
    padding-top: 54px;
}

@media (max-width: 991.98px) {
    .radial-feature .pt-lg-5{
        padding-top: 0px;
    }
    
    
.course-category {
    margin: 0 !important;
}

.margin-sm-auto {
    margin-left: auto !important;
}

    
}

.course-category {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(to bottom, #98275d, #a12c5d, #a9315c, #b1375c, #b93d5b, #c3455a, #cc4e59, #d55857, #e06754, #ea7752);
    margin-bottom: 20px;   
}



.course-category .text h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.course-category .text span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}



/* Course Section Styles */

.project-wrap {
    height: auto;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
}

.project-wrap .img {
    display: block;
    width: 100%;
    height: 270px;
    position: relative;
    z-index: 1;
}

.project-wrap .text {
    width: 100%;
    position: relative;
    border-top: none;
}

.project-wrap .text .advisor {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

/* .project-wrap .text .advisor span {
    color: #4986fc;
} */

/* .project-wrap .text .days {
    font-size: 12px;
    color: #4986fc;
    text-transform: uppercase;
    font-weight: 700;
} */

.project-wrap .text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.project-wrap .text h3 a {
    color: #000000;
}

.project-wrap .text ul {
    margin: 0;
    padding: 10px 0 0 0;
    /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
}

.project-wrap .text ul li {
    display: inline-block;
    color: #b3b3b3;
    font-weight: 600;
}

.project-wrap .text ul li span {
    /* color: #4986fc; */
    margin-right: 10px;
    font-size: 20px;
    line-height: 1;
}

/* .project-wrap .text ul li.price {
    color: #4986fc;
} */






.course-section .properties {
    margin: 0 15px
}

.course-section .properties.properties2 {
    margin-bottom: 30px
}

.properties__card {
    box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
    border-radius: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

 .properties__card:hover {
    box-shadow: 0px 8px 8px 0px rgba(2, 25, 65, 0.08)
}

.properties__img img {
    width: 100%;
    height: 240px;
    border-radius: 10px 10px 0 0;
    position: relative
}

.properties__caption h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .properties__caption h3 {
        font-size: 16px
    }
}

.properties__caption h3 a {
    text-decoration: underline transparent
}

.properties__caption h3 a:hover {
    text-decoration: underline;
    /* color: #4255A4 */
}

.properties__caption P {
    color: #6E7697
}

.properties__caption P span {
    color: #000;
    font-size: 16px
}

.properties__caption{    
    width : 100%;   
    overflow :hidden;
}

.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .properties__caption P span {
        font-size: 12px
    }
}





.properties__footer {
    margin-bottom: 22px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media (max-width: 575px) {
    .properties__footer {
        padding: 19px 10px 20px 12px
    }
}

.properties__footer .restaurant-name p {
    display: inline-block;
    color: #6E7697
}

.properties__footer .restaurant-name p span {
    color: var(--cus-primary);
    font-size: 12px
}

.properties__footer .price span {
    cursor: pointer;
    font-weight: 700;
    /* color: #4255A4; */
    font-size: 23px
}

.course-section .border-btn{
    width: 100%;
    text-align: center;
    
    color: var(--cus-primary);
    padding: 12px 8px;
    border-radius: 5px;
    background: var(--white)  !important;
    border: 2px solid var(--cus-primary);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.course-section .border-btn:hover{
    color: #fff;
    background: var(--cus-primary) !important;
    border: 2px solid var(--cus-primary);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

/* Course Style End */



.services {
    
    -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;
    width: 100%;
    padding: 30px;
    /* margin-bottom: 20px; */
    -webkit-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
    position: relative;
}

.services .icon {
    line-height: 1.3;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #4986fc;
    margin-bottom: 5px;
}

.services .icon span {
    font-size: 40px;
    color: #fff;
}

.services .icon.icon-2 {
    background: #e449ad;
}

.services .icon.icon-3 {
    background: #fc9927;
}

.services .icon.icon-4 {
    background: #24d2c8;
}

.services .media-body {
    position: relative;
}

.services .media-body h3 {
    font-size: 18px;
    font-weight: 500;
}

.form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus,
.form-control:active {
    border-color: var(--cus-primary) !important;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.ftco-about {
    position: relative;
    z-index: 0;
}

.ftco-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .1;
    background: #000000;
    z-index: -1;
}

.ftco-about .about-wrap {
    position: relative;
    width: 100%;
}

@media (max-width: 767.98px) {
    .ftco-about .about-wrap {
        height: 400px;
    }
}

.ftco-about .img {
    -webkit-box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    border: 15px solid #fff;
    width: 70%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
}

.about-wrap .right{
    width: 100% !important;
    height: 100% !important;
}

.about-wrap  .left{
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 767.98px) {
    .ftco-about .img {
        /* height: 400px; */
    }
}

.ftco-about .img-2 {
    -webkit-box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    border: 15px solid #fff;
    width: 60%;
    height: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-about .about-intro {
    width: 100%;
    position: relative;
    z-index: 99;
}

.video-image {
    width: 100%;
}

.video-image .video {
    width: 200px;
    height: 100px;
}

.video-image .video span {
    font-size: 50px;
}

.video-image h4 {
    font-size: 18px;
}

.staff {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
    -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;
}

.staff .img-wrap {
    height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    -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;
}

.staff .text {
    position: relative;
    padding: 20px;
    -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;
}

.staff .text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    -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;
}

.staff .text h3 a {
    color: #000000;
}

.staff .text .position {
    text-transform: uppercase;
    color: #b3b3b3;
    color: #4986fc;
    display: block;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
}

.staff .text .faded {
    opacity: 1;
}

.staff .ftco-social {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: transparent;
    opacity: 0;
    -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;
}

.staff .ftco-social li a {
    color: #4986fc;
}

.staff:hover .ftco-social,
.staff:focus .ftco-social {
    opacity: 1;
    top: -50px;
}

.staff:hover .img,
.staff:focus .img {
    margin-top: -10px;
}

.staff:hover .text h3,
.staff:focus .text h3 {
    color: #4986fc;
}

.ftco-social {
    padding: 0;
}

.ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.staff-2 {
    overflow: hidden;
    margin-bottom: 30px;
    -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;
}

.staff-2 .img-wrap {
    height: 420px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.staff-2 .img {
    width: 100%;
    display: block;
    background-position: top center;
    -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;
}

.staff-2 .text {
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.4);
    -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;
    margin: 0 auto;
    border-radius: 5px;
}

.staff-2 .text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    -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;
}

.staff-2 .text h3 a {
    color: #000000;
}

.staff-2 .text .position {
    text-transform: uppercase;
    color: #b3b3b3;
    color: #4986fc;
    display: block;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
}

.staff-2 .text .faded {
    opacity: 1;
}

.staff-2 .ftco-social {
    margin-bottom: 0;
    -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;
}

.staff-2 .ftco-social li a {
    color: #4986fc;
}

.staff-detail h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4986fc;
}

.about-author .desc h3 {
    font-size: 20px;
    font-weight: 600;
}

.outer-section {
    padding: 7em 0;
    position: relative;
    width: 100%;
}

@media (max-width: 767.98px) {
    .outer-section {
        padding: 2rem 0;
    }
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.ftco-intro {
    color: rgba(255, 255, 255, 0.8);
    z-index: 0;
    overflow: hidden;
}

.ftco-intro .img {
    padding: 3em;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .ftco-intro .img {
        padding: 2em 1em;
    }
}

.ftco-intro .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .6;
    background: var(--dark1);
    z-index: -1;
}

@media (max-width: 991.98px) {
    .ftco-intro {
        background-position: center center !important;
    }
}

.ftco-intro h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .ftco-intro h2 {
        font-size: 20px;
    }
}

/* .ftco-intro h2 span {
    background: #4986fc;
} */



/* Footer styles */
.ftco-footer {
    font-size: 16px;
    padding: 3em 0;
    z-index: 0;
    background: var(--cus-primary);
    
    /* background: -moz-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ce4be8), color-stop(100%, #207ce5));
    background: -webkit-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -ms-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%); */
    /* background: linear-gradient(135deg, #ce4be8 0%, #207ce5 100%); */
    
    background-image: linear-gradient(to bottom, #98275d, #a12c5d, #a9315c, #b1375c, #b93d5b, #c3455a, #cc4e59, #d55857, #e06754    );

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1);
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: rgba(255, 255, 255, 0.1);
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.8);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.8);
}

/* .ftco-footer a:hover {
    color: #4986fc;
} */

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    color: var(--cus-primary) !important;
    border-radius: 50%;
    position: relative;
    background: #fff;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--cus-primary)  !important;
}

.ftco-footer-social li a:hover {
    background: #c9c9c9 !important;
}

#map {
    width: 100%;
    height: 400px;
}

@media (max-width: 991.98px) {
    #map {
        height: 300px;
    }
}

.heading-section .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--cus-primary);
    text-transform: uppercase;
}

.heading-section h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
}

.heading-section h2 span {
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.img{
    background-size: cover;
    background-position: left center;
}

.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-section {
    position: relative;
}

.testimony-section .container-2 {
    margin: 0 0 0 auto !important;
    max-width: 1540px;
}

@media (max-width: 1600px) {
    .testimony-section .container-2 {
        margin: 0 0 0 auto !important;
        max-width: 1380px;
    }
}

@media (max-width: 1400px) {
    .testimony-section .container-2 {
        margin: 0 0 0 auto !important;
        max-width: 1260px;
    }
}


.testimony-section .overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 991.98px) {
    .testimony-section .overlay {
        display: none;
    }
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 1em 0;
    position: relative;
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .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;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 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;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

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

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section .owl-dots {
    text-align: center;
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.testimony-section .owl-dots .owl-dot.active,
.testimony-section .owl-dots .owl-dot:focus {
    background: #4986fc;
    outline: none;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
}

.testimony-wrap .user-img img{
    border-radius: 50%;
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
}

.testimony-wrap .position {
    font-size: 12px;
    color: #cccccc;
    color: #4986fc;
}

.testimony-wrap .text .star {
    color: #fc9927;
}

.star {
    color: #4986fc;
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#section-counter {
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    background-image: url('../../images/banner-section/bg_4.webp');
}

#section-counter .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: .8;
    background: #000000;
    background: var(--dark2);
    background: -moz-linear-gradient(-45deg, var(--dark2) 0%, #f7994f 100%);
    background: -webkit-linear-gradient(-45deg, var(--dark2) 0%, #f7994f 100%);
    background: -o-linear-gradient(-45deg, var(--dark2) 0%, #f7994f 100%);
    background: -ms-linear-gradient(-45deg, var(--dark2) 0%, #f7994f 100%);
    background: -webkit-linear-gradient(315deg, var(--dark2) 0%, #f7994f 100%);
    background: -o-linear-gradient(315deg, var(--dark2) 0%, #f7994f 100%);
    background: linear-gradient(135deg, var(--dark2) 0%, #f7994f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4be8', endColorstr='#f7994f', GradientType=1);
}

@media (max-width: 1199.98px) {
    .ftco-counter {
        background-position: center center !important;
    }
}

.ftco-counter .img {
    display: block;
    width: 100%;
}

@media (max-width: 767.98px) {
    .ftco-counter .img {
        height: 400px;
        background-position: top center !important;
    }
}

.ftco-counter .text{
    display: flex;
    justify-content: center;
}

.ftco-counter .text .strong {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    align-self: center;
}


@media (max-width: 1200px) {
    .ftco-counter .text .strong {
        font-size: 16px;   
        line-height: 1.4;    
    }
}

/* .ftco-counter .text span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
} */

.ftco-counter .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ftco-counter .icon span {
    color: #fff;
    font-size: 48px;
}

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 250px;
    width: 100%;
    position: relative;
    display: block;
}


.block-23 ul {
    padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
    color: #e449ad;
}

.block-23 ul li .icon,
.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.8) !important;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #FFF !important;
}


.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
}



/* Blog*/

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    background: #e449ad;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 16px;
    font-weight: 600;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
    font-weight: 500;
    color: #4986fc;
    display: block;
    margin-bottom: 10px;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 500;
    border-radius: 4px;
    background: #4986fc;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
    border: none;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.browse-form label input {
    margin-right: 7px;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.categories li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}

.categories li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a {
    display: block;
    color: #1a1a1a;
}

.categories li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a {
    color: #000000;
    font-style: italic;
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}


.services-area {
    margin-top: -60px
}   

.services-area .single-services{
    margin-bottom: 1rem !important;
}

.services-area.services-area2 {
    margin-top: 0
}

.services-area .single-services {
    margin-bottom: 1;
    display: flex;
    box-shadow: 0px 25px 60px rgba(66, 85, 164, 0.08);
    padding: 29px 24px;
    border-radius: 20px;
    background: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area .single-services {
        padding: 18px 14px
    }
}

@media (max-width: 575px) {
    .services-area .single-services {
        padding: 18px 14px;
    }
}

.services-area .single-services .features-icon {
    position: relative;
    /* top: 8px */
}

.services-area .single-services .features-icon img {
    display: block
}

.services-area .single-services .features-caption {
    padding-left: 19px;
    display: flex;
}

.services-area .single-services .features-caption h3 {
    font-size: 18px;
    line-height: 1.2;
    align-self: center;
    font-weight: 700
}

.services-area .single-services .features-caption p {
    font-size: 17px;
    line-height: 1.5;
    color: #4255A4;
    margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area .single-services .features-caption p {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .services-area .single-services .features-caption p {
        font-size: 15px
    }
}



/* About Area */

.about-section .support-wrapper {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.about-section h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
}

.about-section .btn{
    background-color: var(--cus-primary);
    color: #FFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .support-wrapper {
        display: block
    }
}

.about-section .support-wrapper .left-section {
    /* width: 28%; */
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .about-section .support-wrapper .left-content {
        width: 46%;
        padding-left: 50px;
        padding-right: 15px;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .about-section .support-wrapper .left-content {
        width: 35%;
        padding-left: 60px
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    .about-section .support-wrapper .left-content{
        width: 40%;
        padding-left: 60px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .support-wrapper .left-content {
        width: 60%;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .support-wrapper .left-content {
        width: 82%;
        padding-left: 50px;
        padding-right: 60px;
        padding-top: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .support-wrapper .left-content {
        width: 100%;
        padding-left: 30px;
        padding-right: 60px;
        padding-top: 50px
    }
}

@media (max-width: 575px) {
    .about-section .support-wrapper .left-content2 {
        width: 100%;
        padding-left: 30px;
        padding-right: 60px;
        padding-top: 50px
    }
}

.about-section .support-wrapper .right-content {
    width: 40%;    
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .about-section .support-wrapper .right-content {
        width: 46%;    
        
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .support-wrapper .right-content {
        width: 78%;        
        padding-top: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .support-wrapper .right-content {
        width: 80%;
        padding-top: 50px;
        margin-left: 50px;
        margin-right: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .support-wrapper .right-content {
        width: 100%;
        padding-top: 50px;
        margin-left: 30px;
        margin-right: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .support-wrapper .right-content {
        width: 100%;
        padding-top: 50px;
        margin-left: 30px;
        margin-right: 30px
    }
}

@media (max-width: 575px) {
    .about-section .support-wrapper .right-content {
        width: 100%;
        padding-top: 50px;
        /* margin-left: 20px;
        margin-right: 20px */
    }
}

.about-section .support-wrapper .right-content .right-img img {
    width: 80%;
}

@media (max-width: 991px) {
    .about-section .support-wrapper .right-content .right-img img {
        width: 95%;
    }
}
