/*

Template 2080 Minimax

http://www.tooplate.com/view/2080-minimax

*/

body
	{
		background: #fff;
		/*font-family: 'lane_-_narrowregular', sans-serif;*/
		 font-family: 'CenturyGothic';
    line-height: 30px;
	}

@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('../fonts/LANENAR_-webfont.eot');
    src: url('../fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LANENAR_-webfont.woff') format('woff'),
         url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
         url('../fonts/LANENAR_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.eot') format('embedded-opentype');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothic.ttf') format('truetype'),
         url('../fonts/CenturyGothic.svg#lane_-_narrowregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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




/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 31, 2016 */



@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, p {
    font-family: 'open_sansregular';
    font-weight: normal;
    color: #3e3e3e;     font-size: 15px;
}

h2,h3 {
  font-weight: bold;
}

hr {
/*  border-color: #f2af00;*/
  margin: 0;
  opacity: 0.3;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}
img:hover {
  cursor: pointer;
  opacity: 0.5;
}

 


.txt_lft {
    text-align: left!important;
    font-size: 15px;
    font-weight: bold;
}
/* navigation */
.navbar-default {
    position: absolute;
    background: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0);
    margin: 0 !important;
}
.navbar-default .navbar-brand {

    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    height: 90px;
    margin: 0;
    padding: 20px 20px 40px 20px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
   }
.navbar-brand:hover, .navbar-brand:clicked {
  background: dc5034;
}

 #service p{      padding:0px 0 0 0;
    font-size: 15px;    color: #3e3e3e;
    font-weight: normal;}
.txt_1{ position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    bottom: 45px;
    padding: 17px 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 6px;
    font-weight: bold;}
	
.navbar-default .navbar-nav li a {
    /*border-right: 1px solid #f9f9f9;*/
    color: #202020;
     font-weight: bold;
    padding-right: 40px;
    padding-left: 40px;
    line-height: 60px;
	
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }
.navbar-default .navbar-nav > li > a:clicked,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f2af00;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f2af00;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
    border: none;
    padding-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #dc5034;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent 
}

/* home section */
#home {
  background: url('../images/banner.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 730px;
  padding-top: 220px;
  padding-bottom: 100px;
  text-align:center;
}
#home h1 {
  color: #f2af00;
  font-weight: 300;
  padding-bottom: 10px;
  
}
#home h2 {
        line-height: 50px;
    font-size: 70px;  /* font-family: 'CenturyGothic-Bold';*/
	 font-family: 'open_sansregular';
    color: #fff;
       font-weight: bold;
}

#home p{   font-size: 21px;
    color: #fff;}
	
	
#home h1{ font-size: 73px;
    /*font-family: 'CenturyGothic-Bold';*/
	 font-family: 'open_sansregular';
     letter-spacing:4px;	  
    color: #fff;
	font-weight: normal;}
#home .btn {
     background: #ca2027;
    border: 2px solid #ca2027;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-top: 14px;
    width: 185px; font-family: 'CenturyGothic';
    padding: 10px;
  margin-top: 20px;     letter-spacing: 3px;
   transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
	
    text-transform: uppercase;
}
#home .btn:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}

/* service section */
#service {
  padding-top: 55px;
/*  padding-bottom: 55px;*/
}

#service-tab {
  padding-top: 55px;
  padding-bottom: 55px;
  background:#a0f3ff;
}

#service-tab h2 {
    border-left: 2px solid #f2af00;
    display: inline-block;
    padding: 4px 20px;
    text-transform: uppercase;
    font-size: 25px;
}


#service-tab h2 span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

#service-tab .fa {
  border-top: 3px solid #f2af00;
  border-bottom: 3px solid #dc5034;
  border-radius: 50%;
  font-size: 32px;
  color: #dc5034;
  text-align: center;
  vertical-align: middle;
  margin-top: 50px;
  margin-bottom: 15px;
  padding: 40px;
}
#service h2 {
   /* border-left: 2px solid #f2af00;*/
    display: inline-block;
  /*  padding: 4px 20px;*/
    text-transform: uppercase;
    font-size: 25px;
	font-family: 'open_sansregular';
}

#service h2 span {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}
#service .fa {
  border-top: 3px solid #f2af00;
  border-bottom: 3px solid #dc5034;
  border-radius: 50%;
  font-size: 32px;
  color: #dc5034;
  text-align: center;
  vertical-align: middle;
  margin-top: 50px;
  margin-bottom: 15px;
  padding: 40px;
}

/* about section */

#about h1 {
     display: inline-block;
    padding: 10px 20px 10px 10px;
    color: #000000;
    font-family: 'CenturyGothic';
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


#about {
/*    padding-top: 0;
    padding-bottom: 20px;
    background: url(../images/about_bg.jpg) no-repeat 0% 0% fixed;
    width: 100%;
    top: 0;
    background-size: 100% auto;*/
}
#about h2 {
    padding: 12px 0px;
    display: inline-block;
 /*   padding: 10px 20px 10px 10px;*/
    color: #6a6a6a;
    /*font-family: 'CenturyGothic-Bold';*/
	    font-family: 'open_sansregular';
		font-weight: normal;
    font-size: 40px;
}
/*#about .col-md-12 {
  text-align: center;
  padding-bottom: 40px;
}*/
.box_wrap{     border: 1px solid #cdcdcd;
    padding: 30px 10px;
    text-align: center;}
	
.icons_box {
    width: 16.66666667%;
    margin-right: 15px;
    margin-left: 15px;     margin-bottom: 40px;
}
.icons_box h3{ font-size:17px;   text-align: center;
    text-transform: uppercase;}
/*#about img {
  border: 1px solid #666;
  padding: 10px;
}*/
.beni{    padding: 0;
    font-size: 15px;
    font-weight: normal;}
#about h4 {
  padding-bottom: 10px;
}

.modal-content { border-radius: 0;}
.slide-text{ float: right;
   }
.slide-text p{ 
    color: #fff;
    font-size: 20px;
    font-family: 'open_sansregular';
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}

.idandno{ 
       color: #fff;
    font-size: 16px;
    font-family: 'open_sansregular';
    text-align: right;   
    text-transform: initial;
}
.social-icons{ float:right; display:none;}

.paf{ padding: 20px 0 5px 0;}
.line_1{background: #b7b7b7;
    color: #fff;
	  /*  font-weight: bold;*/
    letter-spacing: 6px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 40px 0 10px 0;
	    font-family: 'open_sansregular';}
		
		.line_2{
    color: #de2621;
	  /*  font-weight: bold;*/
   
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'open_sansregular';}
	
	.modal-content h4{    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;}
	.menu-bootm{ margin:0px; padding:0px;}
	
		.menu-bootm ul{ margin:0px; padding:0px;}
		.menu-bootm ul li{ display:inline; padding:10px;}
/* team section */
#team {
  padding-top: 60px;
  padding-bottom: 100px;
}
#team h2 {
  border-left: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
#team h4 {
	padding-bottom: 40px;
}
#team .col-md-12 {
  text-align: center;
  padding-bottom: 60px;
}
#team img {
  border: 1px solid #666;
  padding: 15px;
}

/* portfolio section */
#portfolio {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  }
#portfolio h2 {
  border-right: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 20px 10px 10px;
}

.iso-section{    margin-top: 40px;}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 16px;
    font-family: 'lane_-_narrowregular', sans-serif;
    font-weight: bold;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a.selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #f2af00;
    border-color: transparent;
    color: #ffffff;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* pricing section */
#pricing {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
#pricing h2 {
  border-left: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
#pricing .plan {
  border: 2px solid #444;
  padding: 20px 20px 40px 20px;
  margin-top: 60px;
}
#pricing .plan .plan-title {
  border-bottom: 2px solid #444;
  padding: 20px 10px 20px 10px;
  margin-bottom: 20px;
}
#pricing .plan small,
#pricing .plan ul li {
  font-family: 'Raleway', sans-serif;
}
#pricing .plan ul {
  padding: 0;
}
#pricing .plan ul li {
  display: block;
  padding: 16px 0px 16px 0px;
}
#pricing .plan .btn {
  background: transparent;
  border: 2px solid #444;
  border-radius: 0px;
  color: #000;
  font-weight: bold;
  width: 140px;
  height: 50px;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#pricing .plan .btn:hover {
  background: #f2af00;
  border-color: transparent;
}

/* contact section */
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
      background: #e6e6e6;
}
#contact h2 {
  border-right: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  margin-bottom: 60px;
}
#contact .form-control {
/*  border: 2px solid #444;*/
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}
#contact .form-control:focus {
  opacity: 0.8;
  position: relative;
  bottom: 10px;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
     background: #ca2027;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
  background: #f2af00;
  border-color: transparent;
}
#contact p {
  padding-top: 10px;
}
.form-control::-moz-placeholder {
  color: #202020;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #202020;
}
.form-control::-webkit-input-placeholder {
  color: #202020;
}

/* footer section */
footer {
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: #050505;*/
}
footer h2 {
  border-bottom: 2px solid #444;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
footer p {
         line-height: 22px;
  /*  color: #fff;*/
    font-size: 12px;
	text-align: right;
}
footer span {
 /* font-weight: bold;*/
 font-size:12px;
  padding-left: 20px;
}
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  list-style: none;
}
.social-icons li a {
     background: #808080;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.social-icons li a:hover {
  background: #f2af00;
}

/* copyright section */
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.head_center{ text-align: center;}
#service h3{     font-size: 30px;    font-family: 'open_sansregular';    font-weight: normal;}

#service ul li{  font-family: 'open_sansregular';     list-style: initial;}
	
#service-tab h3{ font-size:15px;}
/* scrolltop section */
.go-top 
  {
    background-color:#ca2027;
    font-size: 26px;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
       width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }
.go-top:hover
  {
    background-color: #444;
	color: #fff;
  }
  
  .form-control {
    border-radius: 0;
    margin: 0 0 12px 0;
}
.line_box  {    position: relative;
    width: 100%;
    bottom: -270px;}
  
 .btn_1{    background: #ca2027;
    letter-spacing: 2px;
    color: #fff;}
	 .btn_1:hover{    background: #000;}
	 
  .download_bg{ background: #f4f4f4;
    padding:40px 0;}
	
	.btn1 {    background: #434343;
    color: #fff;
    text-align: center;     margin-top: 50px;
    padding: 6px 0;}
	
	 .btn1:hover{    background: #d80b12;}
	 

/* media 960 */
@media only screen and ( max-width: 980px ) {
  .navbar-default .navbar-nav li a {
    padding-right: 20px;
    padding-left: 40px;
    line-height: 30px;
  }
}

/* media 360 */
@media only screen and ( max-width: 360px ) {
  #team h4 {
    padding-bottom: 30px;
  }
}