@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800;900&display=swap');
/*Main Css */

::selection {
    background: #ff5e14;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #b4a8b2;
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordion CSS */

.myaccordion li .faq-opt {
    display: none;
}

.myaccordion li.active .faq-opt {
    display: block;
}

.myaccordion li.active .faq-ang h4:before {
    content: "\f077";
}

body {
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: normal;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: transparent;
    border: none;
    border-radius: 0px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */

.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}

/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}


/*header css*/

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    padding: 0;
}

.main-header {
    padding: 0 44px 0 250px;
    background-color: white;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    width: 199px;
    height: 74px;
    object-fit: contain;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    /*margin: auto;*/
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #1f3b50;
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #fff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}

.menu li a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 1.22;
    color: #314c5f;
}

.menu li:hover a,
.menu li.active a {
    color: #314c5f;
}


/* Menu Dropdown CSS */

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: -0px;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    color: #000 !important;
    display: block;
    width: 100%;
    margin: 0px 0 15px;
    text-align: center;
    font-weight: 600;
    background: transparent !important;
}

ul.dropdown li.last a {
    margin-bottom: 0px;
}

ul.dropdown li a:hover {
    color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
    animation: btot 0.5s forwards;
    z-index: 9;
}


/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}


/* Main Banner CSS */

.mainBanner {
    background-size: cover;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #b4a8b2;
    padding-top: 197px;
    z-index: 0;
}

.mainBanner .col-md-7{
    font-size: 0;
}

.mainBanner .container-fluid{
    padding: 0;
}

.mainBanner .shape1{
    width: 594px;
    height: 372px;
    background-color: rgb(244, 225, 219, 0.2);
    position: absolute;
    top: 90px;
    right: -80px;
    z-index: -1;
    border-radius: 200px;
    animation: MoveUpDown 4s linear infinite;
}
  
@keyframes MoveUpDown {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-80px);
    }
}

.mainBanner h1{
    font-size: 128px;
    font-weight: normal;
    line-height: 0.98;
    color: #314c5f;
    padding-left: 195px;
    margin-bottom: 58px;
}

.mainBanner h1 span{
    font-size: 128px;
    font-weight: bold;
    line-height: 0.98;
    color: #1f3b50;
}

.mainBanner .para{
    font-size: 19px;
    font-weight: normal;
    line-height: 1.58;
    margin: 0 0 45px;
    color: #365f7b;
}

.mainBanner .padd{
    padding: 0 207px 0 110px;
}

.mainBanner .theme-btn1{
    padding: 13px 30px 13px 31px;
    border-radius: 100px;
    background-color: #1f3b50;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.14;
    text-align: center;
    color: #fff;
}

.mainBanner .theme-btn1:hover{
    background-color: rgb(16 48 72);
}

.mainBanner .theme-btn2:hover{
    background-color: #50173f;
}

.mainBanner .theme-btn2{
    padding: 13px 30px 12px 29px;
    border-radius: 100px;
    background-color: #692153;
    font-size: 16px;
    font-weight: normal;
    margin-left: 24px;
    line-height: 1.14;
    text-align: center;
    color: #fff;
}

.notice{
    padding: 10px 44px 10px 0;
    background-color: #314c5f;
}

.notice .text-e{
    text-align: end;
}

.notice .sign img{
    width: 14px;
    height: 13px;
    margin: 0 0 0 8px;
    object-fit: contain;
}

.notice .sign {
    margin-left: 36px;
    font-size: 13px;
}

.notice a {
    font-size: 14px;
  font-weight: normal;
  line-height: 1.31;
  color: #fcfcfc;
}

.menu .theme-btn {
    padding: 13px 35px 12px 34px;
    border-radius: 100px;
    background-color: #cdeff0;
    margin-left: 270px;
}

.menu .theme-btn:hover{
    background-color: #1f3b50;
    color: white;
}

.menu .theme-btn a:hover{
    color: white;
}

.sec2{
    padding: 162px 126px 84px 202px;
    background-color: #1f3b50;
}

.sec2 h2{
    margin: 0 0 30px 0;
    font-size: 55px;
    font-weight: bold;
    line-height: 0.78;
    color: #fcfcfc;
}

.sec2 .padd-bo{
    padding-bottom: 65px;
}

.sec2 .para{
    font-size: 16px;
    font-weight: normal;
    padding-right: 120px;
    line-height: 1.88;
    color: #fcfcfc;
}

.sec3 h2{
    margin: 0 0 90px 0;
    font-size: 55px;
    font-weight: bold;
    color: #314c5f;
    text-transform: capitalize;
}

.sec3{
    padding: 133px 110px 61px 202px;
    background-color: #f4e1db;
}

.sec3 img{
    padding-right: 30px;
}

.sec3 .boxed{
    padding: 28px 34px 27px 36px;
    background-color: #1f3b50;
    border-radius: 20px 0 0 20px;
}

.sec3 .boxed h1{
    font-size: 60px;
    font-weight: normal;
    position: relative;
    color: #fff;
    text-align: center;
}
.sec3 .boxed h1 span{
    position: absolute;
    font-size: 25px;
    font-weight: normal;
    top: 0px;
    left: 110px;
    line-height: 0.83;
    color: #fff;
}

.sec3 .mar-bo{
    margin-bottom: 40px;
}

.sec3 h3{
    font-size: 36px;
    font-weight: normal;
    text-transform: capitalize;
    color: #314c5f;
}

.sec3 h3 span{
    font-weight: 500;
    color: #0e9399;
}

.sec3 h4{
    font-size: 40px;
    font-weight: bold;
    color: #314c5f;
    margin: 42px 177px 0;
}

.sec4 {
    padding: 87px 126px 97px 144px;
    background-color: #1f3b50;
}

.sec4 h2{
    margin: 0 0 13px;
    font-size: 55px;
    font-weight: bold;
    color: #fff;
}

.sec4 .para{
    font-size: 16px;
    font-weight: normal;
    padding-right: 90px;
    line-height: 1.88;
    color: #fcfcfc;
}

.sec4 img{
    animation: MoveUp 2s linear infinite;
}

.innerpage span{
    font-size: 55px;
    font-weight: normal;
    color: #314c5f;
}

.innerpage h1 span{
    font-size: 128px;
    font-weight: 500;
    line-height: 0.98;
    color: #314c5f;
}

.innerpage p{
    font-size: 19px;
    font-weight: normal;
    line-height: 1.58;
    margin: 0 219px 39px;
    color: #365f7b;
}

@keyframes MoveUp {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }

.sec5{
    padding: 120px 0;
}

.sec5 h2{
    margin: 0 0 31px;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: bold;
    color: #314c5f;
}

.video-box {
    position: relative;
}

.video-box img {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.video-box .play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 92px;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: solid 4px #fff;
    background-color: #037a7f;
}

.video-box:hover img {
    filter: brightness(0.5);
}

.video-box:hover .play-btn {
    transform: scale(1.1);
    background-color: white;
}

.video-box:hover .play-btn .fa-play {
    color: #037a7f;
}

.sec6{
    padding: 100px 0 114px 190px;
    background-color: #e9e9e9;
}

.sec6 span{
    padding: 7px 39px 7px 36px;
    background-color: #1f3b50;
    font-size: 24px;
    font-weight: 500;
    line-height: 0.67;
    text-align: center;
    color: #fff;
}

.sec6 h2{
    font-size: 55px;
    font-weight: bold;
    margin: 15px 0 30px;
    color: #314c5f;
}

.sec6 .container-fluid{
    padding: 0;
}

.sec6 .active .acc_title{
    padding: 29px 29px 28px 29px;
    border-radius: 3px;
    background-color: #1f3b50;
    color: #fff;
}

.sec6 .active .acc_title .fa-plus {
    display: none;
}

.sec6 li{
    margin: 0 0 10px;
}

.sec6 ul.accordion {
    margin-right: 40px;
}

.sec6 li .acc_title{
    cursor: pointer;
    padding: 23px 21px 23px 29px;
    border-radius: 3px;
    background-color: #f2f6f9;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    color: #27282a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec6 li .acc_desc{
    padding: 22px 28px 16px 28px;
    border-radius: 3px;
    background-color: #f2f6f9;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.58;
    color: #365f7b;
}

footer {
    padding: 73px 0 50px;
    background-color: #fcfcfc;
}

footer h5{
    margin: 0 0 17px 0;
    font-size: 15px;
    line-height: 1.43;
    color: #b5c1c8;
}

footer ul li {
    margin-bottom: 28px;
}

footer ul li a{
    font-size: 18px;
    font-weight: normal;
    line-height: 0.98;
    text-transform: capitalize;
    color: #314c5f;
}

footer ul li a:hover{
    color: #692153;
}

footer .logo{
    margin-top: 30px;
}

footer .col-md-9 .para{
    margin: 10px 0 0 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.54;
    color: #314c5f;
}

footer .col-md-4 .para{
    font-size: 36px;
    font-weight: normal;
    line-height: 1.19;
    margin-bottom: 26px;
    color: #314c5f;
}

footer .col-md-4 .para span{
    margin: 7px 0 0 0;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.19;
    color: #1f3b50;
}

footer .padd{
    padding: 0 30px;
}

footer form .input{
    padding: 12px 20px 7px 20px;
    border-bottom: 1px solid #b5c1c8;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.14;
    color: #314c5f;
    width: 100%;
}

footer form input[type="submit"]{
    padding: 9px 29px 8px;
    border-radius: 100px;
    background-color: #692153;
    font-size: 16px;
    margin-top: 9px;
    font-weight: normal;
    line-height: 1.14;
    color: #fff;
}

footer .social{
    margin-top: 70px;
}

footer .social a{
    width: 36px;
    height: 37px;
    background-color: #692153;
    text-align: center;
    margin-right: 16px;
    border-radius: 6px;
    padding: 10px 0;
}

footer .social a:hover{
    background-color: #1f3b50;
}

footer .social a i{
    color: white;
    font: 10px;
}

.copyright {
    border-top: 1px solid #b5c1c8;
    padding: 15px 0 11px;
}

.copyright a{
    font-size: 13px;
    font-weight: normal;
    line-height: 1.34;
    margin-right: 16px;
    color: #314c5f;
}

.copyright p{
    font-size: 12px;
    text-align: end;
    line-height: 1.34;
    color: #314c5f;
}

.menu .first{
    padding-left: 0;
}

.innerpage span{
    font-size: 55px;
    font-weight: normal;
    text-transform: capitalize;
    color: #314c5f;
}

.innerpage{
    padding-left: 230px;
    font-size: 0;
    padding-right: 230px;
}

.innerpage h1{
    text-transform: capitalize;
    text-align: center;
    padding-left: 0;
    margin-bottom: 26px;
}

.contact {
    padding: 103px 345px 116px 344px;
    background-color: #e9e9e9;
}

.contact .contact-wrap {
    padding: 31px 50px 76px 50px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.contact .contact-wrap h2 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.94;
    color: #314c5f;
}

.contact .contact-wrap .boxed {
    text-align: center;
    margin-bottom: 57px;
}

.contact .contact-wrap .boxed i {
    font-size: 36px;
    color: #692153;
}

.contact .contact-wrap .theme-btn{
    padding: 15px 63px;
    border-radius: 100px;
    background-color: #692153;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: normal;
    line-height: 0.94;
    text-align: center;
    color: #fff;
}

.contact .contact-wrap .boxed h4 {
    margin: 16px 0 13px 0;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.25;
    color: #314c5f;
}

.contact .contact-wrap .boxed .para, .contact .contact-wrap .boxed a {
    font-weight: normal;
    line-height: 1.5;
    color: #333333;
}

.contact .contact-wrap .boxed a {
    word-break: break-all;
}

.contact .contact-wrap label {
    margin: 0 0 1px 0;
    font-size: 16px;
    line-height: 1.86;
    color: #314c5f;
    width: 100%;
}

.contact .contact-wrap input, .contact .contact-wrap textarea {
    background-color: #f8f8f8;
    padding: 17px 20px;
    width: 100%;
    margin-bottom: 30px;
}

.sec7 {
    padding: 100px 211px 98px 203px;
    background-color: #1f3b50;
    position: relative;
    z-index: 0;
}

.shape2{
    width: 414px;
    height: 861px;
    position: absolute;
    top: 135px;
    right: -70px;
    border-radius: 0 0 340px 380px;
    z-index: -1;
    background-color: rgb(217, 217, 217, 0.1);
    -webkit-animation: action 2s infinite  alternate;
    animation: action 2s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.sec7 h2{
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.sec7 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    color: #fcfcfc;
}

.sec7 .padd-bo{
    padding-bottom: 50px;
}

.sec7 .boxed{
    margin-top: 30px;
    padding: 19px 64px 18px 20px;
    background-color: rgb(244, 225, 219, 0.2);
}

.sec8{
    padding: 80px 170px 66px 190px;
    background-color: #1f3b50;
    position: relative;
    z-index: 0;
}

.sec8 .com {
    padding: 44px 76px;
    border-radius: 100px;
    background-color: #692153;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec8 .who{
    padding: 96px 50px 95px;
    border-radius: 30px;
    background-color: rgb(180, 168, 178, 0.2);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.sec8 .mar-to, .sec9 .mar-to{
    margin-top: 69px;
}

.sec8 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    color: #fcfcfc;
}

.sec9 {
    padding: 76px 196px 71px 203px;
    background-color: #f4e1db;
}

.sec9 .com {
    padding: 44px 76px;
    border-radius: 100px;
    background-color: #692153;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.sec9 .who{
    padding: 96px 50px 95px;
    border-radius: 30px;
    background-color: #1f3b50;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.sec9 .para{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    color: #314c5f;
}

.sect2 h1{
    margin: 0 0 48px 0;
    font-size: 80px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: capitalize;
    color: #fff;
}

.sect2{
    padding: 92px 144px 13px 200px;
}

.sect2 .para{
    padding-left: 50px;
    padding-right: 81px;
}

.sec10{
    padding: 109px 184px 63px;
    background-color: #f4e1db;
}

.sec10 h2{
    font-size: 55px;
    font-weight: bold;
    color: #314c5f;
    text-transform: capitalize;
}

.sec10 img{
    animation: MoveUp 2s linear infinite;
}

.sec11{
    padding: 0 310px 70px 203px;
    background-color: #1f3b50;
}

.sec11 h2{
    margin: 64px 0 30px 0;
    font-size: 55px;
    font-weight: bold;
    color: #fff;
}

.sec11 ul li .title{
    border-radius: 3px;
    background-color: #692153;
    padding: 29px 0 29px 29px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
}

.sec11 ul li{
    margin-bottom: 10px;
}

.sec11 ul li .des{
    padding: 22px 430px 16px 28px;
    border-radius: 3px;
    background-color: #f2f6f9;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.58;
    color: #365f7b;
}

.sec12{
    padding: 100px 34px 61px 35px;
    background-color: #cdeff0;
}

.sec12 .boxed h4{
    font-size: 30px;
    font-weight: normal;
    line-height: 0.89;
    color: #314c5f;
    margin: 80px 0 47px;
}


.sec12 .boxe{
    position: relative;
    z-index: 0;
}

.sec12 .boxed{
    width: 470px;
    margin: auto;
}

.sec12 .boxed .box1{
    position: absolute;
    height: 183px;
    top: 110px;
    left: 0;
    width: 100%;
    border-radius: 20px;
    background-color: #f8f1e4;
    z-index: -1;
}

.sec12 .boxed .box2{
    position: absolute;
    height: 183px;
    top: 110px;
    left: 0;
    width: 100%;
    border-radius: 20px;
    background-color: #e6eff2;
    z-index: -1;
}

.sec12 .boxed .box3{
    position: absolute;
    height: 183px;
    top: 110px;
    left: 0;
    width: 100%;
    border-radius: 20px;
    background-color: #e2ebe4;
    z-index: -1;
}

.sec12 .boxed a{
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #314c5f;
}

@media (max-width: 1440px) {
    .mainBanner h1 {
        font-size: 110px;
        padding-left: 120px;
    }
    .mainBanner h1 span {
        font-size: 110px;
    }
    .main-header {
        padding: 0 44px 0 190px;
    }
    .menu li .theme-btn {
        margin-left: 170px;
    }
    .mainBanner .padd {
        padding: 0 140px 0 80px;
    }
    .mainBanner {
        padding-top: 150px;
    }
    .sec2 .para {
        padding-right: 50px;
    }
    .sec2 {
        padding: 162px 126px 84px 150px;
    }
    .sec3 {
        padding: 133px 110px 61px 150px;
    }
    .sec3 img {
        padding-right: 10px;
    }
    .sec3 h2 {
        margin: 0 0 50px 0;
        font-size: 50px;
    }
    .sec2 h2 {
        font-size: 50px;
    }
    .sec3 .boxed {
        padding: 28px 30px 27px 30px;
    }
    .sec3 h4 {
        margin: 40px 100px 0;
    }
    .sec4 {
        padding: 87px 100px 97px;
    }
    .sec4 .para {
        padding-right: 50px;
    }
    .sec6 {
        padding: 100px 0 114px 100px;
    }
    .contact {
        padding: 103px 250px 116px 250px;
    }
    .innerpage {
        padding-left: 200px;
        padding-right: 200px;
    }
    .sec7 {
        padding: 100px 180px 98px 183px;
    }
    .sec8 .com {
        padding: 44px;
    }
    .sec8, .sec9 {
        padding: 80px 160px 66px 160px;
    }
    .sec8 .who {
        padding: 96px 23px 95px;
    }
    .innerpage h1 span {
        font-size: 100px;
    }
    .innerpage h1{
        padding-left: 0;
    }
    .sec12 .boxed {
        width: 410px;
    }
    .sec12 .boxed .box1, .sec12 .boxed .box2, .sec12 .boxed .box2 {
        top: 80px;
    }
    .sect2 {
        padding: 92px 100px 13px 140px;
    }
    .shape2 {
        width: 400px;
        height: 700px;
    }
    
    .innerpage p {
    margin: 0 200px 39px;
    }
}

@media (max-width: 1200px) {
    img {
        max-width: 100%;
        height: auto;
    }
    .menu-Bar {
        display: block;
        top: 67px;
    }
    .menuWrap.open {
        display: flex;
        left: 0px;
    }
    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #692153;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
    }
    ul.menu li {
        display: block;
    }
    ul.menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 25px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
    }
    .logo img {
        max-width: 100%;
    }
    .container {
        position: relative;
    }
    header .main-header ul.menu>li {
        display: block;
        margin: 0px;
        padding: 0;
    }
    header .main-header ul.menu>li a {
        color: #fff;
    }
    ul.menu .last a{
        color: #314c5f !important;
        padding: 13px 35px 12px 34px;
    }
    header .main-header ul.menu>li a:before {
        display: none;
    }
    header .main-header ul.menu>li .theme-btn{
        color: #314c5f;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .main-header {
        padding: 0;
    }
    .notice {
        padding: 10px 15px 10px 0;
    }
    .mainBanner {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .mainBanner h1 {
        font-size: 85px;
        padding: 0 30px;
        text-align: center;
    }
    .mainBanner h1 span{
        font-size: 85px;
    }
    .mainBanner .shape1 {
        width: 450px;
        height: 300px;
    }
    .menu li .theme-btn {
        margin-left: 0;
    }
    .mainBanner .para {
        font-size: 16px;
        margin: 30px 0;
    }
    .mainBanner .padd {
        padding: 0 40px 0 30px;
    }
    .mainBanner .theme-btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
    .sec2 {
        padding: 80px 30px;
    }
    .sec2 .para {
        padding-right: 0;
    }
    .sec2 .padd-bo {
        padding-bottom: 40px;
    }
    .sec3 {
        padding: 80px 30px 61px;
    }
    .sec3 .boxed {
        padding: 28px 20px;
        text-align: center;
    }
    .sec3 .boxed h1 span {
        left: auto;
        top: 0;
    }
    .sec3 .boxed h1 {
        font-size: 60px;
    }
    .sec3 h4 {
        margin: 40px 0px 0;
        text-align: center;
    }
    .sec4 {
        padding: 80px 20px;
    }
    .sec4 h2 {
        font-size: 50px;
    }
    .sec4 .para {
        padding-right: 0;
    }
    .sec5 {
        padding: 80px 0;
    }
    .sec6 {
        padding: 80px 30px ;
    }
    footer ul li a {
        font-size: 17px;
    }
    footer h5 {
        margin: 0 0 17px 0;
    }
    footer .padd {
        padding: 0 15px;
    }
    footer .logo {
        margin-top: 20px;
    }
    .innerpage {
        padding-left: 30px;
        padding-right: 30px;
    }
    .innerpage span {
        font-size: 34px;
    }
    .innerpage {
        padding-bottom: 0;
    }
    .sect2 h1 {
        font-size: 65px;
        text-align: center;
    }
    .sec10 {
        padding: 80px 30px 63px;
        background-color: #f4e1db;
    }
    .sec11 {
        padding: 0 30px 70px;
    }
    .sec11 h2 {
        text-align: center;
    }
    .sec12 {
        padding: 80px 30px 61px;
    }
    .sec12 .boxed {
        width: 92%;
    }
    .sec8, .sec9 {
        padding: 80px 30px 66px;
    }
    .sec8 .com {
        padding: 30px;
        font-size: 27px;
    }
    .sec8 .col-md-4, .sec9 .col-md-4{
        margin-bottom: 27px;
    }
    .sec8 .mar-to, .sec9 .mar-to {
        margin-top: 40px;
    }
    .sec8 .who {
        font-size: 25px;
    }
    .sec9 .who {
        border-radius: 30px;
        font-size: 28px;
    }
    .sec7 {
        padding: 80px 0;
    }
    .shape2 {
        width: 350px;
        height: 500px;
    }
    .contact {
        padding: 80px 40px;
    }
    .contact .contact-wrap input, .contact .contact-wrap textarea {
        background-color: #f8f8f8;
        padding: 17px 20px;
        width: 100%;
    }
    .sec12 .boxed .box3, .sec12 .boxed .box2, .sec12 .boxed .box1 {
        height: 140px;
        top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-header {
        padding: 0;
    }
    .notice {
        padding: 10px 15px 10px 0;
    }
    .mainBanner {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .mainBanner h1 {
        font-size: 65px;
        padding: 0 15px;
        text-align: center;
    }
    .mainBanner h1 span{
        font-size: 65px;
    }
    .mainBanner .shape1 {
        width: 350px;
        height: 200px;
    }
    .menu li .theme-btn {
        margin-left: 0;
    }
    .mainBanner .para {
        font-size: 16px;
        margin: 30px 0;
    }
    .mainBanner .padd {
        padding: 0 40px 0 40px;
    }
    .mainBanner .theme-btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
    .sec2 {
        padding: 80px 20px;
    }
    .sec2 h2 {
        font-size: 40px;
        margin: 0 0 20px 0;
    }
    .sec2 .para {
        padding-right: 0;
    }
    .sec2 .padd-bo {
        padding-bottom: 40px;
    }

    .sec2 img{
        margin-top: 20px;
    }
    .sec3 {
        padding: 80px 20px 61px;
    }
    .sec3 h2 {
        margin: 30px 0;
        font-size: 36px;
    }
    .sec3 .boxed {
        padding: 28px 20px;
        text-align: center;
    }
    .sec3 .boxed h1 span {
        left: auto;
        top: 0;
        font-size: 20px;
    }
    .sec3 h3 {
        font-size: 25px;
        margin-top: 0;
    }
    .sec3 .boxed h1 {
        font-size: 40px;
    }
    .sec3 h4 {
        margin: 40px 0px 0;
        font-size: 30px;
        text-align: center;
    }
    .sec4 {
        padding: 80px 20px;
    }
    .sec4 h2 {
        font-size: 40px;
    }
    .sec4 .para {
        padding-right: 0;
    }
    .sec5 {
        padding: 80px 0;
    }
    .sec5 h2 {
        margin: 0 0 21px;
        font-size: 45px;
    }
    .video-box .play-btn {
        width: 80px;
        height: 80px;
        font-size: 20px;
    }
    .sec6 {
        padding: 80px 20px ;
    }
    .sec6 h2 {
        font-size: 40px;
    }
    footer ul li a {
        font-size: 17px;
    }
    footer h5 {
        margin: 0 0 17px 0;
    }
    footer .padd {
        padding: 0 15px;
    }
    footer .logo {
        margin-top: 20px;
    }
    .innerpage {
        padding-left: 30px;
        padding-right: 30px;
    }
    .innerpage span {
        font-size: 34px;
    }
    .innerpage h1 {
        padding: 0;
    }
    .innerpage p {
        margin: 0 100px 39px;
        font-size: 17px;
    }
    .innerpage {
        padding-bottom: 0;
    }
    .sect2 h1 {
        margin: 0 0 20px 0;
        font-size: 50px;
        text-align: center;
    }
    .sect2 {
        padding: 80px 0;
    }
    .sect2 .para {
        padding-left: 0;
        margin-top: 30px;
    }
    .sect2 .padd-bo {
        padding-bottom: 0;
    }
    .sec10 h2 {
        font-size: 40px;
        padding-left: 0;
    }
    .sec10 {
        padding: 80px 0 63px;
        background-color: #f4e1db;
    }
    .sec11 {
        padding: 0 0px 70px;
    }
    .sec11 h2 {
        font-size: 40px;
        text-align: center;
    }
    .sec11 ul li .des {
        padding: 22px 20px 16px;
        font-size: 17px;
    }
    .sec11 ul li .title {
        padding: 20px 0 20px 20px;
    }
    .sec12 {
        padding: 80px 0 61px;
    }
    .sec12 .boxed {
        width: 92%;
    }
    .sec12 .boxed h4 {
        font-size: 25px;
        margin: 60px 0 30px;
    }
    .sec8, .sec9 {
        padding: 80px 0 66px 0;
    }
    .sec8 .com {
        padding: 30px;
        font-size: 25px;
    }
    .sec8 .col-md-4, .sec9 .col-md-4{
        margin-bottom: 27px;
    }
    .sec8 .mar-to, .sec9 .mar-to {
        margin-top: 40px;
    }
    .sec8 .who {
        padding: 50px 20px;
        font-size: 25px;
    }
    .sec9 .who {
        padding: 50px 30px;
        border-radius: 30px;
        font-size: 28px;
    }
    .sec7 {
        padding: 80px 0;
    }
    .shape2 {
        width: 350px;
        height: 500px;
    }
    .sec7 h2 {
        font-size: 44px;
    }
    .contact {
        padding: 80px 20px;
    }
    .contact .contact-wrap input, .contact .contact-wrap textarea {
        background-color: #f8f8f8;
        padding: 17px 20px;
        width: 100%;
    }
    .sec12 .boxed .box3, .sec12 .boxed .box2, .sec12 .boxed .box1 {
        height: 130px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .main-header {
        padding: 0;
    }
    .notice {
        padding: 10px 15px 10px 0;
    }
    .mainBanner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .mainBanner h1 {
        font-size: 46px;
        padding: 0 15px;
        text-align: center;
    }
    .mainBanner h1 span{
        font-size: 46px;
    }
    .mainBanner .shape1 {
        width: 250px;
        height: 140px;
    }
    .menu li .theme-btn {
        margin-left: 0;
    }
    .mainBanner .para {
        font-size: 16px;
        margin: 30px 0;
    }
    .mainBanner .padd{
        text-align: center;
        padding: 0 20px 0 20px;
    }
    .mainBanner .theme-btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
    .sec2 {
        padding: 80px 15px;
    }
    .sec2 h2 {
        font-size: 31px;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .sec2 .para {
        padding-right: 0;
        text-align: center;
    }
    .sec2 .padd-bo {
        padding-bottom: 40px;
    }

    .sec2 img{
        margin-top: 20px;
    }
    .sec3 {
        padding: 80px 10px 61px;
    }
    .sec3 h2 {
        margin: 30px 0;
        font-size: 36px;
        text-align: center;
    }
    .sec3 .boxed {
        padding: 28px 10px;
        text-align: center;
    }
    .sec3 .boxed h1 span {
        left: auto;
        top: 0;
        font-size: 20px;
    }
    .sec3 h3 {
        font-size: 23px;
        margin-top: 0;
        text-align: center;
    }
    .sec3 .boxed h1 {
        font-size: 40px;
    }
    .sec3 h4 {
        margin: 40px 0px 0;
        font-size: 20.9px;
        text-align: center;
    }
    .sec4 {
        padding: 80px 15px;
    }
    .sec4 h2 {
        font-size: 36px;
        text-align: center;
    }
    .sec4 .para {
        padding-right: 0;
        text-align: center;
    }
    .sec5 {
        padding: 80px 0;
    }
    .sec5 h2 {
        margin: 0 0 21px;
        font-size: 34px;
    }
    .video-box .play-btn {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
    .sec6 {
        padding: 80px 15px ;
    }
    .sec6 h2 {
        font-size: 35px;
    }
    .sec6 ul.accordion {
        margin-right: 0;
        margin-bottom: 40px;
    }
    footer ul li a {
        font-size: 16px;
    }
    footer ul li {
        margin-bottom: 18px;
    }
    footer h5 {
        margin: 17px 0;
    }
    footer .padd {
        padding: 0 15px;
    }
    footer .logo {
        margin-top: 20px;
    }
    footer .col-md-4 .para span {
        font-size: 31px;
        margin: 20px 0 0 0;
    }

    footer .col-md-4 .para {
        font-size: 31px;
    }
    footer .social {
        margin-top: 50px;
    }
    .copyright .col-md-6{
        text-align: center;
    }
    .copyright a {
        margin: 0 8px 16px 8px;
    }
    .copyright p{
        text-align: center;
    }
    .innerpage {
        padding-left: 15px;
        padding-right: 15px;
    }
    .innerpage span {
        font-size: 24px;
    }
    .innerpage h1 {
        padding: 0;
    }
    .innerpage h1 span {
        font-size: 46px;
    }
    .innerpage p {
        margin: 0 0 39px;
        font-size: 17px;
    }
    .innerpage {
        padding-bottom: 0;
    }
    .sect2 h1 {
        margin: 0 0 20px 0;
        font-size: 45px;
        text-align: center;
    }
    .sect2 {
        padding: 80px 0;
    }
    .sect2 .para {
        padding-left: 0;
        margin-top: 30px;
    }
    .sect2 .padd-bo {
        padding-bottom: 0;
    }
    .sec10 h2 {
        font-size: 30px;
        padding-left: 0;
        text-align: center;
    }
    .sec10 {
        padding: 80px 0 63px;
        background-color: #f4e1db;
    }
    .sec11 {
        padding: 0 0px 70px;
    }
    .sec11 h2 {
        font-size: 36px;
        text-align: center;
    }
    .sec11 ul li .des {
        padding: 22px 20px 16px;
        font-size: 17px;
    }
    .sec11 ul li .title {
        padding: 20px 0 20px 20px;
        font-size: 17px;
    }
    .sec12 {
        padding: 80px 0 61px;
    }
    .sec12 .boxed {
        width: 92%;
        margin-bottom: 24px;
    }
    .sec12 .boxed h4 {
        font-size: 22px;
        margin: 60px 0 30px;
    }
    .sec8, .sec9 {
        padding: 80px 0 66px 0;
    }
    .sec8 .com {
        padding: 30px;
        font-size: 23px;
    }
    .sec8 .col-md-4, .sec9 .col-md-4{
        margin-bottom: 27px;
    }
    .sec8 .mar-to, .sec9 .mar-to {
        margin-top: 40px;
    }
    .sec8 .who {
        font-size: 25px;
    }
    .sec8 .para,.sec9 .para{
        text-align: center;
    }
    .sec9 .who {
        border-radius: 30px;
        font-size: 28px;
    }
    .sec7 {
        padding: 80px 0;
    }
    .shape2 {
        width: 250px;
        height: 400px;
    }
    .sec7 h2 {
        font-size: 32px;
    }
    .sec7 .boxed {
        padding: 19px 30px 18px 20px;
    }
    .sec6 li .acc_title {
        font-size: 17px;
    }
    .sec6 li .acc_desc {
        font-size: 17px;
    }
    .contact {
        padding: 80px 15px;
    }
    .contact .contact-wrap {
        padding: 31px 40px 76px 40px;
    }
    .contact .contact-wrap .boxed {
        margin-bottom: 40px;
    }
    .contact .contact-wrap h2 {
        font-size: 30px;
        line-height: 1.8;
        text-align: center;
    }
    .contact .contact-wrap input, .contact .contact-wrap textarea {
        background-color: #f8f8f8;
        padding: 17px 20px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width:414px) {
    .sec12 .boxed .box1, .sec12 .boxed .box2, .sec12 .boxed .box3 {
        height: 150px;
    }
}

@media (max-width:390px) {
    .sec12 .boxed .box1, .sec12 .boxed .box2, .sec12 .boxed .box3 {
        height: 140px;
    }
}

@media (max-width:375px) {
    .sec12 .boxed .box1, .sec12 .boxed .box2, .sec12 .boxed .box3 {
        height: 130px;
    }
}

@media (max-width:320px) {
    .sec12 .boxed .box1, .sec12 .boxed .box2, .sec12 .boxed .box3 {
        height: 100px;
    }
}