/* CSS Document */
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font: 400 14px/24px 'Open Sans', sans-serif;
	color: #777;
}
h1 {
	font: 600 30px/30px 'Montserrat', sans-serif;
	display: block;
	color: #333;
}
h2 {
	font: 600 20px/20px 'Montserrat', sans-serif;
	display: block;
	color: #16191a;
}
h3 {
	font: 600 20px/20px 'Montserrat', sans-serif;
	display: block;
	color: #333;
}
h4 {
	font: 500 14px/20px 'Montserrat', sans-serif;
	display: block;
	color: #16191a;
}
p {
	font: 400 14px/22px 'Open Sans', sans-serif;
	color: #777;
}
a {
	text-decoration: none;
	color: #262637;
}
a:hover, a:focus {
	color: #ed8d5e;
	text-decoration: underline;
}
.trans_eff {
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}

.container{ width:1170px !important;}

/* &&&&&&&&&&&&&&&&&&&&& HOME PAGE CLASSES &&&&&&&&&&&&&&&&&&&&&&& */

/*comman clasess*/
.title1 {
	margin-bottom: 40px;
}
.title2 {
	margin-bottom: 50px;
}
.title1:before {
	position: absolute;
	content: "";
	width: 41px;
	height: 67px;
	border: 1px solid #ccc;
	border-right: 0;
	left: -41px;
	top: -19px;
}
.title1:after {
	position: absolute;
	content: "";
	width: 41px;
	height: 67px;
	border: 1px solid #ccc;
	border-left: 0;
	right: -41px;
	top: -19px;
}
.title2:before {
	position: absolute;
	content: "";
	width: 41px;
	height: 67px;
	border: 1px solid #fff;
	border-right: 0;
	left: -41px;
	top: -19px;
}
.title2:after {
	position: absolute;
	content: "";
	width: 41px;
	height: 67px;
	border: 1px solid #fff;
	border-left: 0;
	right: -41px;
	top: -19px;
}/*comman clasess ends*/


/*top clasess*/
header {
	padding: 11px 0;
	width: 100%;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}
.top_right {
	float: right;
}

.top_right .countries-tabs{ float:right; margin-top:3px;}
.top_right .countries-tabs a{
	font-size: 15px;
	color: #03357a;
	font-family: 'Open Sans', sans-serif;
	float: left;
	line-height: 37px; height:40px;
	border: 1px solid #eee; text-decoration:none;
	padding:0 15px 0 5px; margin-left:5px; border-radius:3px;
 
}


.top_right .countries-tabs a img{ float:left; margin:5px 5px 0 0;}
.top_right .top-txt { float:right; margin-top:18px;}
.top_right .top-txt p{ font-size:20px; color:#333; font-family:'Montserrat', sans-serif;}
.top_right .top-txt p span{ border-right:1px solid #eee; padding:0 8px;}
.top_right .top-txt p span:nth-child(2){ padding-right:0px; border:0; color:#88c440;}

  
header .navbar-brand {
	padding: 0 !important;
	max-width: 240px;
	height: auto;
	display: block;
	margin: 0 0;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}


/*top clasess ends*/


/*nav clasess*/
header .navbar-collapse {
	padding: 0;
}
nav {
 	background:#03357a;
	width: 100%;
}
nav .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
nav .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 0;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .5s;
-ms-transition: all linear .3s;
}
nav .navbar-nav>li>a {
	font: 400 15px/50px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0 35px;
	height: 50px;
	border-radius: 0;
 	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	 border-right:1px solid #044092;
	border-left:1px solid #022d68;
	
	
}
nav .navbar-nav>li>a:hover:before, nav .navbar-nav>li>a:focus:before, nav .navbar-nav>li>a:active:before {
	left: 0;
	right: 0;
}
nav .navbar-nav>li.active>a, nav .navbar-nav>li.active>a:hover, nav .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background: #022d68;
}
nav .navbar-nav>li>a:focus {
	color: #fff;
	background: #022d68;
}
nav .navbar-nav>li:hover a {
	color: #fff;
	background: #022d68;
}
#home .home, #about-us .about-us, #services .services, #faqs .faqs, #contact-us .contact-us {
	color: #fff;
	background: #022d68;
}
.order-now{font-weight:600 !important; background:none !important;}
nav .navbar-nav>li .sub_con {
	display: none;
	width: 300px;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 9999;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}
nav .navbar-nav>li .sub_con ul.inner_con {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.1);
	border-bottom: 3px solid #e4540e;
}
nav .navbar-nav li:hover .sub_con {
	display: block;
}
nav .navbar-nav>li .sub_con ul.inner_con li {
	list-style: none;
	background: #fff;
}
nav .navbar-nav>li .sub_con ul.inner_con li:last-child {
	background: #f5f5f5;
}
nav .navbar-nav>li .sub_con ul.inner_con li a {
	font: 400 13px/18px '', sans-serif;
	color: #777 !important;
	display: block;
	text-decoration: none;
	background: none !important;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}
nav .navbar-nav>li .sub_con ul.inner_con li a .fa {
	color: #e4540e;
}
nav .navbar-nav>li .sub_con ul.inner_con li a:hover {
	color: #fff !important;
	background: #1268bd !important;
}
nav .navbar-nav>li .sub_con ul.inner_con li a:hover .fa {
	color: #fff;
}
nav .navbar-nav>li .sub_con ul.inner_con li:last-child a {
	background: #f5f5f5 !important;
	padding: 7px 20px;
	color: #e4540e !important;
	text-align: right;
	font-size: 12px;
	font-weight: 600;
}
nav .navbar-nav>li .sub_con ul.inner_con li:last-child a:hover {
	text-decoration: underline;
}
a.mob_link_dd {
	display: none !important;
}
a.mob_link_dd b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(../images/fq-r.png);
	background-repeat: no-repeat;
	margin: 10px -5px 0 0
}
a.mob_link_dd_act b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(../images/fq-b.png);
	background-repeat: no-repeat;
	margin: 10px -5px 0 0
}
a.mob_link_dd_act {
	border-bottom: 0 !important;
}/*nav clasess ends*/


/*banner clasess*/
.banner_bg {
	background: url(../images/banner_bg.jpg) no-repeat center top;
	background-attachment: fixed;
	overflow: hidden;
	padding: 50px 3% 70px;
}
.form_con {
	width: 500px;
	border-radius: 3px;
	padding: 25px 31px;
	background:rgba(255,255,255,0.8);
	float: right;
}


.form_con h1 {
	font-size: 35px;
	color: #03357a; line-height:45px;
 	font-weight: 600;
}
.form_con h1 abbr{ border-bottom:3px dotted #03357a;}


.form_con p{ color:#666; font-size:15px; font-weight:400; font-family:'Montserrat', sans-serif;}
 

.form_con .col-md-6, .form_con .col-md-12 {
	padding: 0 4px;
}
.form_con .form-control {
	font-size: 13px;
	color: #777;
	font-weight: 400;
	height: 40px;
	border-radius: 3px;
	padding: 8px 16px;
	box-shadow: none;
	border: 0;
}
.form_con .fa {
	color: #999;
	vertical-align: middle;
}
.inner-icon-con {
	position: relative;
}
.inner-icon-con .fa {
	position: absolute;
	pointer-events: none;
}
.left-icon input {
	padding-left: 28px !important;
}
.left-icon textarea {
	padding-left: 29px !important;
}
.right-icon input {
	padding-right: 30px;
}
.left-icon .fa {
	left: 0px;
}
.right-icon .fa {
	right: 0px;
}
.btn-file {
	position: absolute;
	overflow: hidden;
	z-index: 9;
	right: 5px;
	top: 7px;
	height: 40px;
	padding: 0 10px;
}
.btn-file .fa {
	color: #ddd !important;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}
input[readonly] {
	background-color: white !important;
	cursor: text !important;
}
.order_form_con {
	margin: 15px 0 35px!important;
	padding: 10px 5% 0 5% !important;
	margin: 15px 0 0 0;
	background: none;
	width: 100% !important; border:2px solid #eee;
}
.order_form_con .form-control {
	border: 2px solid #eee;
	height: 42px;
}
.banner_bg figcaption {
	margin: 4% 0 0 5%;
	float: left;
	width: 50%;
}
.inside_banner_bg figcaption {
	margin: 18% 0 7% 0;
}
.banner_bg figcaption h1 {
	font-size: 42px;
	line-height: 42px;
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.banner_bg figcaption p {
	font-size: 18px;
	background: rgba(255, 255, 255, .7);
	line-height: 30px;
	color: #000;
	font-weight: 400;
	padding: 2px 12px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	margin: 5px 0 0 3px;
}
.inside_banner_bg {
	background: url(../images/inside_banner_bg.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	padding: 90px 0 50px 0;
}
.inside_banner_bg h1 {
	font-weight: 400 !important;
	color: #fff;
}
.inside_banner_bg figcaption {
	width: 100%;
	padding: 0;
	margin: 0;
}/*banner clasess ends*//*services clasess*/
.service_con {
	text-align: center;
	margin: 60px 0 0 0;
}
.service_con .inner {
	background: #fff;
 	border-radius: 3px; padding:25px;
	overflow: hidden; border:1px solid #eee; transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}

.service_con .inner:hover{ box-shadow:0 0 20px 5px rgba(204,204,204,0.2)}


.service_con .inner figure {
	width:100px;
	height: 100px;
	border: 1px solid #03357a;
	display: inline-block;
	padding:27px 0;
	border-radius: 100%;
	font-size:40px; color: #03357a;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}
.service_con .inner:hover figure {
	color: #fff;
	background: #03357a;
}


 





.service_con .inner figcaption {
	padding: 15px 5px;
}
.service_con .inner .tittle {
	font: 600 20px/20px 'Montserrat', sans-serif;
	color: #03357a;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;
}
.service_con .inner .tittle:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #ccc;
	margin: auto;
	left: 0;
	right: 0;
	top: 30px;
}
.service_con .inner p {
	font: 400 14px/24px 'Open Sans', sans-serif;
	margin: 25px 0 0 0;
}
.service_con .inner .btn-success {
	font: 600 12px/40px 'Montserrat', sans-serif;
	color: #fff; height:40px;
	padding: 0 15px; background:#88c440;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
 /*services clasess ends*/
 
 
 
 /*how to use clasess*/
.how_to_con {
	background: #030405 url(../images/how_to_bg.jpg) no-repeat;
	background-attachment: fixed;
	padding: 85px 0 100px 0;
	margin: 65px 0 0 0;
}

.how_to_con .step_con figure img {
	display: block;
	margin: auto;
}

.how_to_con p{ font-size:15px; line-height:24px; color:#fff; border-radius:3px; padding:30px; background:rgba(3,53,122,0.8);}


/*how to use clasess ends*/





.ts_con {
	margin: 80px 0 0 0;
}
.ts_con .inner_con {
	background: #fff;
	border-radius: 3px;
	padding: 30px 25px;
	position: relative;
	border: 2px solid #eee;
}
.ts_con .inner_con:after {
	background: url(../images/ts_kit.png) no-repeat;
	position: absolute;
	width: 42px;
	height: 26px;
	content: "";
	bottom: -26px;
	left: 95px;
}
.ts_con .inner_con p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #999;
}
.ts_con .inner_con p .fa {
	color: #88c440;
	font-size: 30px;
	margin: 0 2px 0 -5px;
}
.ts_con .client_name {
	text-align: left;
	color: #333;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	margin: 30px 0 0 25px;
}/*testimonial clasess ends*/

/*features clasess*/
.features_con {
	background: #efefef;
	padding: 60px 0 60px 0;
	margin: 80px 0 0 0;
}




.features_con ul{ padding:0 10%;}

.features_con ul li {
	width: 33.333333333%;
	list-style: none;
	float: left;
}
.features_con ul li .inner {
	background: #fff;
	width: 250px;
	height:250px;
	margin: auto;
	border-radius:100%;
	padding:10px; box-shadow:0 0 25px 0 rgba(0,0,0,0.1);
}

.features_con ul li .inner .dots{ border:1.5px dashed #ccc; width:100%; height:100%; border-radius:100%; position:relative;}


 

 
.features_con ul li .inner .dots figcaption { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); display:block; width:100%; padding:10px 20px;
}



.features_con ul li .inner .dots figcaption  h3 {
	font: 600 18px/22px 'Montserrat', sans-serif;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;
}
.features_con ul li .inner h3:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background: #ccc;
	margin: auto;
	left: 0;
	right: 0;
	top: 30px;
}


.features_con ul li .inner p {
	font-size: 14px;
	line-height: 21px;
	color: #777;
	font-weight: 400;
	margin: 20px 0 0 0;
} /*features clasess ends*/


/*footer classes*/
footer {
	background: #03357a;
	padding: 60px 0 0 0;
	overflow: hidden;
}
footer .col-1 {
	width: 18%;
	float: left;
	min-height: 280px;
}
footer .col-2 {
	width: 22%;
	float: left;
	padding: 0 4% 0 4%;
	min-height: 280px;
	border-left: 1px solid #054195;
	border-right: 1px solid #054195;
}
footer .col-3 {
	width: 32%;
	float: left;
	padding: 0 4% 0 4%;
	min-height: 300px; margin-right:3%;
	border-right: 1px solid #054195;
}
 
 
footer .map_con {
	width:24%; float:right;
 
 }
.social_midea_con a {
	width: 35px;
	padding: 3px 0;
	height: 35px;
	margin: 5px 2px 5px 0;
	background: #88c440;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	border-radius: 100%;
	text-align: center;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
	text-align: center;
	border:2px solid #88c440;
}
.social_midea_con a:hover {
	background: #fff;
	color: #88c440;
}
footer h3 {
	font: 400 18px 'Montserrat', sans-serif;
	color: #fff;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.f_link {
	margin: 0 0 0 0;
}
.f_link a {
	font: 400 13px/18px 'Open Sans', sans-serif;
	color: #fff;
	padding: 5px 0;
	display: block;
	text-decoration: none;
}
.f_link a:hover {
	text-decoration: underline;
}
.f_contact_con {
	margin: 10px 0 0 0;
}
.f_contact_con p, .f_contact_con p a {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
}
.f_contact_con p a {
	text-decoration: underline;
}
.f_contact_con p a:hover {
	text-decoration: none;
}
 .cp { background:#fff; padding:10px 0 15px; border-bottom:5px solid #ddd;}
.cp .copyright {
	margin: 10px 0 0 0; text-align:center;
	 
}
.cp .copyright , .cp .copyright a{
	font-size: 14px;
	color: #777;
	font-weight: 400;
}


/*footer classes ends*/



/*===========================inside pages clasess=============================*//*breadcrumb clasess*/
.breadcrumb_con {
	padding: 10px 0 6px 0;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.breadcrumb {
	background: none;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0;
	color: #999;
	font-family: 'Montserrat', sans-serif;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #e4540e
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb>li+li:before {
	color: #ccc;
}
.breadcrumb_con.thanks {
    background: #1268bd;
}
.breadcrumb_con.thanks .breadcrumb li a{
	color: #fff;
}
section.middle_bg.thnk-sec {
    text-align: center;
    padding: 20px 0;
}
.spcTB {
    padding: 90px 0 100px;
}
.spcTB h1{
	font-size: 40px;
}
.spcTB p {
    margin: 40px 0;
}
.spcTB a {
    background: #e4540e;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 4px;
}



/*breadcrumb clasess ends*//*cms area*/
.middle_bg {
	background: #f7f7f7 url(../images/inside_bg.png) repeat;
}
.middle_bg .inner {
	padding: 23px;
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 4px #d9d9d9;
	box-shadow: 0 2px 4px #d9d9d9;
}
.right_panel {
	padding: 20px 10px 20px 15px;
}
.cms_area p a {
	color: #777;
}
.cms_area p {
	text-align: justify;
}
.cms_area .t_bdr {
	height: 3px;
	width: 70px;
	background: #d12b58;
	margin: -2px 0 0 0;
}
.cms_area hr {
	margin: 35px 0;
}
.cms_area h3 {
	font: 400 20px/24px 'Montserrat', sans-serif;
	margin: 30px 0 15px 0;
}
.cms_area h4 {
	font: 400 15px/20px 'Montserrat', sans-serif;
	margin: 20px 0 15px 0;
	color: #1268bd;
}
.cms_area .no_mt {
	margin-top: 0;
}
.cms_area ul li {
	font: 400 14px/22px 'Open Sans', sans-serif;
	color: #777;
	margin: 8px 0;
	background: url(../images/right_icon.png) no-repeat left 4px;
	padding: 0 0 0 18px;
	list-style: none;
}
.cms_area ul {
	margin: 20px 0 0 0;
}
.cms_area ol {
	font: 400 14px/24px 'Open Sans', sans-serif;
	margin: 30px 0 30px 35px;
}/*cms area ends*//*inside service clasess*/
.service_list1 {
	padding: 15px 12px;
	border: 1px solid #eee;
}
.service_list1 a {
	font: 400 14px/18px 'Montserrat', sans-serif;
	color: #333;
	float: left;
	background: #eee;
	display: block;
	width: 23.4%;
	padding: 10px 15px;
	margin: 6px .8%;
	text-decoration: none;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}
.service_list1 a:hover {
	color: #fff;
	background: #e4540e;
}
.service_list2 {
	padding: 0 20px;
	background: #f1f1f1;
	border-top: 3px solid #e5e5e5;
	margin: 25px 0 0 0;
}
.service_list2 .inner {
	background: #fff;
	padding: 0;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	margin: 25px 0;
}
.service_list2 .inner .title {
	font: 400 14px/18px 'Montserrat', sans-serif;
	color: #fff;
	background: #1268bd;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.service_list2 .inner .s_list {
	padding: 10px 15px;
}
.service_list2 .inner .s_list a {
	font: 400 13px/18px 'Open Sans', sans-serif;
	color: #777;
	display: block;
	padding: 10px 0 10px 15px;
	text-decoration: none;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
	border-bottom: 1px solid #eee;
	background: url(../images/list_bullet.png) no-repeat left 12px;
}
.service_list2 .inner .s_list a:last-child {
	border-bottom: 0;
}
.service_list2 .inner .s_list a:hover {
	text-decoration: underline;
	color: #1268bd;
}/*inside service clasess ends*//*download clasess*/
ul.download-cotainer {
	margin: 20px auto;
}
ul.download-cotainer li {
	width: 50%;
	float: left;
	margin: 15px 0;
	list-style: none;
	background: none !important;
	padding: 0;
}
ul.download-cotainer li .con {
	width: 92%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
ul.download-cotainer li .con h4 {
	font: 500 16px/18px 'Montserrat';
	color: #fff;
	padding: 13px 5px 10px;
	background: #1268bd;
	margin: 0;
}
ul.download-cotainer li .con figure {
	overflow: hidden;
	width: 100%;
}
ul.download-cotainer li .con img {
	width: 100%;
	height: auto;
	display: block;
}
ul.download-cotainer li .con .dl_btn_con {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	padding: 18% 10px;
	opacity: 0;
}
ul.download-cotainer li .con .dl_btn_con .dl_btn {
	font: 400 18px/18px 'Montserrat';
	color: #fff;
	display: inline-block;
	text-decoration: none;
	height: 50px;
	width: 50px;
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 14px 0;
}
ul.download-cotainer li .con:hover .dl_btn_con {
	opacity: 1
}
ul.download-cotainer li .con .dl_btn:hover {
	background: #fff;
	color: #1268bd;
}/*download clasess ends*//*right left panel clasess*/
.left-nav {
	min-height: 100vh;
	margin: -23px 0 0 -23px;
	padding: 0;
	background-color: #f0f0f0;
	background-image: -webkit-linear-gradient(#f0f0f0, #fff);
	background-image: linear-gradient(#f0f0f0, #fff);
}
.left-nav a {
	font: 600 13px/22px 'Open Sans', sans-serif;
	color: #999;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
transition: all linear .3s;
	text-transform: uppercase;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
	border-bottom: 1px solid #f9f9f9;
	border-right: 4px solid transparent;
}
.left-nav a.act {
	background: #fff;
	color: #333;
	border-right: 4px solid #1268bd;
	border-bottom: 0;
}
.right_nav .panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #fff;
	background-color: #eee;
	border-color: #1268bd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.right_nav .panel-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	padding: 8px 10px 8px 15px;
}
.right_nav .panel-title .title {
	display: block;
	text-decoration: none;
	float: left;
	color: #1268bd !important;
}
.right_nav .panel-title .more-less {
	float: right;
	background: #1268bd;
	font-size: 16px;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
	padding: 2px 0;
}
.right_nav .panel-default {
	border: 0;
}
.right_nav .panel-body {
	padding: 0;
}
.right_nav .panel+.panel {
	margin-top: 0px !important;
}
.right_nav .right_s_list {
	padding: 5px 15px;
	background: #1268bd;
	overflow: hidden;
}
.right_nav .right_s_list a {
	font: 400 13px/18px 'Open Sans', sans-serif;
	color: #fff;
	display: block;
	padding: 10px 0 10px 15px;
	text-decoration: none;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
	border-bottom: 1px solid #1d74c9;
	background: url(../images/list_bullet2.png) no-repeat left 12px;
}
.right_nav .right_s_list a:last-child {
	border-bottom: 0;
}
.right_nav .right_s_list a:hover {
	text-decoration: underline;
	color: #fff;
}/*right panel clasess ends*//*right form clasess*/
.right_form_con h3 {
	background: #e4540e;
	padding: 12px 15px;
	font-size: 18px;
	display: block;
	color: #fff;
	font-weight: 400;
}
.right_form_con .order_form_con {
	border: 1px solid #eee;
	border-radius: 0;
	margin: 0 !important;
	padding: 10px 5px !important;
}
.right_form_con .btn-file {
	right: 15px;
}/*right form clasess ends*//*fqs clasess*/
.faq-content {
	margin: 20px 0 0 0;
}
.faq-content .panel-default > .panel-heading {
	background-color: #fff;
	border-color: none !important;
	border: none !important;
	box-shadow: 0 !important;
}
.faq-content .panel-default {
	border: 0;
	border-color: #f1f1f1;
	border-bottom: 1px solid #eee;
}
.faq-content .panel-group .panel {
	border-radius: 0px;
	margin-bottom: 20px;
}
.faq-content .panel {
	box-shadow: none !important;
	margin-bottom: 10px;
}
.faq-content .panel-body {
	padding: 15px !important;
	border: none !important;
}
.faq-content .panel-heading {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	border-radius: 0px;
}
.faq-content .panel-group {
	width: 65%;
	float: left;
}
a.accordion-toggle {
	text-decoration: none;
	display: block;
	font-size: 15px;
	line-height: 22px;
	padding: 10px 5px;
	color: #444 !important;
	font-weight: 600;
}
a.accordion-toggle i {
	font-size: 18px;
}
.faq-content .panel-default:hover {
	border-bottom: 1px solid #ddd;
}
.heading-5 {
	font-size: 20px;
	color: #44b4cc !important;
	padding-bottom: 10px;
}
.heading-6 {
	font-size: 20px;
	padding: 0 0 20px 0
}
.current-opening {
	font-size: 20px;
	padding: 0 0 20px 0;
	color: #02495f;
}
.faq-content ul {
	margin-bottom: 13px;
	margin-left: 35px;
	margin-top: 20px;
}
.faq-content ul li {
	background: url(../images/list_bullet.png) no-repeat left 8px;
	padding: 3px 0 3px 17px;
	list-style: none;
}/*fqs clasess ends*//*contact us clasess*/
.contact_con {
	padding: 0 0 0 5%;
	margin: 20px 0 0 0;
}
.contact_con p strong {
	display: block;
	margin: 0 0 0 2px;
	font-weight: 600;
}
.contact_con hr {
	border-top: 1px dotted #e1e1e1;
	margin: 15px 0;
}
 /*contact us clasess ends*/
 
 
 /*sitemap clasess*/
.stmp {
	padding: 10px 15px;
}
.stmp a {
	font: 400 14px/18px 'Montserrat', sans-serif;
	color: #262637;
	width: 31.3%;
	border: 1px solid #efefef;
	display: block;
	float: left;
	padding: 10px 15px;
	margin: 3px 1%;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
}
.stmp a:hover {
	background: #e4540e;
	color: #fff;
	border: 1px solid #e4540e;
	text-decoration: none;
}
.service_list3 {
	margin: 10px 25px;
	background: none;
	border: 0;
	border: 1px solid #eee;
}
.service_list3 .inner {
	background: #f5f5f5;
	padding: 0;
	box-shadow: none;
	border-bottom: 0;
	margin: 25px 0;
}
.service_list3 .inner .s_list a {
	font: 400 13px/18px 'Open Sans', sans-serif;
	color: #777;
	display: block;
	padding: 7px 0 7px 0;
	text-decoration: none;
transition: all linear .3s;
-webkit-transition: all linear .3s;
-moz-transition: all linear .3s;
-ms-transition: all linear .3s;
	border-bottom: 1px solid #fff;
	background: none;
}
.service_list3 .inner .title {
	font: 400 14px/18px 'Montserrat', sans-serif;
	color: #1268bd;
	background: #fff;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: 1px solid #eee;
}/*sitemap clasess ends*//*request call back clasess*/
.rqcb_form .form-control {
	height: 40px;
	border-radius: 3px;
	border: 2px solid #e5e5e5;
	box-shadow: none;
}
.modal-open .modal {
	background: rgba(0, 0, 0, 0.8)
}/*request call back clasess ends*//* ================= Media Query ================= */
@media only screen and (max-width:1279px) {
.container {
width: 100%;
}/*banner clasess*/
.banner_bg {
padding: 100px 0 70px;
}
.banner_bg figcaption {
margin: 4% 0 0 0;
}/*banner clasess ends*//*how to use clasess*/
.how_to_con .step_con figure img {
width: 100%;
height: auto;
}/*how to use clasess ends*/
}
@media only screen and (max-width:1151px) {/*top clasess*/
.top_right .c_number {
font-size: 14px;
padding: 0 15px 0 0;
margin: 0 15px 0 0;
}/*top clasess ends*//*banner clasess*/
.form_con {
width: 48%;
}
.banner_bg figcaption {
margin: 5% 0 0 0;
float: left;
width: 48%;
}
.banner_bg figcaption h1 {
font-size: 35px;
line-height: 35px;
}
.banner_bg figcaption p {
font-size: 15px;
line-height: 28px;
}/*banner clasess ends*//*services clasess*/
.service_con .inner {
padding: 30px 15px;
border: 1px solid #eee;
}/*services clasess ends*//*features clasess*/
.features_con ul li {
width: 33.333333%;
}/*features clasess ends*//*footer classes*/
footer .col-1 {
width: 18%;
}
footer .col-2 {
width: 22%;
padding: 0 2% 0 2%;
}
footer .col-3 {
width: 27%;
padding: 0 0 0 2%;
}
footer .col-4 {
float: right;
width: 29%;
}/*footer classes ends*/
}
@media only screen and (max-width:991px) {/*top clasess*/
header {
padding: 10px 0 15px;
}
.top_right .c_number {
display: none;
}/*top clasess ends*//*nav clasess*/
nav .navbar-nav>li>a {
padding: 0 25px;
}/*nav clasess ends*//*banner clasess*/
.banner_bg figcaption {
margin: 5% 0 0 0;
}
.banner_bg figcaption h1 {
font-size: 28px;
line-height: 28px;
}
.banner_bg figcaption p {
font-size: 12px;
line-height: 25px;
}/*banner clasess ends*//*features clasess*/
.features_con ul li {
width: 50%;
}
.features_con ul li .inner {
padding: 25px 5%;
}/*features clasess ends*//*footer classes*/
footer .col-1 {
width: 23%;
min-height: 310px;
}
footer .col-2 {
width: 35%;
padding: 0 4% 0 4%;
min-height: 310px;
}
footer .col-3 {
width: 42%;
padding: 0 0 0 4%;
min-height: 310px;
border-right: 0;
}
footer .col-4 {
margin: 35px 0 0 0;
float: right;
width: 100%;
}
footer .col-4 .map_con {
height: 250px;
}/*footer classes ends*//*cms area clasess*/
.right_panel {
min-height: auto;
padding: 20px 0 20px 0;
}/*cms area clasess ends*//*inside service clasess*/
.service_list1 a {
width: 48.4%;
margin: 6px .8%;
}/*inside service clasess ends*//*right left panel clasess*/
.left-nav {
min-height: auto;
margin: 25px -23px 0 -23px;
padding: 0;
}
.left-nav a {
border-right: 0;
border-top: 4px solid transparent;
}
.left-nav a.act {
border-right: 0;
border-top: 4px solid #1268bd;
}
.right_form_con {
margin: 40px 0 0 0;
}/*right left panel clasess ends*//*clientel clasess*/
ul.inner_client_con li {
width: 25%;
}/*clientel clasess ends*//*sitemap clasess*/
.stmp a {
color: #262637;
width: 47.5%;
}/*sitemap clasess ends*/
}
@media only screen and (max-width:767px) {/*comman clasess*/
h1 {
font-size: 25px;
}
.title1:before, .title1:after, .title2:before, .title2:after {
display: none !important;
}
.title1 {
margin-bottom: 25px;
}
.title2 {
margin-bottom: 0;
}/*comman clasess ends*//*top clasess*/
header {
padding-bottom: 0;
}
.top_right {
display: none;
}
header .navbar-brand {
width: 200px;
margin: 5px 0 15px 0;
}
header .navbar-brand img {
width: 100%;
}/*top clasess ends*//*nav clasess*/
nav {
position: static;
margin: 0;
background: none;
}
.navbar-nav {
margin: 0 0 0 0 !important;
}
.navbar {
border-bottom: 0;
margin: 0;
padding: 0;
}
.navbar-nav {
float: none;
width: 100%;
}
.navbar-header {
margin: 0;
}
.navbar-nav>li {
display: block;
width: 100%;
float: none;
padding-bottom: 0 !important;
}
nav .navbar-nav>li>a {
color: #fff;
padding: 3px 20px;
line-height: 40px;
border: 0;
height: auto;
border-bottom: 1px solid #222;
border-radius: 0;
text-align: center;
margin: 0 0 0 0;
display: block;
}
nav .navbar-nav>li>a:before {
height: 0;
}
nav .navbar-nav>li:last-child a {
border-bottom: 0;
}
.navbar-toggle {
background-image: none;
border: 1px solid #eee !important;
border-radius: 0px;
float: right;
padding: 7px;
margin-bottom: 0;
margin-right: 0;
margin-top: 13px;
position: relative;
display: block;
color: #fff !important;
}
.navbar-toggle .icon-bar {
background-color: #333 !important;
height: 3px;
width: 30px;
}
.navbar-header {
float: none;
}
.navbar-collapse {
background: #111;
border: 0;
position: static;
padding: 0
}
.navbar-collapse.collapse {
display: none !important;
}
.navbar-collapse.collapse.in {
display: block !important;
}
.sub_con {
display: none !important;
}/*nav clasess ends*//*banner clasess*/
.banner_bg {
padding: 60px 0;
}
.form_con {
width: 100%;
margin: 40px 0 0 0;
}
.banner_bg figcaption {
margin: 0 0 0 0;
float: left;
width: 100%;
text-align: center;
}
.banner_bg figcaption h1 {
font-size: 32px;
line-height: 32px;
}
.banner_bg figcaption p {
font-size: 13px;
line-height: 16px;
padding: 5px 10px 7px;
}
.inside_banner_bg {
padding: 40px 0 40px 0;
}/*banner clasess ends*//*how to use clasess*/
.how_to_con .step_con figure img {
width: 70%;
}/*how to use clasess ends*//*features clasess*/
.features_con ul li {
width: 100%;
}/*features clasess ends*//*footer classes*/
footer {
text-align: center;
}
footer .col-1 {
width: 100%;
min-height: auto;
padding: 0;
}
footer .col-2 {
width: 100%;
min-height: auto;
border: 0;
margin: 30px 0;
border-top: 1px solid #ddd;
padding: 30px 0 0 0;
}
footer .col-3 {
width: 100%;
min-height: auto;
border-top: 1px solid #ddd;
padding: 30px 0 0 0;
}
footer .col-4 {
border-top: 1px solid #ddd;
margin: 35px 0 0 0;
width: 100%;
padding: 30px 0 0 0;
}
footer .country_con {
border-top: 1px solid #ddd;
margin: 30px 0 0 0;
padding: 30px 0 0 0;
}
.f_link {
margin: 0 0 0 0;
display: inline;
}
.f_link a {
font: 400 13px/18px 'Open Sans', sans-serif;
padding: 7px 15px;
border: 1px solid #ddd;
display: inline-block;
text-decoration: none;
margin: 3px;
}
.f_link a:hover {
text-decoration: none;
}
.cp .payment_icon {
float: none;
margin: 8px 0 0 0;
}
.cp .copyright {
margin: 5px 0 0 0;
float: none;
}/*footer classes ends*//*inside service clasess*/
.service_list1 {
padding: 15px 20px;
}
.service_list1 a {
width: 100%;
margin: 6px 0;
}/*inside service clasess ends*//*breadcrumb clasess*/
.breadcrumb_con {
display: none;
}/*breadcrumb clasess ends*//*cms area*/
.cms_area p {
text-align: left !important;
}/*cms area ends*//*sitemap clasess*/
.stmp a {
width: 100%;
margin: 3px 0;
}/*sitemap clasess ends*/
}
@media only screen and (max-width:600px) {/*download clasess*/
ul.download-cotainer li {
width: 100%;
}
ul.download-cotainer li .con {
width: 100%;
}/*download clasess ends*/
}
@media only screen and (max-width:479px) {
.middle_bg .container {
padding: 0;
}/*banner clasess*/
.banner_bg {
padding: 60px 0;
}
.form_con {
padding: 30px 20px;
}
.form_con h1 {
font-size: 28px;
}
.order_form_con {
padding: 0 0 !important;
}/*banner clasess ends*//*how to use clasess*/
.how_to_con .step_con figure img {
width: 280px;
}/*how to use clasess ends*//*welcome clasess*/
.we_con .left_content_con h2 {
font: 700 35px/40px 'Hind', sans-serif;
display: block;
color: #fff;
text-transform: uppercase;
}/*welcome clasess ends*//*contact us clasess*/
.contact_con {
padding: 0 0 0 0;
margin: 20px 0 0 0;
}/*contact us clasess ends*//*sitemap clasess*/
.stmp2 {
margin: 10px 50px 15px 25px;
}
.stmp3 {
margin: 20px 0 20px 25px;
}/*sitemap clasess ends*/
}

/* ========== NEW MOBILE FIXES - ADDED BY DEVELOPER ========== */
@media (max-width: 768px) {
  /* Container fix */
  .container {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
  }
  
  /* Product section fixes */
  .premium-products-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .col-sm-12, .col-md-6 {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .product-card {
    width: 100% !important;
    margin: 0 auto 25px !important;
    display: block !important;
  }
  
  .premium-card {
    margin-bottom: 30px !important;
  }
  
  /* Product features fix */
  .product-features span {
    display: inline-block !important;
    margin: 5px 3px !important;
    padding: 5px 8px !important;
    background: #f8f8f8 !important;
    border-radius: 3px !important;
    font-size: 12px !important;
  }
  
  /* Button fixes */
  .product-actions .btn {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px !important;
    text-align: center !important;
  }
  
  .btn-premium, .btn-quote {
    width: 100% !important;
    margin: 5px 0 !important;
  }
  
  /* Gallery section */
  .gallery-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .gallery-item {
    margin-bottom: 20px !important;
  }
  
  /* Footer complete fix */
  footer .container {
    padding: 0 15px !important;
  }
  
  footer .col-1, 
  footer .col-2, 
  footer .col-3, 
  .business_details_con {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    border: none !important;
    min-height: auto !important;
    display: block !important;
  }
  
  .business_details_con {
    clear: both !important;
    margin-top: 20px !important;
  }
  
  .f_link a {
    display: block !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    width: 100% !important;
  }
  
  /* Text fixes */
  h1 {
    font-size: 22px !important;
    line-height: 26px !important;
    text-align: center !important;
  }
  
  h3 {
    font-size: 18px !important;
  }
  
  .title2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  
  /* Form fixes */
  .form_con {
    width: 100% !important;
    margin: 0 auto 20px !important;
    padding: 20px !important;
    float: none !important;
  }
  
  .form_con h1 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  
  /* Image fixes */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  .product-image img, 
  .gallery-image img {
    width: 100% !important;
    height: auto !important;
  }
  
  /* Padding fixes */
  section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .service_con, 
  .how_to_con, 
  .ts_con, 
  .features_con,
  .gallery-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {
  .form_con h1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  
  .btn {
    padding: 8px 12px !important;
    font-size: 14px !important;
  }
  
  .product-features span {
    font-size: 11px !important;
    padding: 4px 6px !important;
  }
}