/*   
Theme Name: AvteoHost
Theme URI: http://www.pilotactor.com/
Description: 
Author: Admin
Author URI: http://www.pilotactor.com/
*/

html{}
body{
font-family: 'OpenSans-Regular';color: white;
}
@font-face {
font-family: 'OpenSans-Regular';
  src: url('fonts/OpenSans-Regular.eot');
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/OpenSans-Regular.woff') format('woff'),
      url('fonts/OpenSans-Regular.ttf') format('truetype'),
      url('fonts/OpenSans-Regular') format('svg');
      font-weight: normal;
      font-style: normal;
}
@font-face {
font-family: 'OpenSans-Bold';
  src: url('fonts/OpenSans-Bold.eot');
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/OpenSans-Bold.woff') format('woff'),
      url('fonts/OpenSans-Bold.ttf') format('truetype'),
      url('fonts/OpenSans-Bold') format('svg');
      font-weight: normal;
      font-style: normal;

}
@font-face {
font-family: 'OpenSans-SemiBold';
  src: url('fonts/OpenSans-SemiBold.eot');
  src: url('fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/OpenSans-SemiBold.woff') format('woff'),
      url('fonts/OpenSans-SemiBold.ttf') format('truetype'),
      url('fonts/OpenSans-SemiBold') format('svg');
      font-weight: normal;
      font-style: normal;

}
@font-face {
font-family: 'OpenSans-BoldItalic';
  src: url('fonts/OpenSans-BoldItalic.eot');
  src: url('fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
      url('fonts/OpenSans-BoldItalic.woff') format('woff'),
      url('fonts/OpenSans-BoldItalic.ttf') format('truetype'),
      url('fonts/OpenSans-BoldItalic') format('svg');
      font-weight: normal;
      font-style: normal;

}
p{
		line-height: 25px;
}

@media (min-width: 1500px){
  .container {
    max-width: 1440px;
 }
}



.top_nav{
	background: #edf0f1;
	color: #ffffff;
	font-family: 'OpenSans-Regular';
	font-size: 14px;
}
.top_nav ul li{
	list-style: none;
	display: inline;
	margin-right: 25px;
}
.top_nav ul li a{
	color: #fff;
}


#navbarNav .nav-link{
	color:#82878d;
}

#navbarNav .active > .nav-link{
	color: #0274cc;
}
#navbarNav ul li {
	margin-left: 0px;
	color: #f1f1f1;
	padding: 5px 15px;
  font-weight: 500;
  text-transform: uppercase;
}
#navbarNav ul .active {
	color: #006ed5;
    /*background: #0795e7;*/
   /* background: #006ed5;*/
    border-radius: 20px;
}
#navbarNav ul li a {
	  color: inherit;
	  text-decoration: none;
    font-size: 15px;
    color: #fff;
    
}
#navbarNav ul li.active a{
	    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
} 
.header-contact{
	color: #d81818;
    float: right;
    font-size: 20px;
    margin: 0px 0px 0px 17px;
    border: 1px solid #999999;
    border-width: 0px 0px 0px 1px;
    padding: 0px 0px 0px 10px;
}
.header-contact small{
	font-weight: 100;
    color: #999999;
}
.header-contact p{
	font-family: 'OpenSans-Bold';
    margin: -8px 0px 0px 0px;
}

.hero{
	height: 770px;
   /* background-image: url(./images/indexbanner.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inner-hero{
	height: auto;
   /* background-image: url(./images/innerbanner.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero-text{
	/*margin-top: 450px;*/
  margin-top: 20%;
}
.hero-text h1{
	font-family: 'OpenSans-Bold';
	text-transform: ;
	font-size: 80px !important;
}

.hero-text h2{
  font-family: 'OpenSans-Bold';
  text-transform: ;
  font-size: 30px !important;
}
.hero-text p{
	font-family: 'OpenSans-Regular';
	font-size: 14px;
}
.inner-hero .hero-text{
	background: transparent;
	margin-top: 50px;
  text-align: left;
}
.inner-hero .hero-text h1{
	font-size: 55px !important;
}
.inner-hero .hero-text h2{
  font-size: 24px !important;
}
.about-section .bluebox{
	background: #0163d1;
	color: #fff;
}
.about-section .bluebox h2{
	font-family: 'OpenSans-SemiBold';
	font-size: 35px;
}
.about-section .bluebox p{
	font-family: 'OpenSans-Regular';
	font-size: 14px;
}
.about-section .whitebox{
	background: #fff;
}
.about-section .whitebox h2{
	font-family: 'OpenSans-SemiBold';
	font-size: 20px;
	color: #333333;
}
.about-section .whitebox p{
	font-family: 'OpenSans-Regular';
	font-size: 14px;
	color: #5c5a5a;
	text-align: justify;
}



.gradientbg{
	
	background: #0b7834;
	/*background: #0164c2;
    background-color: #0164c2; 
    background-image: linear-gradient(90deg, #037ace, #0035a3); */
}




.custom-btn{
    color: #fff;
    /* border: none; */
    width: auto;
    height: 50px;
    border-radius: 0px;
    font-size: 14px;
    /* background: #0164c2; */
    /* background-color: #0164c2; */
    /* background-image: linear-gradient(90deg, #037ace, #0035a3); */
    background: #0e45b0;
    border: 0px solid #fff;
    text-decoration: none;
    text-transform: none;
    padding: 0px 30px;
    font-family: 'OpenSans-Bold';
}


.custom-icon{
	color: #1d2125;
    border: none;
    width: 65px;
    height: 65px;
    /* background: #0163d1; */
    border-radius: 60px;
    padding: 15px 0px 0px 15px;
    font-size: 50px;
}



.previous {
   background-color: #0163d1;
   padding: 0px 15px 5px 15px;
   color: #fff;
   font-size: 30px;
}

.next {
   background-color: #303235;
   padding: 0px 15px 5px 15px;
   color: #fff;
   font-size: 30px;

  
}

footer .border{
    float: left;
    height: 3px;
    width: 60px;
    background: #0772b8;
    border: none !important;
    margin: 10px 0px 15px 0px;
}

footer{

	font-size: 14px;
	font-family: 'OpenSans-Regular';
}
footer p{
	font-size: 14px;
	font-family: 'OpenSans-Regular';
	margin:0px 0px 5px 0px;
	color: #fff !important;
  float: left;
  width: 100%;
}
footer ul{
  padding: 0px;
  float: left;
  width: 100%;

}
footer ul li{
	list-style: none;
	display: block;
	font-size: 14px;
	margin-left: 0px;
  color: #fff !important;
  margin-bottom: 10px;
}
footer ul li i{
  color: #fff;
    font-size: 16px;
    margin: 0px 10px 0px 0px;
}
footer a{
	color:#fff !important;
}
footer h5{
	font-family: 'OpenSans-Bold';
    padding-bottom: 18px;
    font-size: 15px;
}
footer form input{
	border-radius: 0px !important;
	height: 50px;
}
footer form button{
	border-radius: 0px  !important;
	background: #007dd3;
	color: #fff  !important;
	font-weight: 700;
    font-family: Arial;
    width: 140px;
    height: 45px;
}
footer form .input-group-append{
	background: #0163d1;
	color: #fff;
}


footer li a{
color:#fff !important;
}
footer .contact-icon{
	color:#0163d1;
}
.bottom_nav{
	background: #0163d1;
	color: #ffffff;
	font-family: 'OpenSans-Regular';
	font-size: 14px;
}
.quicklink ul {
	padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;	
}
.quicklink ul li{
	display: block;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    list-style: none;
}
.quicklink li {
  padding-left: 1.3em;
}


.quicklink li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    /* margin-left: -1.3em; */
    width: 1.3em;
    font-size: 5px;
    float: left;
    margin-top: 8px;
}

.quicklink ul li a{
	text-transform: none;
	text-decoration: none;
	padding-left: 5px;
	color: #fff;
}



.social-icon{
	     /* width: 100%; */
    float: right;
    padding: 5px 0px 0px 0px;
    width: 100%;
    /* background: #333; */
    /* margin: 0px 0px 0px 0px; */
    text-align: center;
}
.social-icon li{
	  /* text-align: right; */
    background: transparent;
    border-radius: 30px;
    color: #1d2125;
    display: inline;
    /* float: left; */
    display: inline;
    padding: 0px 0px 0px 15px;
    width: auto;
    margin: 0px 0px 0px 0px;
    /* font-size: large; */
    /* float: right; */
}
.social-icon li a{
/*	color: #fff;*/
  font-size: 16px;
  color: #fff !important;
}
.social-icon li a img{
	width: auto;
}
.social-icon li a i{
  padding-right: 0px;
    color: #fff !important;
}

.pricing{
	background: #f6f6f5;
} 
.pricing .card-header{
	background: #d81818;
    border-radius: 0px;
} 
.pricing .card-header h4{
	color: #fff;
    text-transform: uppercase;
    font-size: 20px;
} 
.pricing .pricing-card-title{
     color: #d81818;
    font-weight: 700;
    font-family: 'OpenSans-Bold';
    font-size: 30px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
}
.pricing .pricing-card-title span{
	font-size: 65px;
}
.pricing .pricing-card-subtitle{
	background: #1d2125;
    font-family: 'OpenSans-Bold';
    font-size: 21px;
    float: left;
    width: 100%;
}
.pricing ul li{
	text-align: center;
	width: 100%;
	color: #343434;
	padding: 15px 0px 15px 0px;
	    font-size: 14px;
}
.pricing ul li:nth-child(even){
	background: #f6f6f5;
}
.pricing ul li:nth-child(odd){
	background: #e8e9f1;
	
}
/*.contact-form input{
	height: 50px;
}

.contact-form input, .contact-form textarea{
	border-radius: 10px;
	background: #f3f3f3;
  border: none;
}
*/



/*  section */


.section{

}

/* heading */
.section h1{ font-size:57px; } 
.section h2{ font-size:35px; }
.section h3{ font-size:30px; }
.section h4{ font-size:25px; }
.section h5{ font-size:20px; }
.section h6{ font-size:17px; }


/* heading */

.section p{ font-size:14px; color:#5d5d5d; }


/* color */
.section .c-white { color:#fff; }
.section .c-black { color:#191919; }
.section .c-violet{ color:#0349a1; }
.section .c-1{color: #a9aaab;}
.section .c-2{color: #0b7eea;}


/* font-family */
.section .ff-regular  { font-family: 'OpenSans-Regular';  }
.section .ff-bold	  { font-family: 'OpenSans-Bold'; 	 }
.section .ff-semibold { font-family: 'OpenSans-SemiBold'; }
.section .ff-bolditalic { font-family: 'OpenSans-BoldItalic'; }

.section .tt-upper { text-transform: uppercase; }
.section .tt-lower { text-transform: lowercase;  }


.section .buttonOne{
	color: #fff;
    border: none;
    width: 130px;
    height: 40px;
    background: #007dd3;
    border-radius: 0px;
}
.section input{
	border: none;
    height: 45px;
    background: #ffffffeb;
    border-radius: 0px;
    padding: 5px;
}
.section select{
  border: none;
    height: 45px !important;
    background: #ffffffeb;
    border-radius: 0px;
    padding: 5px;
}
.section textarea{
	border: none;
    background: #ffffffeb;
    border-radius: 0px;
}
.section .list ul{
	padding: 0px 0px 0px 15px;
    color: #5d5d5d;
    font-size: 14px;
}

.section .list ul li{
    list-style: none;
    margin: 0px 0px 5px 0px;
}

.section .list ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: block;
    margin-left: -1.3em;
    width: 2em;
    font-size: 8px;
    color: #000;
    margin-top: 5px;
    float: left;
}












.bs-cover{background-size: cover;}
.br-norepeat{background-repeat:no-repeat; }
.bg-color1{background: #000000;}
.bg-color2{background: #ffffff;}
.bg-color3{background: #f1f3f5;}


.border-violet{
	width: 100%;
	height: 10px;
	background: #007dd3;
}


.previous {
   background-color: #0163d1;
   padding: 0px 15px 5px 15px;
   color: #fff;
   font-size: 30px;
}

.next {
   background-color: #303235;
   padding: 0px 15px 5px 15px;
   color: #fff;
   font-size: 30px;

  
}

.whitebox{
	background: #fff;
	padding: 60px;
	color: #222326;
}


.blog-details li{
  list-style: none;
  display: inline;
  color: #696969;
  font-size: 13px;
      margin-right: 10px;
}
.blog-details li i{
  color: #000;
}

.contact-form input{
	height: 50px;
  margin-bottom: 14px;
}

.contact-form input, .contact-form textarea{
    border: 1px solid #9c9c9c;
    background: #fff;
    width: 100%;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 0px;
 
}

.contact-form .custom-btn{
    color: #fff !important;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    font-size: 15px;
    background: #d00f10;
    /*background-color: #0164c2; 
    background-image: linear-gradient(-90deg, #037ace, #0035a3); */
}
.contact-form.contact-btn1 .custom-btn{
    color: #fff;
    border: none;
    width: 140px;
    height: 50px;
    border-radius: 50px;
    font-size: 15px;
    background: transparent;
    border:1px solid #fff;
}

/*.contact-form .wpcf7-form-control-wrap.your-name{
  float: left;
  width: 49%;
}

.contact-form .wpcf7-form-control-wrap.your-email{
  float: left;
  width: 49%;
  /*margin: -25px 0px 0px 12px;
}*/

.newsletter-form{
  width:100%;
  float: left;
  margin: 0px 0px 0px 0px;
}
.newsletter-form input{
    background: #fff;
    border: none;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 0px !important;
    color: #606060;
    height: 45px;
}

.newsletter-form .wpcf7-form-control-wrap.your-email{
    float: left;
    width: 100%;
  
}

.newsletter-form .custom-btn{
      color: #fff;
    border: none;
    width: 100%;
    height: 45px;
    background: #1358c5;
    border-radius: 0px !important;
    font-size: 14px;
    border-width: 0px;
    font-family: 'OpenSans-Bold';
    text-transform: capitalize !important;
    float: right !important;
    margin: 0px;
    /* background-image: url(images/plane-btn.png); */
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}


.half{
  float: left;
  width: 50%;
}
.half small{
  color:#525252;
}
.half.pr-15{
  padding-right: 15px;
}
.half.pl-15{
  padding-left: 15px;
}

.half span{
	font-size: 14px;
    color: #5d5d5d;
}
.whole span{
  font-size: 14px;
    color: #5d5d5d;
}

.display-mobile{
  display: none;
}



/* section */
.branlist li{
	list-style: none;
	display: inline;
	padding: 0px 20px;

}
.imglist-cs{
	float: left;
    margin-bottom: 20px;
}
.imglist-cs li{
   display: inline;
   list-style: none;

}
.imglist-cs li .image{
	float: left;
	width: 20%;
}
.imglist-cs li .content{
	float: left;
	width: 80%;
}

/** custom css **/
.cs_bordered{
  height: 4px;
  width: 100px;
  text-align: center;
  background: #d00f10;
  display: block;
  margin: 20px 0px 20px 0px;
}
/*.cs_bordered span{
  height: 10px;
  width: 100px;
  text-align: center;
  background: #014a8e;
}*/
.footer_menu ul{
 float:right;
 width: auto;
}
.footer_menu ul li{
    list-style: none;
    display: inline;
    font-size: 14px;
    margin-left: 20px;
}
.footer_menu ul li a{
 color:#cbcaca !important;
}
.footer-top p{
  color:#fff !important;
}


/** custom css **/
.section.py-100{ padding:100px 0px; }
.cstitle{ margin-top: 60px; }
.cstitle p{
  color: #d00f10;
  font-size: 30px;
  font-weight: 600;
  margin:0px;
}
.cstitle h2{
  color: #fff;
  font-size: 45px;
 font-family: 'OpenSans-Bold';
}

.cslist{ padding: 0px; }
.cslist li{
  list-style: none;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.cslist li i{
  color: #d00f10;
  font-size: 20px;
  width: 5%;
  float: left;
}
.cslist li span{
  width: 95%;
  float: left;
}

.hovercontent {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.hcontent {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  width: 90%;
  padding:10px;

}
.hovercontent:hover img {
  opacity: 0.3;
}
.hovercontent:hover .hcontent {
  opacity: 1;
}
.hcontent h3{
  color: white;
  font-size: 30px;
  font-family: "OpenSans-Bold";
}
.hcontent h4{
  color: white;
  font-size: 20px;
  font-family: "OpenSans-Bold";
  margin:0px;
}
.hcontent p{
  color: white;
  font-size: 14px;
  margin: 0px;

}

.csborderd{
  border:2px solid #fff;

}
.csborderd p{
  color: #fff;
}
.center-content p{
    font-size: 27px;
    font-style: initial;
    color: #ffffff;
    line-height: 35px;
        margin-top: 45px;
}

.csnews h4{
  color: white;
  font-size: 20px;
  font-family: "OpenSans-Bold";
  margin:0px;
}
.csnews p{
  color: white;
  font-size: 14px;
  margin: 0px;

}
.cscontact p{
  color: #fff;
}

/*
.cs_box{
  background: #f3f5f9;
  padding: 60px 60px;
}
.login_con{
  display: inline;
  margin: 0px;
  padding: 0px;
}
.login_con li{
    list-style: none;
    text-decoration: none;
    font-size: 15px;
    color: #4c4d4d;
    font-weight: 600;
    display: inline;
    margin: 0px 10px 0px 0px;

}
.login_con .btn{
      background: #0e45b0;
    border-radius: 8px;
    color: #ffff;
    padding: 10px 20px;
}
.cmNum{
    background: #0e45b0;
    color: #fff;
    height: 25px;
    width: 25px;
    float: left;
    text-align: center;
    border-radius: 17px;
    margin: 0px 10px 10px 0px;
}

.content-title{
   background: #195bc8;
    padding: 30px 10px 30px 30px;
    width: 80%;
}

.content-box{
    padding: 30px 30px 30px 30px;
}
.border-box{
  border: 1px solid #fff;
    border-width: 0px 0px 0px 5px;
    padding: 10px 10px 10px 30px;
    margin-top: 140px;
}
*/


@media (max-width: 1024px) { 


  html,body{
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden; 
  }

}  



@media (max-width: 812px) { 

 .navbar-toggler{background: #fff;}
 .navbar-toggler .navbar-toggler-icon i{     font-size: 30px; }

 #navbarNav{ margin-top: 30px; }


 .hcontent{ transform: translate(-50%, -5%); }

 .latest .hcontent p{  margin-bottom: 0px !important; }


}

.white-box{
  background: #fff;
    border: 1px solid #00baff;
    color: #000;
    border-width: 10px 0px 0px 0px;
}
