
@font-face{ font-family:Poppins-Bold; src:url(../fonts/Poppins-Bold.ttf);}
@font-face{ font-family:Poppins-Light; src:url(../fonts/Poppins-Light.ttf);}
@font-face{ font-family:Poppins-Medium; src:url(../fonts/Poppins-Medium.ttf);}
@font-face{ font-family:Poppins-Regular; src:url(../fonts/Poppins-Regular.ttf);}
@font-face{ font-family:Roboto-Bold; src:url(../fonts/Roboto-Bold.ttf);}
@font-face{ font-family:Roboto-Regular; src:url(../fonts/Roboto-Regular.ttf);}
@font-face{ font-family:Lato-Regular; src:url(../fonts/Lato-Regular.ttf);}
@font-face{ font-family:Lato-Bold; src:url(../fonts/Lato-Bold.ttf);}
@font-face{ font-family:BreeSerif-Regular; src:url(../fonts/BreeSerif-Regular.otf);}
@font-face{ font-family:Raleway-Regular; src:url(../fonts/Raleway-Regular.ttf);}
@font-face{ font-family:Raleway-Medium; src:url(../fonts/Raleway-Medium.ttf);}
@font-face{ font-family:Sony_Sketch; src:url(../fonts/Sony_Sketch.ttf);}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999 !important;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

:focus {outline:none;}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;	
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-family:Poppins-Bold;
}

h1{
	font-size:36px;
	text-transform:uppercase;	
}

h2{
	font-size:28px;	
}

ul,li{
	list-style:none;
	line-height:25px;	
}

p{
	line-height:25px;	
	font-size:14px;
}

a{
	outline:none;
	text-decoration:none;
	color:#000;	
}

:hover{
	transition:all 0.5s ease-in-out;	
}

body{
	 font-family:Poppins-Regular;
	 font-size:14px;	
}

.container{
	width:1170px !important;
	margin:0 auto !important;	
}

.fleft{
	float:left;	
}

.fright{
	float:right;	
}

.full_wid{
	width:100%;
	display:inline-block;	
}

.wid_33{
	width:33.33%;
}

.wid_50{
	width:50%;	
}

.wid_25{
	width:25%;	
}
.wid_10{
	width:10%;	
}
.clear{
    clear: both;
}



.header-top{
    padding: 5px 0;
    background: #cc0717;
    color: #fff;
}

.header-top a{
    color: #fff;
}
.header-top i{
    margin:0 10px;
}

.social-icons{
    float: right;
}
.social-icons li{
    float: left;
}
.social-icons li a{
    display: inline-block;
}

#menu-menu-main{
   
}


#menu-menu-main li{
    display: inline-block;
}
#menu-menu-main li a{
    display: inline-block;
    padding: 10px 25px;
}

#menu-menu-main li a:hover{
    background: #cc0717;
    color: #fff;
    border-radius: 30px;
}

#menu-menu-main li a.active{
    background: #cc0717;
    color: #fff;
    border-radius: 30px;
}

#header-main{
    margin: 15px 0; 
}

.banner img{
    width: 100%;
}

.main-content{
    margin: 50px 0;
}

.footer {
	width: 100%;
	display: inline-block;
	position:relative;
	z-index:0;
	
}


.footer_set{
	 background-color: #15264f; 
	/*background:url(../images/bg_foot1.jpg);*/
	padding: 75px 0 75px 0;

}

.ind_team{
	width:70%;
	display:block;
	background:#f8b617;
	margin:30px auto;	
	padding:30px 0;
	margin-top:-225px;
	z-index:1;
	text-align:center;
	/*box-shadow:0 0 100px 10px rgba(0, 0, 0, .5);*/
	position:relative;
	z-index:0;
}

.ind_team::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(../images/header_line.png) repeat-x;
	height:15px;	
	z-index:-1;
	
}

.ind_team::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:url(../images/header_line.png) repeat-x;
	height:15px;	
	z-index:-1;
	transform:rotate(-180deg)
}

.ind_team h2{
	color:#fff;	
}

.ind_team p{
	padding:0 15px;	
}


.foot_des{
	/* background-color: #272727; */
	/*padding: 100px 0px 35px 0px;*/
	position: relative;	
}


.footer ul {
	width: 23%;
	float: left;
	margin: 0 20px 0 0;
}
.footer ul h2 {
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #555;
	padding-bottom: 20px;
	margin-bottom: 25px;
	position: relative;
}
.footer ul h2::before {
	background: #fbf59d none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 70px;
}
.footer ul li {
	color: #ccc;
	line-height: 30px;
}
.footer ul li i {
	margin-right: 10px;
	color: #fff;
}
.footer ul li a span {
	width: 30px;
	height: 30px;
	background: #000;
	text-align: center;
	display: inline-block;
	margin: 3px 8px 3px 0;
}
.footer ul li a span i {
	line-height: 30px;
	text-align: center;
	margin-right: 0;
}
.footer ul li a {
	color: #ccc;
	font-size: 14px;
}
.footer ul li a:hover {
	color: #fff;
}
.footer ul li a.active {
	color: #fff;
}

.footer_logo {
	width: 70%;
}


.scfp-form-content input, button, select, textarea{
    width: 100%;
}

.scfp-form-content label{
   margin: 10px 0;
}

.scfp-form-content textarea{
   height: 125px;;
}

.scfp-form-submit{
    margin: 15px 0 0 0;
    padding: 10px 0;
}




.scrollToTop{
	width:50px;
	height:50px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#444;
	text-decoration: none;
	position:fixed;
	right:50px;
	display:none;
	bottom:53px;
	background-color:#0098F6;
	border:1px solid #0098F6;
	color:#FFF;
	transition:all 0.5s ease-in-out;
	z-index:2;
	border-radius:30px;
	-webkit-animation: mymove 5s infinite; 
    animation: mymove 5s infinite;
}

@-webkit-keyframes mymove {
    0%   {bottom: 0px;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {bottom: 0px;}
}

.scrollToTop:hover{
	background-color:#E5175A;
	border:1px solid #E5175A;
	color:#fff;
	transition:all 0.5s ease-in-out;
}
.scrollToTop i{ 
	font-size:16px; 
	text-align:center;
	line-height:30px;
}
