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;
}

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;
}
.no-margin{
	margin-left:0!important;
	margin-right:0!important;
}
textarea {
	resize:none;
}
h2 {
	font-size:25px;
	letter-spacing:3px;
	padding-bottom:20px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
h3 {
	
}

/**************************MENU_SECTION***********************/
.navigation_menu{
	background-color: transparent;
    border: none;
}
.navigation_menu .container a, .navigation_menu .container-fluid ul li a {
	color:#fff!IMPORTANT;
    font-size: 18px;
	padding:0;
}
.navigation_menu ul li {
    margin: 10px;
    padding: 10px;
    border-top: solid 1px rgba(0, 0, 0, 0.125);
    margin-left: 60px;
    margin-right: 60px;
	padding-top: 20px;
}
.navigation_menu ul li:first-child{
	border:none;
}
.mymenu::after{
	content:"MENU";
	font-size:20px;
	color:#fff;
	position:absolute;
	right: 50px;
    top: 3px;
}
.mymenu .icon-bar {
	background-color:#fff!important;
}
.mymenu,.mymenu:hover,.mymenu:focus {
    border: none!important;
}
.mymenu:hover,.mymenu:focus{
	background-color:transparent!important;
}

/************************BOOTSTRAP*************************/
 .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
	padding-right: 0;
    padding-left: 0;
    }
    .navbar-nav {
        float: none!important;
        margin-top:100px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
/************************BOOTSTRAP END*************************/	

#mainNavBar{
	border-color:transparent;
	box-shadow: inset 0 0 0 rgba(255,255,255,0);
	float:right;
	width: 0;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 80%;
	background-color: #21b2a6;
	height: 100%!important;
	max-height:100%!important;
	transition: 0.3s;
	overflow-x: hidden;
}
#mainNavBar span{
    font-size: 50px;
    color: #fff;
    right: 38px;
    transition: 0.2s;
    position: absolute;
    cursor: pointer;
    top: -9px;
}
.hiden{
	opacity:0;
}
.elorder{
	z-index:99;
}	
.visible {
	opacity:1;
}
.overlay {
	height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    display: none; 
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}
.body_transform{
	display:block;
}
.body_position  {
	position: relative;
}
.logo_custom {
	opacity:0;
	font-weight:700;
	font-size:25px;
	color:#fff!important;
}	
.MenuScroll{
	background-color: #2e3842;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	height:50px;
}
	
.MenuScroll .logo_custom {
	opacity:1;
}	
/*******************************HOME PAGE****************************/

/**************************BANNER_SECTION***********************/
/*.home_page_banner{
		position:relative;
		top:50%;
		transform:translateY(-50%);
}*/
.home_page_banner {
	position:relative;
	top:50%;
	margin-top:-150px;
}



.banner  {
	height:100vh;
	background-color:#2F4F4F;
	position:relative;
}
.banner_img {
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
    top: 0;
    left: 0;
}
.changed::before {
    content: "";
    background: no-repeat;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.5), rgba(0,0,0,0.5)), no-repeat;
    background: -o-linear-gradient(top,rgba(0,0,0,0.5), rgba(0,0,0,0.5)), no-repeat;
    background: -moz-linear-gradient(top,rgba(0,0,0,0.5), rgba(0,0,0,0.5)), no-repeat;
    background: linear-gradient(top,rgba(0,0,0,0.5), rgba(0,0,0,0.5)), no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_text{
	width:300px;
	height:auto;
	color:#fff;
	position:relative;
}
.banner_text h1 {
	clear: both;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
	color:#fff;
}
.banner_text span {
	background-color:#fff;
	float: right;
	display:block;
	height:2px;
}
.banner_text span:first-child{
	float: left;
}
.text_button{
	clear:both;
	margin-top:50px;
    font-size: 20px;
	position:relative;
	color:#fff;
}
.text_button p {
    margin-bottom: 40px;
    line-height: 1.8;
}
.text_button a,.text_button a:visited{
    background-color: #ed4933;
	color:#fff;
	text-transform:uppercase;
    border: 0;
	outline:none;
	padding: 10px 30px;
	font-size:20px;
}
.text_button a:hover,.text_button a:focus {
	background-color:#ef5e4a;
	color:#fff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.text_button a:focus, .text_button a:active {
	background-color:#eb341c;
}
.learn_more {
	position: absolute;
    bottom: 0;
	opacity:0;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
}
.learn_more  a {
	color: #fff;
	text-decoration:none;
	position:relative;
	letter-spacing: 2px;
}
.learn_more  a::after{
	content: '\f063';
	font-family: FontAwesome;
	position:absolute;
	font-size: 20px;
    left: 45px;
    top: 25px;
}

/*********************first_section*****************/

#first_section {
	background-color:#21b2a6;
	color:#fff;
	padding-bottom:60px;
	padding-top:60px;
}
.diamond_text_above h2 {
	border-bottom:2px solid rgba(0, 0, 0, 0.125);
}
.diamond_text_above p {
	font-size:18px;
	color:#c7ebe8;
	margin-top:20px;
}
.section_square .row >div>div {
	margin-bottom:40px;
}
.diamond_square, .heart_square, .code_square{
    height: 60px;
    text-align: center;
    transform: rotate(45deg);
    width: 60px;
    margin-top: 60px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 60px;
	border: 3px solid rgba(0, 0, 0, 0.125);
}
.diamond_square::after , .heart_square::after , .code_square::after {
	content:"\f219";
	font-family: FontAwesome;
	position:absolute;
	color:#00ffcc;
	transform: rotate(316deg);
    font-size: 60px;
    top: 20px;
    bottom: 38px;
    left: 7px;
    right: 25px;
}
.heart_square::after {
	content:"\f08a";
	color:#00f0ff;
}
.code_square::after{
	content:"\f121";
	color:#76ddff;
}


/*********************img&text_section*****************/
.first_img{
	background-image:url('images/blog_post_img3.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:400px;
}
.second_img{
	background-image:url('images/blog_post_img4.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:400px;
	    float: right;
}
.third_img {
	background-image:url('images/project_img3.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:400px;
}
.img_text_section {	
background-color: rgb(43, 52, 61);

}
.img_text{
	
	color:#fff;
	padding:70px;
}

.img_text p {
	font-size:18px;
}
.img_text_section .row:nth-child(2){
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}



/****************************case_section*********************/
.case_section {
	padding-bottom:60px;
	padding-top:60px;
	color:#d3d4e4;
	background-color:#505393;
}
.case_section h2 {
	border-bottom:2px solid rgba(0, 0, 0, 0.125);
}
.case_section p{
	font-size:18px;
	margin-top:20px;
}
.case_section h3 {
	color:#fff;
	font-size:20px;
	padding-bottom:20px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-left:30px;
	position:relative;
}
.case_section h3::before{
	content:"\f121";
	font-family: FontAwesome;
	position:absolute;
	left: -30px;
	color:#00ffcc;
}
.case_text{
	padding:50px;
}
.case_1, .case_2, .case_3, .case_4, .case_5, .case_6 {
	padding:50px;
	position:relative;
}
.case_1{
	background-color:rgba(0, 0, 0, 0.035);
}
.case_2{
	background-color:rgba(0, 0, 0, 0.07);
}
.case_3{
	background-color:rgba(0, 0, 0, 0.105);
}
.case_4{
	background-color:rgba(0, 0, 0, 0.14);
}
.case_5{
	background-color:rgba(0, 0, 0, 0.175);
}
.case_6{
	background-color:rgba(0, 0, 0, 0.21);
}

.case_2 h3::before{
	content:"\f1d9";
}
.case_3 h3::before{
	content:"\f108";
}
.case_4 h3::before{
	content:"\f025";
}
.case_5 h3::before{
	content:"\f08a";
}
.case_6 h3::before{
	content:"\f11d";
}


/**************************footer_img******************/
.footer_img{
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('images/bigpicture.png');
    background: -o-linear-gradient(top,rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('images/bigpicture.png');
    background: -moz-linear-gradient(top,rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('images/bigpicture.png');
    background: linear-gradient(top,rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('images/bigpicture.png');
	background-size:cover;
	background-position:center bottom;
	background-repeat:no-repeat;
}
.buttons a {
	display:block;
}
.footer_top p {
	color:#fff;
	font-size:18px;
	margin-top:20px;
}
.footer_top .row div:first-child{
	margin-top:30px;
	margin-bottom:30px;
}
.footer_top .row div:last-child{
	margin-top: 30px;
    margin-bottom: 30px;
}
.footer_down{
	background-color:rgba(29, 36, 42, 0.7);
	padding-bottom:100px;
	padding-top:100px;
	color:rgba(255, 255, 255, 0.5);
	margin-left: -15px;
    margin-right: -15px;
}
.footer_down ul li {
	display: inline-block;
    font-size: 25px;
    margin-left: 20px;
}
.footer_down ul li:first-child{
	margin:0;
}
.footer_down ul li a {
	color:rgba(255, 255, 255, 0.5);
}
.footer_down ul li a:hover {
	color:#fff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}
.rights {
	font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
}
.rights span {
	margin-left: 10px;
    margin-right: 10px;
}
.buttons a:first-child,.buttons a:first-child a:visited{
    background-color: #ed4933;
	color:#fff;
	text-transform:uppercase;
    border: 0;
	outline:none;
	padding: 10px 30px;
	font-size:20px;
	margin-bottom: 30px;
}
.buttons a:first-child:hover,.buttons a:first-child:focus {
	background-color:#ef5e4a;
				color:#fff;
		 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.buttons a:first-child:focus, .buttons a:first-child:active {
	background-color:#eb341c;
}
.buttons a:last-child, .buttons a:last-child:visited{
	background-color: transparent;
    border-radius: 3px;
    border: 0;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
}
.buttons a:last-child:hover{
	background-color:rgba(144, 144, 144, 0.25);	 			 
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.buttons a:last-child:active {
	background-color:rgba(144, 144, 144, 0.5);
}
.navCollapse {
	width:350px!important;
}




/*******************************************About Us PAGE********************************************/


/**********************G_banner***********************/
.gn_banner{
	background-image:url('images/about_bigpcture.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	height:80vh;
	color:#fff;
}
.gn_banner_text{
	transform: translateY(-50%);
    top: 50%;
    position: relative;
	letter-spacing:3px;
}
.gn_banner_text p {
	font-size:18px;
	text-transform:uppercase;
}
 .gn_banner_text h1 {
	clear: both;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
	color:#fff;
}

/**********************gn_text***********************/
.gn_text{
	margin-top:60px;
	margin-bottom:60px;
	color: rgb(78, 72, 82);
}
.gn_text h2 {
	color:#000;
}
.gn_text p {
	margin-top:20px;
	margin-bottom:20px;
	font-size:18px;
}
.gn_text hr {
    border-bottom: 2px solid rgb(223, 223, 223);
	margin-top: 50px;
}



/*******************************************Contact PAGE********************************************/

.contact_form{
	margin-top:60px;
	margin-bottom:60px;
	font-size:20px;
}
.radio_section{
	margin-bottom:20px;
	margin-top:20px;
}
.radio_section input, .checkbox_section input{
	margin-top:9px;
	 transform: scale(1.5);
}
.radio_section label , .checkbox_section label {
	margin-left:0!important;
	position:relative;
}
.checkbox_section{
	margin-bottom:20px;
}
.name_email input, textarea, select {
	background-color:rgb(245, 245, 245)!important;
}
.form_buttons {
	margin-top:30px;	
}
.contact_form .form-control{
	border:0;
	font-size:20px;
	height:45px;
}
.contact_form .form-control:focus {
    border-color: #21b2a6;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #21b2a6;
    box-shadow: 0 0 0 2px #21b2a6;

}
.contact_form textarea {
	height:auto!important;
}
.form_buttons button {
	font-size:18px;
	padding: 10px 25px;	
}
.form_buttons button:first-child,.form_buttons button:first-child:visited{
    background-color: #ed4933;
	color:#fff;
	text-transform:uppercase;
    border: 0;
	outline:none;
	padding: 10px 30px;
	font-size:20px;
}
.form_buttons button:first-child:hover,.form_buttons button:first-child:focus,.modal-footer button:first-child:hover {
	background-color:#ef5e4a;
				color:#fff;
		 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.form_buttons button:first-child:focus, .form_buttons button:first-child:active {
	background-color:#eb341c;
}
.form_buttons button:last-child{
	margin-left:30px;
	box-shadow: inset 0 0 0 2px #dfdfdf;
	color: #2E3842;
	background-color:#fff;
}
.form_buttons button:last-child:active{
    background-color: rgba(0, 0, 0, 0.1);
}
.form_buttons button:last-child:hover,.modal-footer button:last-child:hover{
    background-color: rgba(0, 0, 0, 0.0375);
}
.form_buttons button:last-child:focus,.modal-footer button:first-child:focus {
	outline: 0;
}

.radio_section  input,.radio_section label{
	    cursor: pointer;
		
}
.inpt_radio {
	display:block;
	position:absolute;
	height:26px;
	width:26px;
	border-radius: 100%;
	background-color:rgb(245, 245, 245);
	top: 4px;
    left: -10px;
}
 .radio_section input:checked ~ .inpt_radio{
	
 }
 .radio_section input:checked ~ .inpt_radio:before, .checkbox_section input:checked ~ .inpt_check:before {
	content:"\f00c";
	background-color:#2E3842;
    color: #ffffff;
	position:absolute;
	height:26px;
	width:26px;
	border-radius:100%;
	z-index:99;
	font-family: FontAwesome;
	font-size: 14px;
    padding-left: 4px;
	border: 2px solid #229a92;
 }
.inpt_check{
	display:block;
	position:absolute;
	height:26px;
	width:26px;
	top: 4px;
    left: -10px;
	background-color:rgb(245, 245, 245);
}
 .checkbox_section input:checked ~ .inpt_check:before {
	border-radius:3px;
 }
#mainNavBar a[type="button"] {
	cursor:pointer;
}
.modal-dialog{
    top: 50%;
    margin-top:-150px;
}

/**********************MODAL*************************/
.modal-footer button:first-child{
	background-color: #ed4933;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    outline: none;
}
.modal-footer button:last-child{
	box-shadow: inset 0 0 0 2px #dfdfdf;
    color: #2E3842;
    background-color: #fff;
}


/*********************RESPONSIVE***********************/
@media (max-width:767px){
	.collapse {
		display: block!important;
	}
	.footer_top .row div:first-child{
		padding-left: 0;
		text-align:center;
	}

	.navCollapse {
		width:100%!important;
		max-width:100%!important;
		margin-left:0!important;
		margin-right:0!important;
	}
	.banner_text h1 {
		font-size:25px;
	}
	.banner .text_button a{
		font-size:14px;
	}
	.text_button p {
		margin-bottom:20px;
	}
}
@media (max-width:991px){
	.first_img, .second_img ,.third_img, .second_img_resp {
		height:300px;
	}
}
@media (max-width:400px){
	.case_1, .case_2, .case_3, .case_4, .case_5, .case_6 {
		padding:10px;
		padding-bottom:20px;
		padding-top:20px;
	}
}

