/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Rubik';
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #0C799C;
    font-weight: 600;
    font-size: 28px;
    font-family: 'Poppins';
}

p {
    color: #021014;
    font-size: 18px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
}


/*-------------------- Offcanvas area css start --------------------*/

.menu-close {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 18px;
    cursor: pointer;
    transition: .4s;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-close:hover {
    color: #000;
    background: #fff;
}

.offcanvas-area {
    position: fixed;
    left: -100%;
    height: 100%;
    width: 318px;
    background: #0C799C;
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area.active {
    left: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    transition: .3s;
    padding: 16px 22px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.offcanvas-area .main-menu ul li:first-child a {
    border-top: 1px solid #fff;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #D5D5D5;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
    list-style: none;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 24px;
    color: #0C799C;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 8px;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.offcanvas-btn a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    width: 200px;
    height: 60px;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto
}

.offcanvas-btn a:hover {
    background-color: #fff;
    color: #000;
}


/*-------------------- Offcanvas area css end --------------------*/


/*-------------------- Header area css start --------------------*/

.header__area {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0px 32px 40px rgba(12, 121, 156, 0.08);
}

.site__logo {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 236px;
}

.header__main__blk {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.header__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__menu ul li {
    display: inline-block;
    margin-right: 56px;
    position: relative;
    z-index: 1;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li a {
    display: flex;
    align-items: center;
    color: #021014;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: .3s;
    padding: 38px 0px;
    border-bottom: 2px solid transparent;
}

.header__menu ul li a:hover {
    border-color: #0C799C;
}

.header__menu ul li a i {
    color: #021014;
    font-size: 18px;
    margin-left: 10px;
}

.header__menu {
    margin-right: 68px;
}

.common__btn {
    width: 166px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
    position: relative;
    font-weight: 500;
    z-index: 1;
    font-size: 14px;
    background-color: #0C799C;
    box-shadow: 2px 8px 18px rgba(12, 121, 156, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.common__btn::before {
    background-color: #81D0DC;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.common__btn:hover::before {
    left: 0px;
    right: auto;
    width: 100%;
}

.common__btn:hover {
    color: #0C799C;
}

.dropdown__menu {
    position: absolute;
    left: 0;
    top: 120px;
    width: 200px;
    height: auto;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.dropdown__menu li {
    display: block !important;
    margin: 0 !important;
}

.dropdown__menu li a {
    padding: 10px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    text-align: center !important;
    font-size: 16px !important;
}

.dropdown__menu li:last-child a {
    border-bottom: none !important;
}

.dropdown__menu li a:hover {
    background-color: #0C799C;
    color: #fff;
}

.header__menu ul li:hover .dropdown__menu {
    opacity: 1;
    visibility: visible;
    top: 103px;
}

/*-------------------- Header area css end --------------------*/


/*-------------------- Hero area css start --------------------*/

.hero__area {
    padding-top: 240px;
    padding-bottom: 140px;
}

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

.hero__subtitle {
    position: relative;
    z-index: 1;
}

.hero__subtitle::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 2px;
    background-color: #0C799C;
    content: "";
    z-index: 1;
}

.hero__subtitle span {
    color: #021014;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    padding-left: 42px;
}

.hero__subtitle span a {
    background-color: #0C799C;
    color: #fff;
    border-radius: 2px;
    padding: 2px 8px;
}

.hero__content__blk>h1 {
    color: #021014;
    font-size: 54px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.hero__content__blk>h1 span {
    color: #0C799C;
}

.hero__content__blk p {
    margin-bottom: 28px;
}

.hero__content__blk>a {
    width: 258px;
}

.hero__img__blk {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__img__blk img {
    width: 80%;
    margin-left: auto;
}

/*-------------------- Hero area css end --------------------*/


/*-------------------- Partner area css start --------------------*/

.partner__title h2 {
    color: #021014;
    font-size: 18px;
    font-weight: 500;
}

.partner__title {
    padding-right: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}

.partner__single__slide {
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.partner__area {
    padding-bottom: 25px;
}

/*-------------------- Partner area css end --------------------*/


/*-------------------- About area css start --------------------*/

.about__area {
    background: linear-gradient(180deg, rgba(12, 67, 156, 0) 0%, rgba(12, 121, 156, 0.04) 0.01%, rgba(12, 121, 156, 0.1) 100%);
    padding-top: 100px;
    padding-bottom: 110px;
}

.about__img__blk {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about__img__blk img {
    width: 65%;
}

.about__content__blk>h2 {
    margin-top: 15px;
    margin-bottom: 12px;
}

.about__content__blk>p {
    margin-bottom: 20px;
}

.about__content__blk>a {
    color: #021014;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: underline;
}

.about__content__blk>a:hover {
    color: #0C799C;
}

.about__content__blk>a i {
    color: #81D0DC;
    margin-left: 14px;
}

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

.about__content__blk.about__content__two ul li {
    color: #021014;
    font-size: 18px;
    font-weight: 400;
}

.about__content__blk.about__content__two p {
    margin-bottom: 12px;
}

.about__content__blk.about__content__two {
    margin-top: 45px;
}

.about__img__blk.about__img__two {
    justify-content: end;
    margin-top: 50px;
}

/*-------------------- About area css end --------------------*/


/*-------------------- Service area css start --------------------*/

.service__area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 30px;
}

.service__topbar {
    text-align: center;
    margin-bottom: 28px;
}

.service__topbar h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 12px;
}

.service__topbar p {
    color: #fff;
    margin-bottom: 0;
}

.service__main__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 30px;
}

.service__single__blk {
    box-shadow: 2px 8px 18px rgba(12, 121, 156, 0.08);
    border-radius: 8px;
    background-color: #fff;
    height: 224px;
    width: 31%;
    flex: 31%;
    max-width: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
    padding: 15px;
}

.service__single__blk img {
    height: 60px;
    margin-bottom: 28px;
}

.service__single__blk h4 {
    color: #021014;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

/*-------------------- Service area css end --------------------*/


/*-------------------- Language area css start --------------------*/

.language__area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.language__img__blk {
    display: flex;
    align-items: center;
    height: 100%;
}

.language__img__blk img {
    width: 85%;
}

.language__content__blk h2 {
    margin-bottom: 12px;
    margin-top: 12px;
}

.language__content__blk p {
    margin-bottom: 12px;
}

.language__content__blk ul li {
    font-size: 18px;
    font-weight: 400;
    color: #021014;
}

/*-------------------- Language area css end --------------------*/

/*-------------------- Contact area css start --------------------*/

.contact__area {
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #0C799C;
}

.contact__topbar {
    text-align: center;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.contact__topbar h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 12px;
}

.contact__topbar p {
    margin-bottom: 0;
    color: #fff;
}

.contact__form__single label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    color: #fff;
}

.contact__form__single input {
    width: 100%;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    outline: none;
}

.contact__form__single {
    margin-bottom: 30px;
}

.contact__form__single textarea {
    width: 100%;
    height: 100px;
    border-radius: 2px;
    border: 1px solid #0C799C;
    color: #7C6E67;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    outline: none;
    resize: none;
}

/*-------------------- Contact area css end --------------------*/


/*-------------------- Footer area css start --------------------*/

.footer__area {
    background-color: #021014;
    padding-top: 80px;
    padding-bottom: 60px;
}

.footer__logo {
    max-width: 236px;
    margin-bottom: 32px;
}

.footer__first__blk>p {
    color: #fff;
    margin-bottom: 28px;
}

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

.footer__social span {
    flex: 0 0 auto;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.footer__social a {
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    color: #0C799C;
    transition: .3s;
}

.footer__social a:hover {
    background-color: #0C799C;
    color: #fff;
}

.footer__menu h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 34px;
}

.footer__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__menu ul li {
    margin-bottom: 8px;
}

.footer__menu ul li a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.footer__menu ul li a:hover {
    color: #0C799C;
}

.footer__last__blk>a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
    margin-bottom: 20px;
    display: block;
}

.footer__last__blk>a:hover {
    color: #0C799C;
}

/*-------------------- Footer area css end --------------------*/


/*-------------------- Copy area css start --------------------*/

.copy__area {
    padding: 16px 0px;
    background-color: #0C799C;
}

.footer__copy__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer__copy__content span {
    flex: 0 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.footer__copy__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__copy__content ul li {
    display: inline-block;
}

.footer__copy__content ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s;
}

.footer__copy__content ul li a:hover {
    color: #021014;
}

.footer__copy__content ul li a span {
    padding: 0px 18px;
}

/*-------------------- Copy area css end --------------------*/