
/*
=====================
Global Style
=====================
 */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: aliased;
}
html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #2a2a2a;
    /*overflow: hidden;*/
    line-height: 22px;
    overflow-x: hidden;
    background: #fff;
	margin:0;
}
p {
    color: #2a2a2a;
   font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
a {
    text-decoration: none !important;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
}
a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}
input,
button,
select,
textarea {
    font-family: 'Roboto Condensed', sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #353535;
    font-family: 'Roboto Condensed', sans-serif
}
ul{
	margin: 0;
}
ul li{
	list-style-type: none!important;
}
ul li a{
	font-family: 'Roboto', sans-serif;	
}
 .pd-lr-0{
    padding-left: 0px;
    padding-right: 0px;
 }
.bg{
	width: 100%;
	height: 100px;
	background: red;

}
.heading-col{
    text-align: center;
    overflow: hidden;
}
.heading-col h2{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #3aaa35;
}
.heading-col .border:before{
    content: '';
    position: absolute;
    right: 80px;
    top: 1px;
    width: 120px;
    height: 1px;
     background: #3aaa35!important;
}
.heading-col .border{
    height: 3px;
    width: 80px;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 15px auto;
     background: #3aaa35!important;
}
.heading-col .border:after{
    content: '';
    position: absolute;
    left: 80px;
    right: 0;
    top: 1px;
    width: 120px;
    height: 1px;
     background: #3aaa35!important;
}
.heading-col p{
    margin: 0px 250px auto;
    font-weight: 500;
}
.heading-col .border{
    background: #3aaa35!important;
}

/*
======================
Header Top
======================
 */
.header-top-col{
	width: 100%;
	height: auto;
	padding: 8px 0px;
}
.header-top-col .header-social ul li{
	float: left;
	margin-right: 15px;
}
.header-top-col .header-social ul li a{
	color:#fff;
	text-align: center;
}
.header-top-col .header-social ul li a i{
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 2px solid transparent;
	border-radius: 100%;
	-webkit-transition: ease .4s all;
	-moz-transition: ease .4s all;
	-ms-transition: ease .4s all;
	-o-transition: ease .4s all;
	transition: ease .4s all;	
}
.header-top-col .header-social ul li a i:hover{
	border: 2px solid #fff;
	background:#fff;
}
.header-top-col .login-signup ul{
	float: right;
}
.header-top-col .login-signup ul li{
	float: left;
	margin-right: 30px;
	padding-top: 4px;
}
.header-top-col .login-signup ul li a{
	color: #fff;
}
.header-top-col .login-signup ul li a i{
	margin-right: 8px;
}

/*
======================
Logo Nav Col
======================
 */
.logo-nav-col{
	width: 100%;
	height: auto;
	background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
    padding: 5px 0px;
}
.logo-nav-col .logo{
	float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}
.logo-nav-col .logo img{
	max-height: 50px;
}
.logo-nav-col.sticky .sf-menu li a {
    padding: 10px 18px;
}
.logo-nav-col.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.logo-nav-col.sticky .sf-menu > li {
    margin-top: 10px;
}
.logo-nav-col.sticky .sf-menu > li:last-child > a {
    padding-bottom: 9px;
}
.logo-nav-col.sticky .sf-menu > li {
    margin-top: 0;
    line-height: 40px;
}
.heading-col .border:before{
    background: #002060;
}
.heading-col .border{
    background: #002060;
}
.heading-col .border:after{
    background: #002060;
}
.header-top-col{
    background: #3aaa35;
}
.header-top-col .header-social ul li a i:hover{
    color: #002060;
}
.logo-nav-col .sf-menu li.current-menu-item a {
    color: #3aaa35;
}

.logo-nav-col .sf-menu ul li a ul li {
    background: #000;
}
.logo-nav-col .sf-menu li li li{
    background: #002060;
}
.logo-nav-col .sf-menu li:hover a {
    color: #3aaa35;
}
.logo-nav-col .sf-menu li:hover li a{
    background: #002060;
}
.logo-nav-col .sf-menu li:hover li:hover a{
    color: #002060;
}
.logo-nav-col .sf-menu li:hover li:hover li a{
     background: #002060;
}
.logo-nav-col .sf-menu li:hover li:hover li:hover a{
    color: #002060;
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon{
    margin: 0.188em 0 0 0em;
}
.slicknav_menu{
    background: #0c5a4a;
}
/*
====================
Sticky Header
====================
*/
.logo-nav-col.sticky {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 10000;
    border-bottom: 1px solid #ddd;
}
.logo-nav-col.sticky .logo img {
    height: 40px;
    margin-top: 10px;
}
.logo-nav-col.sticky .sf-menu .menu-description {
    display: none;
}
.logo-nav-col.sticky .sf-menu li a {
    padding: 10px 18px;
}
.logo-nav-col.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.logo-nav-col.sticky .sf-menu > li {
    margin-top: 10px;
}
.logo-nav-col.sticky .sf-menu > li:last-child > a {
    padding-bottom: 9px;
}
.logo-nav-col.sticky .sf-menu > li {
    margin-top: 0;
    line-height: 40px;
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon{
    margin: 0.188em 0 0 0em;
}

.slicknav_menu li a:hover{
    color: #fff;
}
.slicknav_nav .slicknav_row:hover{
    color: #fff;
}
/*
====================
DropDown Menu Css
=====================
 */
.logo-nav-col{
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
    padding: 5px 0px;
}
.logo-nav-col .img{
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}
.logo-nav-col img{
    max-height: 50px;
}
.logo-nav-col .nav{
    float: right;
}
.logo-nav-col .sf-menu {
    margin-bottom: 0;
    float: right;
}
.logo-nav-col .sf-menu ul {
    box-shadow: none;
    border-top: 0;
    float: right; 
}
.logo-nav-col .sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.logo-nav-col .sf-menu li {
    text-transform: none;
    background: none;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}
.logo-nav-col .sf-menu li li {
    min-width: 170px;
    height: auto;
    line-height: 30px;
    color: #fff;
    margin-right: 0;
    border-bottom: 1px solid #f2f3f3;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.logo-nav-col .sf-menu li li:first-child{
    margin-top: 5px;
}
.logo-nav-col .sf-menu li li li:first-child{
    margin-top: 0px;
}
.logo-nav-col .sf-menu li li:last-child {
    border-bottom: 0;
}
.logo-nav-col .sf-menu li li:hover {
    background: #f2f3f3;
}
.logo-nav-col .sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}
.logo-nav-col .sf-menu li li:hover a {
    padding-left: 25px;
    font-weight: normal;
}
.logo-nav-col .sf-menu li li:hover li a {
    padding-left: 15px;
}
.logo-nav-col .sf-menu li li a {
    font-weight: normal !important;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.logo-nav-col .sf-menu li li li {
    border-left: 1px solid #f2f3f3;
    margin-left: -1px;
}
.logo-nav-col .sf-menu li li li a {
    color: #2a2a2a;
}
.logo-nav-col .sf-menu li li li a:hover {
    color: #2a2a2a;
    padding-left: 25px;
}
.logo-nav-col .sf-menu li a {
    font-family: 'PT Sans', sans-serif!important;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}
.logo-nav-col .sf-menu li:hover {
    background: transparent;
}
.logo-nav-col .sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}
.logo-nav-col .sf-menu li:hover li a {
    color: #000;
}
.logo-nav-col .sf-menu li:hover li:hover {
    color: #fff;
}
.logo-nav-col .sf-menu li.sfHover {
    background: none;
    font-weight: bold;
}
.logo-nav-col .sf-menu > li {
    margin-top: 25px;
    text-transform: uppercase;
}
.logo-nav-col .sf-menu > li > a {
    font-family: 'PT Sans', sans-serif!important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #323f52;
    line-height: 30px;
    padding: 10px 19px;
}
.logo-nav-col .sf-menu > li {
    margin-top: 0;
}
.logo-nav-col .sf-menu li:hover li a {
    color: #fff;
}
.logo-nav-col .sf-menu li:hover li:hover a {
    background: #fff;
}
.logo-nav-col .sf-menu li:hover li:hover li a {
    color: #fff;
}
.logo-nav-col .sf-menu li:hover li:hover li:hover a {
    background: #fff;
}
.askk{
    position: relative;
}
.camera_emboss{
    position: relative;
}

.slider .overlay-5{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #00C2C4;

}
.slider .overlay-3{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #00C2C4;
}

/*
====================
text effiect
=====================
 */
 /*
 .slider{
    position: relative;
 }
.text-effiect  p{
    font-size: 19px;
}
  .text-effiect .effiect-1{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
  }
 .text-effiect .effiect-1 p{
    background: #0a1522;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 .text-effiect .effiect-2{
    position: absolute;
    top: 55px;
    left: 18%;
    right: 0;
    text-align: center;
 }
  .text-effiect .effiect-2 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
  .text-effiect .effiect-3{
    position: absolute;
    top: 90px;
    left: 42%;
    right: 0;
    text-align: center;
 }
  .text-effiect .effiect-3 p{
    background: #00c1c4;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 
 .text-effiect .effiect-4{
    position: absolute;
    left: 0;
    right: 15%;
    bottom: 25%;
    text-align: center;
 }
  .text-effiect .effiect-4 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
  .text-effiect .effiect-5{
    position: absolute;
    left: 17%;
    right: 0;
    bottom: 17%;
    text-align: center;
 }
  .text-effiect .effiect-5 p{
    background: #0a1522;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 .text-effiect .effiect-6{
    position: absolute;
    top: 10%;
    left: 0;
    right: 25%;
    text-align: center;
 }
  .text-effiect .effiect-6 p{
    background: #0a1522;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 .text-effiect .effiect-7{
    position: absolute;
    top: 18%;
    left: 0;
    right: 8%;
    text-align: center;
 }
  .text-effiect .effiect-7 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 .text-effiect .effiect-8{
    position: absolute;
    top: 26%;
    left: 5%;
    right: 0;
    text-align: center;
 }
  .text-effiect .effiect-8 p{
    background: #00c1c4;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
  .text-effiect .effiect-9{
    position: absolute;
    bottom: 25%;
    left: 10%;
    right: 0;
    text-align: center;
 }
 .text-effiect .effiect-9 p{
    background: #00c1c4;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
  .text-effiect .effiect-10 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 .text-effiect .effiect-10{
    position: absolute;
    bottom: 25%;
    left: 27%;
    right: 0;
    text-align: center;
 }
 .text-effiect .effiect-11 p{
    background: #0a1522;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 .text-effiect .effiect-11{
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    text-align: center;
 }
 .text-effiect .effiect-12 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 .text-effiect .effiect-12{
    position: absolute;
    bottom: 26%;
    left: 33%;
    right: 0;
    text-align: center;
 }   
 .text-effiect .effiect-13{
    position: absolute;
    bottom: 36%;
    left: 33%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-13 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 .text-effiect .effiect-14{
    position: absolute;
    bottom: 20%;
    left: 33%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-14 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
 .text-effiect .effiect-15{
    position: absolute;
    top: 10%;
    left: 24%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-15 h2{
    background: #333;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
 }
  .text-effiect .effiect-16{
    position: absolute;
    top: 25%;
    left: 8%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-16 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 60px;
 }
   .text-effiect .effiect-17{
    position: absolute;
    top: 35%;
    left: 40%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-17 p{
    background: #00c1c4;
    display: inline-block;
    color: #fff;
    padding: 5px 60px;
 }
   .text-effiect .effiect-16{
    position: absolute;
    top: 25%;
    left: 8%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-16 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 60px;
 }
    .text-effiect .effiect-17{
    position: absolute;
    top: 35%;
    left: 40%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-17 p{
    background: #00c1c4;
    display: inline-block;
    color: #fff;
    padding: 5px 60px;
 }
    .text-effiect .effiect-18{
    position: absolute;
    top: 45%;
    left: 8%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-18 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 60px;
 }
    .text-effiect .effiect-19{
    position: absolute;
    top: 55%;
    left: 40%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-19 p{
    background: #00c1c4;
    display: inline-block;
    color: #fff;
    padding: 5px 60px;
 }
    .text-effiect .effiect-20{
    position: absolute;
    top: 65%;
    left: 8%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-20 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 5px 60px;
 }
    .text-effiect .effiect-21{
    position: absolute;
    top: 75%;
    left: 40%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-21 p{
    background: #00c1c4;
    display: inline-block;
    color: #fff;
    padding: 5px 60px;
 }*/
.text-effiect .effiect-1{
    position: absolute;
    top: 20%;
    left: 26%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-1 p{
    background: #3aaa35;
    display: inline-block;
    color: #fff;
    padding: 15px 70px;
    font-size: 30px;
 }
.text-effiect .effiect-2{
    position: absolute;
    top: 35%;
    left: 26%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-2 p{
    display: inline-block;
    color: #fff;
    padding: 15px 60px;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 30px;
 }
.text-effiect .effiect-3{
    position: absolute;
    top: 50%;
    left: 26%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-3 p{
    display: inline-block;
    color: #fff;
    padding: 15px 60px;
    background: #00c1c4;
    font-size: 30px;
 }
.text-effiect .effiect-4{
    position: absolute;
    top: 30%;
    left: 26%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-4 p{
    display: inline-block;
    color: #fff;
    padding: 15px 60px;
    font-size: 30px;
 }
 .text-effiect .effiect-5{
    position: absolute;
    top: 42%;
    left: 26%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-5 p{
    display: inline-block;
    color: #fff;
    padding: 15px 60px;
    font-size: 30px;
    font-family: 'Gloria Hallelujah', cursive;
 }
  .text-effiect .effiect-6{
    position: absolute;
    top: 54%;
    left: 26%;
    right: 0;
    text-align: center;
 }  
.text-effiect .effiect-6 p{
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    background: #00c1c4;
    font-size: 30px;
 }
   .text-effiect .effiect-7{
    position: absolute;
    top: 6%;
    left: 0;
    right: 48%;
    text-align: center;
 }  
.text-effiect .effiect-7 p{
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    background: #002060;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 17px;
 }
   .text-effiect .effiect-8{
    position: absolute;
    top: 26%;
    left: 26%;
    right: 0%;
    text-align: center;
 }  
.text-effiect .effiect-8 p{
    display: inline-block;
    color: #fff;
    padding: 15px 20px;
    background: #38A938;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 24px;
 }
   .text-effiect .effiect-9{
    position: absolute;
    top: 43%;
    left: 26%;
    right: 0%;
    text-align: center;
 }  
.text-effiect .effiect-9 p{
    display: inline-block;
    color: #fff;
    padding: 5px 60px;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 21px;
 }
    .text-effiect .effiect-10{
    position: absolute;
    top: 57%;
    left: 26%;
    right: 0%;
    text-align: center;
 }  
.text-effiect .effiect-10 p{
        display: inline-block;
    color: #fff;
    padding: 15px 40px;
    font-size: 23px;
    background: #3AAA35;
 }
    .text-effiect .effiect-11{
    position: absolute;
    top: 30%;
    left: 26%;
    right: 0%;
    text-align: center;
 }  
.text-effiect .effiect-11 p{
    display: inline-block;
    color: #fff;
    padding: 15px 70px;
    font-size: 30px;
    background: #00C1C4;
 }
     .text-effiect .effiect-12{
    position: absolute;
    top: 45%;
    left: 26%;
    right: 0%;
    text-align: center;
 }  
.text-effiect .effiect-12 p{
    display: inline-block;
    color: #fff;
    padding: 15px 70px;
    font-size: 30px;
    font-family: 'Gloria Hallelujah', cursive;
 }
   /*
=====================
label Style
=====================
 */
 .labels{
    width: 100%;
    height: auto;
    background: url(../img/back.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 40px 0px;
    overflow: hidden;

 }
  .labels .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);

  }
 .labels .text{
    text-align: center;
 }
 .labels .text h2{
    margin: 0;
    color:#fff;
    font-weight: 500;
    font-size: 32px;
    -webkit-transition: ease-out .3s all;
    -o-transition: ease-out .3s all;
    transition: ease-out .3s all;
 }
  .labels .text h2:hover{
    color:#0a1522;
  }
 /*
=====================
About Style
=====================
 */
 .about{
    width: 100%;
    height: auto;
    background-image: url(../img/highway.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding: 80px 0px;
 }
  .about .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-background: rgba(0,0,0,.8);

  }
  .about .content .heading h2{
    color:#008000;
    font-size: 32px;
    font-weight: 500;
    position: relative;
  }
  .about .content .heading h2:after{
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    width: calc(100% - 24%);
    height: 2px;
    background: #bbb;

  }
  .about .content .content-body p{
    color: #fff;
    font-weight: 300;
    margin-top: 40px;
  }
  .about .image {
    text-align: center;
    background: #fff;
    padding: 30px 0px;
  }
  .about .image .img-1{
    width: 100%;
    height: auto;
    padding: 40px 40px 0px 40px;
  }
  .about .image .img-1 img{
    width: 100%;
    height: auto;
  }
  .about .image .img-2{
    width: auto;
    min-height: auto;
    padding: 20px 0px;
  }
  .about .image .img-2 img{
    width: auto;
    max-height: 80px;
  }


/*
==================
Teacher Col
==================
*/
.teacher-col{
    width: 100%;
    height: auto;
    padding: 60px 0px;
}
.teacher-col .teacher{
    padding-top: 30px;
}
.teacher-col .teacher .img{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.teacher-col .teacher .img .overlay{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    visibility: hidden;
    -webkit-transition: ease .6s all;
    -o-transition: ease .6s all;
    transition: ease .6s all;
    z-index: 9;
}
.teacher-col .teacher .img:hover .overlay{
    visibility: visible;
    top: 0;
}
.teacher-col .teacher .img .overlay .social-icon{
    text-align: center;
    position: absolute;
    top: -120%;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
}
.teacher-col .teacher .img:hover .overlay .social-icon{
    top:70%;
    visibility: visible;
}
.teacher-col .teacher .img .overlay .social-icon ul{
    display: inline-block;
}
.teacher-col .teacher .img .overlay .social-icon ul li{
    float: left;
    margin: 0px 8px;
}
.teacher-col .teacher .img .overlay .social-icon ul li a{
    color:#fff;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
}
.teacher-col .teacher .img .overlay .social-icon ul li a i{
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.teacher-col .teacher .img .overlay .social-icon ul li a:hover i{
    background: #fff;
    border: 2px solid #fff;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
}
.teacher-col .teacher .img .overlay-2{
    position: absolute;
    left: 0;
    right: 0;
    top: -102%;
    -webkit-transition: ease .6s all;
    -o-transition: ease .6s all;
    transition: ease .6s all;
    visibility: hidden;
    z-index: 1;
}
.teacher-col .teacher .img:hover .overlay-2{
    top: 0;
    visibility: visible;
}
.teacher-col .teacher .img:hover .overlay-2 img{
    opacity: .6;
}
.teacher-col .teacher .img img{
    width: 100%;
    height: auto;
}
.teacher-col .teacher .text{
    text-align: center;
}
.teacher-col .teacher .text h2{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 10px;
}
.teacher-col .teacher .text p{
    font-size: 16px;
    text-transform: capitalize;
}
.teacher-col .owl-theme .owl-dots .owl-dot span{
    padding:7px;
    margin: 0px 7px;
}
.teacher-col .teacher .text h2{
    color: #3aaa35;
}
.teacher-col .teacher .img .overlay .social-icon ul li a:hover i{
    color: #3aaa35;
}
.teacher-col .owl-theme .owl-dots .owl-dot.active span{
    background: #3aaa35;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
}
.teacher-col .owl-theme .owl-dots .owl-dot:hover span{
    background: #3aaa35;
}
/*
=====================
support Style
=====================
 */
 .support{
  overflow: hidden;
  background: #0a1522;
 }
 .support .img {
    width: 100%;
    height: 100%;
 }
 .support .img img{
    width: 100%;
    height: 100%;
 }
  .support .support-right{
    padding:0px 80px;

  }
  .support .support-right .heading h2{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-top: 18%;
  }
  .support .support-right .content-body p{
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
    font-size: 13px;
  }
  .support .support-right .text{
    padding-top: 15px;
  }
  .support .support-right .text p{
    color: #fff;
    margin-top: 20px;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    padding: 10px 0px;
    text-align: center;
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
    font-family: 'Roboto', sans-serif;
  }
  .impressum{
    padding: 80px 0px;
  }
  .impressum a{
    color: #3aaa35;
  }
    .impressum .impressum-col{
        font-size: 18px;
    }
  .impressum .impressum-col p{
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 17px;
    color:#767779;
  }
  .impressum .impressum-col li{
    font-weight: 300;
    color: #767779;
  }
  .impressum .impressum-col .para-2{
    padding-top: 20px;
  }
    .impressum .impressum-col .para-2 p{
        margin-top: 10px;
    }
    .impressum .impressum-col .para-3 p{
        margin-top: 10px;
    }
  .impressum .impressum-col .para-3{
    margin-top: 20px;
  }
  .impressum .impressum-col .list-1{
    margin-top: 20px;
  }
  .impressum .impressum-col .list-1 li a{
    color: #3aaa35;
  }
  .impressum .impressum-col p i{
    margin-left: 20px;
    display: block;
    line-height: 30px;
    overflow: hidden;
    color: #3aaa35;
  }
   .impressum .impressum-col p  span{
    padding-left: 20px;
    color: #767779;
   }
  .impressum .impressum-col .list-2{
    margin-top: 20px;
  }
   .impressum .impressum-col .list-2 li.l3{
    margin-top: 20px;
   }
  .impressum .impressum-col .list-3{
    margin-top: 20px;
  }
  .impressum .impressum-col .para-4{
    margin-top: 20px;
  }
  .impressum .impressum-col .para-5{
    margin-top: 20px;
  }
  .impressum .impressum-col .para-6{
    margin-top: 20px;
  }
  .impressum .impressum-col .list-4{
    margin-top: 20px;
  }
  .impressum .impressum-col .list-4 li a{
    color: #3aaa35;
  }
  /*
=====================
feature Style
=====================
 */
 .feature{
  background: url(../img/feature.jpg);
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
 }
 .feature .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
 }
 .feature .part{
    background: #fff;
    padding: 40px 60px;
    border-radius: 5px;
    margin-top: 40px;
 }
 .feature .part .heading{
  margin-bottom: 20px;
 }
 .feature .part .heading h3{
    color: #008000;
    position: relative;
 }
 .feature .part .heading h3:after{
  position: absolute;
  content: '';
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00c1c4;
 }
 .feature .part .feature-body .content{
  overflow: hidden;
  margin-top: 10px;
 }
  .feature .part .feature-body .content .icon{
    float: left;
    display: block;
    border: 2px dashed #008000!important;
    -moz-border: 2px dashed #008000!important;
    -webkit-border: 2px dashed #008000!important;
    margin-right: 18px;
    padding: 8px;
    border-radius: 100%;
  }
  .feature .part .feature-body .content .icon img{
    width: 35px;
    height: 35px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: ease  .4s all;
    -o-transition: ease  .4s all;
    transition: ease  .4s all;
  }
  .feature .part .feature-body .content .icon:hover img{
    -webkit-transform: rotate(250deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .feature .part .feature-body .content .text p{
    font-size: 14pt;
    font-weight: 400;
    margin-top: 14px;
  }
  
/*
=====================
Footer Bottom Style
=====================
*/
.footer{
    width: 100%;
    height: auto;
    background: #00c1c4;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 80px;
}
.footer .footer-left .heading{
    padding-top: 40px;
}
.footer .footer-right .heading{
    padding-top: 40px;
}
.footer .footer-left .heading h2{
    color: #fff;
    margin: 0;
    font-size: 38px;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer .footer-left .footer-body{
    margin-top: 30px;
}
.footer .footer-left .footer-body p{
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;

}
.footer .footer-right .content-body{
    margin-top: 30px;
}
.footer .footer-right .content-body p{
    color: #fff;
}
.footer .footer-right .contacts {
    margin-top: 40px;
}
.footer .footer-right .content-body p{
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;

}
.footer .footer-right .contacts a{
    color:#fff;
    font-size: 24px;
    line-height: 30px;
}
.footer .footer-right .heading h2{
    color: #fff;
    margin: 0;
    font-size: 38px;
}
.footer .footer-left  .request-button{
    margin-top: 40px;
}
.footer .footer-left  .request-button a{
    color: #767779;
    font-size: 20px;
    background: #fff;
    padding: 6px 17px;
    border: 1px solid transparent;
    -webkit-transition: ease-out .3s all;
    -o-transition: ease-out .3s all;
    transition: ease-out .3s all;
    font-weight: 300;
}
.footer .footer-left  .request-button a:hover{
    color: #fff;
    background: #767779;
    border: 1px solid #fff;
}
.footer .footer-left  .request-button a i{ 
    margin-right: 6px;
}
/*
=====================
Footer Bottom Style
=====================

.footer{
    background: #00c1c4;
}
 .footer .footer-left{
    
    padding: 40px 80px;

 }
  .footer  .heading h2{
    color:#fff;
    font-size: 38px;
    font-weight: 500;
  }
  .footer  .content-body p{
    color:#fff;
    font-weight: 300;
    font-size: 16px;
    margin-top: 25px;
  }
  .footer .footer-left .request-button{
    margin-top: 40px;
    padding-bottom: 14px;
  }
  .footer .footer-left .request-button a{
    color:#767779;
    background: #fff;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 3px;
    font-weight: 300;
    -webkit-transition: ease-in .2s all;
    -o-transition: ease-in .2s all;
    transition: ease-in .2s all;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  }
  .footer .footer-left .request-button a:hover{
    background: #eee;
  }
  .footer .request-button a i{
    margin-right: 10px;
  }
  .footer .request-button a span{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  .footer .footer-right{
    padding: 40px 80px;
  }
  .footer .footer-right .contacts{
    margin-top: 26px;
    padding-bottom: 6.1px;
  }
  .footer .footer-right .contacts a{
    color:#fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 1.50;
  }  
/*
=====================
Footer Bottom Style
=====================
 */

 .footer-bottom{
    background: #002060;
    padding: 15px 0px;
 }
 .footer-bottom .footer-left{
    float: left;
 }
  .footer-bottom .footer-left p{
    color:#ccc;
    margin: 0;
    font-size: 14px;
    
  }
 .footer-bottom .footer-right ul{
    float: right;
 }
.footer-bottom .footer-right ul li{
    float: left;
    list-style-type: none;
    display: table-cell;

}
 .footer-bottom .footer-right ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    color: #ddd;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
 }
 .footer-bottom .footer-right ul li a:hover{
    color:#fff;
 }

/*page title*/

.page-title-area {
    position: relative;
    padding: 130px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.page-title-area.telemarketing {
    background-image: url("../img/banner.jpg");
}



.page-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.breadcumb {
    text-align: right;
}

.breadcumb ul li {
    display: inline-block;
    padding: 0px 14px;
    position: relative;
}

.breadcumb ul li::after {
    color: #fff;
    right: -8px;
    content: '\f178';
    font-family: 'FontAwesome';
    top: 2px;
    position: absolute;
}

.breadcumb ul li:last-child::after {
    display: none;
}

.breadcumb ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.image-overlay {
    background-color: rgba(70, 70, 70, 0.7);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.inner-about{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #0a1522;
}
.inner-about .img{
    width: 100%;
    height: auto;
}
.inner-about .img img{
    width: 100%;
    height: auto;
    border: 10px solid #fff;
}
.inner-about .content{
    padding: 30px 0px;
}
.inner-about .content p{
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
    color: #fff;
}
.company{
    padding: 80px 0px;
}
.company .heading{
    margin-top: 30px;
    text-align: center;
}
.company .heading h2{
    font-weight: 500;
    color:#3aaa35;
    margin-top: 10px;
}
.company .img{
    width: auto;
    height: auto;
    margin-top: 30px;
    text-align: center;
}
.company .img img{
    width: auto;
    height: auto;
}


.inner-list{
    padding: 80px 0px;
}
.inner-list  .img{
    width: 100%;
    height: auto;
}
.inner-list  .img img{
    width: 100%;
    height: auto;
    border: 10px solid #002060;
}
.inner-list .content .text-top{
    margin-bottom: 20px;
}
.inner-list .content p{
    margin: 0;
    font-weight: 300;
}
.inner-list .content .list ul li{
    line-height: 25px;
}
.inner-list .content .list ul li i{
    margin-right: 10px;
    color:#3aaa35;
}

.inner-list .text-down .text{
    float: left;
}
.inner-list .text-down p{
    margin-top: 20px;
}
.inner-list .text-down .button{
   float: right;
    margin-right: 25%;
}
.inner-list .content  .button a{
    border: 1px solid transparent;
    padding: 5px 15px;
    background: #002060;
    color: #fff;
    font-size: 20px;
    -webkit-transition: ease-out .3s all;
    -o-transition: ease-out .3s all;
    transition: ease-out .3s all;
}
.inner-list .content  .button a:hover{
    border: 1px solid #002060;
    background: transparent;
    color: #002060;
}
.member{
    padding: 80px 0px;
}
.member .main{
    overflow: hidden;
}
.member .img{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.member .img img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.member .text h3{
    margin-top: 30px;
    text-align: center;
}
.member .button{
    overflow: hidden;
}
.member .buttons{
    text-align: center;
    display: block;
    text-align: center;
    margin-top: 40px;
}
.member .buttons a{
    background: #3aaa35;
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    padding: 8px 20px;
    border-radius: 2px;
    border: 1px solid #3aaa35;
    -webkit-transition: ease-out .3s all;
    -o-transition: ease-out .3s all;
    transition: ease-out .3s all;
    text-transform: capitalize;
}
.member .buttons a:hover{
    background: #fff;
    color:#3aaa35;
    border: 1px solid #3aaa35;
}
.member .buttons a i{
    margin-right: 10px;

}
.ceo{
    background: #3aaa35;
    padding: 80px 0px;
}
.ceo .img{
    width: 100%;
    height: auto;
}
.ceo .img img{
    width: 100%;
    height: auto;
    border: 10px solid #002060;
}
.ceo .body .text{
    margin-top: 40px;
}
.ceo .body .text p{
    font-weight: 300;
    color:#fff;
}
.ceo .imgs{
    margin-top: 40px;
    overflow: hidden;
}
.ceo .imgs .image{
    float: left;
    margin-right: 15px;
}
.ceo .imgs .image img{
    width: 50px;
    height: 50px;
    border-radius:  5px;
}
.ceo .imgs .tx p{
    color:#fff;
}
.ceo .imgs .tx p{
    margin-top: 10px;
}


.job{
    padding: 80px 0px;
}
.job .hotline{
    background: #0a1522;
}
.job .hotline .head{
    display: block;
    text-align: center;
    padding: 40px 0px;
}
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.job .hotline .head h2{
    color:#fff;
    -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 1, 1, 1);
  -webkit-animation-duration: 2s;
} 
.job .list ul li{
    line-height: 25px;
}
.job .list ul li i{
    margin-right: 10px;
    color:#3aaa35 ;
}


/*
========================
Google Maps
========================
 */
.map .head{
    text-align: center;
}
.map .head h3{
    font-size: 36px;
    margin: 20px 0px;
}
.map .down{
    text-align: center;
    margin: 20px 0px;
}
.map-responsive {
    overflow: hidden;
    position: relative;
    height: 400px;
    width: 100%;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
iframe {
    border: 0;
}

.marquee {
    background: #0a1522;
    padding: 30px 0px;
}
.marquee .head h2{
    margin: 0;
    color:#fff;
}

.contact{
    background: url(../img/contact-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
}
.contact .button{
    margin-bottom: 80px;
}
.contact .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
}

.contact .info .img{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.contact .info .img img{
    width: 100%;
    height: auto;
    border: 10px solid #002060;

}
.contact .info .texts{
    margin-top: 30px;
}
.contact .info .texts p{
    color:#fff;
}
.contact .info .list ul li{
    color: #fff;
    line-height: 30px;
}
.contact .contact-col{
    margin-top: 30px;

}

.contact .form-feild .custom-file{
    position: absolute;
    top: 0;
    right: 0;
}
.contact .contact-col .text p{
    color:#fff;
    text-align: center;
    padding-bottom: 20px;
}
.contact .form-feild label{
    color:#fff;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: right;
}
.contact .panels{
    overflow: hidden;
    margin-top: 20px;
}
.contact .form-feild select{
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
    font-size: 14px;
}
.contact .form-feild select option{
    color:#000;
}
.contact .form-feild input[type="text"]{
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
}
.contact .form-feild input[type="text"]:focus{
    border: 1px solid #3aaa35;
}
select.form-control.input-sm:focus{
    border: 1px solid #3aaa35;
}
.contact .form-feild textarea{
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
}
.contact .form-feild textarea:focus{
    border: 1px solid #3aaa35;
}
.contact .form-feild input[type="file"]{
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-weight: 300;
}
.contact .form-feild input[type="file"]:focus{
    border: 1px solid #3aaa35;
}
.contact  .para{
    margin-top: 30px;
}
.contact  .para p{
    color: #fff;
    font-weight: 300;
}
.contact .button{
    text-align: center;
    margin-top: 20px;

}
.contact .button input[type="submit"]{
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    padding: 6px 20px;
    border: 1px solid transparent;
    -webkit-transition: ease-out .3s all;
    -o-transition: ease-out .3s all;
    transition: ease-out .3s all;
    background: #002060;
}
.contact .button input[type="submit"]:hover{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.btnns{
    position: absolute;
    top: 48px;
    left: 45px;
    padding: 5px 20px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    background: green;
    color:#fff;
}

.cus-form{
    position: relative;
    width: 100%;
    height: auto;
}
.cus-form span.btun {
    color:#3aaa35;
    position: absolute;
    top: -2px;
    left: -3px;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
    padding: 4px 3px;
    border: 1px solid transparent;
}
.cus-form span.btun:hover{
    background: #666;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    border: 1px solid transparent;
    color: #fff;
}
.cus-form{
    position: relative;
    width: 100%;
    height: auto;
}
.cus-form span.btunps2 {
    color:#3aaa35;
    position: absolute;
    top: -2px;
    left: -3px;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
    padding: 4px 3px;
    border: 1px solid transparent;
}
.cus-form span.btunps2:hover{
    background: #666;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    border: 1px solid transparent;
    color: #fff;
}
/*
.contact-col{
    background: url(../img/contact-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 80px;
}
.contact-col .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
}
.contact-col .info .img{
    width: 100%;
    height:auto; 
}
.contact-col .info .img img{
    width: 100%;
    height: auto;
    border: 10px solid #002060;
}
.contact-col .info .texts{
    margin-top: 30px;
}
.contact-col .info .texts p{
    color: #fff;
}
.contact-col .info .list ul li{
    color: #fff;
    line-height: 30px;
}

.contact-col .form-feild label{
    color:#fff;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: right;
}
.contact-col .panels{
    overflow: hidden;
    margin-top: 20px;
}
.contact-col .form-feild select{
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
}
.contact-col .form-feild select option{
    color:#000;
}
.contact-col .form-feild input[type="text"]{
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
}

.contact-col .form-feild textarea{
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
}
.contact-col .input-fill .form-pos{
    position: relative;
}
.contact-col .input-fill .input-btn .btun{
    position: absolute;
    top: 48px;
    left: 47px;
    padding: 4px 28px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    background: green;
    color:#fff;
}
.contact-col .input-fill .input-btn .btun:hover{
    background: red;
    -webkit-transition: ease .2s all;
    -o-transition: ease .2s all;
    transition: ease .2s all;
}
#nap{
    position: absolute;
    left: 50px;
    top: 50px;
}
*/
.tab{
    background: #0a1522;
    padding: 50px 0px;
}
.tab .img{
    width: 100%;
    height:auto;
    margin: 30px 0px;
    overflow: hidden;
    border: 10px solid #fff;
}
.tab .img img{
    width: 100%;
    height:auto;
}
.tab .left .head{
    margin: 30px 0px;
}
.tab .left .head h2{
    color:#fff;
}
.tab .nav-tabs{
    border-bottom: none;
    margin-bottom: 20px;
}
.tab .nav-tabs>li>a{
    margin-right: 4px;
}

.tab .nav-tabs>li>a{
    border-radius: 0px 0px 0px 0px;
    border-radius: 50px;
    padding: 5px 10px;
    color: #3aaa35;
}

.tab .tab-content .headd h2{
    color: #fff;
}
.tab .tab-content .text1{
    margin-top: 20px;
}
.tab .tab-content .text1 p{
    color: #fff;
}
.tab .tab-content .box .box-head{
    margin-top: 30px;
    margin-bottom: 25px;
}
.tab .tab-content .box .box-head h4{
    color: #3aaa35;
}
.tab .tab-content .box .box-list ul li{
    color:#fff;
    line-height: 25px;
}
.tab .tab-content .box .box-list ul li i{
    margin-right: 15px;
    color: #3aaa35;
}
.tab .tab-content .headd h2{
    margin-top: 30px;
}
.tab .tx-bottom{
    margin-top: 30px;
}
.tab .tx-bottom p{
    color:#fff;
}







.box-col{
    padding: 80px 0px;

}
.box-col .box{
    background: #0a1522;
    border-radius: 5px;
}
.box-col .box .heading{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
}
.box-col .box .heading h2{
    color:#fff;
}
.box-col .box  .img{
    text-align: center;
    width: auto;
    height: auto;
    margin-top: 30px;
    overflow: hidden;
    
}
.box-col .box  .img img{
    width: auto;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
}
.box-col .box:hover  .img img{
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.box-col .box  .text{
    padding:0px 55px;
    margin-top: 30px;
}
.box-col .box  .text p{
    color:#fff;
    margin: 0;
    padding-bottom: 30px;
}
.box-col .last{
    padding-bottom: 20px!important;
}
/*
========================
Scroll To ToP
========================
 */

.scrollup {
    position: fixed;
    z-index: 100;
    bottom: 62px;
    right: 20px;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #002060;
}
.scrollup i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scrollup i:hover {
    color: #555;
}





.feature .part