/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,800i&display=swap');


/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

.grecaptcha-badge { visibility : hidden; }

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 18px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #ffa002;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}




.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*-- sidebar  navigation--*/

.sidepanel {
     width: 0;
     position: fixed;
     z-index: 9999;
     height: 100%;
     top: 0;
     left: 0;
     background-color: #070101;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
}

.sidepanel a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 18px;
     color: #fff;
     display: block;
     transition: 0.3s;
}

.sidepanel a:hover {
     color: #fcc10e;
}

.sidepanel .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
}

.left_openbtn {
     position: absolute;
     left: 5px;
     font-size: 20px;
     cursor: pointer;
     background-color: transparent;
     border: none;
}

.right_openbtn {
     position: absolute;
     right: 5px;
     font-size: 20px;
     cursor: pointer;
     background-color: transparent;
     border: none;
}


/*-- marker-end sidebar  navigation--*/

.sea_icon a {
     color: #8c8c8c !important;
}

.right_button {
     right : 20px;
}

.left_button {
     left: 20px;
}

.header {
     width: 100%;
     padding-top: 15px;
     padding-bottom: 15px;
     background: white;
     position: fixed;
     z-index: 2;
}

.logo {
     text-align: center;
     max-width: 400px;
     margin: 0 auto;
}


/** banner section **/

video {
     max-width: 100%;
     height: auto;
}

.banner_main {
     padding: 150px 0px 430px 0px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
}

.video-bg {
    padding-top: 200px;
    position : fixed;
    left:0;
    right: 0;
    margin: auto;
    width: fit-content;
    z-index: -1;
}

.text-bg {
    position : relative;
}


.text-bg h1 {
    color: #021acc;
    font-size: 89px;
    line-height: 91px;
    padding-bottom: 45px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 45px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.text-bg span {
    color: #000;
    /*font-weight: bold;*/
     font-size: 45px;
     line-height: 50px;
     /*text-transform: uppercase;*/
     letter-spacing: 10px;
     text-align: center;
     display: block;
     margin: 0 auto;
}

.text-bg .read_more {
     margin-top: 90px !important;
     color: #1a1a1a !important;
     font-weight: 500;
     display: block;
     margin: 0 auto;
}

.text-bg .read_more:hover {
     background: #fcc10e;
     color: #000 !important;
}

#banner1 .carousel-caption {
     position: inherit;
     padding: 0;
}

#banner1 .carousel-indicators {
     display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width: 40px;
     height: 40px;
     background: transparent;
     opacity: 1;
     font-size: 30px;
     color: #858686;
     border-radius: 60px;
     top: 100%;
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-next:focus {
     color: #f6f8f7;
}

#banner1 a.carousel-control-prev {
     position: absolute;
     left: inherit;
     right: 60px;
}

#banner1 a.carousel-control-next {
     position: absolute;
     right: 20px;
     bottom: 10px;
}


/** end banner section **/

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #fff;
     color: #000;
     padding: 15px 0px;
     width: 100%;
     max-width: 198px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 10px;
     text-transform: uppercase;
}

.read_more:hover {
     background: #03cafc;
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** topics section **/

.topic_container {
     display: grid;
     gap: 30px;
     grid-template-columns: 1fr 1fr;
     margin-bottom: 50px;
}


.topic {
     background: rgba(240, 240, 240, 0.8);
     padding: 50px 0 0 0;
}

.topic .about_img {

     margin-left: -76px;
}

.about_right {
     grid-area: 1 / 2 / 3 / 2;
     padding-top: 0px;
     display: flex;
     justify-content: center;
     align-items: center;
}

.about_right figure {
     margin: 0;
}

.about_right figure img {
     width: 100%;
}

.topic .about_img figure {
     margin: 0;
}

.topic h2 {
     font-size: 40px;
     color: #2a2a2c;
     line-height: 45px;
     font-weight: bold;
     padding: 0 0 30px 0;
}

.topic .titlepage p {
     background: #fff;
     border: #000 solid 1px;
     border-radius: 5px;
     padding: 10px 30px;
     color: #2a2a2c;
     font-size: 17px;
     line-height: 32px;
     font-weight: 400;
}

.topic .read_more {
     border: #1a1a1a solid 2px;
     color: #1a1a1a;
     font-weight: 500;
     margin-top: 44px;
}


/** topicdark section **/

.topicdark {
     background-color: #016a85;
     padding: 50px 0 0 0;
}

.topicdark .about_img {
     margin-left: -76px;
}


.topicdark .about_img figure {
     margin: 0;
}

.topicdark .titlepage {
     background: #016a85;
}

.topicdark h2 {
     font-size: 40px;
     color: #fff;
     line-height: 45px;
     font-weight: bold;
     padding: 0 0 30px 0;
}

.topicdark .titlepage p {
     border: #fff solid 1px;
     border-radius: 5px;
     padding: 10px 30px;
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     font-weight: 400;
}

.topic .read_more {
     border: #1a1a1a solid 2px;
     color: #1a1a1a;
     font-weight: 500;
     margin-top: 44px;
}

/** end topic section **/

/** Bullets section **/


.reminder {
     padding: 10px 30px;
     color: #2a2a2c;
     font-size: 26px;
     /**line-height: 32px;*/
     font-weight: 400;
}

.titlepage h2 {
     font-size: 40px;
     color: #2a2a2c;
     line-height: 45px;
     font-weight: bold;
     padding: 0 0 30px 0;
}


.bullets {
     background: rgba(255, 255, 255, 0.8);
     padding-top: 90px;
}

.bullets .titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.bullets .shortlist {
    background-color: white;
     padding: 30px 30px 30px 30px;
     text-align: center ;
     border: #016a85 solid 1px;
     border-radius: 10px;
     transition: ease-in all 0.5s;
     margin-bottom: 30px;
     min-height: 500px;
}

.bullets .shortlist span {
     font-weight: bold;
     font-size: 30px;
     text-align: center;
     color: #000000;
     border: #016a85 solid 2px;
     width: 65px;
     height: 65px;
     display: block;
     margin: 0 auto;
     line-height: 67px;
     border-radius: 44px;
     background-color: #fff;
     transition: ease-in all 0.5s;
}

.bullets .shortlist h3 {
     padding: 30px 0px 20px 0px;
     color: #070101;
     font-size: 25px;
     text-align: center;
     line-height: 30px;
     font-weight: bold;
     transition: ease-in all 0.5s;
}

.bullets .shortlist p {
     font-size: 17px;
     color: #010103;
     line-height: 32px;
     transition: ease-in all 0.5s;
}

.shortlist:hover {
     background-color: #016a85;
     transition: ease-in all 0.5s;
}

.shortlist:hover span {
     color: #016a85;
     transition: ease-in all 0.5s;
}

.shortlist:hover h3 {
     color: #fff;
     transition: ease-in all 0.5s;
}

.shortlist:hover p {
     color: #fff;
     transition: ease-in all 0.5s;
}

.bullets .read_more {
     margin-top: 40px !important;
     margin: 0 auto;
     display: block;
     background-color: #070101;
     color: #fff;
}

.bullets .read_more:hover {
     background-color: #fcc10e;
}


/** end bullet section **/

/** contact section **/

.contact {
     margin-top: 90px;
     background: #fff;
}

.contact .titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.con_bg {
     background-color: #016a85;
     border-radius: 10px;
}

.padding_right2 {
     padding-right: 0;
}

#map {
     height: 100%;
     min-height: 732px;
}

.main_form {
     margin-top: 70px;
     font-family: 'Roboto', sans-serif;
     width: 100%;
     float: right;
     padding-left: 15px;
}

.main_form .contactus {
     border-bottom: #ffffff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     height: 57px;
     background: transparent;
     color: #ffffff;
     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.main_form .contactusmess {
     border-bottom: #ffffff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     padding-top: 40px;
     padding-bottom: 14px;
     background: transparent;
     color: #ffffff;
     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.send_btn {
     background: #498189;
     font-weight: 500;
     font-size: 18px;
     width: 100%;
     border-radius: 10px;
     color: #fff;
     height: 52px;
     margin-top: 20px;
     transition: ease-in all 0.5s;
     text-transform: uppercase;
}

.send_btn:hover {
     background: #4b4b4c;
     transition: ease-in all 0.5s;
}

.send_btn:disabled, .send_btn[disabled] {
     background: #cccccc;

}

.form_answ {
     font-size: 20px;
     font-weight: bold;
     text-align: center;
}

#request *::placeholder {
     color: #ffffff;
     opacity: 1;
}

ul.location_form li {
     font-size: 17px;
     color: #fff;
     text-align: left;
     margin-top: 35px;
     line-height: 26px;
     display: inline-block;
     padding-right: 10px;
}

ul.location_form li a {
     font-size: 30px;
     color: #fff;
     line-height: 30px;
     padding-right: 9px;
}

.main_form ul.social_icon li a:hover {
     background-color: #fcc10e;
}


/** end contact section **/

/** video carousel **/

#myCarousel {
     max-width: 1200px;
     margin: 0 auto;
}

.carousel-control-next, .carousel-control-prev {
     width: 9% !important;
}

.carousel-inner {
     background: #ffffff;
}

.carousel-indicators {
     bottom: -13px !important;
}

.carousel-item {
     padding-bottom: 25px;
}

video {
     width: 100%;
}

/** end video carousel **/

/** footer **/

.footer {
     background: #1b1b1b;
     padding-top: 90px;
     margin-top: 90px;
     text-align: center;
}

.footer h3 {
     color: #fff;
     font-size: 40px;
     font-family: 'Noto Serif', serif;
     line-height: 40px;
     text-align: left;
     padding-bottom: 20px;
}

.footer p {
     font-family: 'Open Sans', sans-serif;
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     text-align: left;
     padding-right: 60px;
}

ul.location_icon {
     font-family: 'Open Sans', sans-serif;
     text-align: center;
}

ul.location_icon li {
     font-size: 17px;
     color: #fff;
     text-align: left;
     padding: 9px 0px;
     display: flex;
     align-items: center;
     line-height: 26px;
}

ul.location_icon li a {
     font-size: 30px;
     color: #fff;
     line-height: 30px;
     padding-right: 20px;
}

.news_form {
     text-align: left;
     margin-top: 15px;
}

.news_form .letter_form {
     font-family: 'Open Sans', sans-serif;
     height: 45px;
     width: 46%;
     padding: 0 13px;
     font-size: 17px;
     border: inherit;
}

.news_form .sumbit {
     padding: 7px 15px;
     margin-left: -4px;
     font-size: 18px;
     background: #37139a;
     color: #fff;
}

.news_form .sumbit:hover {
     background-color: #000;
}

ul.social_icon {
     padding-top: 30px;
     float: left;
     text-align: center;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     background: transparent;
     border: #fff solid 1px;
     width: 47px;
     height: 47px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     border-radius: 60px;
     margin: 0 4px;
     color: #fff;
}

ul.social_icon li a:hover {
     background-color: #37139a;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 20px;
     background: #fbfdfd;
}

.copyright p {
     color: #292929;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
     padding-right: 0 !important;
}

.copyright a {
     color: #292929;
}

.copyright a:hover {
     color: #37139a;
}


/** end footer **/

/** language toggle **/
.switchlang {
     position: relative;
     display: inline-block;
     margin: 0 5px;
}

.switchlang > span {
     position: absolute;
     top: 5px;
     pointer-events: none;
     font-family: 'Poppins', sans-serif;
     font-weight: bold;
     font-size: 18px;
     text-transform: uppercase;
     /**text-shadow: 0 1px 0 rgba(0, 0, 0, .06);**/
     width: 50%;
     text-align: center;
     line-height: normal;
     vertical-align: middle;
}

input.check-toggle-round-flat:checked ~ .off {
     color: #016a85;
}

input.check-toggle-round-flat:checked ~ .on {
     color: #fff;
}

.switchlang > span.on {
     left: 0;
     padding-left: 2px;
     color: #016a85;
}

.switchlang > span.off {
     right: 0;
     padding-right: 4px;
     color: #fff;
}

.check-toggle {
     position: absolute;
     margin-left: -9999px;
     visibility: hidden;
}
.check-toggle + label {
     display: block;
     position: relative;
     cursor: pointer;
     outline: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}

input.check-toggle-round-flat + label {
     padding: 2px;
     width: 97px;
     height: 35px;
     background-color: #016a85;
     -webkit-border-radius: 60px;
     -moz-border-radius: 60px;
     -ms-border-radius: 60px;
     -o-border-radius: 60px;
     border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
     display: block;
     position: absolute;
     content: "";
}

input.check-toggle-round-flat + label:before {
     top: 2px;
     left: 2px;
     bottom: 2px;
     right: 2px;
     background-color: #016a85;
     -webkit-border-radius: 52px;
     -moz-border-radius: 60px;
     /**-ms-border-radius: 60px;
     -o-border-radius: 60px;**/
     border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
     top: 4px;
     left: 4px;
     bottom: 4px;
     width: 48px;
     background-color: #fff;
     -webkit-border-radius: 52px;
     -moz-border-radius: 52px;
     /**-ms-border-radius: 52px;
     -o-border-radius: 52px;**/
     border-radius: 52px;
     -webkit-transition: margin 0.2s;
     -moz-transition: margin 0.2s;
     -o-transition: margin 0.2s;
     transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
     margin-left: 44px;
}
/** end language toggle **/


