 @font-face {
font-family: 'Proxima Nova';
src:url('../font/ProximaNova-Regular.woff');
}


@charset "utf-8";
/* font style*/
@import url('https://fonts.googleapis.com/css?family=Barlow:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Sanchez&display=swap:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Gayathri&display=swap:100,400,300,200,500,700,600,800,900');
::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: #000;
}
::-webkit-scrollbar
{
	width: 4px;
	background-color: #FFF;
}
::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	background-color:#e2211c;
}
::-moz-scrollbar-track
{
	border-radius:0px;
	background-color: #000;
}
::-moz-scrollbar
{
	width: 4px;
	background-color: #FFF;
}
::-moz-scrollbar-thumb
{
	border-radius:0px;
	background-color:#e2211c;
}
::-o-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(1,1,1,1);
	border-radius: 10px;
	background-color: #000;
}
::-o-scrollbar
{
	width: 4px;
	background-color: #FFF;
}

::-o-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(1,1,1,1);
	background-color:#bdbecb;
}
body{
    width:100%;
    padding: 0px;
    margin: auto;
    height: auto;
    line-height:24px;
    color: #777777;
    background url("../image/dots.png")!important;
    background-color:#FFF!important;
    overflow-x:hidden;
}
/*menu*/


.item{
    padding-left:0px!important;
    padding-right:0px!important;
}



.link{
  list-style: none;
  display: inline-block;
}
.link a{
  text-decoration: none;
  position: relative;
  color: #FFF;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}
.link a:before{
  content: '';
  width: 00px;
  position: absolute;
  border-bottom: 2px solid #FFF;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}
.link a:hover:before{
 left: 10px;
 width: 20px;
}

/*active nav*/
.z-index{
    z-index: 999;
}

.text-red{
    font-weight:600!important;
    color: #e1251b!important;
}

/**/
.dropdown-item.active  {
    color: #000!important;
    text-decoration: none;
    background-color: #FFF!important;
}

.dropdown-item:hover {
    color: #FFF!important;
    text-decoration: none;
    background-color: #e1251b!important;
}



.dropdown-item.active, .dropdown-item:active {
    color: #000!important;
    text-decoration: none;
    background-color: #F0F0F0;
}


/*dropdown*/
/**/

.dropdown-menu > .dropdown {
  position: relative;
}!important

.dropdown-menu > .dropdown a::after {
  transform: rotate(-90deg)!important;
  position: absolute!important;
  right: .9rem!important;
  top: .9rem!important;
}

.dropdown-menu > .dropdown .dropdown-menu {
  top: -.7rem!important;
  left: 100%!important;
  border-radius: 0 .25rem .25rem .25rem!important;
}

/*active nav end*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 1);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  font-family: "proxima_novaregular"; 
  position: relative;
  top: 0%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

.overlay a {
  font-family: 'proxima_novaregular'!important; 
  padding: 8px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position :absolute;
  top: -20px;
  z-index: 999;
  right: 128px!important;
  font-size: 60px;
}

@media only screen and (max-width:1440px){
 .overlay .closebtn { top: 21px; right: 164px!important;  }
 .overlay-content { top: 0%; margin-top: 80px; }
}
@media only screen and (max-width:1366px){
 .overlay .closebtn { top: 21px; right: 128px!important; }
 .overlay-content { top: 0%; margin-top: 30px; }
}
@media only screen and (max-width:1280px){
 .overlay .closebtn { top: 21px; right: 84px!important; }
}

@media only screen and (max-width:1024px){
 .overlay .closebtn { top: 26px; right: 36px!important; }
 .overlay-content { margin-top: 50px; }
}

@media only screen and (max-width:640px){
 .overlay .closebtn { top: 22px; right: 56px!important; }
}

@media only screen and (max-width: 480px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 16px; padding-top:2%;}
  .overlay .closebtn { font-size: 40px; top: 15px; right: 15px!important; }
}


@media only screen and (max-width: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px;}
  .overlay .closebtn { font-size: 40px; top: 15px; right: 35px; }
}

@media only screen and (max-width: 411px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px; padding-top: 4%;}
  .overlay .closebtn { font-size: 40px; top: 15px; right: 35px; }
}
@media only screen and (max-width: 375px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 16px; padding-top: 2%;}
  .overlay .closebtn { font-size: 40px; top: 15px; right: 35px; }
}

@media only screen and (max-width:360px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 16px;}
  .overlay .closebtn { font-size: 40px; top: 21px; right: 18px!important; }
}

@media only screen and (max-width:320px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 14px;}
  .overlay .closebtn { font-size: 40px; top: 21px; right: 18px!important; }
  .overlay-content { top: 0%; margin-top: 10px; }
}
/*switch*/
.switch a{
    display: block;
}
.switch .active{
    padding: 2% 3%;
    border: 2px solid #FFF;
    border-radius: 25px;
    text-align: center;
    background: #FFF;
    color: #000;
}
.switch .active:hover{
    padding: 2% 3%;
    border: 2px solid #FFF;
    border-radius: 25px;
    text-align: center;
    background: #FFF;
    color: #000;
}









/*lang*/

.lang{
  list-style: none;
  display: inline-block;
}
.lang a{
  text-decoration: none;
  position: relative;
  color: #FFF;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}
.lang a:before{
  content: '';
  width: 00px;
  position: absolute;
  border-bottom: 2px solid #FFF;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}
.lang a:hover:before{
 left: 10px;
 width: 20px;
}
/*lang-bar*/
.lang-bar{
  list-style: none;
  display: inline-block;
}
.lang-bar a{
  text-decoration: none;
  position: relative;
  color: #FFF;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}
/**/

.border {
    border: none!important;
}
a, a:hover , a:focus, a:active{
    text-decoration: none;
    border: none;
} 

.btn-circle{
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background: #FFF;
}

.dot {
  height: 31px;
  width: 31px;
  background-color: #FFF;
  border-radius: 50%;
  color: #404041;
  display: inline-block;
  border:1px solid #FFF;
  transition: 0.4s all;
}

.dot:hover {
  color:#FFF ;
  background-color:#404041;  
  transition: 0.4s all;
  border:1px solid #404041;
}

.dot > .fa{
     left 5px;   
}

.dot > .fa-phone{
    font-size: 14px;
    margin-top: 9px;
    margin-left: 9.5px;
}
.dot > .fa-envelope{
    font-size: 12px;
    margin-top: 9px;
    margin-left: 8.5px;
}
/**/

.dot-menu {
  height: 31px;
  width: 31px;
  border:2px solid  #FFF;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
}



.dot-menu > .fa-bars{
    font-size: 12px;
    margin-top:8px;
    margin-left: 8.5px;
}

/*toggle-nav*/

.toggle-nav {
  height: 31px;
  width: 31px;
  border:2px solid  #FFF;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
}



.toggle-nav > .fa-bars{
    font-size: 12px;
    margin-top:8px;
    margin-left: 0px;
}









/**/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #FFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-family: 'Proxima Nova',sans-serif; 
  font-size: 15px!important;
  color: #404041;
  font-weight: 400; 
  border-bottom: 1px solid #F8f8f8;
  transition: all ease-in 0.3s;
  display: block;
  transition: 0.3s;
    
    
}

.sidenav a:hover {
animation-delay: 5s;
  color: #404041;
  border-bottom: 1px solid #F8f8f8;
  transition: all ease-in 0.3s;
    
}


.no-border li{
  list-style: none;
  display: inline-block;
}

.no-borderli{
  list-style: none;
  display: inline-block;
}
.no-border li a{
  text-decoration: none;
  position: relative;
  color: #FFF;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 400;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}
.no-border li a:before{
  content: '';
  width: 00px;
  position: absolute;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}
.no-border li a:hover:before{
 left: 10px;
 width: 20px;
}

.no-border li a:active{
 left: 10px;
 width: 20px;
}
/*------------------------------------------------*/
.margin-style{
    margin-top: 0%;
}
.carousel-indicators{
    right: 0;
    left: 60%;
    transform: rotate(90deg);
    top: 20%;
}

@media only screen and (max-width:1440px){
    .carousel-indicators{
    left: 47%;
}
}
@media only screen and (max-width:1366px){
    .carousel-indicators{
    left: 60%;
}
}
@media only screen and (max-width:1280px){
    .carousel-indicators{
    left: 47%;
}
}
@media only screen and (max-width:1024px){
    .carousel-indicators{
    display: none;
}
}

.carousel-indicators .active {
    background-color: #fff;

}
.carousel-indicators li{
    width: 6px;
    height: 6px;
    border-radius: 25px;
    margin-left: 8px;
    margin-right: 8px;
}


.banner{
    margin-top: -17.6%!important;
}

.banner-slider{margin-top: -7.6%;}
@media screen and (max-width: 1440px){
.banner-slider{margin-top: -7.3%;}
}   
@media screen and (max-width: 1366px){
.banner-slider{
margin-top: -7.6%;}
}           

@media screen and (max-width: 1280px){
.banner-slider{
margin-top: -8%;}
}  
@media screen and (max-width: 1024px){            
.banner-slider{
    margin-top: -9.6%;
}
}
@media screen and (max-width:823px){                   
.banner-slider{
    margin-top: -11.5%;
}
}

@media screen and (max-width:768px){                   
.banner-slider{
    margin-top: -12.5%;
}
}
@media screen and (max-width:667px){                   
.banner-slider{
    margin-top: -14%;
}
}
@media screen and (max-width:640px){                   
.banner-slider{
    margin-top: -15%;
}
}
@media screen and (max-width: 568px){                   
.banner-slider{
     margin-top: -17%;
}
}
@media screen and (max-width: 480px){                   
.banner-slider{
    margin-top: -19%;
}
}  
                      
 @media screen and (max-width: 414px){                   
.banner-slider{
    margin-top: -22%;
}
}        
 @media screen and (max-width: 411px){                   
.banner-slider{
    margin-top: -23%;
}
}
 @media screen and (max-width: 375px){                   
.banner-slider{
    margin-top: -24%;
}
}
@media screen and (max-width: 360px){                   
.banner-slider{
    margin-top: -25%;
}
}

@media screen and (max-width:320px){                   
.banner-slider{
    margin-top: -28%;
}
}








.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.inner-item {
  height: 64vh!important;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}






/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom:0rem !important;
  top:50%;
  z-index: 10;
    
}
.carousel-caption h2{ 
font-size:55px;
color: #FFF;!important;
line-height: 45px;
letter-spacing: -2px;
font-weight: 700;
font-family: 'Proxima Nova', sans-serif;  
}

.carousel-caption p{ 
  font-family: "proxima_novaregular";
  margin-top: 3.5%;
  font-size:16px;
  color: #FFF!important;
  font-weight:400;
   }

@media screen and (max-width:823px){
.carousel-caption h2{ font-size:65px;}
.carousel-caption p{ margin-top: 3.5%;font-size:16px; }  
}
@media screen and (max-width:768px){
.carousel-caption h2{ font-size:65px;}
.carousel-caption p{ margin-top: 3.5%;font-size:16px; }    
}
@media screen and (max-width:667px){
.carousel-caption h2{ font-size:55px;}
.carousel-caption p{ margin-top: 3.5%;font-size:16px;line-height: 20px;}     
}
@media screen and (max-width:640px){
.carousel-caption h2{ font-size:55px;}
.carousel-caption p{ margin-top: 3.5%;font-size:16px;line-height: 20px;}   
}
@media screen and (max-width:568px){
.carousel-caption h2{ font-size:45px;}
.carousel-caption p{ margin-top: 3%;font-size:16px;line-height: 20px;}   
}
@media screen and (max-width:480px){
.carousel-caption h2{ font-size:45px;}
.carousel-caption p{ margin-top: 3%;font-size:14px;line-height: 19px;}   
}
@media screen and (max-width:414px){
.carousel-caption h2{ font-size:45px;}
.carousel-caption p{ margin-top: 3%;font-size:14px;line-height: 19px;}   
}
@media screen and (max-width:411px){
.carousel-caption h2{ font-size:45px;}
.carousel-caption p{ margin-top: 3%;font-size:14px;line-height: 19px;}   
}
@media screen and (max-width:375px){
.carousel-caption h2{ font-size:40px;}
.carousel-caption p{ margin-top: 3%;font-size:14px;line-height: 19px;}
.margin-style{position absolute;margin-top: -15%;}
}
@media screen and (max-width:360px){
.carousel-caption h2{ font-size:40px;}
.carousel-caption p{ margin-top: 3%;font-size:14px;line-height: 19px;}
.margin-style{position absolute;margin-top -15%;}
}
@media screen and (max-width:320px){
.carousel-caption h2{ font-size:30px;}
.carousel-caption p{ margin-top:2%;font-size:14px;line-height: 19px;}
.margin-style{position absolute;margin-top: 0%;}
}
/**/

@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
     margin-top: -5%;
	text-align: center;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 26px;
	height: 45px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 58%;
	width: 4px;
	height: 4px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius:50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;}


@media only screen and (max-width:1024px){
.scroll-btn {margin-top: -15%;}
}
@media screen and (max-width:823px){
.scroll-btn {margin-top: -6.5%;}    
}
@media screen and (max-width:768px){
.scroll-btn {margin-top: -12%;}     
}
@media screen and (max-width:667px){
.scroll-btn {display: none;}     
}
@media screen and (max-width:640px){
.scroll-btn {display: none;}     
}
@media screen and (max-width:568px){
.scroll-btn {display: none;}     
}
@media screen and (max-width:480px){
.scroll-btn {display: none;}     
}
@media screen and (max-width:414px){
.scroll-btn {margin-top: -19%; display: block;}     
}
/**/
    
    .card{
        border-radius: 8px;
        border:none;
    }

.card-img-top{
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
}

.card-img-bottom{
     border-bottom-left-radius: 8px;
     border-bottom-right-radius: 8px;
}


/**/

.effect{
    cursor: pointer;
box-shadow: 0px 9px 20px 0px rgba(40, 40, 40, 0.1);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear;
     transition: all ease .4s;
}

.card-title{
    font-family: 'Proxima Nova',sans-serif;
    color: #404041;
    font-size: 20px;
    font-weight: 600;  
}

.card-sekai{
    font-size:20px!important;
}


.card-text{
    font-family:'Proxima Nova',sans-serif;
    color: #9a9a9a;
    font-size: 15px;
    line-height: 25px;
}
.line-grey{
    background: #f1f1f1;
    height: 1px;
    width: 18%;
    margin-left: 40.5%;
}

.span{
    background: #f8f8f8;
    height: 2px;
    margin-top: -3%;
    margin-bottom: 5%;
    width: 0px!important;
    margin-left 40.5%;
    transition: all ease 0.4s;
}

.effect:hover .span{
    transition: all ease 0.4s;
    background:#e2211c;
    height: 2px;
    margin-top: -3%;
    margin-bottom: 5%;
    width: 18px!important;
    margin-left 40.5%;
} 


.effect:hover{
    transition: all ease .4s;
box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.brand-head{
    font-family:'Proxima Nova',sans-serif;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.span-color{
    background: #fff!important;
    height: 2px;
    margin-top: 0%;
    margin-bottom: 5%;
    width: 20px!important;
    margin-left 40.5%;
    transition: all ease 0.4s;
}


.paragraph{
    font-family:'Proxima Nova',sans-serif;
    color: #9a9a9a;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}
.readbttn{
    font-family:'Proxima Nova',sans-serif;
    font-size: 14px;
    color:#FFF;
    font-weight: 500;
    background:transparent;
    padding-left:0px;
    border-bottom 2px solid #FFF;
    border-radius: 0px;
    transition: all ease 0.4s;
}
.readbttn:hover{
    transition: all ease 0.4s;
    color:#FFF;
    border-bottom 2px solid #FFF;
    background: transparent;
    border-radius:0px;
}

.readbttn .fa{
    transition: all ease 0.4s;
    position: relative;
    margin-left:-2%;
    opacity: 0;
}


.readbttn:hover .fa{
    transform rotate(180deg);
    transition: all ease 0.4s;
    position: relative;
    margin-left:1%;
    opacity: 1;
}


/*hover effects*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor:pointer;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border 1px solid #fff;
  margin: 100px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.overlay-hide {background-color: transparent!important;}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/**/
.img{ width: 100%;}
.border-eight{border-radius: 8px;}

.sekai-position{
    position: relative;
}
.sekai-red{
    background:#e2211c; 
    padding-bottom: 28%;
}
.sekai-dark{
    background:#404041; 
    padding-bottom: 28%;
}

.about-align{
    margin-top:-24.8%; 
    position: relative;
    margin-bottom:0%;
}


@media only screen and (max-width:1280px){
    .about-align{
    margin-top:-25.8%; 
}
}
@media only screen and (max-width:1024px){
.about-align{margin-top:-32%; }
.sekai-red{padding-bottom: 36%;}
.sekai-dark{padding-bottom: 36%;}
}
@media only screen and (max-width:823px){
.about-align{margin-top:-29%; }
.sekai-red{padding-bottom: 35%;}
.sekai-dark{padding-bottom: 35%;}
.hide-md{ display: none;}
}
@media only screen and (max-width:768px){
.about-align{margin-top:-30%; }
.sekai-red{padding-bottom: 35%;}
.sekai-dark{padding-bottom: 35%;}
.hide-md{ display: none;}
}

@media only screen and (max-width:667px){
.about-align{margin-top:-34.5%; }
.sekai-red{padding-bottom: 39%;}
.sekai-dark{padding-bottom: 39%;}
.hide-md{ display: none;}
}
@media only screen and (max-width:640px){
.about-align{margin-top:-36%; }
.sekai-red{padding-bottom: 39%;}
.sekai-dark{padding-bottom: 39%;}
.hide-md{ display: none;}
}
@media only screen and (max-width:568px){
.about-align{margin-top:-100%; }
.sekai-red{padding-bottom: 39%;}
.sekai-dark{padding-bottom: 70%;}
.hide-md{ display: none;}
}

@media only screen and (max-width:480px){
.about-align{margin-top:-103.5%; }
.sekai-red{padding-bottom: 39%;}
.sekai-dark{padding-bottom: 70%;}
.hide-md{ display: none;}
}

@media only screen and (max-width:414px){
.about-align{margin-top:-113.5%; }
.sekai-red{padding-bottom: 39%;}
.sekai-dark{padding-bottom: 80%;}
.hide-md{ display: none;}
}
@media only screen and (max-width:375px){
.about-align{margin-top:-118.5%; }
.sekai-red{padding-bottom: 39%;}
.sekai-dark{padding-bottom: 86%;}
.hide-md{ display: none;}
}
@media only screen and (max-width:360px){
.about-align{margin-top:-119.5%; }
.sekai-red{padding-bottom: 39%;}
.sekai-dark{padding-bottom: 88%;}
.hide-md{ display: none;}
}
@media only screen and (max-width:320px){
.about-align{margin-top:-132.5%; }
.sekai-red{padding-bottom: 39%;}
.sekai-dark{padding-bottom: 99%;}
.hide-md{ display: none;}
}
/**/
.footer-links{
    background: #2f2f2f;
}

.sekai-footer{
    margin-top: -0.5%;
}

.footer-nav p{
    padding-right: 6%;
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
}

@media only screen and (max-width:768px){
    .footer-nav p{
    padding-right: 6%;
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
}


.footer-nav h5{
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}

.quick-links {
        margin-top: -3%;
    display: inline-block;
}
.quick-links li {
    display: block;
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 15px;
}
.quick-links li a{
    padding-top: 6%;
    display: block;
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 15px;
}

@media only screen and (max-width:768px){
    .quick-links li {
    display: block;
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 14px;
}
.quick-links li a{
    padding-top: 6%;
    display: block;
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 14px;
}
}

@media only screen and (max-width:568px){
    .quick-links li a{
    padding-top: 2%;
    display: block;
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 15px;
}
}




.footerspan{
    background: #ffffff;
    height: 2px;
    margin-top: -0%;
    margin-bottom: 5%;
    width: 24px!important;
    margin-left 40.5%;
    transition: all ease 0.4s;
}

/**/


.quick-info {
        margin-top: 0%;
    display: inline-block;
}
.quick-info li {
    display:inline;
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 15px;
}
.quick-info li a{
    padding-top: 6%;
    display: block;
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 15px;
}

/**/
.details{
    border-top: 1px solid #6d6d6d;
}
@media only screen and (max-width:640px){
    .details{
        margin-left: -0%;
    }
}
@media only screen and (max-width:480px){
    .details{
        margin-left: -2%;
    }
}
@media only screen and (max-width:414px){
    .details{
        margin-left: -5%;
    }
}
@media only screen and (max-width:360px){
    .details{
        margin-left: -5%;
    }
}


.details a{
     font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 15px;
}
@media only screen and (max-width:568px){
    .details a{
    font-size: 13px;
}
}



.copyright{
    font-family:'Proxima Nova',sans-serif;
    color: #ffffff;
    font-size: 14px;
    background: #353535;
}

/*contact*/
    font-family: 'Proxima Nova', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.address-section span{
    color: #c4c4c4;
}
.address-section{
    margin-top: -2%;
}
.address-section h3{
    font-family: 'Proxima Nova', sans-serif;
    font-size: 30px;
    font-weight: 600;
}
@media only screen and (max-width:480px){
    .address-section h3{
    font-size: 28px;
}
}
.address-section p{
    font-family:'Proxima Nova',sans-serif;
    color: #000;
    font-size: 14px;
}


.text-black{
    color: #000000!important;
}

.info {
        margin-top: 0%;
    display: inline-block;
}
.info li {
    display:block;
    font-family:'Proxima Nova',sans-serif;
    color: #000;
    font-size: 15px;
}
.info li a{
    padding-top: 1.5%;
    display: block;
    font-family:'Proxima Nova',sans-serif;
    color: #000;
    font-size: 15px;
}

.information2 .form-control,.information2 .form-control:focus,.information2 .form-control:active,.information2 .form-control:hover{
  width:50%;
    margin-left: -2%!important;
  box-decoration-break: clone;
  background: transparent;
  border:1px solid #fff;
  color: #fff;
  font-family: 'Proxima Nova', sans-serif;
  font-size:14px;
  font-weight: 300; 
}
.form-style{
    margin-top:15%!important;
}
@media only screen and (max-width:480px){
    .form-style{
    margin-top:8%!important;
    margin-left: 3%;
}
}
.form-control {
    font-family: 'Proxima Nova', sans-serif;
    display: block;
    width: 100%!important;
    border-color: #efecec!important;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
    color: #000;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-height{
       height: 46px!important;
       padding: 4%!important;
}
/**/

.custom-file-label {
   
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload";
    font-size: 14px;
    background: #2a2a31; color: #FFF;
}
/******************************************************/

#customFile .custom-file-control:lang(en)::after {
  content: "Select file...";
}

#customFile .custom-file-control:lang(en)::before {
  content: "Click me";
}

/*when a value is selected, this class removes the content */
.custom-file-control.selected:lang(en)::after {
  content: "" !important;
}

.custom-file {
  overflow: hidden;
}
.custom-file-control {
  white-space: nowrap;
}






/******************************************************/
.span-red{
    background: #f00;
    height: 2px;
    margin-top: 0%;
    margin-bottom: 5%;
    width: 23px!important;
    margin-left :5%;
    transition: all ease 0.4s;
}

.red{
    background: #f00;
    height: 2px;
    margin-top: 0%;
    margin-bottom: 3%;
    width: 23px!important;
    margin-left :5%;
    transition: all ease 0.4s;
}

.sekai-red-style{
    background: #f00;
    height: 2px;
    margin-top: 0%;
    margin-bottom: 0%;
    width: 23px!important;
    margin-left :0%;
    transition: all ease 0.4s;
}

.sekai-red-styling{
    background: #f00;
    height: 2px;
    margin-top: 0%;
    margin-bottom: 5%;
    width: 23px!important;
    margin-left :2px;
    transition: all ease 0.4s;
}



.btn-send{
padding:2% 5%;
background: #e1251b;
border-radius: 25px;
font-size:14px;
font-weight: 400;
color: #FFF;
font-family: 'Proxima Nova', sans-serif;
transition: all ease 0.4s;
}

.btn-send:hover{
transition: all ease 0.4s;
background: #c01d14;color: #FFF;
}


.btn-reset{
transition: all ease 0.4s;
background: #404042;
padding:2% 5%;
border-radius: 25px;
font-size:14px;
font-weight: 400;
color: #FFF;
font-family: 'Proxima Nova', sans-serif;
}

.btn-reset:hover{
transition: all ease 0.4s;
background: #29292a;
color: #FFF;
}

/**/


/*sekai-pills*/

.sekai-pills li {
   font-family: 'Proxima Nova', sans-serif;
    font-size:14px;
       padding:0px;
    text-align: center;
    border:1px solid #f8f8f8;
    border-radius:25px;
    display: block;
    color: #000;
    cursor: pointer;
}
.sekai-pills li a{
    padding-top: 22%;
    padding:5.5px;
    display:block;
    color: #000;
}
.sekai-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e2211c;
    border-radius:25px;
}






.col-indus{
    padding-left: 5%!important;
    padding-right: 5%!important;
}
@media only screen and (max-width:640px){
.col-indus{
    padding-left: 5%!important;
    padding-right: 5%!important;
} 
}
.industries-margin{
    margin-top:-18%;
}
@media only screen and (max-width:640px){
  .industries-margin{
    margin-top:16%;
}  
}





.tab-pane h2{
    font-family: 'Proxima Nova', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color:#404041;
}
@media only screen and (max-width:480px){
    .tab-pane h2{
    font-size: 21px;
}
    }


.tab-pane h4{
    font-family: 'Proxima Nova', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color:#404041;
}
@media only screen and (max-width:480px){
    .tab-pane h4{
    font-size: 16px;
}
    }
/**/
.tab-style h2{
    font-family: 'Proxima Nova', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color:#404041;
}
@media only screen and (max-width:480px){
    .tab-style h2{
    font-size: 21px;
}
    }


.tab-style h4{
    font-family: 'Proxima Nova', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color:#404041;
}
@media only screen and (max-width:480px){
    .tab-style h4{
    font-size: 16px;
}
    }
.tab-style li {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    text-align: justify;
    display: block;
    padding-left: 0px;
}

.col-style{
    padding-top: 5%;
    padding-bottom: 5%;
}





/**/
.tab-red{
    color:#e1251b!important;
}
.tab-color{
    color:#9a9a9a!important;
}

.tab-pane p{
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color:#9a9a9a;
    text-align: justify;
}

.tab-pane ul{
    padding-left: 0px;
    display: block;
}
.tab-pane li{
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color:#9a9a9a;
    text-align: justify;
    display: block;
    padding-left: 0px;
}

.tab-border{
    border-top:1px solid #f8f8f8; border-bottom:1px solid #f8f8f8;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px dashed #f8f8f8!important;
    border-left: 1px dashed #fff!important;
    border-right: 1px dashed #fff!important;
}







.border-bottom{
   border-bottom: 1px dashed #f8f8f8!important;
}

.border-bottom-style{
   border-bottom: 1px dashed #f8f8f8!important;
}


/*tetsing*/
.products-display h5{
  font-family: 'Proxima Nova', sans-serif; 
  color: #FFF!important;
  font-size: 24px;
  margin-top: -2%;
  padding-bottom: 2%;
  font-weight: 600;
}
@media only screen and (max-width:480px){
    .products-display h5{
    margin-left: -2%;
    margin-top: -6%;
    padding-bottom: 2%;
}
}




.products-display{
    display: inline-block;
    color: #FFF;
}
.products-display li{
    padding: 1% 2%;
    background#404041;
    border-bottom: 1px solid #4f4f50;
    color: #FFF!important;
    border-radius 50px;
    font-size: 14px;
    display: inline-block;
    font-family: 'Proxima Nova', sans-serif;
}

.color-white{
    color: #FFF;
}




.text-white{
    color: #FFF!important;
}

.we-serve-bg{
    background: #f8f8f8; background-image: linear-gradient(to bottom, #404041, #373738, #2d2d2f, #252526, #1c1c1e);
}
.align{
    margin-left: 0px; margin-top: -1.5%;
}
.align-top{
    margin-top: -1.5%;
}
@media only screen and (max-width:480px){
    .align-top{
    margin-top: 0%;
}
}



.align-top-style{
   margin-top: -2%;
}

.sekai-margin{
    margin-top: 2%;
}


/*carousel-banner*/

@media only screen and (max-width:1024px){
.hide-lg{display: none;}
}

@media only screen and (max-width:480px){
.hide-lg{display: block; margin-left: -1%; margin-top: 3%;}
}


.align-right{
    padding-right: 9%;
}

.align-right-add{
     padding-right: 9%;
}

@media only screen and (max-width:823px){
.align-right{ padding-right: 5%; }
.align-right-add{ padding-right: 0%; }
}

@media only screen and (max-width:568px){
.align-right{ padding-right: 0%; }
.align-right-add{ padding-right: 0%; }
}

@media only screen and (max-width:480px){
.align-right{ padding-right: 20%; }
.align-right-add{ padding-right: 0%; margin-top: 3%;}
}


@media only screen and (max-width:414px){
.align-right{ padding-right: 15%; }
.align-right-add{ padding-right: 0%; margin-top: 3%;}
}

@media only screen and (max-width:375px){
.align-right{ padding-right: 10%; }
.align-right-add{ padding-right: 0%; margin-top: 3%;}
}

@media only screen and (max-width:320px){
.align-right{ padding-right: 50%; }
.align-right-add{ padding-right: 0%; margin-top: 3%;}
}

/**/

.align-margin{ margin-top: -1%; }
.align-margin2{ margin-top: -2%; }
.align-left{ margin-left: -2%; }

.flex-column {
    display: block;
}
.flex-column li {
    display: block;
}

@media only screen and (max-width:480px){
    .flex-column {
    display: inline-block;
}
    .flex-column li {
    display: inline-block;
}
}

.sekai-padding-top{
    padding-top: 3%;
}

.hiden-md-visible{ display: none; }

@media only screen and (max-width:480px){
.hiden-md{ display: none; }
.hiden-md-visible{ display: block; }
.sekai-padding-top{ padding-top: 0%; }
}

.sekai-padding-styling{
    padding-top: 0%;
}
@media only screen and (max-width:480px){
   .sekai-padding-styling{
    padding-top: 6%;
}
}
/**/
.green{
    background-position: center; 
    background-size: cover; 
    width:100%;
}

/*navigation style*/

.nav-item{
    padding-left:10px;
    padding-right:10px;
}


.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

/**/

.link{
  color: #FFF;
  list-style: none;
  display: inline-block;
}
.link a{
  text-decoration: none;
  position: relative;
  color: #FFF;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}
.link a:before{
  content: '';
  width: 00px;
  position: absolute;
  border-bottom: 2px solid #FFF;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}
.link a:hover:before{
 left: 10px;
 width: 20px;
}
/**/
.navbar-padding{
    padding-top: 0.7%;
    padding-bottom: 0.7%;
    transition: all ease 0.3s;
}
.navbar-style.scrolled .navbar-padding{
    padding-top: 0.7%;
    padding-bottom:0.7%;
    transition: all ease 0.3s;
}

/**/

.navbar-style.scrolled .nav-active{
  list-style: none;
  display: inline-block;
}
.navbar-style.scrolled .nav-active a{
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}

.navbar-style.scrolled .nav-active a:before{
  content: '';
  width: 20px;
  position: absolute;
  border-bottom: 2px solid #000;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}

/**/


.navbar-style.scrolled .nav-actived .hover{
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}

.navbar-style.scrolled .nav-actived .hover:before{
  content: '';
  width: 20px;
  position: absolute;
  border-bottom: 2px solid #000;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}
.navbar-style.scrolled .lang{
  list-style: none;
  display: inline-block;
}
.navbar-style.scrolled .lang a{
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}
.navbar-style.scrolled .lang a:before{
  content: '';
  width: 00px;
  position: absolute;
  border-bottom: 2px solid #000;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}
.navbar-style.scrolled .lang a:hover:before{
 left: 10px;
 width: 20px;
}
/*lang-bar*/
.navbar-style.scrolled .lang-bar{
  list-style: none;
  display: inline-block;
}
.navbar-style.scrolled .lang-bar a{
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}
/**/

.navbar-style.scrolled .dot {
  height: 31px;
  width: 31px;
  background-color: #404041;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
}

/**/

.z-index{
    z-index: 999;
}
.navbar-bottom{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-active{
  list-style: none;
  display: inline-block;
}
.nav-active a{
  text-decoration: none;
  position: relative;
  color: #FFF;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}

.nav-active a:before{
  content: '';
  width: 20px;
  position: absolute;
  border-bottom: 2px solid #FFF;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}
/**/

.nav-actived .hover{
  text-decoration: none;
  position: relative;
  color: #FFF;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}

.nav-actived .hover:before{
  content: '';
  width: 20px;
  position: absolute;
  border-bottom: 2px solid #FFF;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}

/**/

.dropdown-item.active  {
    color: #000!important;
    text-decoration: none;
    background-color: #FFF!important;
}

.dropdown-item:hover {
    color: #FFF!important;
    text-decoration: none;
    background-color: #404041!important;
}



.dropdown-item.active, .dropdown-item:active {
    color: #000!important;
    text-decoration: none;
    background-color: #F0F0F0;
}
/*dropdown*/
/**/

.dropdown-menu > .dropdown {
  position: relative;
}!important

.dropdown-menu > .dropdown a::after {
  transform: rotate(-90deg)!important;
  position: absolute!important;
  right: .9rem!important;
  top: .9rem!important;
}

.dropdown-menu > .dropdown .dropdown-menu {
  top: -.7rem!important;
  left: 100%!important;
  border-radius: 0 .25rem .25rem .25rem!important;
}

/**/

navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
} 

/**/

.dropdown > .drop {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
 margin-top: 2%;
    max-height: 400;
    display: block;
    overflow hidden;
    opacity: 0;
    position: absolute;
}
.dropdown .dropdown-drop{
    opacity: 0!important;
    position: absolute;
}
.dropdown:hover .dropdown-drop {
    opacity: 1!important;
}


.dropdown:hover .dropdown-menu {
    opacity: 1;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    padding-top:3%;
    margin :.9rem 0 0;
    color: #e1251b!important;
    text-align: left;
    list-style: none;
    background: #e1251b!important;
    background-clip: padding-box;
    border-radius: 8px!important;
}

.dropdown-menu a{
    border:none!important;
}

.dropdown-item {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #FFF;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}
.dropdown-item:hover{
    background:#c21b12!important;
    color:#FFF;
    padding-left5.5%;
    font-weight 600;
    transition: .5s ease;
}
.dropdown-active {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background:#FFF;
    color:#000!important;
    transition: .5s ease;
}

.dropdown-nav-active {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background:#FFF;
    color:#000!important;
    transition: .5s ease;
}

/**/

.navbar-nav li:hover > ul.dropdown-menu {
    color: #FFF;
    display: block;
}
.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    border-radius: 0px;
    left:100%;
    margin-top:-4.5px;
}

/* rotate caret on hover */
.dropdown-menu > li > a{
   transition: all ease 0.4s; 
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transition: all ease 0.4s;
    transform:scaleX(10px);
} 



.hover {
    transition: background-color 10ms linear;
    animation-delay 0s;
    height:auto;
    color:#FFF;
    text-decoration: none;
  position: relative;
  font-family: 'Proxima Nova',sans-serif!important; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
}



/**/
.navbar-style.scrolled .navbar-padding{
    padding-top: 0.7%;
    padding-bottom:0.7%;
    transition: all ease 0.3s;
}
.navbar-style.scrolled .nav-link span{
    color: #FFF;
}

.navbar-style.scrolled{
    transition: 0.5s all;
    background-color: #FFF!important;
}

.navbar-style.scrolled .cursor  {
    transition: background-color 10ms linear;
    animation-delay 0s;
    height:auto;
    color:#000;
    text-decoration: none;
  position: relative;
  font-family: 'Proxima Nova',sans-serif!important; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
}


.navbar-style.scrolled .link a {
    transition: background-color 10ms linear;
    animation-delay 0s;
    height:auto;
    color:#000;
    text-decoration: none;
  position: relative;
  font-family: 'Proxima Nova',sans-serif!important; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
}


.navbar-style.scrolled .link a:before{
  content: '';
  width: 00px;
  color:#000!important;
  position: absolute;
  border-bottom: 2px solid #FFF!important;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}

.navbar-style.scrolled .link a:hover:before{
 left: 10px;
 width: 20px;
}

.text-black{
    color: #000;
}


.navbar-style.scolled .link{
    color:#000!important;
}


.navbar-style.scrolled .dropdown-item{
     color:#FFF!important;
}


.text-black{
    color: #000!important;
}





/*scrolled nav active*/

.navbar-style.scrolled .nav-active{
  list-style: none;
  display: inline-block;
}
.navbar-style.scrolled .nav-active a{
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}

.navbar-style.scrolled .nav-active a:before{
  content: '';
  width: 20px;
  position: absolute;
  border-bottom: 2px solid #000;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}
/**/


.navbar-style.scrolled .nav-actived .hover{
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}

.navbar-style.scrolled .nav-actived .hover:before{
  content: '';
  width: 20px;
  position: absolute;
  border-bottom: 2px solid #000;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}


.navbar-style.scrolled .dropdown-menu{
  color: #FFF;  
}










/*lang*/

.navbar-style.scrolled .lang{
  list-style: none;
  display: inline-block;
}
.navbar-style.scrolled .lang a{
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}
.navbar-style.scrolled .lang a:before{
  content: '';
  width: 00px;
  position: absolute;
  border-bottom: 2px solid #000;
  bottom: 0;
  left: 10px;
  transition: 0.4s all;
}
.navbar-style.scrolled .lang a:hover:before{
 left: 10px;
 width: 20px;
}
/*lang-bar*/
.navbar-style.scrolled .lang-bar{
  list-style: none;
  display: inline-block;
}
.navbar-style.scrolled .lang-bar a{
  text-decoration: none;
  position: relative;
  color: #000;
  font-family: "proxima_novaregular"; 
  font-size: 15px!important;
  font-weight: 500;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  text-transform uppercase;
}
.navbar-style.scrolled .dot {
  height: 31px;
  width: 31px;
  background-color: #404041;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
}
.navbar-style.scrolled .dot-menu {
  height: 31px;
  width: 31px;
  border:2px solid  #404041;
  border-radius: 50%;
  color: #404041;
  display: inline-block;
}
.navbar-style.scrolled .toggle-nav {
  height: 31px;
  width: 31px;
  border:2px solid  #404041;
  border-radius: 50%;
  color: #404041;
  display: inline-block;
}


.dropdown-nav-color{
    margin-top:-5%;
    color: #818181!important;
}
@media only screen and (max-width:568px){
.dropdown-nav-color{ margin-top:-2.5%;}    
}
@media only screen and (max-width:480px){
.dropdown-nav-color{ margin-top:-2.5%;}     
}
@media only screen and (max-width:414px){
.dropdown-nav-color{ margin-top:-2.5%;}     
}
@media only screen and (max-width:411px){
.dropdown-nav-color{ margin-top:-2%;}     
}
@media only screen and (max-width:375px){
.dropdown-nav-color{ margin-top:-5%;}     
}
@media only screen and (max-width:320px){
.dropdown-nav-color{ margin-top:-2.5%;}     
}

.dropdown-nav:hover {
    color: #FFF!important;
    text-decoration: none;
    background-color: transparent!important;
}

.dropdown-nav.active, .dropdown-item:active {
    color: #FFF!important;
    text-decoration: none;
    background-color: #F0F0F0;
}

.cursor{
    color: #FFF;
    cursor:pointer;
}

/**/


.nav-pills li {
   font-family: 'Proxima Nova', sans-serif;
    font-size:14px;
    color: #000;
}
.nav-pills li a{
    color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e2211c;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


/**/
.pdf-download{
    background-image: linear-gradient(to right, #e1251b, #da2218, #d21e15, #cb1b11, #c4170e); 
    padding:2%; 
    border-radius:4px; 
    font-family: 'Proxima Nova', sans-serif;
    font-size:14px;
    color: #FFF!important;
    -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.pdf-download:hover{
    border-radius:0px; 
    border-left:10px solid #000;
    background-image: linear-gradient(to left, #e1251b, #da2218, #d21e15, #cb1b11, #c4170e);
     -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/**/
.plus{
    width: 10px;
    height: 10px;
    background: #FFF!important;
    color: #FFF!important;
}

.plusminus {
  display: block;
  position: relative;
  /*Change to resize the plusminus box*/
  width: 100px;
  height: 100px;
  background: #4d4d4d;
}

.plusminus span:nth-child(1) {
  display: block;
  position: absolute;
  margin: 0 10%;
  width: 80%;
  height: 7px;
  border-radius: 3px;
  background: #f2f2f2;
  /*- half the height*/
  top: calc(50% - 3.5px);
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.plusminus span:nth-child(2) {
  display: block;
  position: absolute;
  margin: 10% 0;
  width: 7px;
  height: 80%;
  border-radius: 3px;
  background: #f2f2f2;
  /*- half the width*/
  left: calc(50% - 3.5px);
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#first:checked ~ .plusminus span:nth-child(1) {
  background: #c00;
}

#first:checked ~ .plusminus span:nth-child(2) {
  background: #c00;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/**/
.box-style{
margin-top:7%;
bottom:auto;
}
@media only screen and (max-width:1980px){
 .box-style{
margin-top:25%;
bottom:auto;
}}
@media only screen and (max-width:1440px){
 .box-style{
margin-top:18%;
bottom:auto;
}}
@media only screen and (max-width:1366px){
 .box-style{
margin-top:8%;
bottom:auto;
}}
@media only screen and (max-width:1280px){
 .box-style{
margin-top:15%;
bottom:auto;
}}
@media only screen and (max-width:1024px){
 .box-style{
margin-top:35%;
bottom:auto;
}}

@media only screen and (max-width:823px){
 .box-style{
margin-top:-8%;
bottom:auto;
}}
@media only screen and (max-width:768px){
 .box-style{
margin-top:28%;
bottom:auto;
}}


@media only screen and (max-width:736px){
 .box-style{
margin-top:-12%;
bottom:auto;
}}



@media only screen and (max-width:414px){
 .box-style{
margin-top:25%;
bottom:auto;
}}

@media only screen and (max-width:375px){
 .box-style{
margin-top:15%;
bottom:auto;
}}

.error-page-heading{
    color:  #e2211c;
    font-size:130px!important;
    font-family: 'Abril Fatface', cursive; 
    font-weight: 600!important; color:#636363;
    text-transform: uppercase!important;
}

@media only screen and (max-width:640px){        
.error-page-heading{
    font-size:100px!important;
}}
@media only screen and (max-width:360px){        
.error-page-heading{
    font-size:90px!important;
}}

@media only screen and (max-width:320px){        
.error-page-heading{
    font-size:70px!important;
}}

.error{
    font-size:30px!important;
    margin-top: -5%;
    color: #a7c4ce;
    font-family:"proxima_novaregular"!important;
    font-weight: 600!important; color:#636363;
    text-transform: uppercase!important;
}

.oops{
    font-size:16px!important;
    font-family:"proxima_novaregular"!important; color:#9ab3be;
}
.error-para{
    font-size:16px!important;
    font-family:"proxima_novaregular"!important;
    padding-bottom: 2%;
}

/**/
.backto-btn{
    margin-top: 6%!important;
    text-transform: uppercase;
    font-size: 0.8em;
    background: #e2211c;
    padding: 1.7% 4%;
    color: #FFF!important;
    border:3px solid #e2211c;
    border-radius: 4px; 
     -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.backto-btn:hover{
    color:#ebebeb;
    background: #404041!important;
    border:3px solid #404041;
     -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/**/


.thanks-page-heading{
    color:  #e2211c;
    font-size:60px!important;
    font-family: 'Abril Fatface', cursive; 
    font-weight: 600!important; color:#636363;
    text-transform: uppercase!important;
}

@media only screen and (max-width:640px){        
.thanks-page-heading{
    font-size:40px!important;
}}
@media only screen and (max-width:360px){        
.thanks-page-heading{
    font-size:35px!important;
}}

@media only screen and (max-width:320px){        
.thanks-page-heading{
    font-size:26px!important;
}}

/**/
/**/
.box-style1{
margin-top:7%;
bottom:auto;
}
@media only screen and (max-width:1980px){
 .box-style1{
margin-top:25%;
bottom:auto;
}}
@media only screen and (max-width:1440px){
 .box-style1{
margin-top:18%;
bottom:auto;
}}
@media only screen and (max-width:1366px){
 .box-style1{
margin-top:18%;
bottom:auto;
}}
@media only screen and (max-width:1280px){
 .box-style1{
margin-top:15%;
bottom:auto;
}}
@media only screen and (max-width:1024px){
 .box-style1{
margin-top:43%;
bottom:auto;
}}

@media only screen and (max-width:823px){
 .box-style1{
margin-top:-8%;
bottom:auto;
}}
@media only screen and (max-width:768px){
 .box-style1{
margin-top:48%;
bottom:auto;
}}


@media only screen and (max-width:736px){
 .box-style1{
margin-top:-12%;
bottom:auto;
}}



@media only screen and (max-width:414px){
 .box-style1{
margin-top:45%;
bottom:auto;
}}

@media only screen and (max-width:375px){
 .box-style1{
margin-top:45%;
bottom:auto;
}}

/**/
.made-in-qatar{
    position: absolute;
    left: 275px; top: 26px!important; 
    
}
@media only screen and (max-width:1920px){
   .made-in-qatar{ left: 555px;  }
}
@media only screen and (max-width:1440px){
   .made-in-qatar{ left: 315px;   }
}
@media only screen and (max-width:1366px){
   .made-in-qatar{ left: 275px;  }
}
@media only screen and (max-width:1280px){
   .made-in-qatar{ left: 233px;  }
}
@media only screen and (max-width:1024px){
   .made-in-qatar{ left: 184px;  top: 23px!important; }
}
@media only screen and (max-width:823px){
   .made-in-qatar{ left: 210px;  }
}
@media only screen and (max-width:812px){
   .made-in-qatar{ left: 205px;  }
}
@media only screen and (max-width:768px){
   .made-in-qatar{ left: 175px;  }
}
@media only screen and (max-width:736px){
   .made-in-qatar{ left: 256px;  }
}
@media only screen and (max-width:667px){
   .made-in-qatar{ left: 213px;  }
}
@media only screen and (max-width:640px){
   .made-in-qatar{ left: 200px;  }
}
@media only screen and (max-width:568px){
   .made-in-qatar{ left: 170px;  }
}
@media only screen and (max-width:414px){
   .made-in-qatar{ left: 165px;  top: 20px!important;}
}
@media only screen and (max-width:375px){
   .made-in-qatar{ left: 166px;  }
}

/**/
.address-footer{
    font-family: 'Proxima Nova',sans-serif!important;
    color: #ffffff!important;
    font-size: 15px!important;
}

.col-style{
    width:20%!important;
}
@media only screen and (max-width:568px){
   .col-style{
    width:50%!important;
} 
}

.font-17{
    font-size:17px;
}
/***********/
.card-style{

        border-radius: 8px;
        border:1px solid #e1251b!important;
    }
.card-text-style {
    font-family: 'Proxima Nova',sans-serif;
    color: #9a9a9a;
    text-align: justify;
    letter-spacing: -0.1px;
    font-size: 14px;
    line-height: 25px;
}