/* fonts panel */
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');

.home_container1a {
	width:1400px;
	margin:0 auto;
	padding:20px 0px;
}



a {
    color: #ed6c10;
     
}


body {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}




#leftWrapper {
    display: inline-block;
    /* position: absolute; */
    left: 0;
    margin: 0;
    padding: 0;
    width: 20%;
    height: 100%;
    float: left;
    background-color: #f5f5f5;
    /* box-shadow: 0px 11px 21px #716e6e; */
}

#rightWrapper {
    display: inline-block;
    /* position: absolute; */
    /* left: 15em; */
    margin: 0;
    /* padding: 18px 40px; */
    width: 70%;
    height: auto;
    float: left;
}









.tex11{
	font-size: 18px;
}


.item {
	padding:24px;
	margin:1px;
	color: #000;
	text-align: justify;
}
.item a {
	padding:0px;
	display: block;
	overflow:hidden;
	position:relative;
	border:4px solid #d4dae0;
	margin:0px 5px;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
}
.item a img {
	width:100%;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.item a:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.item a img, .item a:hover img {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease
}
.item a .show_div1 {
	position:absolute;
	padding:10px;	
	left:0px;
	right:0px;
	bottom:-50px;
	border:1px solid #c52b24;
	display:block;
	background:rgba(0, 0, 0, 0.5);
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.item a:hover .show_div1 {
	top:0px;
	bottom:0px;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.show_text2 {
	position:absolute;
	bottom:39%;
	background-color:#016dab;
	text-transform:uppercase;
	text-align:center;
	left:0;
	right:0;
	font-size:14px;
	color:#FFF;
	font-weight:700;
	text-align:center;
	padding:10px 0px;
}
.show_text2 i {
	font-size:20px;
	margin-top:2px;
	margin-right:5px;
}












.fon12{
	font-family: 'Droid Sans', sans-serif;  font-weight: 300; font-size: 18px; line-height: 40px; color: #000000; -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */ -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */ 
}




ul.inner_link {
	margin:0px 0px 30px 0px;
}
ul.inner_link li a:link {
	font-size:14px;
	color:#555555;
	display:block;
	padding:8px 5px 8px 20px;
	background: url(../images/menu_bullet.png) 5px 24px no-repeat;
	border-bottom:1px dashed #dadada;
}
ul.inner_link li a:visited {
	font-size:14px;
	color:#555555;
	display:block;
	padding:8px 5px 8px 20px;
	background: url(../images/menu_bullet.png) 5px 24px no-repeat;
	border-bottom:1px dashed #dadada;
}
ul.inner_link li a:hover {
	font-size:14px;
	color:#FFF;
	display:block;
	padding:8px 5px 8px 20px;
	background: url(../images/menu_bullet.png) 5px -16px no-repeat #2792d0;
	border-bottom:1px dashed #0c5b89;
}
ul.inner_link li a.active {
	font-size:14px;
	color: #dcc402!important;
	display:block;
	padding:8px 5px 8px 20px;
	background: url(../images/menu_bullet.png) 5px -16px no-repeat #2792d0;
	border-bottom:1px dashed #0c5b89;
}




h5 {
	background-color:#f0f0f0;
	font-size:17px;
	color:#1e7cb3;
	text-align:left;
	font-weight:700;
	padding:5px 5px 5px 10px;
	border-left:5px solid #e33136;
	text-transform:uppercase;
	line-height:30px;
	margin-bottom:10px;
}
















.enqiry_bg {

	background:#dedede;

	text-align:center;

	font-size:18px;

	line-height:24px;

	font-weight:500;

	padding:0px 20px;

	border-top:1px solid rgba(255, 255, 255, 1);

}

.enqiry_bg span {

	display:inline-block;

	margin-top:15px;

	color:#666;

}

a.enqiry_button {

	display:inline-block;

	text-align:center;

	padding:7px 20px;

	color:#FFF;

	background:#20a199;

	text-transform:uppercase;

	margin:0px;

	font-size:16px;

}

a.enqiry_button:hover {

	background:#333;

	color:#FFF;

}






.form_input {

	font-family:Arial, Helvetica, sans-serif;

	background-color:#FFF;

	width:100%;

	margin-bottom:10px;

	padding:5px;

	height:35px;

	line-height:20px;

	border:1px solid #d8d8d8;

	font-size:13px;

	color:#666;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);

	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);

}

.form_input:focus {

	background-color:#f6f6f6;

	color:#000;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);

	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);

}

.form_textarea {

	font-family:Arial, Helvetica, sans-serif;

	background-color:#FFF;

	width:100%;

	margin-bottom:10px;

	padding:5px;

	height:100px;

	line-height:20px;

	resize:none;

	border:1px solid #d8d8d8;

	font-size:13px;

	color:#666;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);

	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);

}

.form_textarea:focus {

	background-color:#f6f6f6;

	color:#000;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);

	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);

}

select {

	font-family:Arial, Helvetica, sans-serif;

	background-color:#FFF;

	width:100%;

	margin-bottom:10px;

	padding:5px;

	height:35px;

	line-height:20px;

	border:1px solid #d8d8d8;

	font-size:13px;

	color:#a6a6a6;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);

	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);

}

select:focus {

	background-color:#f6f6f6;

	color:#000;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);

	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);

}

.submit_bt {

	text-transform:uppercase;

	font-weight:600;

	padding:5px 20px;

	text-align:center;

	display:inline-block;

	line-height:24px;

	font-size:13px;

	color:#FFF;

	background-color:#e11538;

	border:none;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

}

.submit_bt:hover {

	background-color:#666;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

}

.reset_bt {

	margin-left:10px;

	text-transform:uppercase;

	font-weight:600;

	padding:5px 20px;

	text-align:center;

	display:inline-block;

	line-height:24px;

	font-size:13px;

	color:#FFF;

	background-color:#666;

	border:none;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

}

.reset_bt:hover {

	background-color:#159c94;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

}














.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}





.gallery_bg {
	background-color:#FFF;
	margin:20px 0px;
	padding:10px;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.gallery_bg img {
	padding:2px;
	border:1px solid #d4d4d4 !important;
	background-color:#FFF;
}
.image_center {
	text-align:center;
}
.image_center img {
	display:inline-block;
}







/* form start */



.cllogo{
	padding: 20px;
	margin:30px; 
}





form {
	margin-bottom:30px;
}
.form_text1 {
	font-size:15px;
	line-height:24px;
	color:#aba9a9;
	padding-top:20px;
	padding-bottom:3px;
	font-weight:600;
}
.form_text1 span {
	color:#F00;
}
.input_text {
	background-color:#e6e7e6;
	border:none;
	width:100%;
	color:#666;
	padding:5px 10px;
	line-height:30px;
	font-size:16px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.input_text:focus {
	background-color:#21a2dc;
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.input_area {
	background-color:#FFF;
	border:none;
	width:100%;
	color:#666;
	padding:5px 10px;
	line-height:24px;
	height:120px;
	resize:none;
	font-size:16px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.input_area:focus {
	background-color:#8c5602;
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.submit_bt1 {
	background:#0c4da2;
	text-align:center;
	padding:10px 20px;
	color:#FFF;
	border:none;
	font-size:16px;
	font-weight:600;
	margin-right:5px;
	margin-top:20px;
	text-transform:uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.submit_bt1:hover {
	background:#ff3c00;
	text-align:center;
	padding:10px 20px;
	color:#FFF;
	border:none;
	font-size:16px;
	font-weight:600;
	margin-right:5px;
	margin-top:20px;
	text-transform:uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.reset_bt {
	background:#ff3c00;
	text-align:center;
	padding:10px 20px;
	color:#FFF;
	border:none;
	font-size:16px;
	font-weight:600;
	margin-left:5px;
	margin-top:20px;
	text-transform:uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.reset_bt:hover {
	background:#0c4da2;
	text-align:center;
	padding:10px 20px;
	color:#FFF;
	border:none;
	font-size:16px;
	font-weight:600;
	margin-left:5px;
	margin-top:20px;
	text-transform:uppercase;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}








/* form end */














.two-column-with-image .tac {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 658px !important;
}
.tac {
    text-align: center;
}




.cta, button, input[type="submit"], input[type="button"], input[type="reset"] {
display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 25px;
    background-color: #1fa2dc;
    /* border: 4px solid rgba(31, 162, 220, 0.35); */
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -moz-border-radius: 10px;
    /* -webkit-border-radius: 10px; */
    /* border-radius: 10px; */    
}

.cta, button, input[type="submit"], input[type="button"], input[type="reset"] {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff;
    white-space: nowrap;
}










.padding.tb-77-42 {
    padding-top: 77px;
    padding-bottom: 42px;
}

.background.dark-grey {
    background-color: #e6e7e8;
}

.two-column-with-image {
    padding: 183px 20px 136px 20px;
    min-height: auto;
    overflow: auto;
}

.two-column-with-image {
    min-height: 500px;
}

.image-cover {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50%;
}




















.font-color.white {
    color: #fff;
}

.two-columns-with-images h2 {
    margin-bottom: 30px;
    color: #1fa2dc;
}

h2 {
    font-size: 46px;
    line-height: 52px;
    letter-spacing: -1px;
    font-weight: 100;
	color: cornflowerblue;
	}

h3 {
    font-size: 65px;
    line-height: 52px;
    letter-spacing: -1px;
    font-weight: 100;
	}





.container.medium {
    max-width: 1240px;
}

.padding.tb-30-0 {
    padding-top: 50px;
    padding-bottom: 0;
}

.background.white {
    background-color: #fff;
}



.vat {
    vertical-align: top;
}
.tal {
    text-align: justify;
}

.two-columns-with-images {
    margin-top: 30px;
}

.container {
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    max-width: 1366px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tar {
    text-align: right;
}


.image-cover {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50%;
}


.background.marketo {
    background-color: #7b63b0;
}



.padding.tb-78-0 {
    padding-top: 78px;
    padding-bottom: 0;
}

.padding.tb-78-0 {
    padding-bottom: 0 !important;
}







/*ol, ul {
	list-style:none;
}*/


ul.inner_list1 {
	padding:0px 20px 20px 10px;
	text-align: left;
}
ul.inner_list1 li {
	font-size:17px;
	line-height:24px;
	color:#333333;
	padding:0px 0px 12px 20px;
	background:url(../img/bullet.jpg) 0px 7px no-repeat;
	font-weight:300;
}


header {
	border-top:3px solid #1189e8;
	background-color:#FFF;
	padding:10px 10px 0px 10px;
	border-bottom: 3px solid #1189e8;
}



/* ------- FOOTER STARTS -------- */















.main_container6a {
	width:1100px;
	margin:0 auto;
}


.main_container8a {
	width:auto;
	margin:0 auto!important;
	margin-left: 120px!important;
}



.centee{
	margin-left: 500px!important;
}






/* ------- FOOTER STARTS -------- */


.social {

	margin:0;

	padding:0px 0px 30px 10px;

}

.social ul {

	margin: 0;

	padding:0px;

}

.social ul li {

	margin-right:10px;

	list-style: none outside none;

	display: inline-block;

}

.social ul li a {

	float:left;

}

.social i {

	margin-top:5px;

	float:left;

	width:35px;

	height:35px;

	color: #FFF;

	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.5);

	font-size:18px;

	text-align:center;

	padding-top:8px;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-o-border-radius: 3px;

	transition: all ease 0.3s;

	-moz-transition: all ease 0.3s;

	-webkit-transition: all ease 0.3s;

	-o-transition: all ease 0.3s;

	-ms-transition: all ease 0.3s;

}

.social i:hover {

	color: #FFF;

	text-decoration: none;

	transition: all ease 0.3s;

	-moz-transition: all ease 0.3s;

	-webkit-transition: all ease 0.3s;

	-o-transition: all ease 0.3s;

	-ms-transition: all ease 0.3s;

}

.social .fa-facebook { /* round facebook icon*/

	padding-top:12px;

	background: #385695;

	-webkit-box-shadow: 0 2px 0px 0 #193772;

	box-shadow: 0 2px 0px 0 #193772;

}

.social .fa-facebook:hover { /* round facebook icon*/

	background: #d21921;

	-webkit-box-shadow: 0 2px 0px 0 #83080d;

	box-shadow: 0 2px 0px 0 #83080d;

}

.social .fa-twitter { /* round google plus icon*/

	background: #26c4f6;

	-webkit-box-shadow: 0 2px 0px 0 #01526c;

	box-shadow: 0 2px 0px 0 #01526c;

}

.social .fa-twitter:hover { /* round google plus icon*/

	background: #d21921;

	-webkit-box-shadow: 0 2px 0px 0 #83080d;

	box-shadow: 0 2px 0px 0 #83080d;

}

.social .fa-linkedin { /* round google plus icon*/

	background: #0177b5;

	-webkit-box-shadow: 0 2px 0px 0 #024365;

	box-shadow: 0 2px 0px 0 #024365;

}

.social .fa-linkedin:hover { /* round google plus icon*/

	background: #d21921;

	-webkit-box-shadow: 0 2px 0px 0 #83080d;

	box-shadow: 0 2px 0px 0 #83080d;

}

.social .fa-youtube { /* round google plus icon*/

	background: #dd3029;

	-webkit-box-shadow: 0 2px 0px 0 #920600;

	box-shadow: 0 2px 0px 0 #920600;

}

.social .fa-youtube:hover { /* round google plus icon*/

	background: #d21921;

	-webkit-box-shadow: 0 2px 0px 0 #83080d;

	box-shadow: 0 2px 0px 0 #83080d;

}



.social .fa-instagram { /* round google plus icon*/

	background: #dd3029;

	-webkit-box-shadow: 0 2px 0px 0 #920600;

	box-shadow: 0 2px 0px 0 #920600;

}

.social .fa-instagram:hover { /* round google plus icon*/

	background: #d21921;

	-webkit-box-shadow: 0 2px 0px 0 #83080d;

	box-shadow: 0 2px 0px 0 #83080d;

}







.footer_bottom {

	background-color:#163754;

	border-top:1px solid #323232;

	padding:10px;

}

.footer_text {

	font-size:12px;

	color:#FFF;

	text-align: center;

}

.footer_text span {

	color:#cebd59;

}

.footer_text a:link {

	color:#cebd59;

}

.footer_text a:visited {

	color:#cebd59;

}

.footer_text a:hover {

	color:#17c164;

}
.footer_links2{
	
	color:#ffffff;
	line-height:  26px;
	padding-left: 10px;
	font-size:13px;
	

}











/* ------- FOOTER ENDS -------- */





























footer {
	padding-top:20px;
	background:#061322;
}
.footer_bottom {
	background-color:#09192b;
	padding:10px;
	border-top:1px solid  #0F233A;
	margin-top:15px;
}
.footer_heading {
	font-size:18px;
	color:#5da9ff;
	padding-bottom:5px;
	font-weight:700;
	padding-left: 10px;
}
ul.footer_links {
	padding:0px 0px 20px 10px;
	line-height:  18px;
}
ul.footer_links li a:link {
	color:#FFF;
	display:block;
	padding:3px;
	font-size:13px;
}
ul.footer_links li a:visited {
	color:#5adcfa;
	display:block;
	padding:3px;
}
ul.footer_links li a:hover {
	color:#ed6c10;
	display:block;
	padding:3px;
}
.frame_border { z-index:100;
	border:1px solid rgba(255, 255, 255, 0.1);
	padding:3px;
	width:100%;
	min-height:250px;
}
.footer_divider {
	height:1px;
	clear:both;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #4c1419;
}
.footer_text {
	padding:5px 0px 10px 5px;
	text-align:left;
	font-size:16px;
	color:#FFF;
}
.footer_text i {
	margin-right:5px;
	color:#6f1921;
	margin-top:4px;
	font-size:18px;
}
.footer_text a:link {
	color:#fa6502;
	font-weight:700;
}
.footer_text a:visited {
	color:#fa6502;
	font-weight:700;
}
.footer_text a:hover {
	color:#0096ff;
	font-weight:700;
}
.footer_text1 {
	/*float:left;*/
	text-align:center;
	font-size:13px;
	color:#FFF;
}
.footer_text2 {
	float:right;
	text-align:right;
	font-size:13px;
	color:#FFF;
}
.footer_text2 a:link {
	color:#fa6502;
	font-weight:700;
}
.footer_text2 a:visited {
	color:#fa6502;
	font-weight:700;
}
.footer_text2 a:hover {
	color:#0096ff;
	font-weight:700;
}
ul.footer_socials li {
	list-style:none;
	display:inline;
	margin-right:10px;
}
ul.footer_socials li a i {
	margin-bottom:10px;
	width:30px;
	height:30px;
	color: #FFF;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.5);
	font-size:18px;
	text-align:center;
	padding-top:7px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
ul.footer_socials li a i:hover {
	color: #FFF;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
ul.footer_socials li a i.fa-facebook {
	background: #385695;
	-webkit-box-shadow: 0 2px 0px 0 #193772;
	box-shadow: 0 2px 0px 0 #193772;
}
ul.footer_socials li a i.fa-facebook:hover {
	background: #ee1727;
	-webkit-box-shadow: 0 2px 0px 0 #be0c19;
	box-shadow: 0 2px 0px 0 #be0c19;
}
ul.footer_socials li a i.fa-twitter {
	background: #45b0e3;
	-webkit-box-shadow: 0 2px 0px 0 #2b8fbf;
	box-shadow: 0 2px 0px 0 #2b8fbf;
}
ul.footer_socials li a i.fa-twitter:hover {
	background: #ee1727;
	-webkit-box-shadow: 0 2px 0px 0 #be0c19;
	box-shadow: 0 2px 0px 0 #be0c19;
}
ul.footer_socials li a i.fa-youtube {
	background: #ce332d;
	-webkit-box-shadow: 0 2px 0px 0 #931915;
	box-shadow: 0 2px 0px 0 #931915;
}
ul.footer_socials li a i.fa-youtube:hover {
	background: #ee1727;
	-webkit-box-shadow: 0 2px 0px 0 #be0c19;
	box-shadow: 0 2px 0px 0 #be0c19;
}
ul.footer_socials li a i.fa-rss {
	background: #f98b02;
	-webkit-box-shadow: 0 2px 0px 0 #b06303;
	box-shadow: 0 2px 0px 0 #b06303;
}
ul.footer_socials li a i.fa-rss:hover {
	background: #ee1727;
	-webkit-box-shadow: 0 2px 0px 0 #be0c19;
	box-shadow: 0 2px 0px 0 #be0c19;
}













/* ------- FOOTER ENDS -------- */














.our_group_bg {
    background: url(../img/our_group_bg.jpg) center top repeat fixed;
    padding: 30px 30px 50px 30px;
}


.our_group_bg2 {
    background: url(../img/our_group_bg2.jpg) center top repeat fixed;
    padding: 30px 30px 0px 30px;
}


.our_group_bg3 {
    background: url(../img/king.jpg) center top repeat fixed;
    padding: 30px 30px 0px 30px;
}




.frame_border {
    border: 1px solid #666;
    padding: 5px;
    background-color: #FFF;
    width: 100%;
    min-height: 330px;
    margin-top: 20px;
}






form {
	margin-bottom:30px;
}
.input_text1 {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fbfbfb;
	width:100%;
	margin-top:10px;
	padding:5px 10px;
	height:35px;
	line-height:35px;
	border:1px solid #d6d6d6;
	font-size:13px;
	color:#999;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.input_text1:focus {
	background-color:#FFF;
	border:1px solid #b3b3b3;
	color:#333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.input_select {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fbfbfb;
	width:100%;
	margin-top:10px;
	padding:5px 10px;
	height:35px;
	line-height:35px;
	border:1px solid #d6d6d6;
	font-size:13px;
	color:#999;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.input_select:focus {
	background-color:#FFF;
	border:1px solid #b3b3b3;
	color:#333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.input_area {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fbfbfb;
	resize:none;
	width:100%;
	margin-top:25px;
	padding:5px;
	line-height:20px;
	height:60px;
	border:1px solid #d6d6d6;
	font-size:13px;
	color:#999;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.input_area:focus {
	background-color:#FFF;
	border:1px solid #b3b3b3;
	color:#333;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.button {
	cursor:pointer;
	background-color:#054998;
	padding:8px 20px;
	border:none;
	margin-top:20px;
	color:#FFF;
	font-size:20px;
	font-weight:700;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.button:hover {
	background-color:#ff6000;
	border:none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.reset_button {
	cursor:pointer;
	background-color:#ff6000;
	padding:8px 20px;
	border:none;
	margin-left:20px;
	margin-top:20px;
	color:#FFF;
	font-size:20px;
	font-weight:700;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow:inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.reset_button:hover {
	background-color:#054998;
	border:none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}



form {
	padding:0px 0px 0px 20px;
}
.inputbox {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	width:100%;
	margin-top:25px;
	padding:5px;
	height:46px;
	border:none;
	font-size:13px;
	color:#a6a6a6;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	float: right;
}
.inputbox:focus {
	background-color:#090909;
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 1);
	box-shadow:inset 0 2px 5px 0 rgba(0, 0, 0, 1);
}
.button {
	cursor:pointer;
	background-color:#d21921;
	padding:0px 30px;
	border:none;
	margin-top:10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	float: right;
}
.button:hover {
	background-color:#1340b3;
	border:none;
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}





.button2a {
	cursor:pointer;
	background-color:#d21921;
	padding:20px 30px;
	border:none;
	margin-top:40px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	
}
.button2a:hover {
	background-color:#1340b3;
	border:none;
	color:#FFF;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}





























.logo {
	width:397px;
	height:106px;
	float:left;
	margin:0px 0px 0px 20px;
}





/* ------- NAVIGATION STARTS -------- */
.navbar-default .navbar-brand {
	color:#414141;
	background-color: #fff;
	
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color:#414141;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color:#5764ef;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#FFF;
	z-index: 9999
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}
.navbar-brand {
	display:none;
	z-index: 9999;
	
}
.navbar-default {
	background:none;
	border:none;
	z-index: 9999;
}
.navbar {
	margin-top:20px;
	float:right;
	margin-bottom:0px;
	min-height:30px;
	z-index: 9999;
}
.navbar-default .navbar-nav > li > a {
	color:#414141;
	display:block;
	font-size:16px;
	padding:15px 40px;
	margin-right:1px;
	z-index: 9999;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color:#398EE7;
	/*background-color:#ed1b24;*/
	z-index: 9999;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background:#0756D9;
	color:#FFF;
	z-index: 9999;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background:#1D60B9;
	color:#FFF;
}
.navbar-default .navbar-nav > .open .dropdown-menu > li > a {
	background-color:#3675C7;
	color:#FFF;
}

.navbar-default .navbar-nav > .open .dropdown-menu > li > a .open .dropdown-menu > li > a {
	background-color:#fff!important;
	color:#FFF;
}




.navbar-default .navbar-nav > .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover {
	background-color:#0484CC;
	color:#FFF;
}
.navbar-collapse {
	padding-left:0;
	padding-right:0;
}
.dropdown-menu {
	border:none;
	padding:0;
	background-color:#1D60B9;
	min-width: 100% !important;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.dropdown-menu > li {
	border-bottom:1px solid #5785C3;
	border-top:1px solid #1D5BAC;
}
.dropdown-menu > li:first-child {
	border-top:none;
	
	
}
.dropdown-menu > li:last-child {
	border-bottom:none;
}
.dropdown-menu > li > a {
	color:#FFF;
	
	padding:7px;
	font-size:13px;
}




.ddown-menu{
	background-color: aqua!importants;
	color:#FFF;
	 
	
}

.navbar-nav .open .dropdown-menu .dropdown-header{ 
	padding:7px;
	background-color: aqua!important;
}

.navbar-nav .open .dropdown-menu > li > a {

padding:7px;
	background-color:antiquewhite;
}




.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color:#0c4e9f!important;
	
	color:#FFF;
}
.dropdown-menu > li > a i {
	margin-top:3px;
	margin-right:3px;
}













/* ------- NAVIGATION ENDS -------- */

















/* global panel */
body { background-color: #fff; font-family: 'Droid Sans', sans-serif;  font-weight: 300; font-size: 20px; line-height: 40px; color: #000000; -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */ -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */ }
.span{color: #fff; }
h1 { font-family: 'Droid Sans', sans-serif; font-size: 50px !important; text-transform:uppercase  }
a:hover, a:active, a:focus { outline: 0; color: #fff; text-decoration: none; }
.m-button { margin-top: 5em; } .m-button-top { margin-top: 1.58em; } .p-bottom { padding-bottom: 3em; } .p-bottom-5 { padding-bottom: 6em !important; } .m-img-top { margin-top: 1.4em; }
.padl1 { padding-left: 2em !important; }
.n-mar-tb { margin-top: -1em; margin-bottom: -1em }
.n-mar-b { margin-bottom: -1em; }
.zpb { z-index: 2; position: relative; background-color: #fff; }
.zp { z-index: 2; position: relative; }
.z1 { z-index: 1;}
label { font-weight: normal; margin-bottom: 7px; }


.glyphicon { margin-bottom: 2em; vertical-align: middle; }
a .glyphicon { color: #4c4c4c;font-size: 1.1em; } a:hover .glyphicon { color: #f16529; }
 
#header { text-align: center; padding-top: 8em; padding-bottom: 2em; min-height: auto; z-index: 2; position: relative; }
#header .caption { padding-top: 28%; z-index: 1; position: relative; } #header .caption-sub { padding-top: 4%; padding-bottom: 0em;}
#header .caption h1, #header .caption-sub h1 { color:#fff; font-size: 89px!important;}  #header .caption span, #header .caption-sub span { color: #fff; font-family: 'Droid Sans', sans-serif; text-transform: capitalize; font-size: 38px; line-height: 1em;  } .caption-sub h3 { color:#fff; font-size: 59px!important;text-transform: uppercase;}    
.h2{color: #fff; font-family: 'Droid Sans', sans-serif; text-transform: capitalize!important; font-size: 64px; line-height: 1em; color: #fff !important;}

#header .grid, #caption { position: absolute; left: 10%; top: 10%; right: 10%; color: #fff; } #caption h1 { font-size: 2em; /*margin-bottom: 0.5em;*/ margin-top: 0em; } #caption span { font-size: 20px; } .arrow { float: right; margin-top:2em; }
.wrap { width: 60%; margin: 0 auto; line-height: 48px; }


@media only screen and (max-height: 768px) {
	#awwwards { top: 30%!important; }
}
@media only screen and (max-width: 1600px) {
	#header .caption h1, #header .caption-sub h1 {font-size: 78px !important} 
	#header .caption span, #header .caption-sub span {font-size: 48px; } 
	
	#caption h1 { font-size: 36px!important; } #caption span { font-size: 20px; }
	.prx-b, .prx-t, .prx-l, .prx-r { position:static!important; }
	.socialbot {  position: inherit !important; right: inherit !important; text-align: inherit !important }
	
}
@media only screen and (max-width: 1280px) {
	#header .caption h1, #header .caption-sub h1 { font-size: 68px !important;} #header .caption span, #header .caption-sub span { font-size: 38px!important; } 
    #mice { padding-top: 3em !important;}
	#header, #technical { background: url(../img/slide1.jpg) top center no-repeat!important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; min-height: auto!important;  }
	.wrap { width: inherit !important; } .card-m { padding: 2em!important;}
	#caption h1 { font-size: 2em; } #caption span { font-size: 14px; }
	#back-top { display: none !important; }
	.padl1 { padding: 0!important; }
	.hde { display: none; } 
	#awwwards{ top: 30%!important; }
	
}
@media only screen and (max-width: 800px) {
	#caption h1 { font-size: 1.8em; margin-bottom: 0em; margin-top: 0em;} #caption span { font-size: 12px; } 
	#header { min-height: auto!important; }  #header .caption { padding-top: 24%!important; } .m-button { margin-top: 4em!important; }
	#body { text-align: justify !important; } #body h1 { text-align: center!important; }
	#awwwards{ top: 20%!important; }
}
@media only screen and (max-width: 640px) {
	 #caption h1 { font-size: 1.5em;    margin-bottom: 0.5em;    margin-top: -1em; } #caption span { font-size: 22px; }
	 .hde-social { display: none; } 
	 #awwwards { display: none; }
	 
}
@media only screen and (max-width: 480px) {
	#caption h1 { font-size: 3em; margin-bottom: 0.5em; margin-top: 0em; } #caption span { font-size: 16px; }
	 #caption h1 { font-size: 1.5em; margin-bottom: 0.5em; margin-top: -1em; } #caption span { font-size: 16px; }
	 .ghost-button  { margin-bottom: 1em; } .m-button { margin-top: 2em!important; } 
	  #mice { padding-top: 2em!important;}
	  #header { background: url(../img/slide1.jpg) top center no-repeat!important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover!important; min-height: auto!important;  }  
	  
}
@media only screen and (max-width: 320px) {
	
	 #header .caption h1, #header .caption-sub h1 { font-size: 35px !important;} 
	 #caption h1 { font-size: 2em; margin-bottom: 0.2em; margin-top: 0em; } #caption span { font-size: 16px; }
	#header {
    text-align: center;
    padding-top: 7em;
    padding-bottom: 2em;
    min-height: auto;
    z-index: 2;
    position: relative;
}
	.footer_text {
	font-size:12px;
	color:#FFF;
	text-align: left;
}
h3 {
    margin-top: 32px;
    margin-bottom: 0px;
}
	
}

.bgblue { background-color: #0daad0; }
.bgorange { background-color: #f16529; }
.bggray { background-color: #f5b108; } .gray {  color: #3f3f3f}
.bgwhite { background-color: #fff!important; }
	

.form-control, .btn { border-radius: 0!important; box-shadow: none !important}
input, textarea { -moz-border-radius: 0px; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none;}
.text-danger { font-size: 12px!important;  margin-top: 0.5em; } .alert-success { font-size: 14px!important; text-align: center!important; }
.btn-default { background-color: #18aacf; border: 0; color: #fff; font-family: 'Droid Sans', sans-serif; font-size: 30px; padding: 0.3em 1em 0.2em 1em; }

#technical { text-align: center; padding-top: 2em; padding-bottom: 2em; margin-top: -0.05em; z-index: 3; position: relative;} #technical h1 { color:#fff; margin-top: 0.8em;}  #technical img { margin-top: 1em; } #technical span { display: block; font-size: 1.5em; color: #fff; 'Droid Sans', sans-serif; text-align: center; margin-top: 0.3em; }
#abroad { text-align: center; padding-top: 2em; padding-bottom: 4em; } #abroad h1 { color:#18aacf;} #abroad img { max-width: 100%; }
#body {background-color: #f5f5f5; text-align: justify;} #body h1 { color:#18aacf;}  #body a { color: #242424; } #body a:hover { color: #fff; }
	#body .profile { margin-top: -5em; }
#call {background-color: #18aacf; text-align: center;  padding-top: 1em; padding-bottom: 1.5em; float: left;}  #call h1 { color:#fff; display: inline-block;} #call span { float: left; padding-top: 0.16em; margin-right: 0.7em }
@media only screen and (max-width: 800px) {
	#call span { float: none; margin-right: 0em; margin-bottom: 0.3em; display: inline-table; width: 100%; overflow: auto;} 
}
/*#footer { text-align: center;  padding-top: 2em; padding-bottom: 2em; background-color: #fff;} #footer .pad { padding: 0.5em 0 0 0; }
#disclaimer { font-size: 0.7em; text-align: center;  padding-bottom: 4em; background-color: #fff;}*/

/*sub panel */
.portfolio-panel { background: url(../img/slide2.jpg) center left no-repeat!important; -webkit-background-size: cover!important; -moz-background-size: cover!important; -o-background-size: cover!important; background-size: cover!important;}
.about-panel { background: url(../img/slide3.jpg) top left no-repeat!important; -webkit-background-size: cover!important; -moz-background-size: cover!important; -o-background-size: cover!important; background-size: cover!important; }

	.index { background: url(../img/slide1.jpg) no-repeat!important;}
	.works { background: url(../img/slide2.jpg) bottom left no-repeat!important; background-position: 30% 111.4% !important; }
	.about { background: url(../img/slide3.jpg) top left no-repeat!important; }
	
	.bgcover {  -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; }

.cont img { width: 100% !important; }

.card-m { padding: 3% 14% 3% 14%; text-align: justify;}
.card { margin-bottom: 2em !important; text-align: left; padding: 0;}



/* hacks for browser */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .prx-b, .prx-t, .prx-l, .prx-r { position:static!important; }
}
@media screen and (min-color-index:0)
   and(-webkit-min-device-pixel-ratio:0) { @media {
    .prx-b, .prx-t, .prx-l, .prx-r { position:static!important; }
}}


/* slider panel */
@-webkit-keyframes slidy { 0% { left: 0%; } 20% { left: 0%; } 25% { left: -100%; } 45% { left: -100%; } 50% { left: -200%; } 70% { left: -200%; } 75% { left: -300%; } 95% { left: -300%; } 100% { left: -400%; } }
@-moz-keyframes slidy { 0% { left: 0%; } 20% { left: 0%; } 25% { left: -100%; } 45% { left: -100%; } 50% { left: -200%; } 70% { left: -200%; } 75% { left: -300%; } 95% { left: -300%; } 100% { left: -400%; } }
@-o-keyframes slidy { 0% { left: 0%; } 20% { left: 0%; } 25% { left: -100%; } 45% { left: -100%; } 50% { left: -200%; } 70% { left: -200%; } 75% { left: -300%; } 95% { left: -300%; } 100% { left: -400%; } }
@keyframes slidy { 0% { left: 0%; } 20% { left: 0%; } 25% { left: -100%; } 45% { left: -100%; } 50% { left: -200%; } 70% { left: -200%; } 75% { left: -300%; } 95% { left: -300%; } 100% { left: -400%; } }

@-webkit-keyframes slidy2 { 100% { left: -400%; } 95% { left: -300%; } 75% { left: -300%; } 70% { left: -200%; } 50% { left: -200%; } 45% { left: -100%; } 25% { left: -100%; } 20% { left: 0%; } 0% { left: 0%; } }
@-moz-keyframes slidy2 { 100% { left: -400%; } 95% { left: -300%; } 75% { left: -300%; } 70% { left: -200%; } 50% { left: -200%; } 45% { left: -100%; } 25% { left: -100%; } 20% { left: 0%; } 0% { left: 0%; } }
@-o-keyframes slidy2 { 100% { left: -400%; } 95% { left: -300%; } 75% { left: -300%; } 70% { left: -200%; } 50% { left: -200%; } 45% { left: -100%; } 25% { left: -100%; } 20% { left: 0%; } 0% { left: 0%; } }
@keyframes slidy2 { 100% { left: -400%; } 95% { left: -300%; } 75% { left: -300%; } 70% { left: -200%; } 50% { left: -200%; } 45% { left: -100%; } 25% { left: -100%; } 20% { left: 0%; } 0% { left: 0%; } }

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0 !important;
  animation: 30s slidy infinite; -webkit-animation: 30s slidy infinite; -moz-animation: 30s slidy infinite; -o-animation: 30s slidy infinite;
  animation: 30s slidy2 infinite; -webkit-animation: 30s slidy2 infinite; -moz-animation: 30s slidy2 infinite; -o-animation: 30s slidy2 infinite;
}



/* hover div panel */
	/* SET NO PADDING ON GRID */
.no-space, .grid {
	padding: 0;
	overflow:hidden;
}

	/* MAX WIDTH OF 100% FOR RESPONSIVE IMAGES + TRANSITIONS SET FOR BROWSERS */
.grid a img {
	max-width: 100%;
	opacity: 1;
	-webkit-transition: all 7s;
	-moz-transition: all 7s;
	transition: all 7s;
}

	/* REDUCE OPACITY AND SCALE UP IMAGE ON HOVER */
.grid:hover a img {
	transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}

	/* HIDE TEXT OVERLAY */
.text-overlay {
	display: none;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 0;
}


	/* PUTS H1 IN CENTER OF IMAGE, MAY NEED TO ADJUST PERCENTAGE TO SUIT IMAGE SIZE */
.text-overlay h1:before {
  content: "";
  display: block;
  padding-bottom: 30%;
}

	/* REVEAL TEXT OVERLAY WHEN GRID IS HOVERED OVER */
.grid:hover .text-overlay {
	display: block;
	
}



/* mice panel */
#mice { margin: 0 auto; padding-bottom: 8em;  padding-top: 5.5em; text-align: center; width: 20px; height: 9px; }

#mice span
{
  display: block;
  width: 9px;
  height: 9px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 5px 0 3px 6px;
}

.unu
{
  margin-top: 6px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
}


.mouse
{
height: 30px;
width: 22px;
  border-radius: 10px;
  transform: none;
  border: 2px solid white;
  top: 170px;
 
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 7px auto;
  background: white;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}




/* mob navigation panel */

.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  left: 5%;
  top: 30px;
  height: 54px;
  width: 54px;

  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 28px;
  height: 3px;
  background-color: #ffffff;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 768px) {
  .cd-nav-trigger {
    top: 40px;
	left: 10%;
  }
}

.cd-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: rgba(241, 101, 41, 1); */
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
	
	
	@media only screen and (max-width: 480px) {
	.bg-xs { background-color: #f16529 !important; }
	}
	@media only screen and (max-width: 320px) {
		.cd-nav h2 { margin-bottom: 0!important; margin-top: -1em!important; font-size: 24px!important; }
	}
	
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px calc(5% + 80px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 0.5em;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-family: "BebasNeueRegular", Arial, sans-serif; font-size: 32px !important;
}

.cd-nav .cd-primary-nav {
  margin-top: 0px;
  padding-left: 0 !important;
}
	.cd-primary-nav span { display: block;margin-top: -0.5em!important; color:#fff;}
	.cd-primary-nav span a { font-family: "Vijaya", Arial, sans-serif!important;  font-size: 1.5em !important; margin-top: -0.5em!important;}
	
.cd-nav .cd-primary-nav li {
  margin: 0.2em 0;
  text-align: left;
  list-style-type: none;
}
.cd-nav .cd-primary-nav a {
  font-family: "Vijaya", Arial, sans-serif;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
  text-decoration: none;
}
.cd-nav .cd-contact-info {
  margin-top: 20px; padding-left: 0 !important;
}
.cd-nav .cd-contact-info li {
  font-family: "Vijaya", Arial, sans-serif;
  margin-bottom: 0.2em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
  list-style-type: none;  text-align: left;
}
.cd-nav .cd-contact-info a {
  color: #ffffff;
 
  
}
.cd-nav .cd-contact-info span {
  display: block;
  
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 2.5rem;
 
}
@media only screen and (min-width: 768px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 62px 20%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
	margin-left: 0 !important;
  }
  .cd-nav h2 {
    font-size: 3rem !important;
    margin-bottom: 1em;
  }
  .cd-nav .cd-primary-nav li {
    margin: 0em 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 6rem;
  }
  .cd-nav .cd-contact-info {
    margin-top: 148px;
    
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 1em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 2.8rem;
	text-align: right;
  }
}

.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}




/*typing animation panel*/

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/*button panel */
.ghost-button {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    font-size: 24px;
    padding: 9px 30px;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    font-family: "HelveticaLTStd-Roman", Arial, sans-serif;
    min-width: 120px;
	text-transform: uppercase;
	display: inline-block;
}

.ghost-button:hover, .ghost-button:active {
  color:#fff;
  background: none;
  text-decoration: none;
  opacity: 0.8;
}

.ghost-button-sub {
    color: #4c4c4c;
    background: none;
    border: 1px solid #4c4c4c;
    font-size: 16px;
    padding: 9px 30px;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    font-family: "HelveticaLTStd-Roman", Arial, sans-serif;
    min-width: 120px;
	text-transform: uppercase;
	display: inline-block;
}

.ghost-button-sub:hover, .ghost-button-sub:active {
  color:#f16529;
  border: 1px solid #f16529;
  background: none;
  text-decoration: none;
}



/* Scroll Top Panel */

#back-top {
	position: fixed;
	bottom: 45px;
	right: 30px;
	z-index: 10;
}
#back-top a {
	width: auto;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px; 
	color: #dadada;

}
#back-top a:hover {
	color: #bebebe;
}
/* arrow icon (span tag) */
#back-top span {
	width: 25px;
	height: 25px;
	display: block;
	margin-bottom: 0;
	background: url(../img/top-arrow.png) no-repeat center center;


}
#back-top a:hover span {
	background-color: none;

}




/* Base */

#awwwards{
	position: fixed;
	top: 20%;
	width: 90px;
	height: 135px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;

	-webkit-transition: all 1s ease;
    transition: all 1s ease; 
}
#awwwards.top{
	top: 20px;
}
#awwwards.left{
	left: 0;
}
#awwwards.right{
	right: 0;
}

#awwwards a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 90px;
	height: 135px;
	background-repeat: no-repeat;
	background-size: 90px 135px;
}

/* NOMINEE */

#awwwards.nominee.black.left a{
	background-image: url(../img/awwwards_nominee_black_left.png);
}
#awwwards.nominee.black.right a{
	background-image: url(../img/awwwards_nominee_black_right.png);
}
#awwwards.nominee.silver.left a{
	background-image: url(../img/awwwards_nominee_silver_left.png);
}
#awwwards.nominee.silver.right a{
	background-image: url(../img/awwwards_nominee_silver_right.png);
}
#awwwards.nominee.white.left a{
	background-image: url(../img/awwwards_nominee_white_left.png);
}
#awwwards.nominee.white.right a{
	background-image: url(../img/awwwards_nominee_white_right.png);
}
#awwwards.nominee.green.left a{
	background-image: url(../img/awwwards_nominee_green_left.png);
}
#awwwards.nominee.green.right a{
	background-image: url(../img/awwwards_nominee_green_right.png);
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2),	only screen and (min-device-pixel-ratio: 1.5) {

	/* NOMINEE */

	#awwwards.nominee.black.left a{
		background-image: url(../img/awwwards_nominee_black_left@2x.png);
	}
	#awwwards.nominee.black.right a{
		background-image: url(../img/awwwards_nominee_black_right@2x.png);
	}
	#awwwards.nominee.silver.left a{
		background-image: url(../img/awwwards_nominee_silver_left@2x.png);
	}
	#awwwards.nominee.silver.right a{
		background-image: url(../img/awwwards_nominee_silver_right@2x.png);
	}
	#awwwards.nominee.white.left a{
		background-image: url(../img/awwwards_nominee_white_left@2x.png);
	}
	#awwwards.nominee.white.right a{
		background-image: url(../img/awwwards_nominee_white_right@2x.png);
	}
	#awwwards.nominee.green.left a{
		background-image: url(../img/awwwards_nominee_green_left@2x.png);
	}
	#awwwards.nominee.green.right a{
		background-image: url(../img/awwwards_nominee_green_right@2x.png);
	}

}





















@media (max-width:1500px) and (min-width:1195px) {

	.main_container8a {
	
   margin-left: 0px!important;
}


}


@media only screen and (max-width :1200px) {
.home_container1a {
	width:1400px;
	margin:0 auto;
	padding:20px 0px;
}

	.navbar-default .navbar-nav > li > a {
 font-size:14px;
 padding:15px 15px;
	
}
	
	
	.main_container8a {
	
   margin-left: 0px!important;
}
	h1 {
    font-size: 28px !important;
}
}

 @media only screen and (max-width :1000px) {
	 
	#caption h1 {
    font-size: 24px !important;
} 
	 .pa{
	line-height: 18px;
}
	 
h1 {
    font-size: 28px !important;
}
	 
	 .main_container6a {
	width: auto;
	 
}
	 .home_container1a {
		 width: auto;
}	 
	 
	 
	 .main_container8a {
	
   margin-left: 0px!important;
}
	 
	 
	 
	 .logo {
float:none;
text-align:center;
/*background-color:#ed1b24;*/	
width:auto;
margin:0;
}
	 
	 .navbar {
margin-top:0px;
float:none;
	z-index: 9999;
		 overflow-y: auto!important;
    max-height: 1550px;
		 
}
	 
	 
.navbar-brand {
display:block;
	float: right;
}
	 
    
		 
.navbar-header {
/*background-color:#f1f1f1;*/
 float: none;
	z-index: 9999;
}
 .navbar-toggle {
 display: block;
}
 .navbar-collapse {
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	 
	 
  max-height: 280px;
  overflow-y: auto;
 
	 
}
 .navbar-collapse.collapse {
 display: none!important;
	 overflow-y: auto !important;
	 
}
 .navbar-nav {
background-color:#2B63A7;
 float: none!important;
 margin: 0px;
	 overflow: visible !important;
}
 .navbar-nav>li {
 float: none;
	 overflow-y: auto !important;
}
 .navbar-nav>li>a {
 padding-top: 10px;
 padding-bottom: 10px;
 overflow-y: auto !important;	 
}
 .navbar-text {
 float: none;
 margin: 15px 0;
}
.navbar-default .navbar-toggle {
background-color:#0862DC;
border:none;
	
}
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
 display: block!important;
}
 .collapsing {
 overflow: hidden!important;
}
 .open > .dropdown-menu {
position:relative;
display:block;
float:none;
}
 .navbar-default .navbar-nav > li > a {
padding:5px;
color:#FFF;
border-bottom:1px solid #5785C3;
 border-top:1px solid #75A1DD;
}
.dropdown-menu > li > a {
padding:5px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
 color:#FFF;
 background-color:#50A1DC;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
 background:#0a4aa1;
 color:#FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
 background:#0a4aa1;
 color:#FFF;
}
	 
.centee{
	
	
	margin-left: 300px;
}
	 
	 
}

@media only screen and (max-width :900px) {
#caption h1 {
    font-size: 28px !important;
}
	.pa{
	line-height: 18px;
}
	
	
	.main_container8a {
	
   margin-left: 0px!important;
}

	
	.col-sm-4 {
    width:100%!important;
}
	
	.centee{
	
	
	margin-left: 0px;
}

}





@media only screen and (max-width :800px) {
	
	
	.main_container8a {
	
   margin-left: 0px!important;
}
	

	h1 {
    font-size: 28px !important;
}
	
	.main_container6a {
	width: auto;
	 
}
	 .home_container1a {
		 width: auto;
}
	
	
	.caption-sub {
    padding-top: 10% !important;
    padding-bottom: 0em;
}
	
	#caption h1 {
    font-size: 19px !important;
}

	
.pa{
	line-height: 18px;
} 
	.col-sm-4 {
    width:100%!important;
}
	
	.centee{
	
	
	margin-left: 0px;
}

	
}


@media (min-width: 768px){

.col-sm-4 {
    width: 33.33%!important;
}
	

	
}


@media only screen and (max-width :768px) {
	.main_container8a {
	
   margin-left: 0px!important;
}
	
	#caption h1 {
    font-size: 20px !important;
		margin-top: -28px;
	}
	
	#caption span {
    font-size: 12px;
    line-height: 16px;
}
	.tex11{
	font-size: 28px!important;	
		
	}
	h1 {
    font-size: 28px!important;
}
	
.pa{
	line-height: 18px;
}
	
	.col-sm-4 {
    width:100%!important;
}
	.centee{
	
	
	margin-left: 0px;
}

	
}





@media only screen and (max-width :600px) {
	.show_text2 {
    	font-size: 10px;
	}	
	
	h1 {
    font-size: 28px !important;
}
	
	.main_container6a {
	width: auto;
	 
}
	.main_container8a {
	
   margin-left: 0px;
}

	 .home_container1a {
		 width: auto;
}
	
	
	.caption-sub {
    padding-top: 10%;
    padding-bottom: 0em;
}
.centee{
	
	
	margin-left: 0px;
}

}
 @media only screen and (max-width :480px) {
	 
	.centee{
	
	
	margin-left: 0px;
}

	 .main_container6a {
	width: auto;
	 
}
	 
	 .main_container8a {
	
   margin-left: 0px!important;
}

	 
	 	 .home_container1a {
		 width: auto;
			 
			 
			 
			 
}
	 
	 .caption-sub {
    padding-top: 10%;
    padding-bottom: 0em;
}

}
 @media only screen and (max-width :470px) {
	 
	 .centee{
	
	
	margin-left: 0px;
}

	 
	 .show_text2 {
    	font-size: 10px;
	}
	
	
	 
	 
	 .main_container6a {
	width: auto;
	 
}
	 .home_container1a {
		 width: auto;
}
	 .pull-right {
    float: left !important;
}

	 
	 .caption-sub h3 { color:#fff; font-size: 30px!important;text-transform: uppercase; }    
	 
	 .caption-sub {
    padding-top: 0% !important;
    padding-bottom: 0em;
}
	
	 
	 
	 
	 
	 
	.col-sm-12, .col-md-6 {
		position: relative;
min-height: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
	
	
	h2 {
    font-size: 38px!important;
    line-height: 45px!important;
	}
	
	h3 {
    margin-top: 58px !important;
}
	 
	 
	 
	.container {
    margin: 0 auto;
    padding-left:10px!important;
    padding-right:10px!important;
	 }
	 
	 
	 
	 
	 
	 
	 
}

@media only screen and (max-width :300px) {
	
	.show_text2 {
    	font-size: 9px;
	}
	.main_container6a {
	width: auto;
	 .centee{
	
	
	margin-left: 0px;
}

}
.main_container8a {
	
   margin-left: 0px;
}
	 
}
	
	
	 .home_container1a {
		 width: auto;
}

	/*.pull-right {
    float: left !important;
}*/
	
	h1 {
    font-size: 28px !important;
}
	
	.footer_text {
    font-size: 12px;
    color: #FFF;
    text-align: left !important;
}
	
	.caption-sub h3 { color:#fff; font-size: 50px!important;text-transform: uppercase;}    
	
	.caption-sub {
    padding-top: 5% !important;
    padding-bottom: 0em;
}
	
	
	
	
	.col-sm-12, .col-md-6 {
		position: relative;
min-height: 1px;
    /*padding-right: 0px !important;
    padding-left: 0px !important;*/
}
	
		
	
	

	h3 {
    margin-top: 0px !important;
    
}

	
	
h2 {
    font-size: 38px!important;
    line-height: 45px!important;
	}
	
	
	
}







/******************* Pricing Table Demo - 2 *****************/
.demo2{padding:30px 0;}
.pricingTable2{padding-bottom:30px; margin:15px 15px;background:#ece8e8;text-align:center;border-radius:15px;overflow:hidden}
.pricingTable2:hover{box-shadow:0 0 10px rgba(195,67,67,.3) inset,0 0 20px -5px rgba(0,0,0,.8)}
.pricingTable2 .pricingTable-header{padding:20px 15px 45px;background:#3287d8;-webkit-clip-path:polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);clip-path:polygon(50% 100%,100% 60%,100% 0,0 0,0 60%);position:relative}
.pricingTable2 .pricingTable-header:before{content:"";width:400px;height:400px;border-radius:50%;position:absolute;right:-50%;top:-130%;background:repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);transition:all .5s ease 0s}
.pricingTable2:hover .pricingTable-header:before{right:50%}
.pricingTable2 .title{font-size:40px;color:#fff30b;margin:0}
.pricingTable2 .price-value{display:block;font-size:24px;color:#fff;margin:0 0 20px;transition:all .3s ease 0s}
.pricingTable2 .pricing-content{padding:30px 25px 0;margin:0;list-style:none}
.pricingTable2 .pricing-content li{font-size:18px;color:#60605f;line-height:40px;letter-spacing:1px;text-transform:capitalize;border-bottom:2px solid rgba(0,0,0,.15);margin-bottom:10px;position:relative}
.pricingTable2 .pricing-content li:last-child{border-bottom:none}
.pricingTable2 .pricing-content li i{color:#66ce04}
.pricingTable2 .pricingTable-signup{display:block;padding:18px 0;margin:0 25px;border-radius:10px;background:#66ce04;font-size:20px;color:#fff;letter-spacing:1px;text-transform:uppercase;overflow:hidden;position:relative;transition:all .3s ease 0s}
.pricingTable2 .pricingTable-signup:hover{letter-spacing:2px;box-shadow:0 0 10px rgba(0,0,0,.7),0 0 0 7px rgba(255,255,255,.5) inset}
.pricingTable2 .pricingTable-signup:before{content:"";width:230px;height:230px;border-radius:50%;background:repeating-radial-gradient(rgba(255,255,255,.05),rgba(255,255,255,.2) 20%);position:absolute;top:-180%;right:-40%;transition:all .8s ease 0s}
.pricingTable2 .pricingTable-signup:hover:before{right:40%}
.pricingTable2.blue .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#15b8f3}
.pricingTable2.blue .pricing-content li i{color:#15b8f3}
.pricingTable2.pink .pricingTable-header,.pricingTable2.pink .pricingTable-signup{background:#f03c79}
.pricingTable2.pink .pricing-content li i{color:#f03c79}
.pricingTable2.blue2a .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#4ab35a}
.pricingTable2.blue2a .pricing-content li i{color:#4ab35a}
.pricingTable2.blue3a .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#e73336}
.pricingTable2.blue3a .pricing-content li i{color:#e73336}
.pricingTable2.blue4a .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#ae6d47}
.pricingTable2.blue4a .pricing-content li i{color:#ae6d47}
.pricingTable2.blue5a .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#22772f}
.pricingTable2.blue5a .pricing-content li i{color:#22772f}
.pricingTable2.blue6a .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#636363}
.pricingTable2.blue6a .pricing-content li i{color:#636363}
.pricingTable2.blue7a .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#2352f8}
.pricingTable2.blue7a .pricing-content li i{color:#2352f8}


.pricingTable2.blue8a .pricingTable-header,.pricingTable2.blue .pricingTable-signup{background:#2abef1}
.pricingTable2.blue8a .pricing-content li i{color:#2abef1}




@media only screen and (max-width:990px){.pricingTable2{margin-bottom:30px}
}
@media only screen and (max-width:479px){.pricingTable2{margin:0}
.pricingTable2 .pricing-content li{font-size:15px}
}




@media (max-width:1380px) and (min-width:1272px) {
.col-md-3 {
    width: 25%!important;
}
	.centee{
	
	
	margin-left: 0px;
}

	
}



@media (max-width:1363px) and (min-width:1263px) {
.col-md-3 {
    width: 25%!important;
}
	.centee{
	
	
	margin-left: 0px;
}

	
}

@media (max-width:1159px) and (min-width:980px) {
.col-md-3 {
    width: 25%!important;
}
.col-sm-4 {
    width: 100%!important;
}
	
	
	
	.centee{
	
	
	margin-left: 0px;
}

	
	
}
















