html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.no-padding {
	padding-left:0;
	padding-right:0;
}
/*MENU*/

.navigation_menu {
	background:transparent;
	padding:40px 0;
	border:none;
}
.navigation_menu .container {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding-bottom:40px;
}
.navigation_menu  ul li a, .menuStyle ul li a{
	color:rgba(255, 255, 255, 0.75)!important;
	font-weight:700;
	text-transform:uppercase;
}
.navigation_menu .active>a , .menuStyle .active>a {
	color:#fff!important;
	background-color: transparent !important;
}
.navigation_menu  ul li a:hover , .navigation_menu  ul li a:active,  .menuStyle a:hover, .menuStyle a:focus{
	color:#fff !important;
	background-color: transparent !important;
}
#mainNavBar{
	border-color:transparent;
	box-shadow: inset 0 0 0 rgba(255,255,255,0);
}
.navigation_menu button,.menuStyle button {
	z-index:8;
}
.menuStyle {
	background-color: #292c47;
	padding-top:25px;
	padding-bottom:25px;
	color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
	border:none;
	z-index:13;
}
.overlay_menu{
	height:100%;
}

/*banner*/
.banner {
	background-image:url('images/banner.jpg');
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	height:95vh;
}
.text{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
	color:#fff;
}
.text h1 {
	font-weight: 700;
    text-transform: uppercase;
	font-size: 65px;
}
.text p{
	font-size: 22px;
	margin-bottom:80px;
	margin-top:10px;
}
.text a{
	background-color:#e84545;
	text-transform: uppercase;
	border-radius:2px;
	font-size:13px;
	color:#fff;
	border:none;
	padding:15px 40px;
}
 .text a:hover , .text a:focus, .text a:active{
	 background-color: #e52e2e!important;
	 color:#fff!important;
	 border:none!important;
 }


/*icons_section*/

.icons_section {
	padding-top:80px;
	height:auto;
}
.icons_section .row {
margin-top:20px;
}
.icons_fa {
	font-size:60px;
	color:#e84545;
}
.icons_container {
	margin-top:30px;
}
.icons_section p{
	color: #6c7279;
    font-size: 14px;
}
.icons_section h4 {
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
	margin-bottom:10px;
	margin-top:10px;
	color:#2d3033;
}


/*image_gallery_section */

.image_gallery_section{
	height:auto;
	padding-top:80px;
}
.image_gallery_section .row {
	margin-top:20px;
}
.img_g{
	opacity:0;
	position:relative;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	overflow: hidden;
	height:180px;
	cursor: pointer;
}
.img_div {
	display:none;
}
.img_jq {
	display:block!important;
	background-color:rgba(232, 69, 69, 0.9);
	color:#fff;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 100%;
	z-index:3;
}
.img_div {
	display:none;
	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.img_g img {
	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.img_g:hover img {
	max-width:110%;
	width:110%;
}
.myh5{
	position:absolute;
	top:5px;
	left:50%;
	transform:translateX(-50%);
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.myp {
    position: absolute;
    bottom: 2px;
    left: 50%;
	transform:translateX(-50%);
	font-size: 14px;
    line-height: 22.4px;
}
#overlay {
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	display:none;
	text-align:center;
	z-index:15;
	overflow: hidden;
}
#overlay img {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	padding:20px;
	background-color:#fff;
	position:relative;
	z-index:14;
	display: block;
    max-width: 100%;
}
.transform_body {
	overflow:hidden;
}

/*people_section*/

.people_section {
	padding-top:80px;
	height:auto;
}
.people_section .row {
margin-top:25px;
}
.people_section h5 {
	color: #e84545;
    font-size: 13px;
    margin-bottom: 20px;
	text-transform:uppercase;
}
.people_section h4 {
	font-size: 22px;
    color: #2d3033;
	margin-top: 10px;
    margin-bottom: 10px;
}
.people_section p {
	font-size: 14px;
    line-height: 22.4px;
    color: #6c7279;
	margin: 0 0 10px;
}
.icons {
	margin-top: 30px;
}
.img_backgroun_1{
	background-image:url('images/team-1.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
}
.img_backgroun_2{
	background-image:url('images/team-2.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
}
.img_backgroun_3{
	background-image:url('images/team-3.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
}
.img_backgroun_4{
	background-image:url('images/team-4.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
}
.people_section .row > div {
	margin-bottom:50px;
}

.icons li {
	display:inline-block;
	width:18%;
	border: 1px solid #e8ecee;
    font-size: 28px;
    border-radius: 2px;
	text-align:center;
	cursor:pointer;
}
.icons li a {
	color: #c6cacc;
}
.icons li:hover a{
	color: #fff;
}
.icons li:hover{
	background-color: #e84545;
    border-color: #e84545;
}

/*carousel_section*/
.carousel_section{
	padding-top:80px;
}
#carousel_custom {
	margin-top:25px;
}
#carousel_custom ol{
	left: 89%;
	width:39%;
}
#carousel_custom a {
	background:none;
}
.carousel_section .carousel-inner{
	color:#fff;
	font-style:italic;
	font-size:30px;
	background-color: #53354a;
	position:relative;
}
.corousel_text{
	position:relative;
	margin-top:50px;
	color:#fff;
	font-style:italic;
	font-size:30px;
	background-color: #53354a;

}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

/*download_section*/
.download_section {
	padding-top:80px;
}
@-webkit-keyframes bounce {
        0% {
    transform: scale(1,1) rotate(0deg);
  }
  10%{
    transform: scale(1,1) rotate(-5deg); 
  }
  20%{
    transform: scale(1,1.2) rotate(5deg); 
  }
  30%{
    transform: scale(1,1.2) rotate(-5deg); 
  }
  40%{
    transform: scale(1,1.2) rotate(5deg); 
  }
  50%{
    transform: scale(1,1.2) rotate(-5deg); 
  }
  60%{
    transform: scale(1,1.2) rotate(5deg); 
  }
  70%{
    transform: scale(1,1.2) rotate(-5deg); 
  }
  80%{
    transform: scale(1,1.2) rotate(5deg); 
  }
  90%{
    transform: scale(1,1.2) rotate(-5deg); 
  }
 100% {
    transform: scale(1,1) rotate(0deg);
  }
}
.download_section a {
	background-color: #e84545;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    border: none;
    padding: 15px 75px;
	font-weight:600;
	margin-top: 30px;
}
.animation_bounce{
	-webkit-animation: bounce 0.75s;
}	
.download_section a:hover , .download_section a:focus, .download_section a:active{
	 background-color: #e52e2e!important;
	 color:#fff!important;
	 border:none!important;
 }
.download_section h3 {
    font-size: 28px;
    color: #2d3033;
	margin-bottom: 10px;
}
.download_section p {
	color: #2d3033;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 10px;
}


/*footer1_section*/
.footer1_section{
	background-color: #3a3e64;
    padding-top: 50px;
	margin-top:80px;
}
.footer1_section h5 { 
	text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
	color: #fff;
    margin-bottom: 20px;
}				
.footer1_section p{							
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}				
.footer1_section ul li {
    color: #fff;
	border: 2px solid #e8ecee;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}
.footer1_section li:hover a, .footer1_section li:hover{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer1_section .row >div{
	margin-bottom:50px;
	
}


/*footer2_section*/
.footer2_section{
	background-color: #313454;
    padding: 20px 15px;
	color: rgba(255, 255, 255, 0.5);
	font-size:14px;
}
.footer2_section a{
	text-decoration:none;
	color:#fff;
	margin-left:2px;
}
.footer2_section i {
    color: #e84545;
    font-size: 11px;
	margin-left:2px;
	margin-right:2px;
}
.footer2_section a:hover{   
   color: #e84545;
   	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



/*BOOTSTRAP+ reposnive*/
@media (max-width:767px){
	.text h1{
		font-size:20px;
	}
	.text p{
		font-size: 14px;
	}
	.img_g img {
		width:100%;
	}
	.img_backgroun_1, .img_backgroun_2 , .img_backgroun_3, .img_backgroun_4 {
		height:350px;
	}
	.corousel_text{
		margin-top:40px;
		margin-bottom:40px;
		font-size:20px;
	}
}

@media (max-width: 991px) {
    .btn_close {
		background-color: red!important;
		border-radius: 50%;
		width: 45px;
		height: 44px;
		padding-left: 14px;
	}
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top:0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	
	.icon-bar{
		background-color:#fff!important;
	}
	.navbar-toggle {
		border: none;
		background: transparent !important;
	}
	.navbar-toggle .icon-bar {
		width: 22px;
		transition: all 0.2s;
	}
	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	.navbar-toggle .middle-bar {
		opacity: 0;
	}
	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}
	.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
	}
	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}
	.btn_close {
		background-color: red!important;
		border-radius: 50%;
		width: 45px;
		height: 44px;
		padding-left: 14px;
	}
	.overlay_menu ul {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.navigation_menu  .overlay_menu, .menuStyle .overlay_menu {
		top: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.9)!important;
		position: fixed;
		margin: 0;
		left:0;
		text-align:center;
		/*padding-top:250px;*/
	}
	.navigation_menu  ul li, .menuStyle ul li {
		margin-bottom:15px;
		margin-top:15px;
	}
	.navigation_menu  ul li a, .menuStyle ul li a {
		color: rgba(255, 255, 255, 0.75);
		 font-size: 25px;
	}
	#carousel_custom ol{
		left: 50%;
		width:60%;
	}
	.hide_menu.collapse.in{
		display:none!important
	}
}


@media (max-width:1199px){
	.people_section{
		text-align:center;
	}

	.corousel_text{
		margin-top:30px;
		margin-bottom:30px;
		font-size:25px;
	}
}
	
	
	
	

	
	
	
	
	
