/* GLOBAL STYLES
-------------------------------------------------- */
@font-face {
  font-family: 'MTCORSVA';    
  src: url('../../assets/fonts/MTCORSVA.eot');
  src: local('MTCORSVA'), url('../../assets/fonts/MTCORSVA.ttf') format('truetype');
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #414141;
  font-family: 'Roboto', sans-serif;
  background: #d3d3d3;

 /*font-family: 'Cookie', cursive;
 font-family: 'Roboto', sans-serif;
 font-family: 'Oswald', sans-serif; */
}
a, a:hover, button, .btn, input, .form-submit{
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
h1{
  font-size: 36px;
}
h2{
  font-size: 32px;
}
h3{
  font-size:24px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
.wrapper{
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1368px;
}
@media screen and (max-width: 1368px){
  .wrapper{
    max-width: 100%;
  }
}
.header-main{
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 100000;
}
.header-content{
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-left: 315px;
  max-width: 1368px;
}
@media screen and (max-width: 1368px){
  .header-content{
    max-width: 100%;
  }
}
.sidebar{
  position: fixed;
  left: 0;
  top: 0;
  width: 315px;
  z-index: 100000;
  padding: 25px 25px 25px 38px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-container{
  display: block;
  overflow: hidden;
  width: 100%;
  padding-left: 315px;
}
.main-container .content-area{
  background: #fff;
}
.header-top{
  display: block;
  text-align: right;
  padding: 5px 30px;
  background: #d3d3d3;
}
.header-top ul{
  display: block;
  margin: 0;
  padding: 0;
}
.header-top ul li{
  display: inline-block;
  margin-left: 40px;
}
.header-top ul li a{
  font-size: 13px;
  color:#00467a
}
.header-bottom{
  display: block;
  text-align: center;
  padding: 20px 30px;
  background: #fff;
  width: 100%;
  clear: both;
}
.brand-logo{
  display: block;
  margin-bottom: 20px;
  clear: both;
  padding-top: 5px;
  text-align: center;
}
.brand-logo a {
  display: block;
  margin-top: 7px;
}

.main-nav{
  display: block;
  margin-top: 30px;  
}
.main-nav ul{
  margin: 0;
  padding: 0;
  display: block;
}
.main-nav ul li{
  display: list-item;
  margin-bottom: 20px;
  list-style: none;
}
.main-nav ul li a{
  display: block;
  background: #00467a;
  padding: 5px 10px ;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  letter-spacing:3px 
}
.main-nav ul li a:hover,.main-nav ul li:hover > a,.main-nav ul li.active > a{
  background: #00467a;
  width: calc(100% + 25px);
}
.banner{
  display: block;
  width: 100%
}
.banner img{
  width: 100%
}
.welcome{
  display: block;
  background: #00467a;
  padding: 100px 50px;
  color: #fff;
}
.brand-title{
  font-family: 'MTCORSVA';
  font-weight: 600;
  letter-spacing: 2px;
}


.item-box{
  display: block;
  text-align: center;
  margin: 20px 0 50px 0;
}
.fancy-area{
  display: block;
  overflow: hidden;
  background: url(../images/fighter.png) left top no-repeat #d3d3d3;
}
.fancy-content{
  display: block;
  padding: 20px 0 0 150px;
}
.fancy-content h4{
  padding-left: 350px;
}
.fancy-content h4 strong{
  font-size: 30px;
  font-weight: 600;
  font-family: 'MTCORSVA';
  letter-spacing: 2px
}
.fancy-content ul{
  display: block;
  margin: 0;
  padding: 0 0 30px 0;
}
.fancy-content ul li{
  display: list-item;
  list-style: none;
  background: url('../images/shad-bg.png')left top no-repeat;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
}
.fancy-content ul li a{
  color: #000;
  text-decoration: none;
}
.fancy-content ul li a:hover{
  color: #00467a
}
.fancy-content ul li .icon{
  margin-right: 10px;

}
.fancy-content .hassle{
  margin-left: 290px;
  padding-left: 50px;
}
.fancy-content .on-time{
  margin-left: 245px;
  padding-left: 95px;
}
.fancy-content .personalized{
  margin-left: 200px;
  padding-left: 137px;
}
.fancy-content .cost-efficient{
  margin-left: 155px;
  padding-left: 182px;
}
.few{
  display: block;
  background: #fff;
  padding: 70px 30px;
}
.few-item{
  display: block;
  background: url(../images/indector.png) right center no-repeat;
  font-size: 25px;
  color: #000;
  padding: 50px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
}
.logo-item{
  display: block;
  text-align: center;
  padding: 10px;
}
.main-footer{
  display: block;
}
.footer-top{
  display: block;
  background: #000;
  border-top: 5px solid #00467a;
  padding: 50px;
  color: #fff;
}
.footer-top h3{
  font-family: 'Cookie', cursive;
  font-style: italic;
  font-size: 36px;
}
.social{
  display: block;
  margin: 20px 0 0 0;
  padding: 0
}
.social li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.form-row{
  display: block;
  margin-bottom: 10px;
}
.form-controll{
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  padding: 8px 15px;
}
.form-submit{
  border: none;
  padding: 10px 25px;
  background: #00467a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.form-submit:hover{
  background: #006cbd;
}
.footer-bottom{
  background: #00467a;
  color: #fff;
  padding: 10px 30px;
  overflow: hidden;
  
}
.copy {
	float: left;
	font-size: 14px;
	margin-top: 4px;
}
.develop{
  float: right;
  color: #fff;
}
p.msg{
  margin-bottom: 5px;
}
.product-list{
  display: block;
  padding: 0;
  margin: 0;
}
.product-list li{
  display: list-item;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.product-list li strong{
  position: absolute;
  left: 0;
  top: 0;
}
.product-list li span{
  display: inline-block;
  padding-left: 80px;
}
img{
  max-width: 100%
}
.carousel-indicators li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.page-title{
  display: block;
  margin-bottom: 50px;
  text-decoration: underline;
}
.product-item{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.product-item p{
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}
.fancybox-overlay{
  z-index: 878787874187;
}
.uline{
  text-decoration: underline;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.carousel-control-next, .carousel-control-prev{
  width: 60px;
  height: 60px;
  background: #00467a;
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
  background: #0063ad
}
.contents p{
  font-size: 18px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: 25px;
  height: 25px;
}
.counter{
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #fff;
}
.counter span{
  display: inline-block;
  padding: 5px;
}
.counter a{
  padding: 5px;
  display: block;
  float: right;
  border-left: 1px solid #fff;
}

 .tt:link,.tt:active,.tt:visited
{
    color: #000000 !important;
	text-decoration:underline;
}
 .tt:hover
{
    color: #000000 !important;
}

 .tt1:link,.tt1:active,.tt1:visited
{
    color: #ffffff !important;
	text-decoration:underline;
}
 .tt1:hover
{
    color: #ffffff !important;
}
.feedback{
  position: relative;
  background-color: #29A71A;
  padding: 15px;
  margin-bottom: 15px;
  display: none;
}
.feedback p{
  padding: 0;
  margin: 0;
}
.feedback #close{
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  color: #FFF;
  padding: 3px 10px;
  cursor: pointer;
}
.feedback #close:focus,input:focus,input,textarea,#contact-form button{
  border: none;
  outline: none; 
  box-shadow: none;
}


#open {
	float: right;
	border: 1px solid #00467A;
	color: #00467A;
	font-size: 21px;
	border-radius: 4px;
  padding: 2px 12px;
  display: none;
  cursor: pointer;
}
#open:focus{
  outline: none;
}

@media(max-width: 767px){

  .sidebar{
    left: -330px;
    background-color: #0061A8;
    width: 280px;
    padding-left: 20px;
    box-shadow: 12px 0 20px 1px rgba(0,0,0,0.3);
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
  .main-container,.header-content{
    padding-left: 0;
  }
  .logo-header{
    width: 240px;
    float: left;
  }
  .brand-logo{
    width: 110px;
    margin: 0 auto;
  }
  .header-bottom{
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #FFF;
  }
  .header-bottom h6{
    font-size: 12px;
  }
  .header-top {
    text-align: center;
  }
  #open{
    display: block;
  }
  .main-nav ul li{
    margin-bottom: 5px;
  }
  .main-nav ul li a{
    font-size: 14px;
  }
  .fancy-content,.fancy-area{
    background: transparent;
  }
  .fancy-content {
    padding: 20px 0 0 0;
  }
  .fancy-content h4,
  .fancy-content .hassle,.fancy-content .on-time,.fancy-content .personalized,.fancy-content .cost-efficient{
    margin-left: 0;
    padding-left: 8%;
  }
  .few{
    padding: 0;    
  }
  .few-item{
    padding: 8%;
    background: transparent;
    text-align: center;
  }
  .few-itme-text{
    padding: 8%;
  }
  .few-itme-text h4{
    text-align: center;
  }
  .logo-item{
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .logo-item img{
    display: table;
    margin: 0 auto;
  }
  .copy,.develop {
    text-align: center;
    width: 100%;
  }
  .welcome br{
    display: none;
  }
  .welcome h2{
    font-size: 24px;
  }
  .welcome span{
    margin-left: 0 !important;
  }
  .welcome{
    padding-top: 60px !important;
  }
  .page-title{
    font-size: 26px;
  }
  .fancy-content ul li a {
	font-size: 12px;
  }
  .main-nav ul li a:focus,.main-nav ul li a:visited{
      color: #FFF !important;
  }
}
