@charset "utf-8";
/* CSS Document */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800');/*  font-family: 'Open Sans', sans-serif; */

 @import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');/*font-family: "Albert Sans", sans-serif; */
 @import url('https://fonts.googleapis.com/css2?family=Anta&display=swap'); /*font-family: "Anta", sans-serif; */


 html:focus-within {
    scroll-behavior: smooth
}

/* Scrollbar width */
::-webkit-scrollbar {
    width: 8px;
}

/* Scrollbar Track (background) */
::-webkit-scrollbar-track {
    background: #000;   /* black background */
}

/* Scrollbar Thumb (scroll handle) */
::-webkit-scrollbar-thumb {
    background: #555;   /* grey handle */
    border-radius: 0px;
}

/* Hover Effect */
::-webkit-scrollbar-thumb:hover {
    background: #777;
}

body{font-family: "Albert Sans", sans-serif; padding:0; margin:0;}
samp, input, textarea, label{font-family: 'Source Serif 4', sans-serif; }
div, p, form, ul, li, h1, h2, h3, h4, h5, h6, a, span, form, img, br, input, textarea, label, samp, figure, dl, dd { padding:0; margin:0; }
a, input { text-decoration:none; outline:none;}
img {border:0; outline:none;}
ul{list-style-type:none;}
*:focus{ outline:none;}	
*, ::after, ::before {-webkit-box-sizing: border-box;	-moz-box-sizing: border-box; box-sizing: border-box;}

/* input::-webkit-input-placeholder {color: red;} 
input:-moz-placeholder {color: red;} 
input::-moz-placeholder {color: red;} 
input:-ms-input-placeholder {color: red;}
textarea::-webkit-input-placeholder {color: green;} 
textarea:-moz-placeholder {color: green;} 
textarea::-moz-placeholder {color: green;} 
textarea:-ms-input-placeholder {color: green;}
input[type="email"]::-webkit-input-placeholder {color: blue;} 
input[type="email"]:-moz-placeholder {color: blue;} 
input[type="email"]::-moz-placeholder {color: blue;} 
input[type="email"]:-ms-input-placeholder {color: blue;} */

input[type="button"],input[type="submit"],.input-checkbox {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input, textarea { background: transparent; padding: 0px 0 0px 0; border: 0; width: 100%;}
.clear{clear:both; line-height:0 !important; font-size:0 !important; height:0px !important;}
		

 
.transition{-webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out;  -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
.transition2{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.transition3{-webkit-transition: all 10s ease; -moz-transition: all 10s ease;  -o-transition: all 10s ease; transition: all 10s ease;}
.transition4{-webkit-transition: all 1.2s ease-in-out; -moz-transition: all 1.2s ease-in-out;  -o-transition: all 1.2s ease-in-out; transition: all 1.2s ease-in-out;}
.addAnimate{-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in;  -o-transition: all 0.5s ease-in; transition: all 0.5s ease-in-out;}

.delay3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s;}
.delay4{ -webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s;}
.delay5{ -webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -o-transition-delay:0.9s; -ms-transition-delay:0.9s; transition-delay:0.9s;}

.zoomIn{-webkit-transform: scale(1.1); transform: scale(1.1);}
.zoomOut{-webkit-transform: scale(1); transform: scale(1);}

.fadeOut{opacity:0;} 
.fadeIn{opacity:1;}
.fadeOutRight {opacity:0; position:relative; left:50%;}
.fadeInRight{opacity:1; left:0%;}
.fadeOutLeft {opacity:0; position:relative; right:50%;}
.fadeInLeft{opacity:1; right:0%;}
.fadeOutBottom{opacity:0; position:relative; top:50px;}  
.fadeInBottom{opacity:1; top:0px;}
.fadeOutTop{opacity:0; position:relative; margin-top:-50%;}  
.fadeInTop{opacity:1; margin-top:0%;}



.center{ width:100%; max-width:1240px; margin:0 auto; position:relative;}
.center:after{content:''; display:block; clear:both;}


 header{height: 80px; z-index: 10; position: absolute; left: 0; top:0; width: 100%; margin-top:0px; /*background:rgb(255 255 255 / 0.5);*/ } 
.headerFixed { position: fixed;top: 0px; height: 80px; box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 13px -5px; padding: 16px 0px 0px;background: rgb(0 0 0 / 0.8);}





footer{width: 100%; height: calc(100% - 80px); float: left; display: block; margin:0px 0px; padding: 110px 0 40px 0; position: relative; z-index: 9; background:url(../images/footer-bg.jpg) no-repeat top center; background-size: cover;  }
footer:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}
.footSitemap{width: 100%; height: auto; float: left; display: block; }
.footer-menu{ width: 100%; height: auto; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; position:relative;}
.footer-menu article{width: 25%; height: auto; float: left; display: block;}
.footer-menu article strong{width: 100%; height: auto; float: left; display: block; font-size:16px; font-weight:600; color: #fff; line-height:26px; padding-bottom: 5px;}
.footer-menu article:nth-child(2){width: 30%;}
.footer-menu article:nth-child(3){width: 20%;}


.footer-menu article ul{width: 100%; height: auto; float: left; margin-bottom: 10px; padding: 0;}
.footer-menu article ul li { width: 100%; height: auto; float: left; display: block; margin-bottom: 4px;}
.footer-menu article ul li a { font-size: 14px; font-weight: 400; color: #d3cfcf; line-height: 18px;   padding: 0px; margin: 0px; transition: 0.4s;}
.footer-menu article ul li a:hover { padding-left: 8px; color: #006FD4 ;}
.footer-menu article ul ul {margin-bottom: 0px; padding-left: 0px; padding-right: 15px;}
.footer-menu article ul ul li{font-size: 11px; font-weight: 400; color: #d3cfcf; line-height: 18px;   padding: 0px; margin: 0px; transition: 0.4s;  }
.footer-menu article ul ul li a { font-size: 13px; font-weight: 400; color: #d3cfcf; line-height: 18px;   padding: 0px; margin: 0px; transition: 0.4s; padding-top: 4px; display: block;}
.footSitemap>div article>ul>li>span { font-size: 14px; font-weight: 400; color: #d3cfcf; line-height: 18px;   padding: 0px; margin: 0px; transition: 0.4s; display: block; position: relative;  cursor: pointer}
.footSitemap>div article>ul>li>span:after { content: '+'; display: inline-block; margin-left: 5px; font-size: 18px; font-weight: 400; position: relative; top: 1px}
.footSitemap>div article>ul>li>span.openFs:after { content: '-'}

.footer2{width: 100%; height:80px; float: left; display: block; margin:0px 0px; padding: 20px 0 20px 0; position: relative; z-index: 9; background:#001122; }
.footer2:after {content: ''; width: 100%; display: block; height: 0; font-size: 0px;  line-height: 0; clear: both;}

.selectMenu { float: left;
    max-width: 255px;
    width: 100%;
    position: relative;
    z-index: 2
}

.selectMenu strong {
    display: block;
    width: 255px;
    height: 45px;
    border-radius: 22px;
    padding-left: 35px;
    border: 1px solid #ffffff;
    background: url(../images/dd-icon.png) 100% 50% no-repeat rgba(0,0,0,.1);
    font-size: 13px;
    line-height: 43px;
    font-weight: 300;
    color: #ffffff; cursor: pointer;
}

.selectMenu ul {
    position: absolute;
    left: 0;
    bottom: 100%;
    border-radius: 22px;
    background: rgba(6,32,58,.95);
    border: 1px solid #455c73;
    width: 100%;
    -webkit-box-shadow: 0 5px 5px -5px rgba(1,1,1,.23);
    -moz-box-shadow: 0 5px 5px -5px rgba(1,1,1,.23);
    box-shadow: 0 5px 5px -4px rgba(1,1,1,.23);
    display: none;  overflow: hidden;
}

.socialMedia a,.socialMedia:before {
    display: inline-block;
    vertical-align: top
}

.selectMenu ul li {
    border-bottom: 1px solid #455c73;
    padding: 10px 20px;
    font-size: 12px
}

.selectMenu ul li a {
    color: #b9c2cc
}



.footer2-box1{ width: auto; height: auto; float: left; display: block;     margin-top: 10px;}
.footer2-box1 a {font-size: 16px; color: #fff; font-weight: 600; line-height: 26px; display: inline-block}

.footer2-box1 span {font-size: 16px;  font-weight: 600;  color: #A9A9A9; line-height: 26px; display: inline-block;}
.footer2-box2{ width: auto; height: auto; float: right; display: block;}
.socialMedia{width: auto; height: auto; float: left; display: block; padding-right: 30px; margin-top: 10px;}
.socialMedia span{ font-size: 18px; font-weight: 600; color: #fff; line-height: 30px; display: block; float: left; padding-right: 5px;}

.socialMedia a {
    width: 25px;
    height: 28px;
    margin: 0 3px;
    font-size: 0;
    line-height: 0; 
    color: transparent; float: left;margin: 0 8px;
}
.socialMedia a, .socialMedia:before {
    display: inline-block;
    vertical-align: top;
}
.socialMedia a.linkedIn {
    background: url(../images/linkedIn-icon.png) 100% 0 no-repeat;
}
.socialMedia a.instagram {
    background: url(../images/instagram-icon.png) 100% 3px no-repeat;
}
.sub-footer-menu {
    /* display: none; */
}
.half-circle {
  width: 100%;
  height: 28px;
  background:url(../images/footer-line.png) no-repeat center center;
  border-radius: 0px 0px 41px 41px; /* half circle */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; margin: 30px auto 0; cursor: pointer; float: left;
}

.plus {
  position: relative;
  width: 8px;
  height: 8px; margin-left: 3px;
}

.plus::before,
.plus::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px;
}

/* vertical line */
.plus::before {
  width: 2px;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
}

/* horizontal line */
.plus::after {
  width: 8px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

/* MINUS state */
.half-circle.active .plus::before {
  display: none;
}

@media all and (max-width:1300px){
    footer {
    height: 100%;
    padding: 87px 0 40px 0;
}
.footer2 {
    height: 60px;
    padding: 8px 0 8px 0;
    position: absolute;
    bottom: 0;
}
.footer-menu article strong {
    line-height: 17px;
}	
	
}
@media all and (max-width:800px){
footer{display: none;}
.footer2{text-align: center; height: auto; position: relative;}

.socialMedia {float: none;  display: flex;   justify-content: center;padding-right: 0px;}
.footer2-box2 { width: 100%;  height: auto; float: right; display: block;  text-align: center;}
.socialMedia span, .socialMedia a{float: none;}
.selectMenu { float: none;  margin: 15px auto 0;}
.selectMenu strong { text-align: left;}
.footer2-box1 {
    float: none;
}
.footer2-box1 span {
    width: 100%;
}
}