/*
  Theme Name: onefive
  Theme URL: https://15ew.com
  Author: NERRDS
  Author URI: https://www.nerrds.com
  Description: A Medical Marijauna Marketing Agency.
  Tags: MMJ, Medical Marijauna, Marketing, SEO, Branding, Design, Print, Advertising, Marijauna 
  Text Domain: onefive
  Version: 1.0
*/
::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    background: white;
    border: solid 14px #252525;
    height: 20px;
}
::-webkit-scrollbar {
    background: #fff;
    width: 18px;
}
/*============================ Header Section ============================*/
.headerArea{
    padding-top: 22px;
}
.logo15{
    /* margin: 0 auto; */
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: lowercase;
    font-family: '35agregular';
}
.menuBtn{
    padding-top: 0;
}
.menuBtn span{
    height: 2px;
    width: 30px;
    margin: 4px auto;
    display: block;
    background: #000;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.menuBtn:hover span{
    background: #999;
}
.menuContainer{
    background: rgba(0,0,0,.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
}
.mainNav {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 715px;
    text-align: center;
}
.mainMenu > ul > li {
    display: block;
    position: relative;
}
.mainMenu > ul > li > a {
	color: #656565;
    font-size: 4rem;
    font-weight: 400;
    padding: 15px 30px 15px 0;
    font-family: '35agregular';
    text-shadow: 4px 3px 0px #fff, 5px 4px 0px #ECFF14;
}
.mainMenu > ul > li.active > a,
.mainMenu > ul > li > a:hover {
    color: #999;
    border-bottom: 4px #656565 double;
    border-top: 4px #656565 double;	
}
.mainMenu > ul > li.active > a:before,
.mainMenu > ul > li.active > a:after,
.mainMenu > ul > li > a:hover:before,
.mainMenu > ul > li > a:hover:after{
    background: #999;
}
.mainMenu {
    margin-bottom: 20px;
    margin-top: 0;
}
.subMenu {
    background: #000 none repeat scroll 0 0;
    display: block;
    margin: 0 60px;
    padding: 50px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    z-index: 2;
    display: none;
}
.subMenu > li {
    padding: 8px 0;
}
.subMenu li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4.2px;
}
.subMenu li a:hover{
    color: #999;
}
.menu-has-children a{
    position: relative;
}
.menu-has-children > a:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: auto;
    position: absolute;
    right: 5px;
    top: 17px;
    width: 2px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.menu-has-children > a:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: auto;
    position: absolute;
    right: 0;
    top: 22px;
    width: 12px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.menu-has-children > a.active:before{
    display: none;
}
.leftMenu .subMenu {
    padding-left: 35px;
    margin: 0;
}
.menuAsetes {
    border-top: 1px dashed #e1e1e1;
    margin: 0 auto;
    padding-top: 28px;
    width: 200px;
}
.loginSign a {
    color: #949494;
    font-size: 12px;
    letter-spacing: 0.24px;
    margin-bottom: 48px;
    text-transform: uppercase;
}
.loginSign a:hover {
    color: #000;
}
.crossButton{
    width: 19px;
    margin: 20px auto;
}
.cartIcon {
    margin: 0 auto;
    width: 30px;
    position: relative;
}
.cartIcon .shop_cart {
    top: 0;
}
.menuAsetes > a {
    color: #000;
    font-size: 13px;
    margin-top: 30px;
}
.mainNav .socialIcon{
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 30px;
    right: 0;
    margin: 0 auto;
}
/* Menu effect */
.effectSector {
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.effectSector.overlay-open {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.overlay-contentscale {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentscale.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
/*
Left Menu
*/
.leftEffect {
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;	
}
.leftEffect.overlay-open {
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
}
.overlay-contentpush {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentpush.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
/*============================ Intro Sections ============================*/
.introArea{
    padding: 0px 0;
}
.introContent {
    padding-left: 200px;
    position: relative;
    margin-top: 57px;
}
.titleArea.reverse {
    left: auto;
    right: -85px;
    top: 80px;
}
.reverse .subTitle{
    margin-bottom: 6px;
    padding-right: 6px
}
.defaultLink {
    padding: 0 10px;
    position: relative;
    line-height: .75;
    margin-top: 12px;
    text-align: center;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.defaultLink span {
    background: transparent;
    color: #252525;
    display: inline-block;
    font-size: 12px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    line-height: .75;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.defaultLink:hover span{
    color: #a8a8a8;
}
.defaultLink span:before{
    background: #212121 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: -10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 5px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.defaultLink span:after{
    background: #212121 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    right: -10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 5px;
    left: auto;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.defaultLink:hover span:after, .defaultLink:hover span:before{
    background: #a8a8a8;
}
.sectionTitle {
    font-size: 36px;
    letter-spacing: 10.8px;
    line-height: 0.75;
    padding-bottom: 14px;
}
.sectionSubtitle{
    color: #989898;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-weight: 400;
}
/*============================ Skill Section ============================*/
.skillArea{
    padding: 0 45px;
}
.skillImg {
    overflow: hidden;
    padding-right: 85px;
}
.skillImg img{
    width: auto;
}
.skillsCont{
    clear: both;
    display: table;
    margin-top: 65px;
    padding-left: 178px;
    position: relative;
    width: 100%;
}
.skillsCont .titleArea{
    left: -44px;
    top: 102px;
}
.singleSkill {
    float: left;
    margin-bottom: 30px;
}
.singleSkill h5 {
    padding-bottom: 23px;
    color: #656565;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3.6px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.crushArea{
    padding: 0 45px 90px  45px;
}
.modelImg{
    overflow: hidden;
    padding-left: 50%;
    opacity: .2;
    background: #FF9A1A;
}
.modelImg img{
    width: auto;
}
.crushContent {
    margin-top: 152px;
    padding-right: 47px;
    position: relative;
    padding-left: 20px;
}
.crushContent .reverse .subTitle {
    padding-right: 10px;
    margin-bottom: 12px;
}
.crushContent .titleArea.reverse {
    right: -175px;
    top: 103px;
}
/*============================ Contact Section ============================*/
.contactArea{
    padding: 90px 0;
}
.contactInfo h5,
.contactForm h5{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.nameEmail{
    clear: both;
    display: table;
    padding: 5px 0 36px;
    width: 100%;
}
.nameEmail input{
    width: 44.2%;
}
.nameEmail input[type="email"]{
    margin-left: 70px;
}
.contactForm > input{
    width: 100%;
    margin-bottom: 40px;
}
.contactForm textarea{
    width: 100%;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0 0 1px;
    color: #c7c7c7;
    font-size: 13px;
    height: 160px;
    resize: none;
    padding-left: 5px;
}
.submitButton{
    display: table;
    clear: both;
    width: 100%;
}
.submitButton button{
    float: right;
    border: none;
    background: transparent;
    margin-top: 40px;
}
.contactInfo > p {
    font-size: 12px;
    letter-spacing: .26px;
}
.contactInfo address {
    margin-top: 39px;
}
.contactInfo address p{
    color: #202020;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .48px;
}
.contactInfo address span{
    display: block;
    color: #878787;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 10px;
    letter-spacing: .48px;
}
.contactInfo .socialIcon{
    padding-top: 5px;
}
/*============================ Copy Section ============================*/
.copyText {
    color: #868686;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.44px;
    margin-top: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.copyText a{
    color: #868686;
}
.togl {
  position: absolute;
  left: 7px;
  top: 7px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.change-icon > .fa + .fa,
.change-icon:hover > .fa,
.change-icon:active > .fa,
.change-icon:visited > .fa {
  display: none;
}
.change-icon:active > .fa {
  display: inherit;
}
/*============================ Footer Section ============================*/
.footerAreaTwo{
    background: #fff;
    padding: 35px 0 10px;
    border-bottom: 10px solid #252525;
}
.subscribeForm{
    position: relative;
}
.subscribeForm input{
    padding-bottom: 15px;
    width: 100%;
}
.subscribeForm input::-webkit-input-placeholder {
    color: #c6c5c5;
}
.subscribeForm input::-moz-placeholder {
    color: #c6c5c5;
    opacity: 1;
}
.subscribeForm input:-ms-input-placeholder {
    color: #c6c5c5;
}
.subscribeForm input:-moz-placeholder {
    color: #c6c5c5;
    opacity: 1;
}
.subscribeForm button{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    position: absolute;
    right: 28px;
    top: -11px;
    left: auto;
}
.footerMenuArea ul{
    margin-top: 0;
}
.footerMenuArea ul li{
    display: block;
    padding-bottom: 12px;
}
.footerMenuArea ul li a{
    display: inline-block;
    font-size: 11px;
    color: #878787;
    text-transform: uppercase;
}
.footerAreaTwo.abFooter{
    padding-top: 0;
}
/*=========================== Header Section ============================*/
.headerThree{
	padding: 28px 45px 4px;
}
/*.headerThree .menuBtn {
    padding-left: 18px;
    padding-top: 0;
}*/
.homeThreeSlider{
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 18px;
    position: relative;
}
.homeThreeSlider .socialIcon{
    margin-top: 24px;
}
.h3SlideContent h1{
    color: #000000;
    font-weight: 700;
    letter-spacing: 21.6px;
    font-size: 72px;
}
.h3SlideContent h2{
    font-family: 'Shadows Into Light', cursive;
    color: #000000;
    font-weight: 400;
    letter-spacing: 21.6px;
    font-size: 72px;
}
.h3SlideContent a{
    background: #fff none repeat scroll 0 0;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 7.2px;
    padding: 10px 6px 10px 14px;
    text-transform: uppercase;
}
.homeThreeSlider .mainSlider .tp-bullets.simplebullets.round, 
.homeThreeSlider .mainSlider .tp-bullets.simplebullets.round.hidebullets, 
.homeThreeSlider .mainSlider .tp-bullets.simplebullets.round.hovered {
    bottom: 30px !important;
}
.homeThreeSlider .mainSlider .tp-bullets.simplebullets.round.last, 
.homeThreeSlider .mainSlider .tp-bullets.simplebullets.round.last.hidebullets, 
.homeThreeSlider .mainSlider .tp-bullets.simplebullets.round.last.hovered {
    margin-right: 0 !important;
}
/*============================ Skill Section ============================*/
.skillTwoArea{
    padding: 85px 0 76px;
}
.skillsTwoCont h5{
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3.6px;
    margin-bottom: 27px;
    text-transform: uppercase;
}
/*============================ Team Section ============================*/
.teamAreaTwo {
    padding: 0 60px;
}
.teamTwoImg {
    overflow: hidden;
}
.teamTwoImg > img {
    width: auto;
    max-width: inherit;
}
.teamTwoContent {
    background: #f2f1f1;
    min-height: 600px;
    padding-left: 70px;
    padding-top: 47px;
    position: relative;
}
.teamTwoContent::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    left: 5px;
    min-height: 590px;
    position: absolute;
    top: 5px;
    width: 442px;
}
.teamTwoTitle,
.teamService{
    position: relative;
    z-index: 2;
}
.teamTwoTitle .sectionTitle{
    line-height: 1;
    padding-bottom: 10px;
}
.teamService {
    bottom: 28px;
    left: 45px;
    position: absolute;
    top: auto;
}
.teamService p{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    color: #999999;
    margin-bottom: 19px;
}
.navName h5{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.26px;
    padding: 0 0 14px;
    color: #fff;
}
.navName p {
    color: #fff;
    font-family: "35agregular",serif;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.nav3homeImg {
    position: relative;
}
.Qnav15ewCover{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(208, 255, 0, 0.39);
    width: 100%;
    height: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.teamTwoSocial{
    position: absolute;
    left: auto;
    right: 30px;
    top: 40px;
}
.teamTwoSocial ul li a:hover{
    color: #fff;
}
.navName{
    position: absolute;
    left: 35px;
    top: auto;
    bottom: 26px;
    text-align: left;
}
.nav3homeImg:hover .Qnav15ewCover{
    opacity: 1;
    visibility: visible;
}
.plugH3Cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 500px;
    padding: 26px 30px 0 25px;
}
.plugH3Cont .sectionTitle{
    line-height: 1;
    padding-bottom: 17px;
}
.plugH3Cont .defaultLink{
    position: absolute;
    bottom: 20px;
    left: 30px;
    top: auto;
}
.plugH3Cont .defaultLink span:before,
.plugH3Cont .defaultLink span:after{
    background: #fff;
}
.plugH3Cont .defaultLink span{
    color: #fff;
}
.headerAreaFour{        
	padding: 28px 45px 40px;
}
/*============================ Slider Section ============================*/
.sliderArea.home4{
    padding-left: 545px;
    padding-top: 0;
    padding-bottom: 0;
}
.sliderArea.home4 .mainSlider{
    height: 625px !important;
}
.h4firstSlide{
    z-index: 2;
}
.h4thirdSlide {
    z-index: 3;
}
.h4SlideContent h2{
    font-size: 20px;
    letter-spacing: 3px;
}
.h4SlideContent h1{
    font-size: 235px;
    letter-spacing: 76px;
    text-transform: lowercase;
    font-family: '35agregular';
    margin-top: 134px;
    line-height: 183px;
	height:75vh;
}
.h4SlideContent h1 span{
    color: #9f9f9f;
}
.h4SlideContent p{
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    line-height: 18px;
    letter-spacing: 7.2px;
}
.h4Blanked{
    width: 23vw;
    height: 63vh;
    background: #D0FF00;
    opacity: .2;
    border-right: 9px solid #FF7800;
    border-bottom: 7px solid;
}
.h4SlideContent{
    overflow: hidden;
}
.h4SlideContent img{
    width: auto !important;
}
.h4fifthSlide{
    z-index: 4;
}
.home4 .mainSlider .tp-bullets.simplebullets.round, 
.home4 .mainSlider .tp-bullets.simplebullets.round.hidebullets, 
.home4 .mainSlider .tp-bullets.simplebullets.round.hovered {
    bottom: 62% !important;
    width: 20px;
    left: 20px !important;
    right: auto !important;
}
.home4 .mainSlider .tp-bullets.simplebullets.round .bullet, 
.home4 .mainSlider .tp-bullets.simplebullets.round.hovered .bullet, 
.home4 .mainSlider .tp-bullets.simplebullets.round.hidebullets .bullet {
    margin: 5px !important;
}
/*---Portfolio---*/
.galleryH9Area {
    position: relative;
}
.artworkArea{
    padding-bottom: 90px;
}
.artImg{
    position: relative;
    overflow: hidden;
}
.artImg img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.artHover{
	position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}
.artImg:hover .artHover{
    opacity: 1;
    visibility: visible;
    top: 0;
}
.artImg:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.artlink {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 50%;
    color: #656565;
    font-size: 22px;
    height: 47px;
    margin-right: 9px;
    padding-top: 14px;
    width: 47px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.artlink:hover{
    background: #000;
    color: #ebebeb;
}
.artpop {
	margin-left: 9px;
    padding-top: 14px;
    height: 100%;
	width:100%;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.artpop:hover{
    color: #656565;
}
.artContent {
    bottom: 0;
    height: 90px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.artContent > h5 {
    margin-top: 30px;
}
.artContent h5 a {
    color: #656565;
    font-family: '35agregular', serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
div.pp_default .pp_close{
    color: #656565;
    height: inherit;
    padding-right: 10px;
    padding-top: 6px;
    text-align: right;
    text-indent: 0;
    width: inherit;
    opacity: 1 !important;
    line-height: 1 !important;
    display: block;
}
.artBtn{
    margin-top: 48px;
}
/*============================ Overview Section ============================*/
.scienceArea{
    padding: 0 45px;
    margin-top: -58px;
}
.scienceArea .col-sm-6{
    position: relative;
}
.scienceArea .skillImg {
    overflow: hidden;
    padding-right: 152px;
}
.bigLine{
    background: #555555;
    height: 11px;
    width: 200px;
    position: absolute;
    left: auto;
    right: 34px;
    top: 203px;
}
.scienceArea .skillsTwoCont {
    width: 300px;
    margin-bottom: 51px;
}
.scienceArea .skillsCont{
    padding-left: 153px;
    margin-top: 0;
    padding-top: 208px;
}
.scienceArea .skillsCont .titleArea {
    left: -134px;
    top: 360px;
}
.scienceArea .commonTittle {
    padding-bottom: 12px;
}
.crushAreaH4{
    padding: 0 45px;
}
.crushAreaH4 .modelImg {
    padding-left: 152px;
}
.crushAreaH4 .col-sm-7{
    position: relative;
}
.crushAreaH4 .bigLine{
    left: 36px;
    right: auto;
    top: 257px;
}
.crushAreaH4 .crushContent {
    margin-top: 0;
    padding-left: 0;
    padding-right: 131px;
    padding-top: 250px;
}
.crushAreaH4 .crushContent .titleArea.reverse {
    right: -102px;
    top: 345px;
}
.megashadow {
    font: 300px "35agregular";
    color: rgb(255, 255, 255);
    text-shadow: rgb(206, 206, 206) 1px 1px 0, rgb(206, 206, 206) 2px 2px 0, rgb(206, 206, 206) 3px 3px 0, rgb(206, 206, 206) 4px 4px 0, rgb(206, 206, 206) 5px 5px 0, rgb(206, 206, 206) 6px 6px 0, rgb(206, 206, 206) 7px 7px 0, rgb(255, 255, 255) 8px 8px 0, rgb(206, 206, 206) 9px 9px 0, rgb(206, 206, 206) 10px 10px 0, rgb(206, 206, 206) 11px 11px 0, rgb(206, 206, 206) 12px 12px 0, rgb(228, 228, 228) 13px 13px 0, rgb(228, 228, 228) 14px 14px 0, rgb(228, 228, 228) 15px 15px 0, rgb(228, 228, 228) 16px 16px 0, rgb(228, 228, 228) 17px 17px 0, rgb(228, 228, 228) 18px 18px 0, rgb(228, 228, 228) 19px 19px 0, rgb(228, 228, 228) 20px 20px 0, rgb(228, 228, 228) 21px 21px 0, rgb(228, 228, 228) 22px 22px 0, rgb(228, 228, 228) 23px 23px 0, rgb(228, 228, 228) 24px 24px 0, rgb(228, 228, 228) 25px 25px 0, rgb(228, 228, 228) 26px 26px 0, rgb(228, 228, 228) 27px 27px 0, rgb(228, 228, 228) 28px 28px 0, rgb(228, 228, 228) 29px 29px 0, rgb(228, 228, 228) 30px 30px 0, rgb(228, 228, 228) 31px 31px 0, rgb(228, 228, 228) 32px 32px 0, rgb(228, 228, 228) 33px 33px 0, rgb(228, 228, 228) 34px 34px 0, rgb(228, 228, 228) 35px 35px 0, rgb(228, 228, 228) 36px 36px 0, rgb(228, 228, 228) 37px 37px 0, rgb(228, 228, 228) 38px 38px 0, rgb(228, 228, 228) 39px 39px 0, rgb(228, 228, 228) 40px 40px 0, rgb(228, 228, 228) 41px 41px 0, rgb(228, 228, 228) 42px 42px 0, rgb(228, 228, 228) 43px 43px 0, rgb(228, 228, 228) 44px 44px 0, rgb(228, 228, 228) 45px 45px 0, rgb(228, 228, 228) 46px 46px 0, rgb(228, 228, 228) 47px 47px 0, rgb(228, 228, 228) 48px 48px 0, rgb(228, 228, 228) 49px 49px 0, rgb(228, 228, 228) 50px 50px 0, rgb(228, 228, 228) 51px 51px 0, rgb(228, 228, 228) 52px 52px 0, rgb(228, 228, 228) 53px 53px 0, rgb(228, 228, 228) 54px 54px 0, rgb(228, 228, 228) 55px 55px 0, rgb(228, 228, 228) 56px 56px 0, rgb(228, 228, 228) 57px 57px 0, rgb(228, 228, 228) 58px 58px 0, rgb(228, 228, 228) 59px 59px 0, rgb(228, 228, 228) 60px 60px 0, rgb(228, 228, 228) 61px 61px 0, rgb(228, 228, 228) 62px 62px 0, rgb(228, 228, 228) 63px 63px 0, rgb(228, 228, 228) 64px 64px 0, rgb(228, 228, 228) 65px 65px 0, rgb(228, 228, 228) 66px 66px 0, rgb(228, 228, 228) 67px 67px 0, rgb(228, 228, 228) 68px 68px 0, rgb(228, 228, 228) 50px 50px 0, rgb(228, 228, 228) 69px 69px 0, rgb(228, 228, 228) 70px 70px 0, rgb(228, 228, 228) 71px 71px 0, rgb(228, 228, 228) 72px 72px 0, rgb(228, 228, 228) 73px 73px 0, rgb(228, 228, 228) 74px 74px 0, rgb(228, 228, 228) 75px 75px 0, rgb(228, 228, 228) 76px 76px 0, rgb(228, 228, 228) 77px 77px 0, rgb(228, 228, 228) 78px 78px 0, rgb(228, 228, 228) 79px 79px 0, rgb(228, 228, 228) 80px 80px 0, rgb(228, 228, 228) 81px 81px 0, rgb(228, 228, 228) 82px 82px 0, rgb(228, 228, 228) 83px 83px 0, rgb(228, 228, 228) 84px 84px 0, rgb(228, 228, 228) 85px 85px 0, rgb(228, 228, 228) 86px 86px 0, rgb(228, 228, 228) 87px 87px 0, rgb(228, 228, 228) 88px 88px 0, rgb(228, 228, 228) 89px 89px 0, rgb(228, 228, 228) 90px 90px 0, rgb(228, 228, 228) 91px 91px 0, rgb(228, 228, 228) 92px 92px 0, rgb(228, 228, 228) 93px 93px 0, rgb(228, 228, 228) 94px 94px 0, rgb(228, 228, 228) 95px 95px 0, rgb(228, 228, 228) 96px 96px 0, rgb(228, 228, 228) 97px 97px 0, rgb(228, 228, 228) 98px 98px 0, rgb(228, 228, 228) 99px 99px 0, rgb(228, 228, 228) 100px 100px 0;
	margin-top: -83px;
	width: auto;
}
.megashadow:after {
    content: "15EW";    
	left: 115px;
    top: 17px;
    text-shadow: none;
    position: absolute;
    opacity: .5;
}
/*============================ Science Section ============================*/
.panel.panel-default .panel-heading {
    background-color: transparent;
    border: medium none;
    border-radius: 0 !important;
    color: inherit;
    padding: 0;
}
.panel-heading .panel-title {
    color: #656565;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3.6px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.panel-heading .panel-title:hover {
    color: #CECECE;
}
.panel-group .panel.panel-default {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel .panel-heading + .panel-collapse > .list-group {
    border-top: medium none;
    background: rgba(255, 255, 255, 0.59)
}
.panel-collapse .panel-body {
    padding: 24px 25px 9px 30px;
}
.panel-body p{
    font-size: 12px;
}
.panel-title a.collapsed {
    margin-bottom: 13px;
}
/*============================ Feature Section ============================*/
.feaSection.aboutPage{
    background: url(../images/onefive_home/1.png) no-repeat scroll center center / cover;
    margin-bottom: 90px;
    padding-bottom: 169px;
}
/*============================ Contact Welcome Section ============================*/
.sayHi {
    background: rgba(181, 253, 111, 0.34) none repeat scroll 0 0;
    height: 255px;
    padding: 24px 0 0 36px;
    position: relative;
    width: 315px;
}
.sayHi h1{
    color: #252525;
    font-size: 58px;
    line-height: 1;
    font-family: '35agregular';
    letter-spacing: 10px;
    opacity: .8;
}
.sayHi p{
    bottom: 11px;
    color: #fff;
    font-size: 12px;
    left: 32px;
    letter-spacing: 7.2px;
    position: absolute;
    text-transform: uppercase;
    top: auto;
}
.contactChoices h4{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 7.2px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contactChoices {
    margin-top: 95px;
    position: relative;
    z-index: 2;
}
.fakeDiv {
    background: rgba(0, 255, 251, 0.49) none repeat scroll 0 0;
    height: 255px;
    position: absolute;
    right: 60px;
    top: 40px;
    width: 900px;
    left: auto;
}
.address {
    margin-top: 60px;
}
.address h6 {
    color: #878787;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.1px;
    padding-bottom: 14px;
}
.address p {
    margin-bottom: 24px;
    color: #25282c;
    font-family: Merriweather;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 3.6px;
}
.address p a {
    color: #25282c;
    font-family: Merriweather;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 3.6px;
}
.contact_15ew{
    padding: 0 60px 130px;
    position: relative;
}
.contact_15ew .sayHi{
    position: relative;
    z-index: 2;
}
.contact_15ew .fakeDiv{
    left: 0;
    right: auto;
    width: 845px;
}
.contact_15ewCont {
    left: auto;
    position: absolute;
    right: 230px;
    top: 0;
    width: 745px
}
.contact_15ew.two{
    padding-bottom: 213px;
}
/*============================ Contact Info Section ============================*/
.contactInfoArea{
    padding: 70px 0 90px;
}
.mailForm h5,
.contactDetails h5{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3.9px;
    margin-bottom: 33px;
    text-transform: uppercase;
}
.contactDetails address p{
    color: #202020;
    font-size: 12px;
    letter-spacing: 0.48px;
    line-height: 2.4;
    margin-bottom: 6px;
    margin-top: 35px;
    text-transform: uppercase;
}
.contactDetails address span {
    color: #878787;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.48px;
    padding-bottom: 10px;
}
.contactDetails address{
    margin-bottom: 27px;
}
.mailForm textarea{
    background: transparent none repeat scroll 0 0;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0 0 1px;
    clear: both;
    color: #c7c7c7;
    display: table;
    font-size: 13px;
    height: 95px;
    letter-spacing: 0.26px;
    margin-top: 37px;
    opacity: 1;
    padding-left: 5px;
    resize: none;
    width: 100%;
}
.mailForm input[name="subject"] {
    margin-top: 37px;
    width: 100%;
}
.mailForm .inputField input {
    width: 44.8%;
}
.mailForm {
    padding-left: 95px;
}
.mailForm button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: right;
    margin-right: 7px;
    margin-top: 38px;
}
.antispam { display:none;}
.contactInfoArea.two{
    padding-top: 88px;
}
/* Hover Effect */
.border.defaultLink:hover{
    background: #252525;
}
.border.defaultLink:hover span{
    color: #fff;
}
.border.defaultLink:hover span:after,
.border.defaultLink:hover span:before{
    background: #fff;
}
.defaultLink.background:hover{
    border: 1px solid #252525;
    background: #fff;
}
.defaultLink.background:hover span{
    color: #252525;
}
.defaultLink.background:hover span:after,
.defaultLink.background:hover span:before{
    background: #252525;
}
.footerMenuArea ul li a:hover,.copyText a:hover{
    color: #252525;
}
.ratings li a:hover{
    color: #999;
}
/*
** Left Menu
========================================================================*/
.leftMenu .mainNav {
    padding: 28px 0 20px 60px;
    position: fixed;
    right: auto;
    text-align: left;
    width: 100%;
}
.leftMenu .mainMenu {
    padding-left: 0;
    margin-top: 80px;
}
.leftMenu{
    background: transparent;
    position: fixed;
    width: 269px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
	overflow:hidden;
}
.leftMenu .logoImg {
    margin: 0;
}
.leftMenu .crossButton {
    /* left: 70px; */
    margin: 0;
    position: absolute;
    /* right: 40px; */
    /* top: 28px; */
}
.leftMenu .menuAsetes {
    margin: 0;
    width: 90%;
}
.leftMenu .menuAsetes > a {
    margin-top: 0;
    margin-right: 26px;
}
.leftMenu .cartIcon {
    margin: 0 14px 0 0;
    position: relative;
    top: -15px;
    width: 30px;
}
.leftMenu .mainNav .socialIcon {
    left: 60px;
}
/********* Fixed Header *********/
.headerThree.headerFix{
    padding-bottom: 22px;
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 5px -3px rgba(0, 255, 112, 0.4);
    -moz-box-shadow: 0px 1px 5px -3px rgba(0, 255, 112, 0.4);
    box-shadow: 0px 1px 5px -3px rgba(0, 255, 112, 0.4);
}
.headerAreaFour.headerFix{
    padding-bottom: 28px;
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 5px -3px rgba(0, 255, 112, 0.4);
    -moz-box-shadow: 0px 1px 5px -3px rgba(0, 255, 112, 0.4);
    box-shadow: 0px 1px 5px -3px rgba(0, 255, 112, 0.4);
}
.headerFix.headerAreaFour .subSocial {
    margin-top: 0;
}
.headerFix{
    background: rgba(255,255,255,.9);
    top: 0;
}
/*************************************************************
* Button Section
*************************************************************/
.buttons{
    width: 100%;
    position: relative;
}
.ashBg{
    background: #ebebeb;
    padding: 23px 0 35px
}
.blackBg{
    background: #252525;
    padding: 23px 0 35px;
	opacity: .7;
}
/*************************************************************
* Overview Section 6
*************************************************************/
.overviewSection{
    padding: 90px 0;
}
.text_box{
    width: 100%;
    position: relative;
}
.text_box h5{
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 25px;
    line-height: .7;
    letter-spacing: 3.6px;
    font-weight: 400;
}
.text_box p{
    margin: 0px;
    font-size: 13px;
    line-height: 21.6px;
    letter-spacing: .26px;
}
.overviewSection .text_box {
    padding-right: 60px;
}
/*************************************************************
* 3 image nav
*************************************************************/
.Qnav15ew{
    width: 100%;
    position: relative;
    padding: 0 60px;
}
.sectionTitleDiv{
    border: 4px solid #f2f1f1;
    padding-top: 37px !important;
    padding-left: 30px !important;
}
.sectionTitleDiv .sectionTitle{
    line-height: 38px;
}
.sectionDesc{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 7.20px;
    text-transform: uppercase;
    padding-right: 20px;
    margin-bottom: 32px;
    margin-top: 60px;
}
.nav3home .navName p{
    letter-spacing: .24px;
}
.nav3home{
    overflow: hidden;
    padding: 10px;
}
.nav3home .navName{
    bottom: -26px;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -ms-transition: all ease 900ms;
    -o-transition: all ease 900ms;
    opacity: 0;
    visibility: hidden;
}
.nav3home:hover .navName{
    bottom: 26px;
    opacity: 1;
    visibility: visible;
}
.nav3home .teamTwoSocial{
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -ms-transition: all ease 900ms;
    -o-transition: all ease 900ms;
}
.nav3home:hover .teamTwoSocial{
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.nav3home img{
    width: 100%;
    height: auto;
    transform: scale(1.01);
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.nav3home:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*************************************************************
* Feature 6
*************************************************************/
.feaSection{
    margin: 10px 40px 80px 55px;
    background: url(../images/onefive_home/3.png) no-repeat scroll center center / cover; 
    padding-bottom: 83px;
    padding: 205px 0;
    height: 90vh;
    background-color: #fff;
}
.feaSection.overlays:after{
    background: rgba(0, 0, 0, .7);
}
.slideHeading {
    font-size: 2.5rem;
    letter-spacing: 24px;
    line-height: 1.5;
    opacity: .4;
    color: #656565;
    left: 40px;
    position: absolute;
    text-shadow: 4px 3px 0px #fff, 5px 4px 0px deeppink;
    background: #fff;
    padding: 42px;
    font-family: '35agregular';	
}
/* =24px */
.container__item {
  margin: 0 auto 40px;
}
.landing-page-container {
  width: 100%;
  min-height: 100%;
  height: 90rem;
  background-image: url(../images/onefive_home/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #09383E;
}
.content__wrapper {
  max-width: 1200px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.coords {
  font-size: 1rem;
  display: inline-block;
  -webkit-transform: rotate(-90deg) translateY(50%);
          transform: rotate(-90deg) translateY(50%);
  float: left;
  position: relative;
  top: 40%;
  letter-spacing: 0.2rem;
  left: -11.5rem;
  margin: 0;
}
.ellipses-container {
    width: 80rem;
    height: 80rem;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    top: 0.5rem;
}
.ellipses-container .greeting {
    position: absolute;
    top: 20.6rem;
    left: -3rem;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 4rem;
    font-size: 59.2rem;
    font-weight: 400;
    font-family: '35agregular';
	color: #252525;
}
.ellipses-container .greeting:after {
}
.ellipses {
  border-radius: 50%;
  position: absolute;
  top: 0;
  border-style: dotted;
}
.ellipses__outer--thin {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: rgba(9, 56, 62, 0.1);
  -webkit-animation: ellipsesOrbit 15s ease-in-out infinite;
          animation: ellipsesOrbit 15s ease-in-out infinite;
}
.ellipses__outer--thin:after {
  content: "";
  background-image: url("../images/onefive_home/dial.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0.15;
}
.ellipses__outer--thick {
  width: 99.5%;
  height: 99.5%;
  border-color: #FFF transparent;
  border-width: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: ellipsesRotate 15s ease-in-out infinite;
          animation: ellipsesRotate 15s ease-in-out infinite;
}
.ellipses__orbit {
  width: 6.5rem;
  height: 6.5rem;
  border-width: 2px;
  border-color: #ECFF14;
  top: 5rem;
  right: 6.75rem;
}
.ellipses__orbit:before {
  content: '';
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  display: inline-block;
  background-color: #ECFF14;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@-webkit-keyframes ellipsesRotate {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes ellipsesRotate {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes ellipsesOrbit {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ellipsesOrbit {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*************************************************************
* Body Wrapper
*************************************************************/
.body_wrapper{
    margin-left: 300px;
}
/*************************************************************
* plug
*************************************************************/
.plug{
    position: relative;
}
.plug .plugH3Cont{
    height: 400px;
    width: 300px;
}
.text_box_img{
    width: 100%;
    position: relative;
}
.text_box_img img{
    width: 100%;
    height: auto;
}
.paddings{
    padding: 70px 20px 58px 35px;
}
.paddings2{
    padding: 45px 15px 0px 20px;
}
.extraHeight{
    width: auto;
    height: 801px;
}
.arrow_bottom:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    z-index: 2;
    margin: 0 auto;
    content: "";
}
.arrow_top:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #ffffff transparent;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    z-index: 2;
    margin: 0 auto;
    content: "";
}
.tfaImgs{
	width: 100%;
    height: auto;
    position: relative;
    border: 2px solid rgba(0, 255, 255, 0.26);
}
.tfaImgs h5{
    font-size: 12px;
    line-height: 21.6px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    margin: 0px;
    position: absolute;
    left: 166px;
    bottom: 65px;
    font-weight: 400;
}
/*************************************************************
* contact form 2
*************************************************************/
.contactSection{
    padding-bottom: 90px;
}
.contactform2 input{
    width: 100%;
    margin-bottom: 40px;
}
.submitButton button{
    padding: 0 10px;
}
.post {
    background: url('../images/onefive_contact/post.png');
    width: 300px;
    height: 265px;
}
/*************************************************************
* Methods | Page Title Section
*************************************************************/
.pTSInner{
    width: 100%;
    position: relative;
}
.pageTitle{
    width: 315px;
    height: 255px;
    background: #252525;
	opacity:.7;
    float: left;
    padding-left: 35px;
    padding-top: 25px;
}
.pageTitle h1{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 23px;
    margin: 0 0 97px;
    color: #FFF;
	font-family: '35agregular';
}
.pageTitle p{
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    margin: 0px;
    color: #FFF;
}
.pTSInner .pageTitle, .pTSInner .pageDesctiption{
    position: relative;
    z-index: 1;
}
.pageDesctiption{
    width: 100%;
    position: relative;
}
.pageDesctiption h6{
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 7.2px;
    margin: 0 0 20px;
}
.pageDesctiption p{
    padding-right: 50px;
}
.pdMargin{
    margin-left: 85px;
    margin-top: 95px;
}
.pTSInner:after{
    width: 50%;
    height: 100vh;
    background: #66FF00;
    right: 0;
    top: 40px;
    position: absolute;
    content: "";
	opacity:.3;
}
/****************** Back to top ***********************/
#backtotop {
    /* background: #000 none repeat scroll 0 0; */
    /* bottom: 60px; */
    /* height: 40px; */
    /* left: auto; */
    margin: auto;
    opacity: 1;
    /* padding-top: 10px; */
    /* position: fixed; */
    /* right: 60px; */
    /* text-align: center; */
    /* top: auto; */
    /* width: 42px; */
    z-index: 99;
}
#backtotop img{
    width: 23px;
}
#backtotop:hover{
    background: #999;
}
#backtotop.active{
    visibility: visible;
    opacity: 1;
}
input.reqError, textarea.reqError{
    border-color: #000;
}
/****************** Loader ***********************/
.tp-banner1 .tp-loader.spinner0{
    display: none !important;
}
.loaderWrap{
    width: 100%;
    position: fixed;
    height: 100%;
    background: #F1F1F1;
    z-index: 9999;
}
.loader {
    position: relative;
    width: 75px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40%;
}
.loader__15ew {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content:" 35 ";
  -webkit-animation: ball 4s infinite;
          animation: ball 4s infinite;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
            transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
            transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
            transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
            transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
            transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
            transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
            transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
            transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
            transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
            transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
            transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
            transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
            transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
            transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
            transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
            transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
            transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
            transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
            transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
            transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
            transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
            transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
            transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
            transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
            transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
            transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
            transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
            transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}