@font-face {
    font-family: 'tt_normsbold';
    src: url('fonts/subset-TTNorms-Bold.eot');
    src: url('fonts/subset-TTNorms-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-TTNorms-Bold.woff2') format('woff2'),
        url('fonts/subset-TTNorms-Bold.woff') format('woff'),
        url('fonts/subset-TTNorms-Bold.ttf') format('truetype'),
        url('fonts/subset-TTNorms-Bold.svg#TTNorms-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'tt_normsextrabold';
    src: url('fonts/subset-TTNorms-ExtraBold.eot');
    src: url('fonts/subset-TTNorms-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-TTNorms-ExtraBold.woff2') format('woff2'),
        url('fonts/subset-TTNorms-ExtraBold.woff') format('woff'),
        url('fonts/subset-TTNorms-ExtraBold.ttf') format('truetype'),
        url('fonts/subset-TTNorms-ExtraBold.svg#TTNorms-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'tt_normsregular';
    src: url('fonts/subset-TTNorms-Regular.eot');
    src: url('fonts/subset-TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/subset-TTNorms-Regular.woff2') format('woff2'),
        url('fonts/subset-TTNorms-Regular.woff') format('woff'),
        url('fonts/subset-TTNorms-Regular.ttf') format('truetype'),
        url('fonts/subset-TTNorms-Regular.svg#TTNorms-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}













/*Preloader*/

#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


#loaderInner {
    background-image: url(../images/spinner.gif);
    background-position: 50% center;
    background-repeat: no-repeat;
	background-size: 40px 40px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}
/*
fonts
Thin 100
Light 300
Regular 400
Medium 500
Bold 700
Black 900
*/
/*Wrapper*/
/*ff5733*/
:root {
	
	/**/
	--bgColor: rgb(250,166,26);
	--textcolor: rgb(255,135,0);
	--linkcolor: rgb(255,135,0); 
	--linkHoverColor: #fff;
	--linkHoverBgColor: #00ff00;
	--linkSelectedColor: #fff;
	--linkSelectedBgColor: #00ff00;
	/**/
	--bgColor: rgb(250,166,26);
	--textcolor: #ff7f32;
	--linkcolor: #ff7f32; 
	--linkHoverColor: #ff7f32;
	--linkHoverBgColor: #ff7f32;
	--linkSelectedColor: #ff7f32;
	--linkSelectedBgColor: #ff7f32;
}
html,body, #wrapper{
	min-height:100vh;
}
.content, .content .container{
	/*min-height: calc(100vh - 100px);*/
}
body{
	
	font-family: 'tt_normsregular';
}
#wrapper{
	position:relative;
	width:100%;
}
.container{
	max-width: 1400px;
	    margin: 0 auto;
	    padding: 0 40px;
}

.container:before,
.container:after{
	display:block;
	content:' ';
	clear:both;
}
/*End wrapper*/


/*Header*/
#header{
	background-color:var(--bgColor);
	padding: 100px 0px 36px 0px;
}
.logo-url{
	float:left;
}
#mainNav{
	float:right;
	
}


.logo{
	width:287px;
}
.bg-menu-item{
	position:relative;
	width:100%;
	visibility: hidden;
	
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--linkcolor);;
}

::selection {
  color: #fff;
  background: var(--linkcolor);;
}

header{
	position:relative;
	width:100%;
	padding:0px;
	
}
#heade:after,
#heade:before{
	display:block;
	content:" ";
	clear:both;
}

.home-slider{
	position:relative;
	width:100%;
	/*
	height: calc(100vh - 100px);
	background-color:var(--linkHoverBgColor); 
	*/
}
.home-slider ul,
.home-slider li{
	width:100%;
	/*
	height:100%;
	background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	*/
}
.home-slider li img{
	width:100%;
}


/* title-tip down */
.title-tip[title]:hover {
  position: relative;
}
.title-tip[title]:hover:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  content: attr(title);
  margin-top: 0.5em;
  padding: 8px;
  width: 200px;    /* change it */
  overflow: hidden;
  word-wrap: break-word;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  background-color: var(--linkcolor);
  box-sizing: border-box;
  /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
}

.title-tip[title]:hover:before {
    position: absolute;
    top: 100%;
    left: -171px;
    z-index: 99999;
    content: attr(title);
    margin-top: 0.5em;
    padding: 0px;
    width: 182px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 22px;
    color: var(--linkcolor);
    text-align: center;
    background-color: transparent;
    box-sizing: border-box;
    /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); */
}

.title-tip[title]:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99999;
  content: '';
  margin-left: -0.125em;
  width: 0;
  height: 0;
  border: 0.25em dashed transparent;
  border-bottom: 0.25em solid var(--linkcolor);
  font-size: inherit;
}

/* title-tip-up */
.title-tip-up[title]:hover:before {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.title-tip-up[title]:hover:after {
  top: auto;
  bottom: 100%;
  border: 0.25em dashed transparent;
  border-top: 0.25em solid var(--linkcolor);
}

/* title-tip-right */
.title-tip-right[title]:hover:before {
  top: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.5em;
}
.title-tip-right[title]:hover:after {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-right: 0.25em solid var(--linkcolor);
}

/* title-tip-left */
.title-tip-left[title]:hover:before {
  top: auto;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.5em;
}

.title-tip-left[title]:hover:before {
    top: 35px;
    left: -171px;
    right: 100%;
    margin-top: 0;
    margin-right: 0.5em;
}
.prev-project.title-tip-left[title]:hover:before {
    top: 35px;
    left: -124px;
    right: 100%;
    margin-top: 0;
    margin-right: 0.5em;
width:169px;
}
.title-tip-left[title]:hover:after {
	display:none;
  top: 50%;
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-left: 0.25em solid var(--linkcolor);
}

@keyframes pulse {
  0% {
    background-position:100% 0px   ;
  }
  100% {
    background-color:  100% 100% ;
  }
}
.pl25{
	padding-left:25px;
}
.col-s{
	width:43.333% !important;
	margin:0px !important;
	
}
.col-l{
	width:56.666% !important;
	margin:0px !important;
}

#slide-nav{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.content, .content .container {
    /*min-height: calc(100vh);*/
}
.carousel-next {
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    right: calc(100vw - 1200px - 32px);
}

.carousel-prev {
	left: calc(100vw - 1200px - 32px);
	    transform: rotate(135deg) !important;
	    -webkit-transform: rotate(135deg) !important;
}
.carousel:hover .pn{
	visibility: visible; 
}
.home-slider{
	width:100%;
	/*max-width: 1200px;*/
    margin: 0 auto;
padding: 20px 0px;
	/*height:calc(100vh);
	overflow: hidden;
	    */
}
.carousel{
	height:100%;
}
.slide-item{
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.slide-item a{
	height:100%;
	width:100%;
	display:block;
}

.f-error{
	background: #FAEDEC !important;
	    border: 1px solid #E85445 !important;
}
#nav-icon3 {
	display:none;
  width: 60px;
  height: 45px;
  position: relative;
  margin-top: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--linkcolor);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.sending{
	display: inline-block;
	    width: 40px;
	    vertical-align: middle;
	    margin-right: 10px;
	display: none;
}
.response{
	display:inline-block;
	vertical-align: middle;
    margin-right: 10px;
}
.success{
	color:green;
}
.err{
	color:red;
}
.txt-right-f{
	text-align:right !important;
}
/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.about-section{
	background-color:var(--bgColor);
}
.about-section .content{
	height:auto;
	min-height:auto;
}
.about-text{
	max-width:768px;
	margin:0 auto;
	text-align:center;
	padding:50px 0px;
}
.about-text p{
	color:#fff;
	font-size: 24px;
	    line-height: 29px;
}
.about-bg-curvea{
	padding:30px 0px 24px 0px;
}
.about-bg-curvea img{
	display:inline-block;
}
footer{
	
}
.footer-curvea{
	background-repeat: repeat-x;
	background-size: contain;
}
.footer-content{
background-color:var(--bgColor);
margin-top: -1px;
padding: 0px 0px 29px 0px;
}
.footer-content p{
	color:#000;
	font-size: 12px;
	    line-height: 14px;
}
.footer-content p b,
.footer-content p strong{
	font-family: 'tt_normsbold';
	color:#000;
	font-size: 12px;
	    line-height: 14px;
}

#sponsor-logo{
	float:right;
}
#sponsor-text{

}
#sponsor-text p{
	font-family: 'tt_normsbold';
	color:#fff;
	font-size: 12px;
	    line-height: 14px;
	text-align:right;
}
.table{
	display:table;
	width:100%;
}
.table-cell{
	display:table-cell;
	vertical-align:middle;
}
.cell-3 {
	width:174px
}
.cell-2{
	width:180px
}

.contact-section{
	padding: 60px 0px;
}
.col{
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.col-1{
	width:25%;
}
.col-2{
	width:50%;
}
.form-row{
	display:block;
	margin-bottom:20px;
	margin-left:-10px;
	margin-right:-10px;
}
.form-row:after,
.form-row:before{
	display:block;
	content:" ";
	clear:both;
}
.form-input{
	width:100%;
	background-color:rgb(255,229,194);
	height:40px;
	color:rgb(250,166,26);
	padding-left:12px;
	padding-right:12px;
}
textarea.form-input{
	width:100%;
	background-color:rgb(255,229,194);
	height:260px;
	color:rgb(250,166,26);
	padding:12px;
	padding-right:12px;
}
.form-send{
	color:#000;
	background-color:var(--bgColor);
	display:inline-block;
	height:40px;
	width:120px;
	text-align:center;
}
.form-send:hover{
	color:#fff;
}
.mg-b-0{
	margin-bottom:0px;
}
.form-send i{
	vertical-align: middle;
	    line-height: 40px;
	    font-size: 26px;
}
.txt-right{
	text-align:right;
}
.col-1 label {
    background-color: rgb(255,229,194);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 12px;

	font-family: 'tt_normsextrabold';
	color:rgb(250,166,26);
	font-size: 15px;
}
.br{
	
}
.ar-w{
	position: absolute;
	    z-index: 999;
	    left: 50%;
	transform: translateX(-50%);
	    bottom: 40px;
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.serit{
	position:relative;
	height:42px;
}
@media only screen and (max-width: 1260px) {
  	.carousel-next {
	    right:32px;
	}
	.carousel-prev {
		left: 32px;
	}
}
@media only screen and (max-width: 860px) {
	.col-1{
		width:33.333%;
	}
	.col-2{
		width:66.666%;
	}
	.hidde-m{
		display:none;
	}
}
@media only screen and (max-width: 930px) {
  
}
@media only screen and (max-width: 830px) {
	
}

@media only screen and (max-width: 760px) {
	.container{
		padding:0 20px;
	}
}

@media only screen and (max-width: 640px) {
	.col-1{
		width:100%;
	}
	.col-2{
		width:100%;
	}
	.hidde-m{
		display:none;
	}
	.txt-right {
	    text-align: left;
	}
	.col-1 label{
		background-color: #fff;
		    padding-left: 0px;
	}
}

@media only screen and (max-width: 630px) {
	
	
	.table{
		display:block;
	}
	.table-cell{
		display:block;
		
	}
	.cell-1{
		width:100%;
		/*text-align:center;*/
		margin-bottom:20px;
	}
	.cell-2, .cell-3{
		width:50%;
		float: left;
		    text-align: center;
	}
	
	#sponsor-text{
		margin-top: 12px;
		    display: inline-block;
	}
	#sponsor-text p{
		text-align: right;
	}
	#sponsor-logo{
		float:none;
		    display: inline-block;
	}
	
	#header {
	    padding: 40px 0px 36px 0px;
	text-align: center;
	}
	.logo-url{
		float:none;
		display:inline-block;
		
	}
	.br{
		display:block;
	}
	
}
@media only screen and (max-width: 480px) {
	.logo {
	    width: 100%;
	}
	
}
