/* Thomsoon.com - OnePage CSS Responsive theme
-- version 1.0
-- Copyright (c) 2014 Thomsoon.com
-- licensed under the MIT
--
-- http://www.thomsoon.com/
--
*/

/* Font Google - strong reaload time */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300|Open+Sans+Condensed:700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
/*
 * Theme Name: Onepage
 * Author: Thomsoon
 * Created: 14/11/2014
 */

.mobileVideos{
  display: none;
}
.mobileVideos_Feature_Portrait{
  display: none;
}
.mobileVideos_Feature{
  display: none;
}
.mode_Landscape{
  display: none;
}
.mode_Portrait{
  display: none; /**/
}


 /* Make sure Graphics and Doodles wont show when the first loading*/
 .popup-image{
  
  /*display: none;*/
 }
 .popup-both{
  
  /*display: inline;*/
 }
.popup-doodle{
  
  /*display: none;*/
 }

 .underline{
 	
 }

 .plain-link{
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased!important;
  font-weight:400;
  text-decoration:none;
  outline:none;
  width: 405px;
  height: auto;
  color: #CED1D7;
  font-size: 16px;
  line-height: 26px;
 }


.preloader{
  position:fixed;
  width:100%;
  height:100%;
  background:#0f1114;
  z-index:99999;
}
 
.preloader .item{
  position:absolute;
  width:130px;
  height:130px;
  left:50%;
  top:50%;
  margin-left:-50px;
  margin-top:-50px;
} 
/*.preloader .item img{
  
  width:100%;
  
} */









html, body{
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:18px;
  -webkit-font-smoothing: subpixel-antialiased!important;
  color:black;
  height:100%;
}

a{
  text-decoration:none;
  outline:none;
  font-size:14px;
}

h1{
  font-size:34px;
  color:white;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:6px;
  line-height:1.2;
}

p{
  font-size:14px;
  color:white;
  font-weight:300;
  letter-spacing:1px;
  margin-top:40px;
}


h1 span{
  color:#2fa68e;
}


::selection {
  background: #808080;
  color:white;
}

::-moz-selection {
  background: #808080;
  color:white;
}


.container{
  position:absolute;
  width:100%;
  height:100%;
}
.container_forTransition{
  position:absolute;
  width:100%;
  height:100%;
}


/* Start page */

#video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    min-width: none;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: -5000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}








.start-page{
  position:relative;
  width:100%;
  height:100%;
  z-index:10;
  /*background:url('../img/background/start-page.jpg') #c0c0c0 bottom center fixed no-repeat;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.start-page hr{
  color: white;
  margin-top:30px;
  background-color: white;
  height: 1px;
  width:106px;
  border:0;

}

.start-page .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(31,31,31,0.6); /* Standard Off */
}


.start-page .content{
  position:relative;
  width:700px;
  margin:0 auto;
  height:100%;
}

.start-page .content .text{
  position:absolute;
  text-align:center;
  margin:110px auto 10px auto;
  top:0; 
  left:0; 
  bottom:0; 
  right:0;
  width:700px;
  height:520px;
}

.start-page .content .text .logo{
  width:123px;
  height:123px;
  margin:0 auto 50px;
  
}


.start-page .content .text .read-more{
  position: relative;
  width:135px;
  height:35px;
  margin:460px auto 10px auto;
  line-height:35px;
  border:1px solid #CED1D7;
  text-transform:uppercase;
  color:#CED1D7;
  display:block;
  cursor:pointer;
  font-size:14px;
  letter-spacing:1px;
  background:none;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.start-page .content .text .read-more:hover{
  color:#CED1D7;
  background: rgba(0,0,0,0.4);
  border:1px solid #CED1D7;
}

.start-page .content .arrow-down-L{
  font-family: 'Open Sans', sans-serif;
  text-transform:uppercase;
  color:#CED1D7;
  font-size:14px;
  letter-spacing:1px;
  position: absolute;
  bottom: 110px;
  margin-bottom: -43px;
  margin-left: 34px;
  left: 45%;/*adjust text center*/
  text-align: center;
  width: 80px;
  height: 80px;
  background: url(../img/WelcomeIcon.png) no-repeat center center;
  background-size:12%;
  display: block;
 
  /* -webkit-animation: bounce-fade 1.2s infinite;  /*Safari 4+ */
  /*-moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  /*-o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
  /* animation:        bounce-fade 1.2s infinite; /* IE 10+ */

  -webkit-animation: fade 2.3s ease-out infinite; /* Safari 4+ */
  -moz-animation:    fade 2.3s ease-out infinite; /* Fx 5+ */
  -o-animation:      fade 2.3s ease-out infinite; /* Opera 12+ */
   animation:        fade 2.3s ease-out infinite; /* IE 10+ */
}



.start-page .content .arrow-down-R{
  font-family: 'Open Sans', sans-serif;
  text-transform:uppercase;
  color:#CED1D7;
  font-size:14px;
  letter-spacing:1px;
  position: absolute;
  bottom: 110px;
  margin-bottom: -43px;
  margin-left: -34px;
  left: 45%;/*adjust text center*/
  text-align: center;
  width: 80px;
  height: 80px;
  background: url(../img/WelcomeIcon.png) no-repeat center center;
  background-size:12%;
  display: block;
 
  /* -webkit-animation: bounce-fade 1.2s infinite;  /*Safari 4+ */
  /*-moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  /*-o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
  /* animation:        bounce-fade 1.2s infinite; /* IE 10+ */

  -webkit-animation: fade 2.3s ease-out infinite; /* Safari 4+ */
  -moz-animation:    fade 2.3s ease-out infinite; /* Fx 5+ */
  -o-animation:      fade 2.3s ease-out infinite; /* Opera 12+ */
   animation:        fade 2.3s ease-out infinite; /* IE 10+ */
}
.start-page .content .arrow-down-text{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform:uppercase;
  color:#CED1D7;
  font-size:14px;
  letter-spacing:2px;
  position: absolute;
  bottom: 29px;
  left: 17%; /*adjust text center*/
  text-align: center;
  width: 500px;
  height: 80px;
  display: block;
  margin: 1px auto 1px auto;
 
  /* -webkit-animation: bounce-fade 1.2s infinite;  /*Safari 4+ */
  /*-moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  /*-o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
  /* animation:        bounce-fade 1.2s infinite; /* IE 10+ */

  -webkit-animation: fade 1.3s ease-out infinite; /* Safari 4+ */
  -moz-animation:    fade 1.3s ease-out  infinite; /* Fx 5+ */
  -o-animation:      fade 1.3s ease-out  infinite; /* Opera 12+ */
   animation:        fade 1.3s ease-out  infinite; /* IE 10+ */
}

.start-page .content .arrow-down{
  font-family: 'Open Sans', sans-serif;
  text-transform:uppercase;
  color:#CED1D7;
  font-size:14px;
  letter-spacing:1px;
  position: absolute;
  bottom: 110px;
  left: 45%; /*adjust text center*/
  text-align: center;
  width: 80px;
  height: 80px;
  display: block;
  margin-bottom: -13px;
  margin-left: 1px;
  background: url(../img/arrow-down.png) no-repeat center center;
  background-size:25%;
 
  /* -webkit-animation: bounce-fade 1.2s infinite;  /*Safari 4+ */
  /*-moz-animation:    bounce-fade 1.2s infinite; /* Fx 5+ */
  /*-o-animation:      bounce-fade 1.2s infinite; /* Opera 12+ */
  /* animation:        bounce-fade 1.2s infinite; /* IE 10+ */

  -webkit-animation: bounce-fade 1.3s ease-out infinite; /* Safari 4+ */
  -moz-animation:    bounce-fade 1.3s ease-out  infinite; /* Fx 5+ */
  -o-animation:      bounce-fade 1.3s ease-out  infinite; /* Opera 12+ */
   animation:        bounce-fade 1.3s ease-out  infinite; /* IE 10+ */
}



@-webkit-keyframes fade {
    0%   { opacity: 0.3; }
    100% { opacity: 0.9; }
}
@-moz-keyframes fade {
    0%   { opacity: 0.3; }
    100% { opacity: 0.9; }
}
@-o-keyframes fade {
    0%   { opacity: 0.3; }
    100% { opacity: 0.9; }
}
@keyframes fade {
    0%   { opacity: 0.3; }
    100% { opacity: 0.9; }
}





@-webkit-keyframes bounce-fade {
    0%   { opacity: 0.3; bottom: 60px; }
    100% { opacity: 0.9; bottom: 45px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0.3; bottom: 60px; }
    100% { opacity: 0.9; bottom: 45px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0.3; bottom: 60px; }
    100% { opacity: 0.9; bottom: 45px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0.3; bottom: 60px; }
    100% { opacity: 0.9; bottom: 45px; }
}


/* Menu mobile */

.menu-content .toggler{
  position: absolute;
  top:0;
  right:-15px;
  z-index: 10;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
  padding-left: 0px;
  margin: 0;
  margin-top: 10px;
}

.menu-content .hamburger{
  position: absolute;
  top:0;
  right:-15px;
  z-index:0;
  cursor: pointer;
  width:60px;
  height: 60px;
  margin-top: 10px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: red;*/
}
/*hamburger line*/

.menu-content .hamburger >div{
  position: relative;
  width: 50%;
  height:2px;
  background-color:#FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* top and bottom lines*/
.menu-content .hamburger > div:before{
  content:'';
  position: absolute;
  z-index: 1;
  top:-10px;
  width: 100%;
  height:2px;
  background: inherit;

}

/*Move line down*/
.menu-content .hamburger > div:after{
  content:'';
  position: absolute;
  z-index: 1;
  top:10px;
  width: 100%;
  height:2px;
  background: inherit;

}
/*toggler animate*/
.menu-content .toggler:checked + .hamburger > div{
  transform: rotate(135deg);

}
/*turn lines into X*/
.menu-content .toggler:checked + .hamburger > div:before,
.menu-content .toggler:checked + .hamburger > div:after{
  top:0;
  transform: rotate(90deg);
}



/*Rotate on hover when checked*/
/*
.menu-content .toggler:checked:hover + .hamburger > div{
  transform: rotate(135deg);
}
*/


.menu-media .menu-logo{
  widows: 40px;
  height:40px;
  left: 30px;
  top:20px;
  position: fixed;
  cursor: pointer;
}

.menu-media{
  position:relative;
  width:100%;
  height:80px;
  /*background:#0f1114;*/
  background-color:rgba(0, 0, 0, 0);
  z-index:1000;
  display:none;
   -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menu-media .menu-content{
  width:280px;
  position:relative;
  margin:0 auto;
   -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menu-media .menu-content .logo {
   color:#FFFFFF;
   font-family: 'Open sans', sans-serif;
  font-weight: 800;
   letter-spacing: 2px;
   
   font-size:34px;
   width:200px;
   line-height:18px;
   list-style: none;
   left:76px;
   top:30px;
   position: fixed;
   display: block;
   cursor: pointer;

}

.menu-media .menu-content .icon{
  position: fixed;
  width:41px;
  height:23px;
  float:left;
  line-height:95px;
  right:30px;
  cursor: pointer;
}
.menu-media .logoBtm{
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
   color:rgba(206, 209, 215, 0.53);
   font-weight:0;
   font-size:10px;
   width:250px;
   line-height:4px;
   float:left;
   list-style: none;
   margin:33px 0px 0px 9px;
   cursor: pointer;
 }

.menu-click{
  display:none;

}

ul.menu-click{
  position:fixed;
  top: 80px;
  width: 100%;
  right:0px;
  
}

.menu-click li {
  
  font-family: 'Open Sans', sans-serif;
  font-weight:50;
  float:left;
  position:relative;
  width:100%;
  height:42px;
  color:#FFFFFF;
  font-size:18px;
  text-align:center;
  line-height:35px;
  z-index:1000;
  background:#000000;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
 }

.menu-click li:hover {
  color:#FFFFFF;
  font-family: 'Open Sans semibold', sans-serif;
  /*border-bottom:1px solid #585858;*/ /*underline*/
 }

.menu-click a li.active span{
   padding-bottom: 2px;
   color: #FFFFFF;
   border-bottom: #FFFFFF 2px solid;
   font-family: 'Open Sans semibold', sans-serif;
}

/* Menu */
.menu .menu-logo{
  widows: 40px;
  height:40px;
  margin: 28px 10px 0px 10px;
  float: left;
  overflow:hidden;
  display: inline;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}


.menu{
  position:relative;
  width:100%;
  height:110px;
  /*background:#0f1114;*/
  /*background-color:rgba(15, 17, 20, 1);*/
  /*border-bottom:1px solid #15181C;*/
  z-index:1000;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.menu-content{
  width:100%;
  position:relative;
  margin:0 0px 0 20px;
}
.menu-content .logoWrapper{
  width:250px;
  height: 80px;
  display: inline-block;
  float:left;
}
.menu-content .logoTop{
  width:250px;
  display: inline-block;
  cursor: pointer;

}

.menu-content .logoTop .logo{
  font-family: 'Open sans', sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
   color:#FFFFFF;
   
   font-size:36px;
   width:164px;
   line-height:50px;
   margin: 12px 0px 0px 0px;
   float:left;
   list-style: none;
   cursor: pointer;
  
 }
 .menu-content .logoBtm{
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
   color:rgba(206, 209, 215, 0.53);
   font-weight:0;
   font-size:10px;
   width:250px;
   line-height:4px;
   float:left;
   list-style: none;
    margin: 1px 7px 0px 5px;
   
 }

.menu-content ul{
  width:470px;
  left:10%;
  float:right;
  text-align:right;
  list-style:none;
  margin-right:35px;
  margin-top: -5px;
  margin-bottom:16px;
}

.menu-content li{
   display:inline-block;
   position:relative;
   height: 70px;



}

.menu-content li a{

  color:#FFFFFF;
  font-size:16px;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-weight: 400;
  padding: 0 20px 0 20px;
  line-height:110px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
  cursor: pointer;
}

.menu-content li.active span{
   padding-bottom: 2px;
   border-bottom: #FFFFFF 2px solid;
}

.menu-content li.active a{
  color:#FFFFFF;
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
  
}

.menu-content li a:hover{
  color:#FFFFFF;
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

}

.submenu{
   display:inline-block;
   position:relative;
}

.submenu li{
   display:inline-block;
   position:relative;
   
}

.submenu .submenu_space{
   display:inline-block;
   position:relative;
   width: 119px;
}
#submenu-personal .submenu_space{
   display:inline-block;
   position:relative;
   width: 100%;
  }


#submenu li .submenu_space a{
  color:#FFFFFF;
  font-weight: 200;
  text-transform:uppercase;
  font-size:12px;
  display: block;
  padding: 0 0px 0 0px;
  line-height:20px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#submenu-page-title-portfolio {
  width: 100%;
}

#submenu-page-title-portfolio .submenu-Text{
  font-weight: 600;
  color: #FFFFFF;
  text-transform:uppercase;
  font-size: 12px;
  margin: 5px 10px 0px 16px;
  float: left;
  letter-spacing: 1px;
  border-bottom:#FFFFFF 2px solid; 
}

#submenu-page .submenu-Text a{
  text-transform:capitalize; 
  margin: 5px 0px 9px 2px;
}

#submenu-page-title-portfolio .submenu-subText{
    position: relative;
    margin: 5px 24px 2px 24px;
    float: left;
    display: block;
    /*text-transform:capitalize;*/
    color: #FFFFFF;
    /*color:rgb(206,209,215, 0.5);*/
    font-size: 12px;
    letter-spacing: 1px;
    line-height:1.6;
}
#submenu-page-title-portfolio .submenu-TextTitle{
    position: relative;
    margin: 5px 0px 9px 2px;
    float: left;
    display: block;
    text-transform:capitalize;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px
}


#submenu li a{
  color:#FFFFFF;
  text-align: left;
  font-weight: 500;
  
  text-transform: uppercase;
  font-size:15px;
  display: block;
  padding: 0 15px 0 10px;
  line-height:18px;
  letter-spacing: 1px;
  cursor: pointer;
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



#submenu-personal a{
  color:#FFFFFF;
  /*color:rgb(206,209,215, 0.5);*/
  text-align: left;
  font-weight: 200;
  /*text-transform:capitalize;*/
  text-transform: uppercase;
  font-size:14px;
  display: block;
  padding: 0px 10px 0 10px;
  line-height:20px;
  letter-spacing: 1px;
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

#submenu .active .read-more {
    /*color: #FFFFFF;*/
    border-bottom: #F95300 3.5px solid;
    
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
     -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#submenu .read-more:hover{
  /*color:#FFFFFF;*/
  /*border-bottom: #F95300 2px solid;*/
  font-family: 'Open sans', sans-serif;
    font-weight: 600;
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#submenu {
  width:1800px; /*submenu width*/
  /*margin-top: -5px;*/
  padding-top: 0px;
  padding-left: 22px;
  float:left;
  text-align:left;
  list-style:none;
  display: none;
}
#submenu-personal {
  width:1800px; /*submenu width*/
  /*margin-top: 6px;*/
  padding-top: 0px;
  padding-left: 10px;
  color: #CED1D7;
  float:left;
  text-align:left;
  list-style:none;
  display: none;
}


/* About us */

.about-us{
  position:relative;
  width:100%;
  background:#000000;
  z-index:10;
  top:-220px;
}

.about-us .content{
  position:relative;
  width:100%;
  margin: 0 0;
  overflow: hidden;
}

.about-us .buttonMoreIG{
  width:50vw;
  color: rgba(0, 0, 0, 0);
  /*float:none;*/
  margin:30px auto;
  line-height:1.5em;
  /*border:1px solid;*/
  text-transform:uppercase;
  display:block;
  cursor:pointer;
  font-size:1.3em;
  font-weight: 150;
  letter-spacing:1px;
  text-align:center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about-us .buttonMoreIG:hover{
  /*color:#585858;*/
  color: rgba(255, 255, 255, 1);
  letter-spacing:1.5px;
 font-family: 'Open sans', sans-serif;
    font-weight: 600;
  /*background-color:rgba(206, 209, 215, 1);*/
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.about-us .buttonMoreIG img{
 width: 15px;
 margin: 0px 2px -1px 2px;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.about-us .showtheUnderline strong{
  color: #FFFFFF;
  font-family: 'Open sans', sans-serif;
    font-weight: 400;
  letter-spacing:1.5px;
    position: relative;
     -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
   white-space:nowrap; /* prevent the text break*/
    
    /*This is showing underline*/
    /*
    &::after {
    content: '';
    position: absolute;
    bottom: -0.22rem;
    height: 0.6rem;
    left: -0.2rem;
    right: -0.1rem;
    z-index: -1;
    background-image: url(../img/icons/underline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    } */
}



.about-us h1{
  font-size:34px;
  color:#CED1D7;
  text-align:center;
  margin-top:140px;
  letter-spacing:4px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;

}





.about-us hr{
  color: #CED1D7;
  margin-top:30px;
  background-color: #CED1D7;
  height: 1px;
  width:106px;
  border:0;

}

.about-us div.abouttext{
  color: #a4a4a4;
  margin: 0px auto 0px 2.3vw;
  width:98%;
  /*max-width: 750px;*/
  word-wrap: keep-all;
  letter-spacing:0;
  font-size:14px;
  font-weight:300;
  text-align:center;
  /*display: inline-block;*/
  /*text-align: justify;*/
  /*text-align-last:left;*/
}


.about-us div.abouttitle{
  font-family: 'Open sans', sans-serif;
  letter-spacing: 0px;
  color: rgba(206, 209, 215, 1);
  word-wrap: keep-all;
  line-height:34px;
  letter-spacing:2px;
  font-weight: 2;
  font-size:30px;
  text-align:center;
  display:block;
}





.about-us div.aboutLists{
  color: #a4a4a4;
  margin:0px auto -6px auto;
  word-wrap: keep-all;
  line-height:21px;
  letter-spacing:0;
  font-size:12px;
  text-align:center;
  display:block;
  font-weight: lighter;
  
}



.about-us div.aboutcontent{
  color: #a4a4a4;
  width:47%;
  word-wrap: keep-all;
  line-height:22px;
  letter-spacing:0;
  font-size:14px;
  text-align:left;
  display:inline-block;
  text-align: justify;
  text-align-last:left;
}



.about-us div.aboutcontent a{
  font-weight:400;
  color:#CED1D7;
}

.about-us h2{
  text-align:center;
  margin-top:50px;
  font-size:26px;
  color:black;
  line-height:1.2;
  letter-spacing:6px;
  width:100%;
  position:relative;
  font-weight:400;
}

.about-us p{
  text-align:center;
  font-size:14px;
  width:250px;
  color:#a4a4a4;
  line-height:26px;
  letter-spacing:0;
  position:relative;
  font-weight:300;
}

.about-us .about_photo{
  
  /*height: 300px;*/
  width: 47%;
  /*border:2px solid #CED1D7;*/
  /*background: url(../img/photo.png) white no-repeat center center;*/
  /*background-size: 100%;*/
  /*-moz-border-radius:250px;*/
  /*-webkit-border-radius:250px;*/
  position:relative;
  /*cursor:pointer;*/
    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  overflow:hidden;
  float: left;
  display: inline-block;
}

.about-us .about_photo img{
  width: 100%;
  float: right;
  margin-bottom: 28px;
}



.about-us .photo_text{
  width: 250px;
  height:250px;
  background: rgba(0,0,0,0.7);
  z-index: 2;
  opacity:0;
  /*-moz-border-radius:250px;*/
  /*-webkit-border-radius:250px;*/
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.about-us .photo_text p{
  width: 250px;
  font-size: 20px;
  position: absolute;
  font-weight:bold;
  margin: 105px auto;
}
.about-us .photo_text:hover {
  /*opacity:1;*/
  /*-moz-border-radius:250px;*/
  /*-webkit-border-radius:250px;*/
}

.about-us .about_photo:hover{
  /*border:2px solid #CED1D7;*/
  background-size: 105%;

}




.about-us .column-one{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}


.about-us .column-one .circle-one{
  height: 100px;
  position:relative;
  margin:0 auto;
  border:2px solid #f0f0f0;
  background: url(../img/icons/responsive.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
  cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-one .circle-one:hover{
  border:2px solid #808080;

}

.about-us .column-two{
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .column-two .circle-two{
  height: 100px;
  position:relative;
  margin:0 auto;
  border:2px solid #f0f0f0;
  background: url(../img/icons/minimalist.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two .circle-two:hover{
  border:2px solid #808080;
}


.about-us .column-three{ 
  margin-top:40px;
  width:300px;
  float:left;
  margin-bottom:70px;
  height:350px;
}

.about-us .column-three .circle-three{ 
  height: 100px;
  position:relative;
  margin:0 auto;
  border:2px solid #f0f0f0;
  background: url(../img/icons/free.png) white no-repeat center center;
  -moz-border-radius:100px;
  -webkit-border-radius:100px;
  border-radius: 100px;
  width: 100px;
  cursor:pointer;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three .circle-three:hover{ 
  border:2px solid #808080;
}



.about-us .footer{
  position:relative;
  width:100%;
  height: 20px;
  background-color: rgb(23, 26, 31);
  display: block;

}


.about-us .logo img{
  opacity:0.5;
  height: 30px;
  width: 30px;
  padding:0px 5px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.about-us .logo img:hover{
  opacity:1;
}







/*Reels*/
.featured{
  position:relative;
  width:100%;
  background:#000000;
  /*background: #20252B;*/
  z-index:10;
  top:-110px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}
.featured .featured-margin{
  position:relative;
  width:100%;
  overflow:hidden;
  margin:0 0 0 0px;
}
.featured .featured-margin h1{
  font-size:34px;
  color:#CED1D7;
  text-align:center;
  letter-spacing:6px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
  margin-top: 110px;

}




#AjaxText-and-Image{
  background-color: #1F1F1F;
  font-size:14px;
  color:#CED1D7;
  letter-spacing:1px;
  line-height: 20px;
  font-weight: 200;
  max-width: 540px;
  padding:20px 20px;
  margin:10px auto;
}


#AjaxText-and-Image-Featured{
  background-color: #1F1F1F;
  font-size:14px;
  color:#CED1D7;
  letter-spacing:1px;
  line-height: 20px;
  font-weight: 200;
  max-width: 800px;
  padding:20px 20px;
  margin:10px auto;
}

#AjaxMainImage-Featured img{
  max-width: 800px;
  width: 100%;
  margin:5px auto;
  display: inline-block;
}

#AjaxMainImage-Featured  video{
  max-width: 800px;
  width: 100%;
  margin:5px auto;
  display: inline-block;

}
/* Layout for the video (Online)*/
#AjaxMainImage-Featured iframe{
  max-width: 800px;
  width: 100%;
  height: 450px;
  display:block;
}



#AjaxTitile-Featured, #AjaxContent-Featured{
   max-width: 800px;
   display: block;
   margin:5px auto;
   width: 98%;
}


#AjaxTitile-Featured{
  margin: 5px auto;
  font-size:20px;
  line-height: 35px;
  letter-spacing:4px;
  font-weight: 900;
  
}

#AjaxContent-Featured li{
  margin-bottom: 3px;
}


#AjaxContent-Featured a{
  font-size:10px;
  text-align:justify;
  color:#CED1D7;
  letter-spacing:2px;
  font-weight: 200;
  margin-bottom: 0px;
  
}


#AjaxContent-Link a{
  font-size:10px;
  text-align:justify;
  color:#CED1D7;
  letter-spacing:2px;
  font-weight: 200;
  margin-bottom: 0px;
  cursor: pointer;
}





/* the images layout opotions */
#AjaxDetailImage-Featured{
  display: block;
}

#AjaxDetailImage-Featured img{
  max-width: 800px;
  width: 100%;
  display: inline-block;
  margin:5px auto;
}
#AjaxDetailImage-Featured video{
  max-width: 800px;
  width: 100%;
  display: inline-block;
  margin:5px auto;
}

#AjaxDetailImage-Featured_2Colms{
  display: block;
}

#AjaxDetailImage-Featured_2Colms img{
  max-width: 800px;
  width: 49%;
  display: inline-block;
  margin:5px 2px;

}
#AjaxDetailImage-Featured_2Colms video{
  max-width: 800px;
  width: 49%;
  display: inline-block;
  margin:5px 2px;
  
}

#AjaxDetailImage-Featured_3Colms{
  display: block;
}

#AjaxDetailImage-Featured_3Colms img{
  max-width: 800px;
  width: 32%;
  display: inline-block;
  margin:5px 2px;

}
#AjaxDetailImage-Featured_3Colms video{
  max-width: 800px;
  width: 32%;
  display: inline-block;
  margin:5px 2px;
  
}



#AjaxDetailImage-Featured a{
  max-width: 800px;
  width: 100%;
  display: block;
  margin:10px auto;
  font-size:10px;
  color:#CED1D7;
  letter-spacing:2px;
  font-weight: 200;
}



#AjaxMainImage img{
  max-width: 500px;
  width: 100%;
  margin:5px auto;
  display: block;
}

#AjaxTitile, #AjaxContent{
   max-width: 500px;
   display: block;
   margin:5px auto;
}
#AjaxTitile{
  margin: 5px auto;
  font-size:20px;
  line-height: 35px;
  letter-spacing:4px;
  font-weight: 900;
}
#AjaxContent a{
  font-size:10px;
  text-align:justify;
  color:#CED1D7;
  letter-spacing:2px;
  font-weight: 200;
}
#AjaxDetailImage img{
  max-width: 500px;
  width: 100%;
  display: block;
  margin:10px auto;
}

#AjaxDetailImage a{
  max-width: 500px;
  width: 100%;
  display: block;
  margin:10px auto;
  font-size:10px;
  color:#CED1D7;
  letter-spacing:2px;
  font-weight: 200;
}

#link_icon img{
    width: 32%;
    opacity: 0.6;
}

#link_icon img:hover{
    opacity: 0.9;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}




.bD-button{
  width:120px;
  height:30px;
  color: #CED1D7;
  float:none;
  margin:10px auto;
  line-height:30px;
  border:1px solid;
  text-transform:uppercase;
  display:block;
  cursor:pointer;
  font-size:12px;
  letter-spacing:1px;
  background:none;
  text-align:center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.bD-button:hover{
   border:4px solid;
}


.BdViewBtn_feature{
  width:120px;
  height:30px;
  color: #CED1D7;
  float:none;
  margin:10px auto;
  line-height:30px;
  border:1px solid;
  text-transform:uppercase;
  display:block;
  cursor:pointer;
  font-size:12px;
  letter-spacing:1px;
  background:none;
  text-align:center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#BdViewBtn_feature:hover{
   border:4px solid;
}





.bD-buttonEmpty{
  width:120px;
  height:30px;
  float:none;
  margin:10px auto;
  line-height:30px;
  text-transform:uppercase;
  display:block;
  cursor:pointer;
  font-size:12px;
  letter-spacing:1px;
  background:none;
  text-align:center;
}





/*video hide first*/


#videoReel2017Spring{
  display: none;
}
#featureArea{
  display: none;
}
.featureCover img{
  max-width: 900px;
  margin: 0 auto;
  cursor:pointer;
}
.featureCover img:hover{
  max-width: 900px;
  margin: 0 auto;
}


.swiper-slide {
  max-width:100%;
  max-height: auto;
  overflow: hidden;

}
.swiper-title-container{
  width: 100%;
  height: auto;
  float: none;
  margin: auto auto;
  /*position: absolute;
  bottom:50px;
  right:50px;*/
}
.swiper-title-container-CTA{
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  color:rgba(255, 255, 255, 1);
  line-height: 20px;
  font-weight: 800;
  font-size: 1.5em; 
  display:block;
  bottom:2rem;
  position: absolute;
  text-align: center;
  right:50%;
  text-transform: uppercase;
   -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
  



.swiper-slide-arrow{
  background-image:url('../img/icons/arrow-down.png');
  background-size:46px 63px;
  width: 46px;
  bottom:10%;
  left:2vw;
  opacity: 1;
  position: absolute;

  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  display: flex;
  align-items: center;
  
  
}




.swiper-container {
  /*TURN OFF THE SWIPER*/
  display: none;
  width: 100%;
  /*max-height: 800px;*/
  background-color: #0f1114;
}      
.swiperCover-wrapper{
  /*max-width: 800px;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline;

}
.swiperCover-wrapper:hover{
  /*max-width: 800px;*/
  width: 100%;
  margin: 0 auto;
}
.swiperCover-wrapper img{
  /*max-width: 800px;*/
  width: 100%;
  margin: 0 auto;
  cursor:pointer;

}



.swiperCover-wrapper img:hover{
  /*max-width: 800px;*/
  width: 100%;
  margin: 0 auto;
  

}

.swiper-slide-video video{
    
    
    /*margin-left: calc((100vw - (100vh * 1.7))/2);
    margin-right: calc((100vw - (100vh * 1.7))/2);*/
   
   width: 100%;
   margin: 0 auto;
   z-index: -10;
   cursor:pointer;
   /* min-height: 100vh;*/
    
    /*position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    min-width: none;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: -5000;*/
    
}
.videoCover-video video{
    
    
    /*margin-left: calc((100vw - (100vh * 1.7))/2);
    margin-right: calc((100vw - (100vh * 1.7))/2);*/
   
   width: 100%;
   margin: 0 auto;
   z-index: -10;
   cursor:pointer;
 }


.videoCover-title-container{
  width: 75%;
  height: auto;
  
  margin: 0px 65px;
  bottom:20%;
  position: absolute;
  
  
}
.videoCover-title-container-Title{
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  color:rgba(255, 255, 255, 1);
  
  font-weight: 800;
  font-size:4em; 
  /*line-height: 65px;*/
  display:block;
  bottom:4rem;
  /*position: absolute;
  left:4%;*/
  text-align: left;
  
   z-index: 3;
  text-transform: uppercase;
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}




.videoCover-title-container-Title strong{
    z-index: 1;

    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
   white-space:nowrap; /* prevent the text break*/

    &::after {
    content: '';
    position: absolute;
    bottom: 0.05rem;
    height: 1.6rem;
    left: -0.2rem;
    right: -0.1rem;

    /*Position the line behind the text so that
     it is still easily readable*/
    z-index:-2;

    /*// The SVG is added as an SVG background image*/
    background-image: url(../img/icons/underline.svg);
    background-repeat: no-repeat;

    /*
    // This allows the SVG to flex in size to fit
    // any length of word. If the word is short,
    // the SVG will be stretched vertically, if it
    // is long, the SVG will be stretched horizontally.
    // The jagged nature of this particular SVG works
    // with this transforming.*/
    background-size: cover;
    }

  }
.videoCover-title-container-SubTitle{
  width: 65%;
  font-family: 'Open sans', sans-serif;
  letter-spacing: 0px;
  color:rgba(255, 255, 255, 1);
  
  font-weight: 400;
  font-size: 1.6vw; 
  line-height: 2.2vw;
  display:block;
  bottom:2rem;
  
  text-align: left;
  /*position: absolute;
  left:4%;*/
 
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.videoCover-title-container-SubTitle a{

  font-family: 'Open sans', sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
  color:rgba(255, 255, 255, 1);
  
  font-weight: 1000;
  font-size: 1.6vw; 
  line-height: 2.2vw;

  bottom:2rem;
  
  text-align: left;
  
}


.videoCover-title-container-SubTitle strong{
   font-family: 'Open sans', sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
  color:rgba(255, 255, 255, 1);
    z-index: 1;

    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
   white-space:nowrap; /* prevent the text break*/

    &::after {
    content: '';
    position: absolute;
    bottom: -0.25rem;
    height: 0.8rem;
    left: -0.2rem;
    right: -0.1rem;

    /*Position the line behind the text so that
     it is still easily readable*/
    z-index:-2;

    /*// The SVG is added as an SVG background image*/
    background-image: url(../img/icons/underline.svg);
    background-repeat: no-repeat;

    /*
    // This allows the SVG to flex in size to fit
    // any length of word. If the word is short,
    // the SVG will be stretched vertically, if it
    // is long, the SVG will be stretched horizontally.
    // The jagged nature of this particular SVG works
    // with this transforming.*/
    background-size: cover;
    }

  }


.videoCover-title-container-SubTitle_VRT{
  width: 90%;
  font-family: 'Open sans', sans-serif;
  letter-spacing: 0px;
  color:rgba(255, 255, 255, 1);
  
  font-weight: 400;
  font-size: 1.6vw; 
  line-height: 2.2vw;
  display:block;
  bottom:2rem;
  
  text-align: left;
  /*position: absolute;
  left:4%;*/
 
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.videoCover-title-container-SubTitle_VRT a{

  font-family: 'open sans Bold', sans-serif;
  letter-spacing: 0px;
  color:rgba(255, 255, 255, 1);
  
  font-weight: 1000;
  font-size: 1.6vw; 
  line-height: 2.2vw;

  bottom:2rem;
  
  text-align: left;
  
}


.videoCover-title-container-SubTitle_VRT strong{
  font-family: 'Open sans', sans-serif;
  font-weight: 800;
  letter-spacing: 0px;
  color:rgba(255, 255, 255, 1);
    z-index: 1;

    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
   white-space:nowrap; /* prevent the text break*/

    &::after {
    content: '';
    position: absolute;
    bottom: -0.25rem;
    height: 0.8rem;
    left: -0.2rem;
    right: -0.1rem;

    /*Position the line behind the text so that
     it is still easily readable*/
    z-index:-2;

    /*// The SVG is added as an SVG background image*/
    background-image: url(../img/icons/underline.svg);
    background-repeat: no-repeat;

    /*
    // This allows the SVG to flex in size to fit
    // any length of word. If the word is short,
    // the SVG will be stretched vertically, if it
    // is long, the SVG will be stretched horizontally.
    // The jagged nature of this particular SVG works
    // with this transforming.*/
    background-size: cover;
    }

  }



.swiperCover-wrapper .icon-image{
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;

  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.swiper-slide-active .swiperCover-wrapper .icon-image:hover{
  opacity: 1;
}
.swiper-button-next{
  background-image:url('../img/icons/swiperR.png');
  background-size:3.1vw 15.5vw;
  background-position-x: right;
  top:30%;
  width: 18vw;
  height: 25vw;
  
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.swiper-button-next:hover{
  opacity: 0.2;
}

.swiper-button-prev{
  background-image:url('../img/icons/swiperL.png');
  background-size:3.1vw 15.5vw;
  background-position-x: left;
  top:30%;
  width: 18vw;
  height: 25vw;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.swiper-button-prev:hover{
  opacity: 0.2;
}



#videoWrapper{
  max-width: 800px;
  margin: 0 auto;
}
.videoContainer {
  position:relative;
  padding-bottom:53.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.videoContainer iframe, .videoContainer object, .videoContainer embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: none;
}







/* Portfolio */


/*#featureArea{
 width:75%;
 margin: auto;
}


#featureArea iframe{
  width:100%;
  transform:scale(1.00321);

}*/




/*Introduction Breif */

.intro{

  background-color: #000000;
  display: block;
  top: -111px;
  position: relative;
  z-index: -100;
}

.featured-footer{
  height: 110px;
  background-color: red;
  opacity: 0;
  z-index: 25;
  display: block;
  top: -220px;
  position: relative;
}


.portfolio{
  position:relative;
  width:100%;
  background:#000000;
  /*background: #20252B;*/
  z-index:10;
  top:-220px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.portfolio .portfolio-margin{
  position:relative;
  width:100%;
  overflow:hidden;
  margin:0 0 0 0px;

 
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.portfolio .portfolio-header{ 
  width:100%;
  background-color:#0f1114;
  /*background: #20252B;*/
  height: 20px;
  display: block;
}

.portfolio .portfolio-margin .read-more{
  position:relative;
  margin:5px 0px 9px 22px; 
  float: left;
  display: block;
  line-height:20px;
  text-transform:uppercase;
  font-weight: 400;
  color:#FFFFFF;
  cursor:pointer;
  font-size:14px;
  letter-spacing:1px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  
}

.portfolio .portfolio-margin .submenu-Text{
  position:relative;
  margin:5px 10px 9px 16px; 
  float: left;
  display: block;
  line-height:20px;
  text-transform:uppercase;
  color:#585858;
  cursor:pointer;
  font-size:14px;
  letter-spacing:1px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  
}


.portfolio .portfolio-margin .spcae_bar{
  position:relative;
  margin:32px 10px 9px 16px; 
  float: left;
  display: block;
  line-height:20px;
  text-transform:uppercase;
  color:#585858;
  font-size:12px;
  letter-spacing:1px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  
}



.portfolio .portfolio-margin .active .read-more{
  border-bottom: #F95300 2px solid;
 
  font-family: 'Open sans', sans-serif;
    font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



.portfolio .portfolio-margin .read-more:hover{
  color:#FFFFFF;
  font-family: 'Open sans', sans-serif;
    font-weight: 600;
   -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}






.portfolio .portfolio-margin h1{
  font-size:34px;
  color:#CED1D7;
  text-align:center;
  margin-top:80px;
  letter-spacing:6px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

.portfolio .portfolio-margin hr{
  color: #585858;
  margin-top:30px;
  background-color: #585858;
  height: 1px;
  width:106px;
  border:0;
}



.portfolio .buttonMore{
  width:50vw;
  color: rgba(255, 255, 255, 1);
  /*float:none;*/
  margin:30px auto;
  line-height:1.5em;
  /*border:1px solid;*/
  font-family: 'Open sans', sans-serif;
    font-weight: 400;
  text-transform:uppercase;
  display:block;
  cursor:pointer;
  font-size:1.3em;
  font-weight: 150;
  letter-spacing:1px;
  text-align:center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

}

.portfolio .buttonMore:hover{
  /*color:#585858;*/
  color: rgba(255, 255, 255, 1);
  font-family: 'Open sans', sans-serif;
    font-weight: 600;
  /*background-color:rgba(206, 209, 215, 1);*/
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

}

.portfolio .showtheUnderline strong{
    color: rgba(255, 255, 255, 1);
  font-family: 'Open Sans semibold', sans-serif;
  /*letter-spacing:1.5px;*/
    position: relative;
     -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;


    /* this is showing underline"
    /* 
    &::after {
    content: '';
    position: absolute;
    bottom: -0.22rem;
    height: 0.6rem;
    left: -0.2rem;
    right: -0.1rem;
    z-index: -1;
    background-image: url(../img/icons/underline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    } */

}





.Portfolio-Footer{
  display: block;
  height: 110px;
  width: 100%;
  background-color:rgb(0, 0, 0);
  position: relative;
  top:-220px;
}

/*Setting which categorey show first in portfolio page*/

#readMoreReels{
  display: none;
}

#readMoreVideos{
  display: none;
}

#readMoreImages{
  display: none;
}
#readMoreAll{
  /*display: none;*/
}
#readMoreDoodles{
  display: none;
}

/* Portfolio grid */

.grid{
  margin-top:0px;
  width:100%;
  position:relative;
  margin-bottom:0px;
  overflow:hidden;
   -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.grid .popup-image-li{
  margin-bottom: 0px;
 }


.grid li{
  width:33.33%;
  margin:0 0;
  float: left;
  position: relative;
  overflow: hidden;
}

.grid img{
  width:100%;
  margin:0 0;
  height: auto;
  float: left;
  position: relative;
   -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
}

.image-box{

 


  position: absolute;
  width: 100%;
  height:100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}


.image-box:hover{
  background-position: center;
  background-size: 105%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*transform:scale(1.5);*/
}


.image-box .image-box-video-container{
  position: absolute;
  width: 100%;
  height:100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.grid-IG .image-box:hover{
  
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform:scale(1.02);

}

.grid .text {

  position: relative;
  color: #FFFFFF;
  font-size: 1.9em;
  font-family:  'Bebas Neue', sans-serif;
  
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  cursor: pointer;
  line-height: 1.05em;

  width: 101%;
  height:101%;
  /*background: rgba( 15, 17, 20,0.85);*/
   /*background: rgba( 0, 0, 0,0.9);*/
   /*Portfolio hover color is here */
  background: rgba( 0, 0, 0,0.95);

  z-index: 10;
  opacity:0;
  
  
  display: inline-block;
   -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.grid .text .text-title{
  position: absolute;
  margin:0;
  top:50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  width: 90%;
  text-align:center;
  font-weight: 400;
   display: block;
}

/*
.grid .text div{
  position: relative;
  padding-top: 7.5vw;
  width: 100%;
  text-align:center;
  bottom:0;
  font-weight: 600;
  letter-spacing: 2px;
  vertical-align: middle;
  display: inline-block;
}*/
.grid .text:hover {
  opacity:1;
  font-size: 1.8em;
  letter-spacing: 2px;
  text-align: center;
  
  display: inline-block;
    width: 100%;
   -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*
.grid .text span span{
  width: 100%;
  height:100%;
  font-size: 8px;
  display: table-cell;
  table-layout: fixed;
  width:80px;
  vertical-align: middle;
  text-align:center;
  line-height: 18px;
}
*/
.grid .text .text-sub{
  /*
  position: relative;
  padding-top:0px;
  
  height:20%;
  */
  font-family: 'Open Sans medium', sans-serif;
  font-size: 13px;
  text-align:center;
  line-height: 16px;
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: 1.5px;
  cursor: pointer;
  display: block;
  height: 18px;
  position: relative;
  margin:0;
  margin-top: 0.95em;
  top:50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  width: 100%;


  
}

.grid .text .text-sub strong{
  position: relative;

    &::after {
    content: '';
    position: absolute;
    bottom: -0.22rem;
    height: 0.6rem;
    left: -0.2rem;
    right: -0.1rem;

    /*Position the line behind the text so that
     it is still easily readable*/
    z-index: -1;

    /*// The SVG is added as an SVG background image*/
    background-image: url(../img/icons/underline.svg);
    background-repeat: no-repeat;

    /*
    // This allows the SVG to flex in size to fit
    // any length of word. If the word is short,
    // the SVG will be stretched vertically, if it
    // is long, the SVG will be stretched horizontally.
    // The jagged nature of this particular SVG works
    // with this transforming.*/
    background-size: cover;
    }
}


.grid .no-text {
  position: absolute;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.7);
  z-index: 2;
  opacity:0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.grid .no-text:hover {
  opacity:1;

}



/*
.grid p{
  font-size: 16px;
  font-family: 'Open Sans Light', sans-serif;
  text-align:center;
  line-height:20px;
  margin-top:28%;
  letter-spacing:0px;
  */
  /*color: #CED1D7;*/
  /*
  color: #D2D0D0;
}
*/
/*
.grid p.description {
  font-size: 14px;
  width:60px;
  margin-top:8px;
  margin-bottom: 0px;
  margin-right:auto;
  margin-left: auto;
  text-align:center;
  line-height:16px;
  font-weight: 0;
  letter-spacing:1px;
  position:relative;
}
*/
.clear { 
    clear:both; 
}

/* For the Porfilo initial Setting*/
.grid .moreImages{
  display: none;
}

.grid .moreVideos{
  /*display: none;*/
}
.grid .moreAll{
  display: none;
}



/* cLient Image ticker*/

@keyframes ticker-kf {
    0% {
      transform: translateX(0);
    }

    100% {
      /* 10rem (margin + the width of logo) for each logo x 10 logos total = -100rem */
      transform: translateX(-100rem);
    }
  }

@keyframes ticker-kfr {
    0% {
      transform: translateX(-100rem);
    }

    100% {
      /* 10rem (margin + the width of logo) for each logo x 10 logos total = -100rem */
      transform: translateX(0);
    }
  }


  /* responsive animation */

  @keyframes ticker-kf_small {
    0% {
      transform: translateX(0);
    }

    100% {
      /* 8rem (margin 6 rem +  2 rem the width of logo) for each logo x 10 logos total = -80rem */
      transform: translateX(-80rem);
    }
  }

@keyframes ticker-kfr_small {
    0% {
      transform: translateX(-80rem);
    }

    100% {
      /* 8rem (margin 6 rem +  2 rem the width of logo) for each logo x 10 logos total = -80rem */
      transform: translateX(0);
    }
  }

  .img-ticker {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    animation: ticker-kfr 15s linear infinite;
  }

  .img-ticker-otherdirection{
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    animation: ticker-kf 15s linear infinite;
  }

  .tickerlogo {
    width: 8rem;
    flex: none;
    margin: 0 1rem 0 1rem;
    align-self: flex-start;
    max-width: 100%;
    height: auto;
  }

  .clientTickertitle{
    font-family: 'Bebas neue', sans-serif;
    
    color: rgba(255, 255, 255, 1);
    
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin: 50px 35px;
    text-transform:uppercase;

  }
.clientTicker{
  overflow:hidden; 
  width: 100%;
}

/* IG Page grid */

.grid-IG{
  margin-top:8px;
  width:100%;
  position:relative;
  margin-bottom:0px;
  overflow:hidden;
   -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.grid-IG .popup-image-li{
  margin-bottom: 0px;
 }


.grid-IG li{
  width:18.5vw;
  margin:3px 3px;
  float: left;
  position: relative;
  /*overflow: hidden;*/
}

.grid-IG video{
  width:18.5vw;
  float: left;
  position: absolute;
   -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  display: block;
  object-fit: cover;
   opacity:1;

}

.grid-IG video:hover{

  -webkit-transition: all 04s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transform:scale(1);
 
   overflow: hidden;
   object-fit: cover;
   z-index: -10;

   
}

.grid-IG .videoSource{
  position: absolute;
  width: 100%;
  height:100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 auto;
  opacity: 0.2; /*ADJUST IG OPACITY*/
  filter: grayscale(1);

}
.grid-IG .videoSource:hover{
  position: absolute;
  width: 100%;
  height:100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform:scale(1.0);
  opacity: 1;

}



.grid-IG img{
  width:100%;
  margin:0 0;
  height: auto;
  float: left;
  position: relative;
   -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*opacity: 0.6;*/


}



.mfp-title{
  font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5em;
    font-weight: 400;
    font-size: 1.3em;
    margin-top: 2em;
    text-transform: capitalize;
}

.grid-IG .no-text {
  position: absolute;
  width: 100%;
  height:100%;
  /*background: rgba(249,83,0,0);*/
  background: rgba(0,0,0,0); /* IG post the black overlay
  background-blend-mode: multiply;
  /*border: 2px solid rgba(249,83,0,1);*/
  z-index: 2;
  opacity:1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.grid-IG .no-text:hover {
  opacity:0;

}


/* Clients Page grid */

.clientsTitle{
    width: 100vw;
    height: 40px;
    color: rgba(206, 209, 215, 0.2);
    float: none;
    margin: 0px auto;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    font-weight: 150;
    letter-spacing: 6px;
    text-align: center;
}

.grid-Clients{
  width:90%;
  position:relative;
  margin:-10px 7vw 30px 7vw;
  overflow:hidden;
   -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}



.grid-Clients li{
  width:10%;
  margin:0px 20px;
  float: left;
  position: relative;
  overflow: hidden;
}





.grid-Clients img{
  width:100%;
  opacity:0;
  margin:2px 0;
  height: auto;
  float: left;
  /*cursor: pointer;*/
  position: relative;
   -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  
}






/* Partners */

.partners{
  position:relative;
  width:100%;
  z-index:10;
  height:400px;
  /*background:url('../img/background/bg.jpg') 0px 0px fixed;*/
  background-color: #20252B;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.partners .opacity{
  position:absolute;
  width:100%;
  height:400px;
  background:rgba(34,36,45,0.6);
}

.partners .content{
  position:absolute;
  width:100%;
  height:400px;
  margin:0px auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.partners h2{
  color:white;
  letter-spacing:1px;
  font-size:32px;
  font-weight:300;
  text-align:center;
}


/* Contact */


.contact .aboutcontent{
  color: rgba(206, 209, 215, 0.5);
  width:100%;
  line-height:20px;
  font-weight: 100;
  font-size:12px;
  letter-spacing:0.5px;
  text-align:left;
  display:inline-block;
  /*text-align: justify;*/
  text-align-last:left;
}



.contact .aboutcontent .button a{
  font-size: 2em;
}






.contact .aboutcontent .aboutcontent_title{
  color: rgba(255, 255, 255, 1);
  font-family: 'Bebas Neue', sans-serif; 
  width:100%;
  line-height:3.2vw;
  letter-spacing:1px;
  font-weight: 400;
  font-size:3vw;
  text-align:left;
  text-transform: uppercase;
  padding-bottom: 4px;
  display:inline-block;
  /*text-align: justify;*/
  text-align-last:left;
}

.contact .aboutcontent .aboutcontent_subtitle{
  color: rgba(255, 255, 255, 1);
  font-family: 'Bebas Neue', sans-serif; 
  width:100%;
  line-height:25px;
  letter-spacing:1px;
  font-weight: 400;
  font-size:2em;
  text-align:left;
  text-transform: uppercase;
  padding-top: 1.8em;
  display:inline-block;
  /*text-align: justify;*/
  text-align-last:left;
}

.aboutcontent_body p{
  font-size: 1.35em;
  color:#FFFFFF;
  font-weight: 200;
  letter-spacing: 0.25px;
  margin-top: 0.5em;
  line-height: 1.55em;
}


.aboutcontent_body a{
  font-size: 1em;
  color:#FFFFFF;
  font-weight: 800;
  letter-spacing: 0.25px;
  margin-top: 0.5em;
  line-height: 1.55em;
  
  /*letter-spacing:2px;*/
  /*color: rgba(206, 209, 215, 1);*/
  /*color:#CED1D7;*/

}



/* Underline */
.aboutcontent strong {
  position: relative;
  white-space:nowrap;
  &::after {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: -0.5rem;
    right: -0.5rem;
    height: 0.95rem;

    /*Position the line behind the text so that
     it is still easily readable*/
    z-index: -1;

    /*// The SVG is added as an SVG background image*/
    background-image: url(../img/icons/underline.svg);
    background-repeat: no-repeat;

    /*
    // This allows the SVG to flex in size to fit
    // any length of word. If the word is short,
    // the SVG will be stretched vertically, if it
    // is long, the SVG will be stretched horizontally.
    // The jagged nature of this particular SVG works
    // with this transforming.*/
    background-size: cover;
  }
}

.aboutcontent p > strong {
  font-weight: 200;  
  /*Specific positioning for smaller text*/
  white-space:nowrap;
  &::after {
    
    bottom: -0.05rem;
    height: 0.45rem;
    left: -0.25rem;
    right: -0.25rem;
  }
}




.contactPhoto{
  width: 44%;
  float:left;
 

  
}
.contact .content .form{
  width:38%;
  margin-left: 50%;
  height:auto;
  
  
}


.contactPhoto img{

  width: 80%;
  float:right;
 
}


.image_off, #toggle_photo:hover .image_on{
   display:none
}
.image_on, #toggle_photo:hover .image_off{
   display:block
}

#contact{
  width:100%;
  background:#000000;
}

.contact{
  position:relative;
  width:100%;
  background:#171A1F;
  z-index:10;
  overflow:hidden;
  margin-bottom: 0px; 
  top:-110px; 

}

.contact .content{
  position:relative;
  width:86%;
  overflow:hidden;
  margin: 110px auto 0px auto;
  color:#FFFFFF;
}

.contact h1{
  font-size:34px;
  color:#FFFFFF;
  text-align:center;
  
  letter-spacing:6px;
  font-weight:bold;
  text-transform:uppercase;
  /*height:5vh;*/
}

.contact hr{
  color: black;
  margin-top:30px;
  background-color: black;
  height: 1px;
  width:106px;
  border:0;
}


.contact .content .form .column{
  width:97%;
  /*overflow:hidden;*/
  height:auto;
  
  
}

.contact .content .form .column-2{
  width:97%;
  /*overflow:hidden;*/
  height:auto;
 

}

.contact .content .form .column-3{
  width:97%;
  /*overflow:hidden;*/
  height:auto;
  
}

.contact .content .form .column a, .contact .content .form .column-2 a, .contact .content .form .column-3 a{
  /*overflow:hidden;*/
  color:rgba(206, 209, 215, 0.5);
  letter-spacing:1px;
  font-size: 12px;
  font-weight: 100;
  line-height: 20px;
  
}




.contact .content .form .unableBlock1{
  width: 97%;
  height:30px;
  background-color: rgba(162, 164, 176, 0.3);
  display: none;
   margin-bottom: 5px;
   line-height: 30px;
}
.contact .content .form .unableBlock2{
  width: 97%;
  height:150px;
  background-color: rgba(162, 164, 176, 0.3);
  display: none;
  padding-bottom: 5px;
}


.contact .content .contact-text{
  width:405px;
  overflow:hidden;
  height:auto;
  font-weight:300;
  float:left;
  padding-left:40px;
  color:#CED1D7;
  font-size:14px;
  line-height:26px;
}

.contact .content .contact-text .title{
  font-weight:400;
  color:#CED1D7;
  font-size:24px;
  letter-spacing:2px;
  /*text-transform:uppercase;*/
  }


.contact .successMsg{
  
  display: none;
  text-align: center;
  font-weight: 300;
  color: rgba(206, 209, 215, 1);

}
.contact .errorMsg{

  display: none;
  /*color: #5494FF;*/
  color: rgba(206, 209, 215, 1);
  text-align: center;
}

strong{
  /*font-weight:700;*/

}

input{

  width:100%;
  height:30px;
  background:#000000;
  border-top:1px solid #333;
  border-bottom:0;
  border-left:0;
  border-right:0;
  color:#333;
  font-weight:300;
  line-height:30px;
  padding-left:15px;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  letter-spacing: 2;
  margin-bottom:10px;
}
input#email{
  
}

input:focus{
  background:#000000;
  border-top:1px solid #333;
  /*outline: 3px solid rgb(206,209,215,0.2); */
}

textarea{

  width:100%;
  height:90px;
  border-top:1px solid #333;
  border-bottom:0;
  line-height:20px;
  border-left:0;
  border-right:0;
  background:#A2A4B0;
  color:#333;
  font-weight:300;
  padding:15px 0 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  
}

textarea:focus{background:#D8D9DF;}


input.submit{
  color:#CED1D7;
  width:100px;
  height:34px;
  float:right;
  margin:20px 0 50px 0;
  padding:0 15px 0 15px;
  border:0;
  font-weight:700;
  text-align:right;
  background:none;
  -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

.button .submit{
  
  width:100%;
  height:54px;
  float:none;
  color: rgba(206, 209, 215, 0.2);
  margin:5px auto;
  line-height:54px;
  /*border:1px solid;*/
  text-transform:capitalize;
  display:block;
  cursor:pointer;
  font-size:14px;
  font-weight: 150;
  letter-spacing:1px;
  background:none;
  text-align:center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.button .submit:hover{
  color: rgba(206, 209, 215, 1);
  /*font-size: 20px;*/
  /*background: rgba(88,88,88,0.4);*/
  /*border:1px solid #585858;*/
}


.button .button-download{
  
  /*width:100%;*/
  /*height:54px; //use this when the contact form works*/
  height:30px;
  font-family: 'Bebas neue', sans-serif;

  float:left;
  color: rgba(255, 255, 255, 1);
  margin:5px auto 0px auto;
  line-height:35px;
  /*line-height:54px; //use this when the contact form works*/
  /*border:1px solid;*/
  text-transform:uppercase;
  display:block;
  cursor:pointer;
  font-size:1.2em;
  font-weight: 200;
  letter-spacing:2px;
  background:none;
  /*border-bottom: #FFFFFF 2px solid;*/
  /*text-align:center; //use this when the contact form works*/
  text-align:left;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.button .button-download:hover{
  color: #F95300;
  /*border-bottom: #F95300 2px solid;*/
  /*font-size: 20px;*/
  /*background: rgba(88,88,88,0.4);*/
  /*border:1px solid #585858;*/
}



.button {
  width: 100%;
  height:auto;
}

.button .copyEmail{
  cursor:pointer;
  float: left;
}
.button .copyEmail img{
  width: 43px;
  margin: 2px 10px;
}

.mailto-message {
  /*top: 1px;*/
  /*right: 5%;*/
  /*margin-bottom: -5px;*/
  font-size: 22px;
  line-height: 22px;
  transform: translate(60px, -146%);
  position: absolute;
  display:none;
  z-index: 2;
  width: auto;
  white-space: nowrap;
  font-family: "Bebas Neue" , sans-serif;
  background-color: #F95300;
  text-align: left;
  color: white;
  padding: 4px 8px;

  &:after,
  &:before {
    content: '';
  }
  &:before {
    left: -8px;
    top: 7px;
    border-top: 15px solid transparent;
    border-right: 15px solid #F95300;
    border-left: none;
    border-bottom: 15px solid transparent;
    position: absolute;
    border-width: 8px;
    
  } 

}




.copyEmail img:hover + .mailto-message, .copyEmail:hover + .mailto-message{
  display: block;
}



/* Footer */

.footer .logo{
  position:relative;
  width:100%;
  overflow:hidden;
  margin: 20px 0px -22px auto;
  text-align:center;
  display: block;


}
.footer .footerlogo{
  position:relative;
  width:100%;
  overflow:hidden;
  margin: 14px auto -22px auto;
  text-align:center;
  display: block;


}


.footer .logo img{
  opacity:1;
  height: 30px;
  width: 30px;
  padding:0px 0px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.footer .logo img:hover{
  opacity:1;
  transform: scale(1.25);
}

.footer .footerlogo img{
  opacity:1;
  height: 30px;
  width: 30px;
  padding:0px 0px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.footer .footerlogo img:hover{
  opacity:1;
  transform: scale(1.5);
}




.footer{
  position:relative;
  bottom:0;
  width:100%;
  /*background:#F95300;*/
  background:#FFFFF;
  z-index: 10;
  /*height:23vh;*/

}

#homepagefooter{
  /*top:-220px;*/
}

.footer .logo{

  /*position:relative;*/
  /*width:58px;*/
  /*height:58px;*/
  /*margin: 0 auto;*/
  /*padding-top:50px;*/

}

.footer .menu-footer{
  /*width:80%;*/
  text-align:center;
  margin:0 25px;
  padding-top:0px;
  overflow: hidden;
  position:relative; 
  float: right

}


.footer .menu-footer a{
  line-height:46px;
  padding:2px;
  color:#FFFFFF;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.footer .menu-footer a:hover{
  color:#CED1D7;
}


.footer .copyright{
  width:80%;
  position:relative;
  font-weight:300;
  margin:0 auto;
  padding:0px 0 0px 0;
  text-align:center;
  font-size:12px;
  line-height:40px;
  color:#585858;
}

.footer .footerContact{
  /*width:80%;*/
  font-family: 'Open sans', sans-serif;
  font-weight: 800;
  position:relative;
  margin:0 auto;
  padding:20px 0px 30px 35px;
  text-align:left;
  font-size:18px;
  line-height: 24px;
  text-transform: uppercase;
  color:#FFFFFF;
  float: left;
}

.footer .footerContact a{
  /*width:80%;*/
  font-family: 'Open sans', sans-serif;
  padding-bottom: 2px;
  font-size:18px;
  font-weight: 800;
  line-height: 24px;
  border-bottom: #FFFFFF 2px solid;
  letter-spacing: 1.3px;
  color:#FFFFFF;
    -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer .footerContact a:hover{
  /*width:80%;*/
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 800;
  color:#F95300;
   border-bottom: #F95300 2px solid;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
  
}
.spreadLogo {
  display: none;

  /*

  clear: both;
  width: 94%;
  height: 12vh;
  overflow-y: clip;
  margin-right: auto;
  margin-left: auto;
  background-image:url('../img/logos/ShwennHorizon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y:top;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  */
  /*background-repeat: repeat-y;*/

  
  
}

.spreadLogo:hover{
  /*background-position-y: 200%;*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

 

}


.spreadLogo img{
  
  
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}


.quick-flipContainer{
  clear: both;
  width: 95%;
  height: 18.6vh;
  overflow-y: hidden;
  /*outline: 2px solid red;*/
  margin-right: auto;
  margin-left: auto;
  

}

.quick-flip{
  float: left;
  display: block;
  margin-right: auto;
  /*outline: 2px solid red;*/
  margin-left: auto;
  
  font-family: 'Open sans', sans-serif;
  font-weight: 800;
  font-size:20.6vw;
  line-height:.8em;
  text-transform: uppercase;
  color:#FFFFFF;
  float: left;
  text-align: center;
  text-shadow: 0 1lh #FFFFFF;
  transition: 
   translate .325s, 
   transform 0s calc(0.325s/2);
   
  transition-delay:calc(0.1s*var(--delay));
  /*animation: quick-flip-backwards 2s infinite;*/
  
}

.quick-flipAnimationClass{
  
  translate: 0 -1lh;
  transition-delay:calc(0.1s*var(--delay));
  /*transition-timing-function: cubic-bezier(0.66, 0,0.34,1); */

  /*animation: quick-flip-backwards 1.5s;
  animation-delay: calc(0.1s*var(--delay));*/
}


.quick-flipEndAnimationClass{
  
  /*transform: translateY(2lh);*/

  /*animation: quick-flip-forwards 1.5s;
  animation-delay: calc(0.1s*var(--delay)); */
  
}


.quick-flip:hover, .quick-flip:focus{
  /*animation: quick-flip-forwards 2s;*/
}

@keyframes quick-flip-forwards{
  49% {
    translate:0 1lh;
  }
  50%{
     translate:0 -1lh;
  }
  100%{
    translate: 0 0;
  }
}

@keyframes quick-flip-backwards{
  49% {
    translate:0 1lh;
  }
  50%{
     translate:0 -1lh;
  }
  100%{
    translate: 0 0;
  }
}

@media (min-width: 320px) and (max-width: 579px) {
.portfolio .portfolio-margin h1{
  margin-top:70px;
}
.about-us h1{
  margin-top:70px;
}
.contact h1{
  margin-top:70px;
}
}

@media (min-width: 579px) and (max-width: 800px) {
.portfolio .portfolio-margin h1{
  margin-top:80px;
}
.about-us h1{
  margin-top:80px;
}
.contact h1{
  margin-top:80px;
}
}

