/*======================================
	*      General Start   *
======================================*/
html {
    scroll-behavior: smooth;
}

body #loading-icon-bx {
    width: 100%;
    height: 100%;
    background-color: #080618;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
}

body #loading-icon-bx:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}

.justify {
    text-align: justify;
}

.text-white {
    color: #fff !important;
}

.logoHighlight {
    color: currentColor;
    font-weight: 700;
    /*white-space: nowrap;*/
}

.section-sp2 {
    padding-top: var(--sectionPaddingTop);
    padding-bottom: var(--sectionPaddingBottom);
}

.seciton-heading .section-title {
    border-radius: 7px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 6px;
    padding-left: 13px;
    position: relative;
    color: #fff;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(108.18deg,#ea4c89 -12.02%,#4d44c6 60%);
    -webkit-background-clip: text;
    font-size: 16px;
    text-transform: uppercase !important;
    line-height: 1;
}

.seciton-heading .section-title:before {
    background: linear-gradient(108.18deg,#ea4c89 -2.02%,#4d44c6);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 5px;
}

.seciton-heading .section-subtitle {
    color: #fff;
    margin: 0;
    font-size: 36px;
}

.section-title {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 48px;
}

.section-sub-title-box {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}

.section-sub-title {
    font-size: 16px;
    color: #e2e2e2;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
}

.section-title-shape-1 {
    position: absolute;
    top: -1px;
    left: -40px;
}

.section-title-shape-1 img {
    width: auto;
}

.section-title-shape-2 {
    position: absolute;
    top: -1px;
    right: -39px;
}

.section-title-shape-2 img {
    width: auto;
}

.section-title__title {
    margin: 0;
    color: #e2e2e2;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

#contact_form_3 #success, #success, #contact_form_3 #error, #error, .LoaderImage, #LoaderImage {
    display: none;
}

.RMM-Btn {
    color: var(--buttonBgHover);
    font-size: 14px;
    font-weight: bold;
    padding: 16px 34px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid transparent;
}

.RMM-Btn:before {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    opacity: 0.8;
    background: var(--buttonBg);
}

.RMM-Btn i {
    padding-left: 1rem;
}

.RMM-Btn:hover {
    color: var(--buttonTextHover);
    box-shadow: none;
}

.RMM-Btn:hover:before {
    width: 100%;
}

.RMM-Btn-reverse {
    color: var(--buttonBg);
    font-size: 14px;
    font-weight: bold;
    padding: 16px 34px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid transparent;
}

.RMM-Btn-reverse:before {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    opacity: 0.8;
    background: var(--buttonBgHover);
}

.RMM-Btn-reverse i {
    padding-left: 1rem;
}

.RMM-Btn-reverse:hover {
    color: var(--buttonTextHover);
    box-shadow: none;
}

.RMM-Btn-reverse:hover:before {
    width: 100%;
}

.RMM-Btn-1 {
    font-size: 16px;
    color: var(--button2Text);
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background: var(--button2Bg);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 4px;
    min-width: 200px;
}

.RMM-Btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--button2BgHover);
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.RMM-Btn-1:hover {
    color: var(--button2TextHover);
}

.RMM-Btn-1:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.RMM-Btn-1-reverse {
    font-size: 16px;
    color: var(--button2TextHover);
    line-height: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-align: center;
    background: var(--button2BgHover);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 4px;
    min-width: 200px;
}

.RMM-Btn-1-reverse:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--button2Bg);
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.RMM-Btn-1-reverse:hover {
    color: var(--button2Text);
}

.RMM-Btn-1-reverse:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

#rs-fullblock .rev-btn {

}

#rs-fullblock .rev-btn {
    font-size: 16px !important;
    color: var(--button2Text) !important;
    line-height: 1 !important;
    -webkit-transition: all ease 0.5s !important;
    transition: all ease 0.5s !important;
    text-align: center !important;
    background: var(--button2Bg) !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    display: inline-block !important;
    margin-bottom: -5px !important;
    padding: 15px 40px !important;
    border-radius: 4px !important;
}

#rs-fullblock .rev-btn:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 0 !important;
    height: 100% !important;
    background: var(--button2BgHover) !important;
    z-index: -1 !important;
    -webkit-transition: all ease 0.5s !important;
    transition: all ease 0.5s !important;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%) !important;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%) !important;
}

#rs-fullblock .rev-btn a {
    color: var(--button2Text) !important;
}

#rs-fullblock .rev-btn:hover {
    color: var(--button2TextHover) !important;
}

#rs-fullblock .rev-btn:hover:before {
    width: 100% !important;
    right: auto !important;
    left: 0 !important;
}

.page-shadow {
    position: relative;
}

.page-shadow:after {
    height: 100%;
    width: 450px;
    content: "";
    background: url(../images/Background/shape3.svg) no-repeat right top;
    position: absolute;
    left: 0px;
    top: 0%;
    z-index: 1;
}

.Order_1 {
    order: 1;
}

.Order_2 {
    order: 2;
}

@media screen and (max-width: 992px) {
    .clear-section .clear-list {
        flex-wrap: nowrap !important;
    }

    .Order_2 {
        order: 1;
    }

    .Order_1 {
        order: 1;
    }
}

@media screen and (max-width: 576px) {
    .clear-section .clear-list li a {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        font-size: 30px !important;
    }

    .clear-section .clear-description h3 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }

    .clear-section .clear-description p {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .page-shadow:after {
        width: 250px;
    }
}
/*======================================
	*      General End   *
======================================*/



/*======================================
	*      Back to Top Start   *
======================================*/
button.back-to-top {
    background-color: var(--backToTop);
    color: var(--backToTopIcon);
    border-radius: 50%;
    transition: 0.5s all;
    z-index: 998;
}

button.back-to-top:hover {
    background-color: var(--backToTopHover);
    color: var(--backToTopIconHover);
}
/*======================================
	*      Back to Top End   *
======================================*/




/*======================================
	*      Header Start   *
======================================*/
.header .top-bar {
    background: var(--topBarBg);
    border-bottom: unset;
    color: var(--topBarText);
    display: none !important;
}

.header .topbar-center, .header .topbar-left, .header .topbar-right {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}

.topbar-left ul, .topbar-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    font-size: 14px;
    display: flex;
}

.header .top-bar .topbar-left ul li, .header .top-bar .topbar-right ul li {
    color: var(--topBarText);
    font-size: 15px;
    padding-right: 10px;
    padding-left: 0;
    margin-left: 0;
}

.header .top-bar .topbar-left ul li:nth-last-child(1), .header .top-bar .topbar-right ul li:nth-last-child(1) {
    padding-right: 0;
}

.header .topbar-left ul li:after, .header .topbar-right ul li:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: unset;
    right: 0;
    content: unset;
    top: 0px;
    opacity: 1;
}

.header .topbar-left ul li:nth-last-child(1):after, .header .topbar-right ul li:nth-last-child(1):after {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: unset;
    right: 0;
    content: unset;
    top: 0px;
    opacity: 1;
}

.header .top-bar .topbar-left ul li a, .header .top-bar .topbar-right ul li a {
    color: var(--topBarText) !important;
}

.header .top-bar .topbar-left ul li i, .header .top-bar .topbar-right ul li i, .header .mid-bar ul li i {
    color: var(--topBarIcon);
    margin-right: 5px;
    font-size: 18px;
    background: var(--topBarIconBg);
    border-radius: 50%;
    padding: 5px;
    line-height: 17px;
    margin-top: 0;
    transition: 0.5s all;
}

.header .top-bar .topbar-left ul li:hover i, .header .top-bar .topbar-right ul li:hover i, .header .mid-bar ul li:hover i {
    color: var(--topBarIconHover);
    background: var(--topBarIconBgHover);
}

.header .mid-bar {
    background-color: var(--midBarBg);
    border-bottom: unset;
    color: var(--midBarText);
    position: relative;
    height: 90px;
}

.header .mid-bar .logo img {
    width: 80%;
    transition: 0.5s;
    padding: 5px;
}

.header .mid-bar img {
    width: 100%;
    transition: 0.5s;
    padding: 5px;
}

.mid-bar-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.mid-bar-content .logo {
    z-index: 1;
}

.midbar-center {
    background: #ffffff;
    border-radius: 20px;
    color: #000;
    padding: 0 0 0 0;
    text-align: end;
    width: 200px;
}

.midbar-links ul {
    list-style: none;
}

.midbar-links a {
    color: #000;
}

.header .menu-bar {
    background: var(--menuBarBg);
    width: 100%;
    position: relative;
    min-height: 75px;
    top: 0;
    /* height: 100px; 
    transition: 0.5s all;*/
}

.header .is-fixed.menuShow .menu-bar {
    min-height: 70px;
    height: 70px;
}

.header .is-fixed .menu-bar {
    background: var(--menuBarFixedBg);
}

.header .navbar-expand-lg .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-grow: inherit;
    justify-content: center;
    padding-right: 0;
    text-transform: uppercase;
    height: 75px;
    align-items: center;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0117647059);
    transition: 0.5s all;
}

.header .is-fixed.menuShow.navbar-expand-lg .navbar-nav {
    height: 70px;
}

.header .extra-logo1 img {
    width: 60%;
    transition: 0.5s;
    padding: 5px;
}

.header .extra-logo1 img {
    width: 40%;
    padding: 5px;
    transition: 0.5s all;
}

.header .extra-logo1 {
    display: block;
    transition: all 0.36s ease-out 0s;
    position: relative;
    z-index: 2;
    margin-left: 25px;
    width: 20%;
}

.header .menu-bar .container-fluid {
    position: relative;
    height: 100px;
    border-bottom: 1px solid var(--menuBarBorder);
    background-color: var(--menuBarInnerBg);
    border-radius: 0px;
    box-shadow: unset;
    transition: 0.5s all;
    /* margin: 0; */
}

.header .menu-bar .container-fluid:hover {
    box-shadow: unset;
}

.header .is-fixed .menu-bar .container {
    box-shadow: unset;
}

.header .extra-info-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    border-radius: 0 0 40px 40px;
    background: var(--menuBarFixedBg);
    transition: 0.5s all;
    height: 75px;
}

.header .is-fixed .extra-info-inner {
    border-radius: 0;
    background: unset;
    height: unset;
}

.header .menu-links .nav > li {
    margin: 0px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    padding-top: 3px;
    transition: 0.5s all;
}

.header .menu-links .nav > li > a {
    border-radius: 0px;
    color: var(--menuText);
    font-size: 16px;
    padding: 20px 10px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    transition: 0.5s all;
}

.header .menu-links .nav > li.active > a, .header .menu-links .nav > li:hover > a {
    background-color: transparent;
    color: var(--menuActive);
    transition: 0.5s all;
    position: relative;
    font-weight: 600;
}

.header .add-menu-left ul {
    padding: 0;
    margin: 0;
}

.header .add-menu-left {
    padding-left: 0 !important;
}

.header .menu-links .nav .add-menu-left ul li {
    list-style: none;
    border-bottom: 1px solid #ffffff70;
}

.header .menu-links .nav > li.active > a:before {
    content: unset;
    position: absolute;
    height: 30px;
    width: 5px;
    background: var(--subMenuActive);
    left: 0px;
    top: 17px;
    right: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}

.header .menu-links .nav > li:hover > a:before {
    top: 17px;
    left: -6px;
    font-weight: 400;
    position: absolute;
    color: var(--subMenuActive);
    font-family: fontawesome;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    /*content: "\f178";*/
    content: unset;
    padding-right: 10px;
    opacity: 1;
    background: unset;
}

.header .menu-links .nav > li .sub-menu li a {
    color: var(--subMenuText);
    display: block;
    font-size: 15px;
    padding: 8px 10px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    position: relative;
    font-weight: 500;
}

.header .menu-links .nav li .sub-menu li a:hover span {
    color: var(--subMenuActive);
    font-weight: 600;
}

.menu-links .nav .add-menu-left ul li.active a {
    color: var(--subMenuActive);
    font-weight: 600;
}

.header .menu-links .nav .add-menu-left ul li a {
    text-transform: uppercase;
    font-size: 13px;
}


.header .menu-links .nav > li .mega-menu li a span,
.header .menu-links .nav > li .sub-menu li a span {
    position: relative;
}

.header .menu-links .nav > li .mega-menu li a span:after,
.header .menu-links .nav > li .sub-menu li a span:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background: transparent;
    left: -25px;
    top: 8px;
    right: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}

.header .menu-links .nav > li .mega-menu li:hover > a span:after,
.header .menu-links .nav > li .sub-menu li:hover > a span:after {
    width: 20px;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    left: -25px;
    top: 8px;
    right: auto;
}

.header .navbar-toggler:hover {
    background: unset;
}

.header .navbar-toggler span {
    background: var(--mobileMenuToggler);
}

.header .menuHide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 0.5s linear;
}

.header .menuShow {
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity 0.5s linear;
}

.header .hide-menu {
    display: none;
}

.header .extra-menu {
    position: relative;
}

.header .sub-menu {
    display: block !important;
}

.header .nav > li .sub-menu {
    opacity: 1 !important;
    margin-left: 10px;
    background: var(--subMenuBg);
    top: 100%;
}

.header .is-fixed .menu-bar {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    /* background-color: var(--primary); */
}

.topbar-middle a {
    color: #fec581;
}

.navbar-toggler {
    margin-right: 10px;
}

.header .menu-links .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    color: var(--menuText);
    cursor: pointer;
}

@media screen and (max-width:520px) {
    .header .top-bar .topbar-right .topbar-right-inner:before {
        display: none;
    }

    .header .top-bar .topbar-right .topbar-right-inner {
        left: 0;
        top: 6px;
    }

    .header .topbar-center, .topbar-left, .topbar-right {
        padding: 0px 15px;
    }

    .header .rs-nav .menu-links.show {
        width: 234px !important;
    }
}

@media screen and (max-width:767px) {
    .header .extra-logo1 {
        top: 0px;
        border-radius: 0 0 50% 50%;
    }

    .header .extra-logo1 img {
        width: 60%;
    }

    .header .navbar-toggler, .header .is-fixed .navbar-toggler {
        margin: 15px !important;
    }

    .header .navbar-toggler:hover, .header .is-fixed .navbar-toggler:hover {
        background: unset !important;
    }

    .header .top-bar {
        padding: 5px 0;
        display: none;
        border-bottom: none;
    }

    .header .extra-info-inner {
        height: 75px;
    }

    .header .menu-bar {
        min-height: 75px;
    }
}

@media screen and (max-width:400px) {
    .header .extra-logo1 {
        width: 25%;
    }

    .header .extra-logo1 img {
        width: 100%;
    }
}

@media screen and (max-width:567px) {
    .header .extra-logo1 {
        width: 25%;
    }

    .header .extra-logo1 img {
        width: 80%;
    }
}

@media screen and (max-width:1200px) {
    .header .extra-logo1 {
        top: 0px;
        border-radius: 0 0 50% 50%;
    }

    .header .navbar-expand-lg .navbar-nav {
        padding-right: 0;
        margin-bottom: 0;
        margin-left: 5px;
    }

    .header .menu-links .nav > li.active > a, .header .menu-links .nav > li:hover > a {
        background-color: transparent;
        color: var(--subMenuActive);
    }

    .header .menu-links .nav > li ul, .menu-links .nav > li .sub-menu, .menu-links .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        padding: 0 5px;
        margin-left: 5px;
    }

    .header .menu-links .nav > li > a {
        padding: 10px 10px;
    }

    .header .extra-logo1 {
        display: block;
    }

    .header .extra-info-inner {
        justify-content: space-between;
        border-radius: 0 0 10px 10px;
    }

    .header .menu-bar .container {
        position: relative;
        padding: 0;
        max-width: 100%;
    }

    header .topbar-right, header .topbar-left {
        width: auto;
    }

    .rs-nav .menu-links {
        background: linear-gradient(225.37deg, #0e3c5f 1.57%, #008fd2 97.83%) !important;
        width: 80% !important;
        padding-top: 40px !important;
        z-index: 999999;
    }

    header .menu-links .nav {
        background: transparent;
    }

    .header .menu-links .nav > li > a {
        border: unset;
        font-size: 15px;
    }

    .header .menu-links .nav > li {
        border-bottom: 1px solid #ffffff70;
    }

    .rs-nav .menu-links .menu-logo {
        display: none !important;
    }

    .rs-nav .menu-links .menu-logo img {
        width: 100px !important;
        display: none;
    }

    .header .menu-links .nav > li > .sub-menu {
        border-top: 1px dashed rgba(0,0,0,0.1);
        border-top: unset;
    }

    .header .menu-links .nav > li > .sub-menu {
        display: none !important;
        transition: .5s all;
    }

    .header .menu-links .nav > li > .sub-menu.open {
        display: block !important;
        transition: .5s all;
    }

    .header .menu-links .nav i {
        margin-top: 15px;
        float: right;
    }

    .rs-nav .menu-links::-webkit-scrollbar {
        width: 10px;
        height: 0;
    }

    .rs-nav .menu-links::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    .rs-nav .menu-links::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 10px;
    }

    .header .menu-links .nav .add-menu-left ul li a {
        padding: 8px 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1201px) {
    .header .navbar-expand-lg .navbar-toggler {
        display: unset;
    }
}

@media (min-width: 1200px) and (max-width: 1200px) {
    .rs-nav .menu-links {
        display: none !important;
    }
} 

@media screen and (max-width:1300px) {
    
    .header .menu-links .nav > li {
        padding-left: 0px;
    }
}
/*======================================
	*      Header End   *
======================================*/



/*======================================
	*      Banner Start   *
======================================*/
#rs-fullblock {
    position: relative;
    min-height: 100vh;
    z-index: 999;
    width: 100%;
    overflow: hidden;
}

#rs-fullblock rs-fullwidth-wrap {
    height: 100vh;
}

#rs-fullblock #rev_slider_1311_1, #rev_slider_1311_1_wrapper {
    height: 100vh !important;
    max-height: 100vh !important;
}

rs-group {
    top: 60px !important;
}

#rs-fullblock .tp-thumbs {
    top: 100px !important;
}

rs-layer#slider-1311-slide-2743-layer-0, rs-layer#slider-1311-slide-2744-layer-0, rs-layer#slider-1311-slide-2745-layer-0, rs-layer#slider-1311-slide-2746-layer-0, rs-layer#slider-1311-slide-2747-layer-0, rs-layer#slider-1311-slide-2748-layer-0 {
    top: 0;
    height: 150vh !important;
}

#rs-fullblock .tparrows.rs-touchhover {
    background: transparent;
}

#rs-fullblock rs-progress {
    display: none !important;
}

.tparrows.tp-leftarrow:before {
    transform: rotate(90deg);
}

.tparrows.tp-rightarrow:before {
    transform: rotate(90deg);
}

@media screen and (max-width: 576px) {
    rs-layer#slider-1311-slide-2743-layer-0, rs-layer#slider-1311-slide-2744-layer-0, rs-layer#slider-1311-slide-2745-layer-0, rs-layer#slider-1311-slide-2746-layer-0, rs-layer#slider-1311-slide-2747-layer-0, rs-layer#slider-1311-slide-2748-layer-0 {
        top: 111px;
    }

    rs-group {
        top: 100px !important;
    }
}
/*======================================
	*      Banner End   *
======================================*/



/*======================================
	*      Page Banner Start   *
======================================*/
.home-hero1 .page-banner {
    height: 425px;
    background-size: 50%;
    background-position: right bottom;
    display: table;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    text-align: left;
    background-color: var(--primary);
}

.page-banner.ovbl-dark:before {
    width: 0;
    height: 0;
    left: 50%;
    border-left: 230px solid var(--primary);
    border-top: 230px solid transparent;
    border-bottom: 200px solid transparent;
    position: absolute;
    content: '';
    z-index: 1;
}

.page-banner.ovbl-dark:after {
    height: 100%;
    width: 100%;
    content: "";
    background: url(../images/Background/counter-shape3.svg);
    position: absolute;
    left: 50%;
    top: auto;
    background-repeat: repeat-x;
    z-index: 1;
    opacity: .3;
    transform: rotate(-90deg);
}

.page-banner .page-banner-entry {
    display: table-cell;
    vertical-align: middle;
    text-align: start;
    padding-top: 230px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.breadcrumb-row {
    max-width: 50%;
}

.typewriter-text {
    position: relative;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0)/200%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent;
    font-weight: bolder;
    font-size: 64px !important;
    line-height: 87px !important;
    font-weight: 800 !important;
}

.typewriter-text span {
    position: absolute;
    top: 0;
    right: 0;
    background: #1d1f20;
    width: 100%;
    animation: typing 2.5s steps(16) forwards, cursor 1s;
}


@keyframes typing {
    from {
        width: 100%;
        background: var(--primary);
        border-left: 5px solid transparent;
    }

    to {
        width: 0;
        background: var(--primary);
        border-left: 0px solid transparent;
    }

    50% {
        border-color: #ffffff;
    }

    80% {
        border-color: #ffffff;
    }

    100% {
        border-color: #ffffff;
    }
}

@keyframes cursor {
    50% {
        border-color: #ffffff;
    }
}

.page-banner .breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    display: inline-block;
}

.page-banner .breadcrumb-row ul li a {
    color: #fff;
    padding: 2px;
}

.page-banner-bg {
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 50%;
    background-position: right top;
    right: 0;
    background-repeat: no-repeat;
    z-index: 0;
}

.page-banner-bg.About {
    background-image: url(../images/Background/bg-98.jpg);
}

.page-banner-bg.Services {
    background-image: url(../images/Background/bg-99.jpg);
}

.page-banner-bg.Solutions {
    background-image: url(../images/Background/bg-28.jpg);
}

.page-banner-bg.Clients {
    background-image: url(../images/Background/bg-clients.jpg);
}

.page-banner-bg.Blogs {
    background-image: url(../images/Background/bg-97.jpg);
}

.page-banner-bg.Contact {
    background-image: url(../images/Background/bg-contact.jpg);
}

@media screen and (max-width: 1200px) {
    .breadcrumb-row {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .page-banner .page-banner-entry h1 {
        padding: 0px 0px 0px 15px;
    }

    .home-hero1 .page-banner {
        height: 325px;
    }

    .page-banner .page-banner-entry {
        padding-top: 125px;
    }

    .typewriter-text {
        font-size: 45px !important;
        line-height: 50px !important;
        font-weight: 800 !important;
    }

    .page-banner.ovbl-dark:before {
        top: -43px;
        left: 0;
        border-left: 170px solid var(--primary);
    }

    .page-banner-bg {
        width: 100%;
    }
}
/*======================================
	*      Page Banner End   *
======================================*/




/*======================================
	*      Home About Start   *
======================================*/
.about-one {
    position: relative;
    display: block;
    background: var(--primary);
    z-index: 1;
    margin-top: -26px;
    min-height: 100vh;
}

.about-one.page-shadow {
    margin-top: 0;
}

.about-one.page-shadow::before {
    content: unset
}

.about-one::before {
    content: "";
    height: 300px;
    width: 300px;
    position: absolute;
    top: -10%;
    left: -5%;
    background: url(../images/Background/about-shape.svg);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 50%;
}

.page-shadow .about-one::before {
    content: unset;
}

.about-content {
    position: relative;
    z-index: 1;
}

.about-one-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 826px;
    height: 627px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    mix-blend-mode: luminosity;
    opacity: 1;
    z-index: -1;
}

.about-one__left {
    position: relative;
    display: block;
    margin-right: 30px;
}

.about-one__img-box {
    position: relative;
    display: block;
    animation: hero-thumb-animation 2s linear infinite alternate;
    text-align: center;
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes hero-thumb-animation-2 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes hero-thumb-sm-animation {
    0% {
        -webkit-transform: translateY(-20px) translateX(50px);
        -moz-transform: translateY(-20px) translateX(50px);
        -ms-transform: translateY(-20px) translateX(50px);
        transform: translateY(-20px) translateX(50px);
    }

    100% {
        -webkit-transform: translateY(-20px) translateX(0px);
        -moz-transform: translateY(-20px) translateX(0px);
        -ms-transform: translateY(-20px) translateX(0px);
        transform: translateY(-20px) translateX(0px);
    }
}

@keyframes hero-thumb-sm-2-animation {
    0% {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.about-one__img {
    position: relative;
    display: block;
}

.about-one__img > img {
    width: 100%;
    border-radius: 20px;
}

.about-one__img-two {
    position: absolute;
    bottom: -105px;
    left: -80px;
    z-index: 1;
}

.about-one__img-two > img {
    width: auto;
    border-radius: 20px;
}

.about-one__experience {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(225.37deg, #0e3c5f 1.57%, #008fd2 97.83%);
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    padding: 27px 40px 23px;
    border-bottom-right-radius: 15px;
    padding-left: 60px;
}

.about-one__experience:before {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: unset;
    border: 2px dashed #0ce0ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.about-one__experience:after {
    position: absolute;
    bottom: 0px;
    right: -65px;
    content: unset;
    border-top: 0px solid transparent;
    border-left: 65px solid #0ce0ff;
    border-bottom: 62px solid transparent;
}

.about-one__experience-year {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.about-one__experience-text {
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-left: 18px;
    margin-bottom: 0;
}

.about-one__shape-1 {
    position: absolute;
    top: 35px;
    right: -30px;
    opacity: .30;
    z-index: -1;
}

.about-one__shape-1 img {
    width: auto;
    display: none;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.about-one__right .section-title {
    margin-bottom: 27px;
}

.about-one__text-1 {
    /*font-size: 20px;
    font-weight: 500;*/
    color: #28a3ff;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.about-one__points {
    position: relative;
    display: block;
    margin-top: 33px;
    margin-bottom: 37px;
}

.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__points li + li {
    margin-top: 8px;
}

.about-one__points li .icon {
    height: 16px;
    width: 16px;
    background-color: #015b99;
    font-size: 10px;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-one__points li .text {
    margin-left: 15px;
}

.about-one__points li .text p {
    font-size: 18px;
    color: #e2e2e2;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.about-one__text-2 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #e2e2e2;
    text-align: left;
}

.about-one__btn-call {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 41px;
}

.about-one__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.about-one__call-icon {
    position: relative;
    height: 50px;
    width: 50px;
    border: 2px solid #e0e4e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0ce0ff;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__call-icon:hover {
    background-color: #015fc9;
    color: #ffffff;
    border: 2px solid #015fc9;
}

.about-one__call-content {
    position: relative;
    margin-left: 10px;
    top: -2px;
}

.about-one__call-content a {
    font-size: 16px;
    font-weight: 700;
    color: #16243d;
    display: inline-block;
    letter-spacing: -0.02em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-one__call-content a:hover {
    color: #015fc9);
}

.about-one__call-content p {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 16px;
}

.founder-image .image-box {
    padding-bottom: 120px;
    padding-right: 180px;
    margin-left: 0px;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.founder-image .image-box .shape-1 {
    left: -40px;
    bottom: 94px;
    width: 176px;
    height: 183px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    position: absolute;
}

.founder-image .image-box .shape-2 {
    top: 135px;
    background-repeat: no-repeat;
    right: 20px;
    height: 80px;
    width: 80px;
    position: absolute;
}

.founder-image .image-box .image {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
}

figure.image.image-1 {
    left: 10%;
    top: 0;
    width: 325px;
}

figure.image.image-2 {
    right: 0;
    bottom: 0;
    width: 300px;
}

.founder-image .image-box .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.founder-image .image-box .image img {
    width: 100%;
    border-radius: 50%;
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.founder-image .image-box .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

figure {
    margin: 0px;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (max-width:420px) {
    figure.image.image-1 {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title__title {
        font-size: 35px;
        line-height: 45px;
    }

    .section-title__title br {
        display: none;
    }

    .about-one__left {
        margin-right: 0;
    }

    .about-one__img-two {
        display: none;
    }

    .about-one__shape-1 {
        display: none;
    }

    .about-one__experience {
        left: 0;
        padding-left: 20px;
        border-top-right-radius: 10px;
    }

    .about-one__right {
        margin-left: 0;
        margin-top: 122px;
    }

    .about-one__btn-call {
        flex-direction: column;
        align-items: baseline;
    }

    .about-one__call {
        margin-left: 0;
        margin-top: 20px;
    }

    .about-one__img > img {
        width: 100% !important;
    }

    .about-one__experience {
        right: 0 !important;
        justify-content: center;
    }
}

@media screen and (max-width:992px) {
    figure.image.image-2 {
        display: none;
    }

    .founder-image .image-box .image {
        position: relative;
    }

    .founder-image .image-box {
        padding-bottom: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .about-one__right {
        margin-top: 125px;
    }

    .about-one__img-two > img {
        width: 75%;
    }

    .about-one__img > img {
        width: 60%;
    }

    .about-one__experience {
        right: 20%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .about-one__right {
        margin-left: 10px;
        margin-right: 20px;
    }
}
/*======================================
	*      Home About End   *
======================================*/




/*======================================
	*      Counter Start   *
======================================*/
.counter-section {
    position: relative;
    background: var(--primary);
    min-height: 100vh;
}

.counter-section::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/Background/counter-bg.jpg);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
}

.counter-section .counter-box {
    border-color: #0e3c5f !important;
    padding: 89px 128px 50px 128px;
    border-radius: 48px;
    border-width: 1px;
    border-style: solid;
    background: #0e3c5f26;
    overflow: hidden;
}

.counter-section .counter-style-2 {
    text-align: center;
    z-index: 1;
    position: relative;
    border-color: #ffffff52;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    min-height: 200px;
    background: #ffffff0a;
}

.counter-section .counter-style-2 i {
    color: #fff;
    background: #ffffff1f;
    padding: 10px;
    border-radius: 5px;
}

.counter-style-2 .counter-bx {
    margin-bottom: 10px;
    font-size: 40px;
    color: #acaeb4;
}

.counter-section .counter-style-2 .counter-bx span {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    padding: 18px 0 0;
    margin: 0;
    margin-right: 5px;
    font-weight: 600;
}

.counter-section .counter-style-2 .counter-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #e2e2e2;
    text-transform: capitalize;
}

.counter-shape-1 {
    position: absolute;
    left: 0px;
    top: 0;
}

.counter-shape-2 {
    position: absolute;
    left: 15%;
    bottom: 0;
}

.counter-shape-3 {
    position: absolute;
    right: 0%;
    bottom: 0;
    transform: rotateZ(-100deg);
}

@media screen and (max-width: 1200px) {
    .counter-section .counter-box {
        padding: 89px 65px 50px 65px;
    }
}

@media screen and (max-width: 576px) {
    .counter-section .counter-box {
        padding: 89px 15px 50px 15px;
        border-radius: 50px 50px 0 0;
    }

    .counter-shape-2 {
        bottom: 42%;
    }
}
/*======================================
	*      Counter End   *
======================================*/




/*======================================
	*      Solutions Start   *
======================================*/
.solution-section {
    position: relative;
    background: var(--primary);
}

.solution-section::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/Background/pattern1.svg);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.solution-section marquee img:nth-child(odd) {
    margin-top: 80px;
    z-index: 10;
}

.solution-inner {
    padding: 0;
    margin: 0;
}

.solution-box {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    min-height: 400px;
    border-radius: 10px;
    margin: 0 0 30px 0px;
}

.solution-img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.solution-content {
    background: linear-gradient(-110deg,#15282dd9 10%,#015e9d 131%);
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
    min-height: 205px;
}

h3.solution-title {
    font-size: 23px;
    color: #eeeeee;
    line-height: 1.2;
    min-height: 35px;
}

@media screen and (max-width:1300px) {
    h3.solution-title {
        min-height: 55px;
    }
}

p.solution-para {
    margin-bottom: 5px;
    line-height: 1.5;
    color: #eeeeee;
    min-height: 70px;
}

.solution-content h3 a {
    color: #fff;
    text-decoration: unset !important;
}

.solution-content h3 a:hover {
    color: #0285c3;
    text-decoration: unset !important;
}

.solution-content a {
    color: #a7a7a7;
    transition: 0.5s all;
}

.solution-content a:hover {
    color: #0285c3;
    text-decoration: underline !important;
}

.solution-left {
    padding-left: 180px;
}

.solutions-carousel .owl-nav {
    display: block;
    text-align: center;
}

.solutions-carousel .owl-prev, .solutions-carousel .owl-next {
    background-color: transparent;
    border-color: rgb(255 255 255 / 50%);
    color: #ffffff;
    padding: 6px 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}

.solutions-carousel .owl-prev:hover, .solutions-carousel  .owl-next:hover {
    background-color: rgb(1 78 140);
    border-color: #ffffff;
    color: #ffffff;
}

.solutions-section {
    position: relative;
    background: var(--primary);
}

.solutions-single-section {
    min-height: 70vh;
    margin-bottom: 50px;
}

.solutions-img-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.solutions-img-box {
    transform: perspective(1000px) scale(1) rotateX(12deg) rotateY(10deg);
    transition: 0.2s all;
}

.solutions-content {
    position: sticky;
    top: 10px;
    padding: 15px;
}

.solutions-title h3 {
    color: #e2e2e2;
}

.solutions-para p {
    color: #e2e2e2;
    font-size: 18px;
}

.solutions-para {
    color: #e2e2e2;
    font-size: 18px;
}

.service-list li {
    width: 100%;
}

.service-list {
    border: unset !important;
    background: linear-gradient(225.37deg, #0e3c5f 1.57%, #008fd2 97.83%) !important;
    border-radius: 5px !important;
}

.service-list li a {
    background: unset !important;
    color: #ffffff !important;
}

.service-list li a:after {
    background-color: #0c466d !important;
}

.solutions-section .sticky-top {
    top: 110px;
}

.clear-box {
    border-radius: 30px;
    padding: 30px;
    background: linear-gradient(-45deg, #0c4369, #0a5581, #1b2848, #263e77);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.solutions-grid {
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    background: linear-gradient(135deg,#15282d 6%,#015e9d 100%);
    padding: 40px;
    text-align: start;
}

.solutions-grid h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}

.solutions-grid p {
    color: #ffffff;
    margin-bottom: 0;
}

.solutions-list {
    color: #e2e2e2;
    list-style: circle;
}

.solutions-list li {
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .solution-left {
        padding-left: calc(100% - 95%);
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .solutions-grid {
        min-height: auto;
    }
}

@media screen and (max-width: 992px) {
    .solutions-img-box img {
        height: auto;
    }
}
/*======================================
	*      Solutions End   *
======================================*/



/*======================================
	*      Services Start   *
======================================*/
.services-section {
    position: relative;
    background: var(--primary);
}

.services-section::before {
    content: "";
    height: 300px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/Background/why-shape1.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.services-left {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.services-left .services-content::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/Background/service-shape1.svg);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.5;
}

.services-left .services-content:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.6;
    border-radius: 30px;
    z-index: 0;
}

.services-left .services-content {
    min-height: 270px;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    overflow: hidden;
}

.services-right .services-content {
    min-height: 150px;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    position: relative;
}

.services-right .services-content:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.6;
    border-radius: 30px;
}

.services-list {
    list-style: disc;
    color: #fff;
    padding: 0;
}

.services-title {
    color: #fff;
    position: relative;
    z-index: 1;
}

.service-section {
    position: relative;
    background: var(--primary);
}

@media screen and (max-width: 992px) {
    .services-left {
        margin: auto;
    }
}

@media screen and (max-width: 576px) {
    .services-left .services-content {
        padding-top: 60px;
    }
}
/*======================================
	*      Services End   *
======================================*/






/*======================================
	*      Why Us Start   *
======================================*/
.why-us-section {
    position: relative;
    background: var(--primary);
    height: 100vh;
    overflow: hidden;
}

.why-us-section::before {
    content: "";
    height: 300px;
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/Background/why-shape1.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.why-us-section::after {
    content: "";
    height: 300px;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/Background/counter-shape3.svg);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    transform: rotateZ(-90deg);
}

.rotating-slider {
    margin: 5em auto;
    height: 360px;
    position: relative;
    width: 480px;
    box-sizing: content-box !important;
}

.rotating-slider .inner h4 {
    color: #fff !important;
    text-transform: uppercase;
}

.rotating-slider .inner p {
    font-size: 18px;
    text-align: justify;
    line-height: 25px;
    color: #fff !important;
}

.rotating-slider ul.direction-controls {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rotating-slider ul.direction-controls li.left-arrow {
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
}

.rotating-slider ul.direction-controls li.right-arrow {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
}

.rotating-slider ul.direction-controls li button {
    background:#fff;
    border: none;
    color: #0e3c5f;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 700;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0;
    text-align: center;
    transition: background 0.25s;
    width: 1.5em;
}

.rotating-slider ul.direction-controls li button:hover {
    background: #1f83d0;
    color: #fff;
}

.rotating-slider ul.slides {
    border-radius: 50%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(0);
    transform-origin: center center;
    width: 100%;
    box-sizing: content-box !important;
}

.rotating-slider ul.slides li {
    background-color: #ecf0f1;
    background-position: center;
    background-size: cover;
    display: block;
    list-style: none;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    transform-origin: bottom center;
    width: 100%;
    box-sizing: content-box !important;
}

.rotating-slider ul.slides li {
    color: #fff;
}

.rotating-slider ul.slides li:nth-of-type(1) {
    background-color: #0e3c5f;
}

.rotating-slider ul.slides li:nth-of-type(1):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/Why-Us1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.2;
}

.rotating-slider ul.slides li:nth-of-type(2) {
    background-color: #093a39;
}

.rotating-slider ul.slides li:nth-of-type(2):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/Why-Us2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.5;
}

.rotating-slider ul.slides li:nth-of-type(3) {
    background-color: #1a4437;
}

.rotating-slider ul.slides li:nth-of-type(3):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/Why-Us3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.rotating-slider ul.slides li:nth-of-type(4) {
    background-color: #192f57;
}

.rotating-slider ul.slides li:nth-of-type(4):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/Why-Us4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.rotating-slider ul.slides li:nth-of-type(5) {
    background-color: #184e77;
}

.rotating-slider ul.slides li:nth-of-type(5):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/Why-Us5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.rotating-slider ul.slides li:nth-of-type(6) {
    background-color: #c52a38;
}

.rotating-slider ul.slides li:nth-of-type(6):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/CMA-SME-service.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.rotating-slider ul.slides li .inner {
    box-sizing: border-box;
    padding: 0;
    height: 100%;
    width: 100%;
    padding-top: 45px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .why-us-section::after {
        display: none;
    }

    .why-us-section {
        height: auto;
    }
}

@media only screen and (max-width: 400px) {
    .rotating-slider ul.slides li .inner {
        padding-top: 0px;
    }

    .rotating-slider .inner p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 660px) {
    .mobile-version {
        display: none;
    }
}

.mobile-version .what-we-offer .single-box {
    position: relative;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin: 10px;
}

.mobile-version .what-we-offer .single-box:nth-of-type(1) {
    background-color: #35446d;
}

.mobile-version .what-we-offer .single-box:nth-of-type(1):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/CMA-corporate-service.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.mobile-version .what-we-offer .single-box:nth-of-type(2) {
    background-color: #009f9a;
}

.mobile-version .what-we-offer .single-box:nth-of-type(2):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/CMA-students-service.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.mobile-version .what-we-offer .single-box:nth-of-type(3) {
    background-color: #719b39;
}

.mobile-version .what-we-offer .single-box:nth-of-type(3):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/CMA-Management-institutions-service.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.mobile-version .what-we-offer .single-box:nth-of-type(4) {
    background-color: #ce6725;
}

.mobile-version .what-we-offer .single-box:nth-of-type(4):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/CMA-faculty-members-serice.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.mobile-version .what-we-offer .single-box:nth-of-type(5) {
    background-color: #2a427b;
}

.mobile-version .what-we-offer .single-box:nth-of-type(5):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/CMA-professional-members-service.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.mobile-version .what-we-offer .single-box:nth-of-type(6) {
    background-color: #c52a38;
}

.mobile-version .what-we-offer .single-box:nth-of-type(6):before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url("../images/Background/CMA-SME-service.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: bottom;
    opacity: 0.1;
}

.mobile-version .what-we-offer .single-box h4 {
    text-align: center;
    color: #fff !important;
}

.mobile-version .what-we-offer .single-box p {
    text-align: justify;
    color: #fff !important;
}
/*======================================
	*      Why Us End   *
======================================*/






/*======================================
	*      Testimonials Start   *
======================================*/
.testimonials-section {
    overflow: hidden;
    background: linear-gradient(180deg,var(--primary) 56%,#030303 100%);
}

.testimonials-section .testimonial-bx.style2 .testimonial-info:after {
    font-size: 35px;
    right: 0;
    bottom: 0;
    background: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #222f43;
    transform: rotate(45deg);
}

.testimonials-section .testimonial-bx.style2 .testimonial-info {
    margin-top: 0;
    padding: 5px 0;
    margin-bottom: 10px;
}

.testimonials-section .testimonial-bx.style2 {
    border: 1px solid #7e8da269;
    border-radius: 10px;
    padding: 10px 20px;
    background: linear-gradient(#131C31, #131C31) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box;
    box-shadow: rgba(17, 209, 209, 0.2) 0px 4px 6px;
    min-height: 320px;
}

.testimonials-section .testimonial-img {
    position: relative;
    text-align: center;
    margin-top: 100px;
    top: 50px;
    min-height: 350px;
}

.testimonials-section .testimonial-left-inner {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    top: 0;
}

.testimonials-section .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding: 0 0 30px 0;
}

.testimonials-section .testimonial-bx.style2 .client-info {
    position: relative;
    padding-left: 0;
    margin-top: 30px;
}

.testimonials-section .testimonial-left-inner .img-wave-bg:after {
    position: absolute;
    content: " ";
    width: 250px;
    height: 250px;
    background: #fff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: b-shadow 2s linear infinite;
}

.testimonials-section .testimonial-bx.style2:hover {
    transform: translateY(10px);
}

@keyframes b-shadow {
    0% {
        box-shadow: 0px 0px 0px 20px var(--waveColor), 0px 0px 0px 40px var(--waveColor), 0px 0px 0px 60px var(--waveColor), 0px 0px 0px 80px var(--waveColor), 0px 0px 0px 100px var(--waveColor);
    }

    50% {
        box-shadow: 0px 0px 0px 50px var(--waveColor), 0px 0px 0px 75px var(--waveColor), 0px 0px 0px 100px var(--waveColor), 0px 0px 0px 125px var(--waveColor), 0px 0px 0px 150px var(--waveColor);
    }

    100% {
        box-shadow: 0px 0px 0px 20px var(--waveColor), 0px 0px 0px 40px var(--waveColor), 0px 0px 0px 60px var(--waveColor), 0px 0px 0px 80px var(--waveColor), 0px 0px 0px 100px var(--waveColor);
    }
}

.testimonials-section .testimonial-img img {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials-section .testimonial-left-inner {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    top: 0;
}

.testimonials-section .side-img-1 {
    left: -35px;
    position: absolute;
    top: -25%;
}

.testimonials-section .side-img-1 img, .testimonials-section .side-img-2 img, .testimonials-section .side-img-3 img, .testimonials-section .side-img-4 img {
    height: 60px !important;
    width: 60px !important;
    position: relative;
    z-index: 1;
}

.testimonials-section .side-img-5 img {
    height: 40px !important;
    width: 40px !important;
    position: relative;
    z-index: 1;
}

.testimonials-section .side-img-2 {
    position: absolute;
    right: -50px;
    top: -20%;
    left: auto;
}

.testimonials-section .side-img-3 {
    position: absolute;
    left: -50px;
    bottom: 0;
    top: auto;
}

.testimonials-section .side-img-4 {
    position: absolute;
    bottom: 0;
    left: auto;
    right: -60px;
    top: auto;
}

.testimonials-section .side-img-5 {
    position: absolute;
    bottom: -65px;
    left: 6%;
    right: 1px;
    top: auto;
}

.testimonials-section .testimonial-text {
    margin-top: 100px;
}

.testimonials-section .testimonial-content p {
    color: #66768F;
    font-size: 20px;
}

.testimonials-section .testimonial-bx.style2 .client-info .name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 4px;
    color: #94A9C9;
}

.testimonials-section .testimonial-bx.style2 .testimonial-info p {
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: #66768F;
}

.testimonials-section .dots-style-1 .owl-dots .owl-dot.active {
    width: 40px;
    background: #94a9c9;
}

.dots-style-1 .owl-dots .owl-dot {
    background-color: #66768F;
    width: 30px;
}

.testimonials-section .owl-prev, .testimonials-section .owl-next {
    background-color: transparent;
    border-color: unset;
    color: #ffffff;
    padding: 5px 8px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
    transition: 0.5s all;
}

.testimonials-section .owl-prev:hover {
    background-color: transparent;
    margin-left: 0;
}

.testimonials-section .owl-next:hover {
    background-color: transparent;
    margin-right: 0;
}

@media screen and (max-width: 992px) {
    .testimonials-section .testimonial-img {
        min-height: 350px;
    }
}

@media screen and (max-width:576px) {
    .testimonials-section .testimonial-bx.style2 {
        min-height: auto;
    }
}
/*======================================
	*      Testimonials End   *
======================================*/







/*======================================
	*      Clear Start   *
======================================*/
.clear-section {
    position: relative;
    background: var(--primary);
}

.clear-section::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/Background/pattern1.svg);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.clear-section .service-list li {
    width: 100%;
}

.clear-section .clear-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 0;
}

.clear-section .clear-list li {
    color: #fff;
    width: 12%;
    text-align: center;
}

.clear-section .clear-list li a {
    color: #fff;
    background: linear-gradient(225.37deg, #0e3c5f 1.57%, #008fd2 97.83%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 40px 40px 40px 5px;
    padding: 0;
    margin-bottom: 30px;
    font-size: 60px;
    transition: 0.5s all;
}

.clear-section .clear-list li a:hover {
    border-radius: 40px 5px 40px 40px;
}

.clear-section .clear-description {
    position: relative;
    z-index: 1;
}

.clear-section .clear-description h3 {
    color: #e2e2e2;
    font-size: 50px;
    margin-bottom: 35px;
    text-decoration: underline;
}

.clear-section .clear-description p {
    color: #fff;
    font-size: 20px;
}

.clear-box {
    border-radius: 30px;
    padding: 30px;
    background: linear-gradient(-45deg, #0c4369, #0a5581, #1b2848, #263e77);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.5s all;
}

.clear-grid {
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    background: #ffffff1f;
    padding: 40px;
    text-align: center;
    min-height: 275px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.5s all;
}

.clear-grid:hover {
    box-shadow: unset;
}

.clear-grid h3 {
    color: #e2e2e2;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
}

.clear-grid h3 span {
    font-size: 35px;
    padding-right: 2px;
    color: #18a8ff;
}

.clear-grid p {
    color: #ffffff;
    margin-bottom: 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media screen and (max-width: 992px) {
    .clear-section .clear-list {
        justify-content: space-between;
    }
}
/*======================================
	*      Clear End   *
======================================*/




/*======================================
	*      Leadership End   *
======================================*/
.leadership-section {
    position: relative;
    background: var(--primary);
    min-height: 100vh;
}

.leadership-section::before {
    content: "";
    height: 44%;
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/Background/shape4.svg);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.teams-img img {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
}

.team-carousel {
    text-align: center;
    position: relative;
    z-index: 0;
    margin-top: -54px;
}

.team-carousel .item {
    margin: 0;
}

.team-carousel .single-team-img {
    position: relative;
    height: 180px;
}

.team-carousel .teams-bx .single-team-img img {
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    position: absolute;
    left: 30%;
    border-radius: 10px;
}

.team-content .name {
    color: #e2e2e2;
    margin-bottom: 10px;
}

.team-content .designation {
    color: #e2e2e2;
}

.team-content .description {
    color: #e2e2e2;
}

.team-carousel .owl-nav {
    margin-top: 30px;
    display: block;
    text-align: center;
}

.team-carousel .owl-prev, .team-carousel .owl-next {
    background-color: transparent;
    border-color: rgb(255 255 255 / 50%);
    color: #ffffff;
    padding: 6px 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}

.team-carousel .owl-prev:hover, .team-carousel .owl-next:hover {
    background-color: rgb(1 78 140);
    border-color: #ffffff;
    color: #ffffff;
}

@media screen and (max-width: 992px) {
    .team-carousel .item {
        margin: 0 0;
    }
}

@media screen and (max-width: 576px) {
    .team-carousel .teams-bx .single-team-img img {
        left: 30%;
    }

    .team-carousel .owl-nav {
        top: 0;
    }
}

@media screen and (max-width: 400px) {
    .team-carousel .teams-bx .single-team-img img {
        left: 20%;
    }
}
/*======================================
	*      Leadership End   *
======================================*/




/*======================================
	*      Sectors Start   *
======================================*/
.sectors-section {
    position: relative;
    background: var(--primary);
}

.sectors-section::after {
    height: 800px;
    width: 500px;
    content: "";
    background: url(../images/Background/shape3.svg) no-repeat right top;
    position: absolute;
    right: 0px;
    top: -12%;
    z-index: 1;
    transform: rotate(180deg);
}

.sectors-bx {
    border-width: 1px;
    border-style: solid;
    padding: 19px;
    position: relative;
    display: flex;
    border-radius: 16px;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    box-shadow: rgba(11, 209, 209, 0.2) 0px 3px 20px;
    border: 1px solid transparent;
    background: linear-gradient(#131C31, #131C31) padding-box, linear-gradient(to right, rgb(14, 165, 234), rgb(11, 209, 209)) border-box;
}

.sectors-bx:hover {
    box-shadow: unset;
    transform: translateY(-2px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

sectors-bx .sectors-image {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    min-width: 32px;
    object-fit: cover;
}

.sectors-bx .sectors-image img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.sector-name {
    color: #94A9C9;
    padding-left: 10px;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.domain-sec .sectors-bx {
    display: block; 
    text-align: center !important;
}

.domain-sec .sector-name {
    color: #94A9C9;
    padding-left: 0;
}
/*======================================
	*      Sectors End   *
======================================*/




/*======================================
	*      Contact Start   *
======================================*/
.contact-section {
    position: relative;
    background: var(--primary);
}

.contact-form {
    position: relative;
    border-radius: 30px;
    padding: 20px 30px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-bottom: 20px;
}

.contact-form h3 {
    color: #d7e1e1;
}

.single-contact-box {
    border-radius: 30px;
    padding: 20px 30px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;    
}

.inner {
    position: relative;
    z-index: 1;
}

.single-contact-box:before, .contact-form:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.8;
    border-radius: 28px;
}

.contact-form:before {
    opacity: 0.9;
}

.single-contact-box h5, .single-contact-box a {
    color: #d7e1e1;
}

.single-contact-box a:hover {
    color: #0288c7;
}

.single-contact-box ul {
    list-style: none;
    color: #d6e1e1;
}

.single-contact-box ul li {
    font-size: 17px;
}

.contact-section .form-area-box .form-group.focused label {
    color: #d7e1e1;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    color: rgb(215 225 225) !important;
}

.form-area-box .input-group label {
    color: #d7e1e1;
}

.form-area-box .input-group .form-control {
    border: 1px solid rgb(215 225 225 / 56%);
}
/*======================================
	*      Contact End   *
======================================*/





/*======================================
	*      Blog Start   *
======================================*/
.blog-section {
    position: relative;
    background: var(--primary);
}

.blog-Box {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
}

.blog-Box-Inner {
    transition: all 300ms ease-in-out;
    background-color: rgba(26, 26, 26, .8);
    left: 0;
    padding: 20px 25px;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 75%;
}

.blog-Box:hover .blog-Box-Inner {
    padding: 25px;
    top: 0
}

.blog-Box-Inner a {
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
    outline: none;
}

.blog-Box-Title {
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 4px;
    position: relative;
    color: #fff;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 45px;
}

.blog-Box-Title:before {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #015f9f;
}

span.date {
    color: #fff;
}

.blog-Box-Text-Area {
    margin: 15px 0;
    display: inline-block;
    color: #fff;
    padding-top: 0;
}

.blog-Box-Text-Area p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-Box-Button {
    border-color: #015f9f;
    color: #fff;
    background-color: #015f9f;
    margin-top: 0px;
    display: inline-block;
    white-space: nowrap;
    border: 2px solid transparent;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    padding: 0 25px;
    font-size: 14px;
    vertical-align: middle;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.blog-Box-Button:focus, .blog-Box-Button:hover {
    color: #fff;
    background-color: transparent;
    border-color: #015f9f;
}

.blog-Box img {
    display: block;
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.events-details-desc, .events-details-desc h3, .events-details-description, .events-details-description p, .events-details-description div {
    color: #e2e2e2;
    text-align: justify;
}

.events-details-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.blog-section .side-bar .widget-title, .blog-section .side-bar a {
    color: #e2e2e2;
    text-align: justify;
}

.blog-section .side-bar a:hover {
    color: #0bccd3;
}

.blog-section .aside-bx {
    border-left: 1px solid rgb(255 255 255 / 28%);
    padding-left: 30px;
}

@media screen and (max-width:576px) {
    .blog-Box-Inner {
        top: 80%;
    }
}
/*======================================
	*      Blog End   *
======================================*/




/*======================================
	*      Clients Start   *
======================================*/
.clients-section {
    position: relative;
    background: var(--primary);
}

.clients-section .slick-slide img {
    display: block;
    height: 100px;
    width: 200px;
    object-fit: contain;
    margin: 0 20px;
    background: #fff;
    border-radius: 20px;
}

.clients-section .slick-slider {
    margin-bottom: 50px;
}

.clients-section .slick-slide .inner {
    padding: 5px;
    background: #fff;
    margin: 10px;
    border-radius: 20px;
}
/*======================================
	*      Clients End   *
======================================*/



/*======================================
	*      Footer Start   *
======================================*/
.subscribe-section {
    position: relative;
    background: #000;
}

.subscribe-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/Background/Subscribe-Bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.5;
}

.subscribe-form input#subscribe_mail {
    border-radius: 40px 0 0 40px !important;
    color: #000 !important;
}

.subscribe-section .input-group-append {
    margin-left: -10px;
}

.subscribe-form button.btn {
    border-radius: 0 40px 40px 0 !important;
}

.subscribe-form .btn {
    padding: 0 40px !important;
}

.footer-menu {
    display: none;
}

.widget.footer_widget img {
    width: 120px;
    padding-bottom: 10px;
}

.footer-style2 .footer-top {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.footer-style2 {
    position: relative;
    background-color: #000;
    padding: 80px 0 0 0;
}

.footer-style2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/Background/Footer-Bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.5;
    border-radius: 0 40px 40px 0;
}

.footer-style2 .footer-top {
    padding: 30px 0 30px;
}

.footer-style2 .footer-top a, .footer-style2 .footer-top p {
    color: var(--footerText);
    font-size: var(--paragraphFontSize);
}

.footer-style2 .footer-top p {
    font-size: 14px !important;
    line-height: 2;
}

.footer-style2 .footer-top a:hover {
    color: var(--footerTextHover);
}

.widget.footer_widget.about {
    background-color: var(--footerAboutBox);
    padding: 10px 20px;
    border-radius: 10px;
}

.footer-style2 .footer-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

    .footer-style2 .footer-title:after {
        display: block;
        height: 2px;
        margin-top: 0;
        margin-bottom: -12px;
        content: '';
        position: absolute;
        bottom: 0;
        width: 50px;
        left: 0;
        background: #fff;
    }

.footer-style2 .list-2 ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 10px 0px 15px;
    margin-bottom: 0;
    line-height: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    border: unset;
}

.footer-top .widget {
    padding: 0;
}

    .footer-style2 .list-2 ul li:before {
        content: "\f105";
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
        font-family: "FontAwesome";
        color: #fff;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
    }

    .footer-style2 .list-2 ul li:hover:before {
        left: 2px;
    }

.footer-style2 .footer-top.top-padding {
    padding: 60px 0 30px;
}

.footer-style2 .footer-bottom {
    background: var(--footerBottomBg);
    font-size: 14px;
    color: var(--footerBottomText);
    font-weight: 400;
    padding: 5px 0 !important;
    border-top: 1px solid rgb(255 255 255 / 50%);
}

    .footer-style2 .footer-bottom p {
        font-size: 14px;
        color: var(--footerBottomText);
        font-weight: 400;
        line-height: 24px;
    }

.footer-style2 .input-group .input-group-append {
    margin-left: -10px;
}

.footer-icons ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
}

    .footer-icons ul li {
        display: inline-block;
        border-radius: 50%;
        background-color: var(--primary);
        margin: 5px 2px;
        width: 50px;
        text-align: center;
        transition: 0.5s all;
        padding: 2px;
    }

        .footer-icons ul li:hover {
            transform: scale(1.1);
        }

        .footer-icons ul li img {
            border-radius: 50%;
        }

.RMM-Social-Media-5 ul {
    list-style: none;
    padding-left: 0;
}

    .RMM-Social-Media-5 ul li {
        display: inline-block;
        border-radius: 5px;
        margin: 5px 2px;
        width: 50px;
        text-align: center;
        border-bottom: unset !important;
    }

        .RMM-Social-Media-5 ul li a {
            color: #333 !important;
        }

        .RMM-Social-Media-5 ul li:hover a {
            color: #fff !important;
        }

.RMM-Link {
    display: none;
}

.RMM-Link a {
    color: gold;
}

    .RMM-Link a:hover {
        color: gold;
    }

@media screen and (max-width: 767px) {
    .footer-style2 .list-2 ul li {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .footer-style2 .list-2 ul li {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .footer-style2 .footer-title {
        margin-top: 20px;
    }
}
/*======================================
	*      Footer End   *
======================================*/



/*======================================
	*      Enquiry Popup Start   *
======================================*/
.enquiry {
    transform: rotate(-90deg) translate(-20%,0%);
    transform-origin: right;
    z-index: 99;
    position: fixed;
    top: 210px;
    right: 45px;
    font-size: 12px;
}

.enquiry .apoint-btn-box {
    transform: none !important;
    padding: 15px 10px 5px 10px;
    cursor: pointer;
    background: var(--enquiryBg) !important;
    display: block;
    visibility: visible !important;
    color: var(--enquiryText);
    font-size: 15px;
}

.enquiry .apoint-btn-box:before,
.enquiry .apoint-btn-box:after {
    content: "";
    background: var(--enquiryBg);
    position: absolute;
    height: 100%;
    width: 40%;
    transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    top: 0;
    right: -30px;
    z-index: -1;
}

.enquiry .apoint-btn-box:before {
    right: auto;
    left: -30px;
    transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
}

.enquiry .apoint-btn-box.onFooter {
    background: #fff !important;
    color: #000 !important;
    font-weight: 800;
    border-top: solid 3px #000;
}

.enquiry .apoint-btn-box.onFooter:before,
.enquiry .apoint-btn-box.onFooter:after {
    background: #fff !important;
    top: -3px;
    border: solid 3px #000;
}

#rotate {
    vertical-align: top;
    margin-top: 23px;
    width: 80px;
    height: 30px;
}

.enquiry a {
    cursor: pointer;
    min-height: 30px;
    position: relative;
    border: 1px solid #cb4154;
    border-radius: 8px;
    padding: 4px 8px;
    margin-left: 20px;
    font-variant: small-caps;
    color: #fff !important;
    text-shadow: 0 0 0;
    outline: 0;
    letter-spacing: 2px;
    text-shadow: 0 1px 4px #111;
    box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
    background: #021f36;
}

.enquiry a:hover {
    box-shadow: 0px 0px 4px #fff;
    color: #fff !important;
}

.ShowcaseModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    overflow: auto;
    display: none;
}

.ShowcaseModal .logo {
    text-align: center;
}

.EnquiryBtn {
    background: #ffa800;
    color: #021f36;
    padding: 5px 10px 5px 10px;
    border: solid 1px #fff;
    font-weight: 700;
}

#EnquiryForm input[type="text"], #EnquiryForm input[type="email"], #EnquiryForm input[type="tel"], #EnquiryForm select, #EnquiryForm textarea {
    background-color: #fff;
    border: 1px solid #333;
    width: 100%;
    border-radius: 5px;
    display: block !important;
    padding: 5px;
}

#EnquiryForm .bootstrap-select {
    display: none;
}

#EnquiryForm #LoaderImage {
    float: right;
    padding-left: 10px;
    padding-top: 0 !important;
}

#EnquiryForm h2 {
    font-size: 35px;
}

.Formoutliner {
    background: linear-gradient(135deg,#15282d 56%,#015e9d 100%);
    /*border: solid 5px #fff;*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 5px;
    /*border: 4px solid var(--primary);*/
    position: relative;
    top: 16%;
}

.Formoutliner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Background/Enquiry-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.2;
}

.main-img img {
    width: 35%;
}

@media only screen and (max-width: 1200px) {
    .menu-logo h2 {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 992px) {
    #EnquiryContactSection {
        display: none;
    }

    .menu-logo h2 {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 500px) {
    .menu-logo h2 {
        font-size: 13px !important;
    }

    .menu-logo .tagLine {
        font-size: 13px;
        top: 0;
    }
}

@media only screen and (max-width: 420px) {
    .menu-logo h2 {
        font-size: 12px !important;
    }

    .menu-logo .tagLine {
        font-size: 13px;
        top: 0;
    }
}

@media only screen and (max-width: 400px) {
    .menu-logo h2 {
        font-size: 10px !important;
    }

    .menu-logo .tagLine {
        font-size: 10px;
        top: 0;
    }
}

@media only screen and (max-width: 350px) {
    .menu-logo h2 {
        font-size: 8px !important;
    }

    .menu-logo .tagLine {
        font-size: 9px;
        top: 0;
    }
}

#EnquiryForm {
    padding: 14px 20px;
}

.Formoutliner .main-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 0px;
    padding: 0 0 40px;
    position: relative;
    z-index: 1;
    color: #fff !important;
}

.Formoutliner .main-heading::before {
    position: absolute;
    content: "";
    z-index: 0;
    bottom: 25px;
    right: auto;
    left: 4px;
    transform: none;
    width: 70px;
    height: 4px;
    background: #1bbde8 !important;
}

.Formoutliner input, .Formoutliner textarea {
    margin-bottom: 15px;
    height: 35px;
    font-size: 14px;
    color: #000 !important;
}

.Formoutliner textarea {
    margin-bottom: 15px;
    min-height: 80px;
    font-size: 14px;
    padding: 5px 15px;
}

.Formoutliner select {
    margin-bottom: 15px;
    height: 35px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    background: transparent;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
}

.Formoutliner .text-center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Formoutliner .contact-form #success {
    margin-top: 23%;
}

.cont-info {
    padding: 6px 30px 80px;
    background: #0b4870;
    border-radius: 50px 0 0 0;
    min-height: auto;
}

.cont-info h4 {
    font-size: 22px;
    margin-top: 14px;
    margin-bottom: 14px;
    color: #fff;
}

.enquiry-info li a:hover, .enquiry-info li a, .enquiry-info li i {
    color: #f5f5f5;
    font-size: 17px;
}

.enquiry-info li {
    margin-bottom: 10px;
}

.color-1 {
    color: var(--primary);
    font-weight: 600 !important;
}

.color-2 {
    color: var(--button);
    font-weight: 600 !important;
}

.Formoutliner .ft-social-bx .btn:hover {
    background: var(--button2Hover);
}

@media only screen and (max-width:500px) {
    .enquiry {
        top: 120px !important;
        right: 44px;
    }

    .icon-bar {
        top: 400px !important;
    }
}
/*======================================
	*      Enquiry Popup End   *
======================================*/



/*======================================
	*      Whatsapp Start   *
======================================*/
.WPButton {
    position: fixed;
    right: 0;
    top: 450px;
    background: #17980E;
    color: #fff;
    font-size: 30px;
    border-radius: 5px 0 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    margin-top: 2px;
    line-height: 50px;
    z-index: 9;
}

.WPButton i {
    top: -6px;
    left: 2px;
    position: relative;
    color: #fff;
}

@media only screen and (max-width:500px) {
    .WPButton {
        position: fixed;
        right: 0;
        top: 350px !important;
        background: #17980E;
        color: #fff;
        font-size: 30px;
        border-radius: 5px 0 0 5px;
        width: 40px;
        height: 40px;
        text-align: center;
        display: block;
        margin-top: 2px;
        line-height: 50px;
        z-index: 9;
    }
}
/*======================================
	*      Whatsapp End   *
======================================*/



/*======================================
	*      Enroll Start   *
======================================*/
.icon-bar {
    position: fixed;
    top: 500px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.icon-bar a {
    position: relative;
    display: block;
    width: 35px;
    height: 70px;
    line-height: 70px;
    color: #222;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 25px;
    cursor: pointer;
    background: #fff;
    transition: 0.5s all;
}

.icon-bar a:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 70px;
    background-color: var(--tollFreeBg);
    border-radius: 50% 0 0 50%;
    left: -26px;
    top: 0;
    z-index: -1;
}

.icon-bar a i {
    font-size: 25px;
    color: #000;
}

.icon-bar a:hover i {
    color: #ff7000;
}

.enroll img {
    width: 27px;
    margin-top: 20px;
    float: left;
    margin-left: 0px;
}

.enroll #enroll {
    /*display: none;*/
    font-weight: 700;
    color: var(--tollFreeText);
    position: relative;
    top: 0px;
    position: absolute;
    width: 225px;
    font-size: 0;
}

.enroll, .enroll a {
    text-decoration: none !important;
    font-size: 13px !important;
    background: var(--tollFreeBg) !important;
}

.enroll:hover {
    width: 200px !important;
    font-size: 15px !important;
    color: #fff;
}

.enroll:hover #enroll {
    display: block;
    font-size: 18px !important;
}
/*======================================
	*      Enroll End   *
======================================*/
