@import url(https://fonts.googleapis.com/css?family=Oxygen+Mono);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/** DEFINES SASS **/
@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #333;
  Letter-spacing: 0.15em;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #fff;
}

span {
  color: #777;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

.subtitle {
 font-size: 25px;
 color:#fff;
  text-align: center;
  text-transform: uppercase;
 
}

p {
  margin: 15px 20px;
}

#home span {
  color: #777;
}

/* Custom CSS
 * --------------------------------------- */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #333;
  color: rgba(0, 0, 0, 0.5);
}

.section {
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#fp-nav {
  right: 15px !important;
  z-index: 30;
  border-radius: 15px;
 
}
#fp-nav ul li {
  margin: 20px 7px;
}
#fp-nav ul li a span {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#fp-nav ul li a:hover span {
  background: #777;
}
#fp-nav ul li a.active span {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}

.fp-slidesNav {
  border-radius: 15px;
  background: #FF5252;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.fp-slidesNav ul li {
  margin: 5px 20px;
}
.fp-slidesNav ul li a span {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.fp-slidesNav ul li a:hover span {
  background: #777;
}
.fp-slidesNav ul li a.active span {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}

.fp-tableCell {
/*  padding-left: 15px !important;
  padding-right: 15px !important;*/
}

/***full page menu***/
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  overflow: hidden;
  z-index: 40;
  transition: all .5s ease;
}
.menu:after {
  content: '';
 background-color: rgba(0, 0, 0, 0.7);
  left: -200%;
  top: -200%;
  width: 200%;
  height: 200%;
  position: fixed;
  border-radius: 100%;
  transition: all .5s ease;
}
.menu.open {
  opacity: 1;
  visibility: visible;
}
.menu.open:after {
  left: 0;
  top: 0;
  border-radius: 0%;
}
.menu.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .5s;
}
.menu.open li:nth-of-type(2) {
  animation-delay: .45s;
}
.menu.open li:nth-of-type(3) {
  animation-delay: .55s;
}
.menu.open li:nth-of-type(4) {
  animation-delay: .55s;
}
.menu .menu-list {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  z-index: 100;
}
.menu .menu-list ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.menu .menu-list ul li {
  display: block;
  height: 25%;
 
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.menu .menu-list ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  padding: 8px 15px;
  font-size:26px;
 
}
.menu .menu-list ul li a:hover {
  color: #fff;
 
}
.menu .menu-list ul li a:active, .menu .menu-list ul li a:focus {
  color: #444;
 
}
.menu .menu-list ul li a:hover:before, .menu .menu-list ul li a:focus:before, .menu .menu-list ul li a:active:before {
 
}
.menu .menu-list ul li a:before {
 
}

.sandwich {
  width: 35px;
  height: 25px;
  top: 8px;
  right: 13px;
  position: absolute;
  cursor: pointer;
  z-index: 50;
  padding: 25px;
}
.sandwich span {
  display: block;
  position: fixed;
  top: 10px;
right: -10px;
  width: 35px;
  margin-right:30px;
  height: 5px;
  background-color: #FF5252;
  transition: all .35s;
 
  z-index: 50;
}
.sandwich span:nth-of-type(2) {
  top: 20px;  width: 25px;
}
.sandwich span:nth-of-type(3) {
  top: 30px;
}
.sandwich:hover .top {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.sandwich:hover .middle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.sandwich:hover .bottom {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.sandwich.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #fff;
}
.sandwich.active .middle {
  opacity: 0;
}
.sandwich.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #fff;
}
.sandwich.active:hover .top {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.sandwich.active:hover .middle {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.sandwich.active:hover .bottom {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.header-links{box-shadow: 1px 1px 1px #e2e2e2;
position:fixed;
top:0px;
z-index:11111;
background-color: #fff;
width:100%;
padding:6px 0px;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* Demos Menu
 * --------------------------------------- */
#demosMenu {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

.req_btn_n{background: #007cef;
color: #fff;
padding: 9px 21px;
display: table;
border-radius: 4px;
font-weight: 600;
font-size: 14px;
float: right;
}
.req_btn_n:hover{
color:#fff;
background:#2d2d2d;
}
.top_email{text-align: right;
float: right;
color: #000;
padding-top: 8px;
margin-left: 20px;
}

.top_email .fa{
}
#home{
 background:url(../images/Generic_BG09_Light.png) no-repeat;background-size: cover;
}

#section4{
 background:url(../images/foot.jpg) no-repeat;
 background-size:cover;
}

#section4 h1{
text-shadow:none;
text-align:left;
text-transform:capitalize;
line-height:27px;
padding-bottom:10px;
padding-top:40px;
font-size:15px;
}

#section4 h2{text-shadow:none;text-align:left;
text-transform:capitalize;font-size:15px;padding-bottom:10px;
}


#section1{
/*background:url(../images/anlyt.jpg) no-repeat; background-size: cover;*/
background-color:inherit!important;
background:#eee!important;
}

#section1 h1{font-family: "Montserrat", sans-serif;
text-shadow: none;
color: #000;
font-size: 26px;
padding-bottom: 50px;font-family: 'Raleway', sans-serif;
font-weight:600;
}
 
#section1 h1 span{
color:#e90101;
}

#section1 .col-md-4{
 
 
text-align:center;

}
#section1 .col-md-4 img{ 
 
}

#section1 .col-md-4 p{color: #000;
font-size: 18px;

}

#section2{
background-color:inherit!important;
  background:url(../images/shake-hands-final.jpg) no-repeat;
  background-size:cover;
  position:relative;

}

.sec_para{width: 90%;
font-size: 16px;
text-align:justify;padding-top:30px;
line-height: 31px; font-family: 'Raleway', sans-serif;
color: #727272;
}

#section1 .col-md-6{
 
 

}
#home img{
max-width:100%;
}
.banner_box{background-color: rgba(0,0,0, 0.6);
display: table;
margin: 60px auto auto auto;
padding: 81px 100px;
width: 100%;
left: 0px;
 
left:0px;

}

 .overlay_a{   background: rgba(0, 0, 0, 0.56);
position: absolute;
top: 0px;
height: 100vh;
z-index: 11111;
width: 100%;
} 
.banner_box h1{
line-height: 59px;
}
.banner_box .fa{
color: #e90101;
font-size: 20px;
position: relative;
top: -7px;
}

.banner_img{/*background: url(../images/home-banner.jpg) no-repeat;*/
    background-size: auto auto;
height: 520px;
background-size: 92%;
position:relative;

}

.banner_main{
overflow:hidden;
}



.carousel-caption {
    top: 0px;
	left:0px;
	right:0px;
    width: 100%;
}
.carousel-caption h1{ 
text-shadow: none;
color: #fff;
font-size: 35px;
font-family: 'Poppins', sans-serif;
padding: 6px 0px;
font-weight: 600;

}
 .carousel-caption h2{  
text-shadow: none;
color: #fff;
text-align: center;
font-weight: bold;
font-size: 51px;
margin-top: 10px !important;
border: 1px solid;
display: table;
margin: auto;
    margin-top: auto;
padding: 6px 32px;
 }
.waves{
  position: absolute;
  height: 527px;
  bottom: -135px;
  width: 100%;
}
 
.wave{
  width: 2402px;
  height: 427px;
  background: url("https://static.platzi.com/media/files/waves_c8551f5d-ecf6-4a81-ae1d-f3a0ad55ba10.png") no-repeat center bottom;
  position: absolute;
  animation: wave 5s ease-in-out alternate infinite;
  left: -180px;
  bottom: 0px;
}
.wave.a{
  background-position: 0 -854px;
}
.wave.b{
  animation-delay: 6s;
  background-position: 0 -427px;
}
.wave.c{
  animation-delay: 1.2s;
  background-position: 0 0;
}

@keyframes wave{
  0%{
    transform: translate(0px, 0px);
  }
  50%{
    transform: translate(-80px, 30px);
  }
  100%{
    transform: translate(160px, -60px);
  }
}
















.svg-wrapper {
  position: relative;
  top: 0%;
 height: 80px;
margin: 50px auto auto auto;
  width: 520px;  
  text-align: center;
  z-index:9999999;
}
.shape {
  stroke-dasharray: 0 580;
  stroke-dashoffset: 580;
  stroke-width: 2px;
  fill: transparent;
  stroke: #e90101;
 
  transition: stroke-width 2.7s, stroke-dashoffset 2.7s, stroke-dasharray 1.3s;
  transition-delay: 0s;
  
}
.text {
 
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 8px;
  color: #000;
  top: -48px;
  position: relative;
  text-align: center;
  height: 60px;
  width: 520px;
  font-variant: small-caps;
}
.shape-border {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 480 100;
}




.ic_bx{width: 54%;
height: auto;
margin: auto;
}
.ic_bx p{
font-weight: 600;
margin-top: 6px !important;
margin-bottom: 15px !important;
}
.ic_bx img{
max-width: 100%;
height: auto;
line-height: inherit;
padding: 10px;
box-shadow: 0 19px 38px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.10);
background: #fff;
}

.ic_bx_img{
max-width: 100%;
height: auto;
line-height: inherit;
margin: auto;
padding: 0px;
background: #fff;
}

.brackets{
color: #000;
font-size: 20px;
font-family: 'Raleway', sans-serif;
margin-bottom: 20px;
}
.brackets span{color: #d00000;
font-size: 28px;
font-weight: 500;
position: relative;
top: 6px;
}
 
 .prtnr{position: absolute;
bottom: 31px;
background: rgba(255, 255, 255, 0.88);
z-index: 99999;
width: auto;
padding: 7px 40px;
right: 26px;
color: #000;
text-transform: uppercase;
font-size: 20px;box-shadow: 0 19px 38px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.10);
border-radius: 3px;
 }
 
 .prtnr span{
 }
 
  .prtnr img{
height: 51px;
width: auto;
  }
  
  .indus_bx{
  min-height:400px;
  }
  
  .inds_img{
  width:100%;
  position:absolute;
  }
  
  .exp_links{-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
box-shadow: 0 20px 100px rgba(255, 255, 255,.5);
 
height: auto;
display: block;
background: #fff;
z-index: 999999;
position: relative;
line-height: 100px;
margin-bottom: 41px;

  }
    .exp_links:hover{
   box-shadow: 0 40px 100px rgb(19, 72, 99);
 -webkit-box-shadow: 0 40px 100px rgb(19, 72, 99);
 -moz-box-shadow: 0 40px 100px rgb(19, 72, 99);
 -o-box-shadow: 0 40px 100px rgb(19, 72, 99);
 }
 
 .grph_bx{
position: relative;
z-index: 999999;
margin-top: 50px;
 }
 
 .list_gra{
 position:relative;
 z-index:999999;
 color:#fff;
 }
  .list_gra .svg-inline--fa{font-size: 35px;
  }
 .list_gra ul li{ color:#fff;
 }
  .list_gra ul li span{color: #fff;
padding-top: 4px;
display: block;
font-size: 23px;
  
  }
  .list_gra .fa{font-size: 39px;
  }
  .list_gra_a{position: absolute;
left: 150px;
top: -24px;
  }
  .list_gra_b{position: absolute;
right: 160px;
top: -24px;
  }
  .list_gra_c{position: absolute;
left: 160px;
top: 166px;
  }
  
    .list_gra_d{position: absolute;
right: 170px;
top: 161px;
  }
  
     .list_gra_d .fa{font-size: 55px;
	 }
	 
	 
	 
	 
	 
	  

	 
#section3{background-color: rgb(242, 242, 242)!important;
}	 
	 
	 
	 
	 
  
	 
.colg_bg{
 
 width:100%;
 height:100vh; 
} 
	 
	.colg_bg img{
	max-width:100%;
	} 
	
	
	.prtner{
	padding-top:50px;
	}
	.prtner img{box-shadow: 0 19px 38px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.10);
	
	}
	
		.prtner h1{
		text-shadow:none;
		color:#000;
		padding-top:160px;
		
		
		}
	
 .prtner p{
color: #f63c3c;
font-size: 32px;
font-style: italic;
font-family: times new roman;
 
 }
  .prtner .req_btn_n{
 display: table;
margin: 20px auto;
float: none;
padding: 11px 50px;
border-radius: 2px;
  }
  
  .button {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  background: rgb(145, 92, 182);
  padding: 15px 40px;
  display:table;
  border-radius: 4px;
  font-weight: normal;
  margin:20px auto;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.glow-button:hover {
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
}

.footr_btm{
background:#000;
position:absolute;
bottom:0px;
width:100%;
text-align:center;
color:#fff;
padding:7px 0px;
}

.floating_menu{background: #054ea2;
display: table;
position: fixed;
z-index: 99999;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
top: 80px;
display:none;
left:10px;
width: 86px;
 
}

.floating_menu ul li a{width: 100%;
padding: 3px 9px;
display: block;
color: #fff;
font-weight: 200;
font-size: 12px;
border-bottom:1px solid #00397b;
text-align: center;
}
.floating_menu ul li a .fa{font-size: 21px;
}

.floating_menu ul li a:hover{background: #e90000;color: #fff;

}

.floating_menu ul li a.current{background: #e90000;color: #fff;

}

.banner_inner_pg{ background: url(../images/Generic_BG09_Light.png) no-repeat;
width:100%;
height: 160px;margin-top: 40px;
margin-bottom:15px;
}

.banner_inner_pg h1{padding-top: 92px;
text-align: left;
padding-left: 29px;
text-transform: capitalize;
font-weight: 400;

}
.inner_cont_bx{
 
}
.inner_cont_bx p{color: #262626;
line-height: 26px;
text-align: justify;
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-weight: 400;

}
.inner_cont_bx h4{
margin: 15px 20px;
text-shadow: none;
color: #e90000;
}

.inner_footer {
    padding-top: 40px;
	margin-top:40px;
    padding-bottom: 50px;
}
.navbar{
margin:0px;
line-height:inherit;min-height:inherit;
}

#navbar{box-shadow: 0 10px 50px -2px rgba(0,0,0,.14);
position:fixed;
width:100%;
z-index: 12;
margin-top: 52px;
background: #fff;
}

.navbar-nav > li > a {
    padding-top: 10px;
	color:#000;
    padding-bottom: 10px;
}


.dropdown-menu > li > a {
display: block;
padding: 7px 27px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #fff;
white-space: nowrap;
background: #5b5b5b;
border-bottom: 1px solid #868686;
}
.dropdown-menu > li > a:hover{
background:#e90101;
color:#fff;
}

.dropdown-menu{
padding:0px;
margin:0px;
}


 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  


.inner_bx_img{
margin-top:15px;
}  

 
.logo{
margin-left:26px;
}
.ui_lst{width: 100%;
display: table;
text-align: center;
color: #fff;
height: 52px;
padding-top: 17px;
font-size: 12px;box-shadow: 0 19px 38px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.10);margin: 20px auto;
}




.andr{
position:relative;
width:100%;
margin:20px auto;
}

.andr img{
height: 60px;
display: block;
margin: auto;
position: absolute;
right: 10px;
top: -27px;
 
}
.andr ul li{
width: 100%;
display: block;
padding: 12px;
color: #000;
font-size: 17px;
margin-bottom: -1px;
}
.andr h1{text-shadow: none;
background: #000;
font-size: 21px;
padding: 7px;
}

.iph{
position:relative;
width:100%;margin:20px auto;
}


.iph img{
height: 60px;
display: block;
margin: auto;
position: absolute;
right: 10px;
top: -27px;
 
}
.iph ul li{
width: 100%;
display: block;
padding: 12px;
color: #000;
font-size: 17px;
margin-bottom: -1px;
}
.iph h1{text-shadow: none;
background: #acacac;
font-size: 21px;
padding: 7px;
}
.iph img{
height: 60px;
display: block;
margin: auto;
position: absolute;
right: 10px;
top: -27px;
}


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:25px;
	margin:0px;
}

#contact h3 {
color: #000;
display: block;
font-size: 30px;
font-weight: 400;
text-shadow: none;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#570000;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


.cont_bx{
}
.cont_bx h1{
text-shadow: none;
color: #000;
font-size: 16px;
text-transform:capitalize;
margin-top: 89px;
margin-bottom: 20px;
line-height: 29px;
}
.cont_bx h2{text-shadow: none;
color: #000;
font-size: 16px;text-transform:capitalize;
margin-top: 19px;
margin-bottom: 20px;
line-height: 29px;
}
.cont_bx h3{text-transform:capitalize;
}

.cont_bx h4{
}

.inner_cont_bx_main{
padding-top:100px;

}

.inner_cont_bx_main_cont {min-height: 420px;
}

.inner_cont_bx_main_cont h1{text-transform: capitalize;
color: #001746;
text-shadow: none;
font-stretch: inherit;
letter-spacing: inherit;
font-size: 51px;
padding-top: 97px;
font-weight: 600;
}
.inner_cont_bx_main_cont p{padding: 0px;
margin: 20px 0px;
font-size: 18px;
line-height: 29px;
}
.inner_cont_bx_main_cont img{position: absolute;
width: 106%;
}
.inner_cont_bx_main_cont_bottom{
background:#f4f4f4;
min-height:300px;
width:100%;
text-align:center;

}


.inner_cont_bx_main_cont_bottom h2{text-transform: capitalize;
color: #001746;
text-shadow: none;
font-stretch: inherit;
letter-spacing: inherit;
font-size: 34px;
padding-top: 47px;
font-weight: 600;
text-align:center;


}

.inner_cont_bx_main_cont_bottom  img{
padding-top: 20px;
width: 55%;
text-align: center;
}

.inner_cont_bx_main_cont_bottom p{font-size: 16px;
line-height: 28px;
text-align: center;
}














@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  














/*background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);*/



.nav > li > a:hover, .nav > li > a:focus{background-color: #e90101;
color:#fff;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background-color: #e90101;color:#fff;
}

.navbar{
min-height:inherit;
height:auto;
}
.navbar-header img{   height: 55px;
}

.nav > li > a{
   
    padding: 10px 18px;
	font-weight:500;
 
    font-size: 16px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            /*margin: 7.5px -15px;*/
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
    }



