* {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

}

.head .navbar-default {
    margin-bottom: 25px;
    margin-top: 25px;
}

.caret {
    margin-bottom: 4px;
}

.ch-item {

	width: 100%;

	height: 100%;

	border-radius: 50%;

	position: relative;

	cursor: default;

	box-shadow: inset 0 0 0 0 rgba(200,95,66, 0.4),  inset 0 0 0 16px rgba(255,255,255,0.6),  0 1px 2px rgba(0,0,0,0.1);

	-webkit-transition: all 0.4s ease-in-out;

	-moz-transition: all 0.4s ease-in-out;

	-o-transition: all 0.4s ease-in-out;

	-ms-transition: all 0.4s ease-in-out;

	transition: all 0.4s ease-in-out;

}

.ch-img-1 {

	background-image: url(../images/4.jpg);

}

.ch-img-2 {

	background-image: url(../images/5.jpg);

}

.ch-img-3 {

	background-image: url(../images/6.jpg);

}

.ch-info {

	position: absolute;

	width: 100%;

	height: 100%;

	border-radius: 50%;

	opacity: 0;

	padding-top: 15%;

	-webkit-transition: all 0.4s ease-in-out;

	-moz-transition: all 0.4s ease-in-out;

	-o-transition: all 0.4s ease-in-out;

	-ms-transition: all 0.4s ease-in-out;

	transition: all 0.4s ease-in-out;

	-webkit-transform: scale(0);

	-moz-transform: scale(0);

	-o-transform: scale(0);

	-ms-transform: scale(0);

	transform: scale(0);

	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {

	color: #fff !important;

	text-transform: uppercase;

	position: relative;

	letter-spacing: 2px;

	font-size: 44px;

	margin: 0 30px;

	padding: 65px 0 0 0;

	height: 110px;

	font-family: 'Open Sans', Arial, sans-serif;

	text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);

	margin-bottom: 0 !important;

	font-weight: 800;

}

.ch-info p {

	color: #fff;

	padding: 10px 5px;

	margin: 0 30px;

	font-size: 16px;

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

	line-height: 22px;

}

.ch-info p a {

	display: block;

	color: #fff;

	color: rgba(255,255,255,0.7);

	font-style: normal;

	font-weight: 700;

	text-transform: uppercase;

	font-size: 9px;

	letter-spacing: 1px;

	padding-top: 4px;

	font-family: 'Open Sans', Arial, sans-serif;

}

.ch-info p a:hover {

	color: #fff222;

	color: rgba(255,242,34, 0.8);

}

.ch-item:hover {

	box-shadow: inset 0 0 0 110px rgba(9,174,238, 0.7),  inset 0 0 0 16px rgba(255,255,255,0.8),  0 1px 2px rgba(0,0,0,0.5)

}

.ch-item:hover .ch-info {

	opacity: 1;

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-o-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

}

.modal-dialog {

	width: 700px;

	margin: 120px auto;

}

.modal-backdrop {

	z-index: 99999;

}

.modal {

	z-index: 999999999999;

}

.modal-content {

	border-radius: 0px;

	position: relative;

	background-color: #0d2e45;

	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

	display: block;

	float: left;

	min-height: 400px;

	border: 6px solid #585858;

}

.modal-body {

	float: left;

	height: auto;

}

.modal-body p {

	color: #c7c7c7;

	font-size: 17px;

	letter-spacing: 0px;

}

.modal-header {

	padding: 25px;

	border-bottom: 1px solid #4c4c4c;

}

.modal-title {

	font-size: 25px;

}

.modal-header .close {

	margin-top: -2px;

	color: #fff;

	opacity: 1;

	text-shadow: none;

	font-size: 26px;

}

.modal-backdrop {

	background-color: #000;

	opacity: .9 !important;

	transition: all 400ms;

	-webkit-transition: all 400ms;

}

.serv_con {

	float: left;

	background: #f9f9f9;

	margin-bottom: 45px;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-ms-flex-align: center;

	-webkit-align-items: center;

	-webkit-box-align: center;

	align-items: center;

	border-bottom: 1px solid #00aeef36;

	padding-bottom: 15px;

}

.left_pic img {

	width: 100%;

	height: auto;

}

.content {

	padding: 20px 30px;

	background: #ffffff;

	position: relative;

	left: 36px;

	z-index: 999;

	box-shadow: 12px 12px 15px rgba(0, 0, 0, 0.0196078431372549);

}


.content::before {

	position: absolute;

	left: -15px;

	top: -10px;

	width: 15px;

	height: 15px;

	background: #f90;

	z-index: 999;

	content: "";

}

.content::after {

	position: absolute;

	right: -15px;

	bottom: -10px;

	width: 15px;

	height: 15px;

	background: #f90;

	z-index: 999;

	content: "";

}

.content.right {

	left: -36px;

}

.left_pic {

	position: relative;

	padding: 0px;

	border-right:3px solid #fff;

}

.left_pic::before {

	position: absolute;

	content: "";

	height: 1px;

	left: 50%;

	right: 50%;

	top: 15px;

	z-index: 999;

	background: #fff;

	transition: all 400ms;

	-webkit-transition: all 400ms;

}

.serv_con:hover .left_pic::before {

	left: 20px;

	right: 50%;

}

.left_pic::after {

	position: absolute;

	content: "";

	height: 1px;

	left: 50%;

	right: 50%;

	bottom: 15px;

	z-index: 999;

	background: #fff;

	transition: all 400ms;

	-webkit-transition: all 400ms;

}

.serv_con:hover .left_pic::after {

	left: 50%;

	right: 20px;

}

.serv_con h4 {

	font-size: 35px;

	margin-bottom: 24px;

	margin-top: 10px;

}

.serv_con p {

	margin: 0 0 5px;

	font-size: 17px;

}

.service_main {

	padding: 35px 15px;

	background: #f9f9f9;

}

.serv2 {

	background: #fff;

}

.serv2 .serv_con {

	background: #f7f7f7;

	border-bottom: 0px solid #00aeef36;

	padding-bottom: 0px;

}
.serv2 .serv_con.gall
{
	width: 100%;
	flex: none;
	clear: both;
}
.serv2 .serv_con h4 {

	margin-top: 0px;

}

.serv2 .content.right {

	left: 0px;

}

.serv2 .content {

	left: 0px;

	background: transparent;

	box-shadow: none;

}

.serv2 .content::before {

	left: 20px;

	transition: all 400ms;

	-webkit-transition: all 400ms;

}

.serv2 .content::after {

	right: 20px;

	transition: all 400ms;

	-webkit-transition: all 400ms;

}

.serv2 .content:hover::before {

	width: 150px

}

.serv2 .content:hover::after {

	width: 150px

}

.col-md-2.col-sm-2.col-xs-12.pdf {

	text-align: center;

}

a.pdf_a {

	background: none;

	padding: 0px;

	border-radius: 0;

	text-align: center;

	border-bottom: 1px solid #a1c7d6;

	min-height: 170px;

}

a.pdf_a h4 {

	color: #8c8c8c;

	line-height: 22px;

}

a.pdf_a img {

	width: 100%;

	/*	max-width: 109px;*/

	height: auto;

	border: 1px solid #ccc;

}



.inner-ban-new .container {

    position: relative;

    padding: 0px;

}



.inner-ban-new {

padding: 0px;



}



.inner-ban-new img{

	width:100%;

	margin-top:75px;

	}

	

	.inner-ban-new .container .text h3 {

    color: #fff;

    text-transform: uppercase;

    font-weight: 600;

    font-size: 36px;

    border-bottom: 1px dashed #01aef0;

    padding-bottom: 10px;

    margin-bottom: 5px;

    letter-spacing: 2px;

    font-family: 'BrandonGrotesque-Bold';

}



	.inner-ban-new .container .text {

    position: absolute;

   top: -120px;

    left: 15px;

}
.carousel.slide img {
    width: 100%;
}
.inner-banner img {
    width: 100%;
}
.inner-banner{
	min-height: inherit;
}
.logo .img-responsive {
    width: 132px;
    max-width: 132px;
}
.inner-banner .container .text {
    position: absolute;
    top: -120px;
    left: 15px;
}
div.wpcf7 .screen-reader-response{
	bottom: 0;
	width: 100%;
	color: #fff;
	clip: inherit;
	height: 36px;
}
.inner-page .adrs .btn{
	margin-bottom: 2px;
}



#preloader{position:fixed;left:0;top:0;z-index:9999999;width:100%;height:100%;overflow:visible;background:none; display:none;}



@media screen and (max-width:991px) {
.head .navbar-default {
    margin-bottom: 23px;
    margin-top: 23px;
}
.banner {
    margin-top: 75px;
}
.inner-banner {

    margin-top: 78px;

}
}

@media screen and (width:768px) {

.navbar-collapse.collapse{
	padding-left: 0;
}
.logo {

    padding-right: 0;

}
.bnt {

    padding-left: 0;

}
.head .navbar-default .navbar-nav li a{
	font-weight: normal;
}
}
@media screen and (width:1024px) {
.head .navbar-default .navbar-nav li a {

    padding: 5px 8px;

}
}

@media screen and (max-width:767px) {
.pdf {
    text-align: center;
}
.inner-ban-new .container .text {
    position: static;
    top: -120px;
    left: 15px;
    background: #1f447e;
    padding: 1px 15px;
                    }
 .inner-ban-new .container .text h3 {

    font-size: 27px;

	    }
.head .navbar-default {

    margin-bottom: 0;
    margin-top: 0;

}
.inner-page .third .left::after{
	display: none;
}
.inner-page .first .left {

    min-height: inherit;

}
.inner-page .second ul {

    padding-top: 0;
    padding-right: 0;

}
.inner-banner .container .text {

    position: static;
    top: -120px;
    left: 15px;
    background: #1f447e;
    padding: 1px 15px;

}
}


 @media only screen and (max-width: 992px) {

.serv_con {

	display: block;

	border-bottom: none;

}

.content {

	left: 0;

}

.content.right {

	left: 0;

}

}
 @media only screen and (max-width: 640px) {
 	.pdf {
    text-align: center;
    width: 100%;
}
 	}

 @media only screen and (max-width: 480px) {
.inner-banner .container .text {

    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;

}
.inner-banner .container .text h3 {

    margin-top: 0;

}
}
.inner-page .second ul li {



    line-height: 30px;

}



body ,.inner-page .first .right p {

    font-size: 18px;

}

.serv_con p{

	line-height:26px;

	    margin: 0 0 15px;

    font-size: 18px;}

	

.inner-page.prod .product_sub ul {

    padding-left: 29px;

    font-size: 18px;

}





.serv2 .serv_con  h5 {

    color: #2268d5;

    font-size: 25px;

    border-bottom: 1px solid #ddd;

    padding-bottom: 10px;

}