/*CSS Document*/
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font: 300 15px/20px 'Muli', sans-serif;
	color: #888;
}
h1 {
	font: 600 40px/40px 'Maven Pro', sans-serif;
	display: block;
	color: #111;
}
h2 {
	font: 600 40px/30px 'Maven Pro', sans-serif;
	display: block;
	color: #222;
}
h3 {
	font: 600 20px/24px 'Maven Pro', sans-serif;
	display: block;
	color: #555;
}
p {
	font: 300 16px/22px 'Muli', sans-serif;
	color: #999;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	color: #555;
}
.trans_eff {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
/*&&&&&&&&&&&&&&&&&&&&& HOME PAGE CLASSES &&&&&&&&&&&&&&&&&&&&&&& */
 
 
.short-discrip {
	padding: 0 15%;
}
/*header clasess*/
header {
	width: 100%;
	position: fixed;
	z-index: 2;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.header_fixer {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 1px 15px 1px rgba(0,0,0,.2);
	background: #fff;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.header_fixer .navbar-brand {
}
.header_fixer .navbar-nav {
	margin: 0 0 0 0;
}
.header_fixer .navbar-nav>li>a {
	font: 300 15px/50px 'Maven Pro', sans-serif;
	color: #666 !important;
}
header .navbar-collapse {
	padding: 0;
}
.navbar-collapse {
	border-top: 0 !important;
}
header .navbar-brand {
	padding: 0 !important;
	width: 270px;
	height: auto;
	display: block;
	overflow: hidden;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 10px 0 0 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	position: relative;
}
header .navbar-nav>li>a {
	font: 300 15px/50px 'Maven Pro', sans-serif;
	color: #fff;
	padding: 0 5px;
	height: 50px;
	margin: 0 8px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 0;
	background: none !important;
	border-bottom: 1px solid transparent;
}
header .navbar-nav>li a:focus, header .navbar-nav>li.active>a, header .navbar-nav>li.active>a:hover, header .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>.open>a, header .navbar-default header .navbar-nav>.open>a:hover, header .navbar-default header .navbar-nav>.open>a:focus {
	color: #fff;
	background: none !important;
	border-bottom: 3px solid #1fa7ef;
}
#home .home, #about-us .about-us, #contact-us .contact-us, #our-approach .our-approach, #consulting-srvices .consulting-srvices, #trainig-services .trainig-services, #our-clients .our-clients {
	color: #fff;
	background: none !important;
	border-bottom: 3px solid #1fa7ef;
}
header .navbar-nav>li:hover a {
	color: #fff;
	background: none !important;
	border-bottom: 3px solid #1fa7ef;
}
header .navbar-nav>li {
	position: static;
}
header .navbar-nav>li:nth-child(5) {
	position: relative;
}
header .navbar-nav>li .mega-con {
	background: #fff;
	padding: 20px 0;
	position: absolute;
	display: none;
	z-index: 9;
	left: 0;
	border-radius: 10px;
	width: 100%;
	border-bottom: 3px solid #1fa7ef;
	box-shadow: 1px 3px 15px 1px rgba(0,0,0,0.2);
}
header .navbar-nav>li:nth-child(5) .mega-con {
	width: 250px;
}
header .navbar-nav>li:nth-child(5) .mega-con ul li {
	width: 100% !important;
}
header .navbar-nav>li:hover .mega-con {
	display: block;
}
header .navbar-nav>li .mega-con ul li {
	width: 33.33333%;
	float: left;
	list-style: none;
	padding: 0 15px;
}
header .navbar-nav>li .mega-con ul li .sublink {
	width: 100%;
}
header .navbar-nav>li .mega-con ul li .sublink a {
	font: 400 15px/18px 'Maven Pro', sans-serif;
	color: #777;
	padding: 7px 10px 7px 20px;
	margin: 0 0;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 0;
	text-transform: capitalize;
	border-radius: 0;
	position: relative;
	border-bottom: 1px solid #eee;
}
header .navbar-nav>li .mega-con ul li .sublink a:hover {
	text-decoration: underline;
	color: #333;
}
header .navbar-nav>li .mega-con ul li .sublink a:before {
	content: "\f105";
	font-family: "Fontawesome";
	position: absolute;
	left: 10px;
	color: #1fa7ef;
}
a.mob_link_dd {
	display: none !important;
}
a.mob_link_dd b {
	width: 20px;
	height: 20px;
	float: right;
	display: block;
	background-image: url(../images/fq-r.png);
	background-repeat: no-repeat;
	margin: 12px 5px 0 0
}
a.mob_link_dd_act b {
	width: 20px;
	height: 20px;
	float: right;
	display: block;
	background-image: url(../images/fq-b.png);
	background-repeat: no-repeat;
	margin: 12px 5px 0 0
}/*header clasess ends*/
/*slider clasess*/
.slider_con {
	overflow: hidden;
}
.slider_con .carousel-indicators {
	bottom: 10px;
}
.slider_con .carousel-indicators li {
	width: 12px;
	height: 12px;
	border: 0;
	border: 1px solid #fff;
	background: none;
}
.slider_con .carousel-indicators .active {
	width: 13px;
	height: 13px;
	border: 0;
	background: #fff
}
.slider_con .carousel-caption {
	bottom: 0;
	top: 40%;
	left: 5%;
	right: 5%;
}
.slider_con .carousel-caption h3 {
	font-size: 85px;
	color: #fff;
	line-height: 60px;
	text-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.slider_con .carousel-caption p {
	font-size: 22px;
	color: #fff;
	line-height: 26px;
	background: #1fa7ef;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	padding: 5px 15px 6px;
	border-radius: 5px;
	margin-top: 20px;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*slider clasess ends*/


 
/*services clasess*/
.service_con {
	text-align: center;
	margin: 50px 0 0 0;
}
.service_con .inner {
	position: relative;
	display: block;
	padding-bottom: 40px;
}
.service_con .inner figure {
	width: calc(100%);
	height: auto;
	border-radius: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.02) 0px -11px 27px;
}
.service_con .inner figure img {
	width: 100%;
	height: auto;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.service_con .inner:hover figure img {
	opacity: 0.3
}
.service_con .inner figcaption {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	bottom: -0px;
	background: #1fa7ef;
	border-radius: 100%;
	transform: translate(-50%, 0);
	z-index: 2;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 11px 27px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.service_con .inner a {
	width: 100%;
	height: 100%;
	font: 500 18px/20px 'Maven Pro', sans-serif;
	color: #fff;
	position: relative;
	text-decoration: none;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.service_con .inner:hover figcaption {
	background: #222;
}
.service_con .inner:hover figcaption a {
	color: #fff;
}
 @-webkit-keyframes spaceboots {
 0% {
-webkit-transform: translate(2px, 1px) rotate(0deg);
}
 10% {
-webkit-transform: translate(-1px, -2px) rotate(-1deg);
}
 20% {
-webkit-transform: translate(-3px, 0px) rotate(1deg);
}
 30% {
-webkit-transform: translate(0px, 2px) rotate(0deg);
}
 40% {
-webkit-transform: translate(1px, -1px) rotate(1deg);
}
 50% {
-webkit-transform: translate(-1px, 2px) rotate(-1deg);
}
 60% {
-webkit-transform: translate(-3px, 1px) rotate(0deg);
}
 70% {
-webkit-transform: translate(2px, 1px) rotate(-1deg);
}
 80% {
-webkit-transform: translate(-1px, -1px) rotate(1deg);
}
 90% {
-webkit-transform: translate(2px, 2px) rotate(0deg);
}
 100% {
-webkit-transform: translate(1px, -2px) rotate(-1deg);
}
}
.service_con .inner:hover .shake {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.service_con .inner a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	padding: 15px;
}
/*services clasess ends*/
  
  
   
/*welcome clasess*/
.welcome_con {
	background: #111 url(../images/welcome_bg.jpg) no-repeat center top;
	margin: 70px auto 0 auto;
	padding: 100px 0;
	background-attachment: fixed;
}
.welcome_con .left {
	width: 30%;
	float: left;
	text-align: right;
	padding: 15px 30px 15px 0;
}
.welcome_con .left h2 {
	font: 600 45px/50px 'Maven Pro', sans-serif;
	color: #fff;
}
.welcome_con .left h2 span {
	font-size: 25px;
	font-weight: 300;
	line-height: 25px;
	display: block;
}
.welcome_con .left h2 strong {
	color: #1fa7ef
}
.welcome_con .left small {
	color: #1fa7ef;
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
	display: inline-block;
}
.welcome_con .right {
	width: 70%;
	float: right;
	border-left: 2px dashed #fff;
	padding: 15px 0 15px 30px;
}
.welcome_con .right p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.welcome_con .right .btn-warning {
	font: 500 18px/45px 'Maven Pro', sans-serif;
	color: #fff;
	padding: 0 50px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	background: #1fa7ef !important;
	border-radius: 40px;
	border: 2px solid #1fa7ef;
	margin: 25px 0 0 0;
}
.welcome_con .right .btn-warning:hover {
	background: #fff !important;
	color: #1fa7ef;
	border: 2px solid #fff !important;
}
/*welcome clasess ends*/



/*testimonial clasess*/
.timeline {
	position: relative;
	max-width: 1200px;
	max-height: 660px;
	margin: 50px auto 0 auto;
}
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #363c48;
	top: 0;
	bottom: 0;
	left: 50%;
	border-radius: 5px;
	margin-left: -3px;
	height: 460px;
}
.ts_box {
	padding: 0 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}
.ts_box::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: white;
	border: 4px solid #1fa7ef;
	top: 17px;
	border-radius: 50%;
	z-index: 1;
}
.left_box {
	left: 0;
}
.right_box {
	left: 50%;
}
.timeline .col2 {
	top: -100px;
}
.timeline .col3 {
	top: -130px;
}
.timeline .col4 {
	top: -230px;
}
.left_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 20px;
	width: 12px;
	height: 22px;
	z-index: 1;
	right: 30px;
	background: url(../images/ts-tic.png) no-repeat;
}
.right_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 20px;
	width: 12px;
	height: 22px;
	z-index: 1;
	left: 30px;
	background: url(../images/ts-tic2.png) no-repeat;
}
.right_box::after {
	left: -12px;
}
.content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 10px 60px 1px rgba(204,204,204,0.4)
}
.content:hover {
	box-shadow: 0 10px 60px 1px rgba(204,204,204,0.8)
}
.content p {
	font-size: 16px;
	line-height: 24px;
}
.content h5 {
	color: #111;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	padding-left: 35px;
	padding-top: 10px;
}
.content h5 small {
	color: #999;
	font-weight: 400;
}
.content h5:before {
	content: '\f10d';
	position: absolute;
	left: 0;
	font-size: 28px;
	font-family: 'Fontawesome';
	top: 0;
	color: #ccc;
}
/*testimonial clasess ends*/
 
 
/*approach clasess*/
.approach_con {
	background: #111 url(../images/approach-bg.jpg) no-repeat center top;
	margin: 70px auto 0 auto;
	padding: 100px 0;
	background-attachment: fixed;
}
.approach_con .left {
	width: 30%;
	float: left;
	text-align: right;
	padding: 15px 30px 15px 0;
}
.approach_con .left h2 {
	font: 600 45px/45px 'Maven Pro', sans-serif;
	color: #fff;
}
.approach_con .left h2 strong {
	color: #1fa7ef
}
.approach_con .left small {
	color: #1fa7ef;
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
	display: inline-block;
}
.approach_con .right {
	width: 70%;
	float: right;
	border-left: 2px dashed #fff;
	padding: 15px 0 15px 30px;
}
.approach_con .right p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.approach_con .right .btn-warning {
	font: 500 18px/45px 'Maven Pro', sans-serif;
	color: #fff;
	padding: 0 50px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	background: #1fa7ef !important;
	border-radius: 40px;
	border: 2px solid #1fa7ef;
	margin: 25px 0 0 0;
}
.approach_con .right .btn-warning:hover {
	background: #fff !important;
	color: #1fa7ef;
	border: 2px solid #fff !important;
}
/*approach clasess ends*/
 
  
/*footer classes*/
footer {
	background: #222;
	padding: 60px 0 0 0;
	position: relative;
	margin-top: 60px;
}
footer .col_01 {
	width: 14%;
	float: left;
	margin: 0 0 0 0;
}
footer .col_02 {
	width: 34%;
	float: left;
	padding: 0 0 0 4%;
	margin: 0 3%;
	border-left: 1px dashed #333;
	min-height: 235px;
}
footer .col_03 {
	width: 27%;
	float: left;
	padding: 0 4% 0 0;
	margin: 0 3% 0 0;
	border-right: 1px dashed #333;
	min-height: 235px;
}
footer .col_04 {
	width: 16%;
	float: right;
	text-align: center;
}
footer .col_04 .map {
	margin: 60px 0 0 0;
}
footer .col_04 iframe {
	display: block;
}
footer h3 {
	font: 600 22px 'Roboto', sans-serif;
	color: #fff;
}
footer h3:after {
	content: '';
	background: #fff;
	height: 3px;
	width: 55px;
	position: absolute;
	display: block;
	margin: 10px 0 0 3px;
}
.f_link {
	margin: 25px 0 0 3px;
}
.f_link a {
	font: 400 14px/16px 'Roboto', sans-serif;
	color: #888;
	padding: 4px 0 4px 0;
	display: block;
	text-decoration: none;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.f_link a:hover {
	color: #fff;
	text-decoration: underline;
}
.f_contact_con {
	margin: 35px 0 0 3px;
}
.f_contact_con p {
	padding: 5px 0;
}
.f_contact_con p:first-child {
	padding-top: 0;
}
.f_contact_con p, .f_contact_con p a {
	font: 400 14px/20px 'Roboto', sans-serif;
	color: #888;
}
.f_contact_con p .fa {
	height: 25px;
	width: 25px;
	border-radius: 100%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
	margin: 0 3px;
}
.f_social_midea_con {
	margin: 15px 0 0 0;
	text-align: center;
}
.f_social_midea_con a {
	width: 35px;
	padding: 6px 0;
	height: 35px;
	margin: 3px 3px;
	background: #fff;
	font-size: 18px;
	display: inline-block;
	color: #1fa7ef;
	border: 2px solid #fff;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	border-radius: 100%;
	text-align: center;
}
.f_social_midea_con a:hover {
	background: #fff;
	color: #ccc;
	border: 2px solid #fff;
}
.pwrd {
	background: #179de4;
	padding: 20px 0;
	margin: 60px 0 0 0;
}
.pwrd p, .pwrd p a {
	font-weight: 400;
	color: #fff;
	font-size: 14px;
}
.pwrd p {
	margin: 7px 0 0 0;
	text-align: center;
}
/*footer classes ends*/
   
/*========================INSIDE PAGES CLASESS================*/



/*page title clasess*/
.pg-title-con {
	background: #222 url(../images/title-bg.jpg) no-repeat center top;
	background-attachment: fixed;
	padding: 180px 0 80px;
	text-align: center;
}
.pg-title-con h1 {
	color: #fff;
	position: relative;
}
/*page title clasess*/


/*brad crum and page tittle clasess*/
.breadcrumb {
	background: none;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 8px 0;
}
.breadcrumb li {
	margin-right: 5px;
	color: #000;
}
.breadcrumb li a {
	font-weight: 400;
	background: #ddd;
	padding: 3px 10px 4px;
	text-decoration: none;
	color: #333;
	border-radius: 7px;
	position: relative;
}
.breadcrumb li a:after {
	content: '';
	width: 0;
	position: absolute;
	right: -5px;
	top: 7px;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ddd;
}
.breadcrumb li:before {
	display: none;
}
.breadcrumb li a:hover {
	text-decoration: none;
}/*brad crum and page tittle clasess ends*/
/*cms area clasess*/
.cms_area p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #666;
}
.cms_area strong {
	color: #777;
}
.box1 {
	padding: 25px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 15px;
	box-shadow: 0 10px 60px 1px rgba(204,204,204,0.3);
}
.box3 {
	padding: 25px;
	background: #fff;
	border-radius: 0 3px 3px 3px;
}
.box2 {
	padding: 25px;
	background: #fff;
	border-radius: 3px;
	border: 1px dashed #ddd;
	border-left: 3px solid #ee2d7b;
}
.box2 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin: 7px 0;
}
.cms_area .img1 {
	float: right;
	margin: 5px 0 20px 20px
}
.cms_area h3 {
	font-size: 25px;
	font-weight: 500;
	color: #000;
	line-height: 28px;
	margin-bottom: 10px;
}
.cms_area hr {
	border-top: 1px dashed #eee;
}
.cms_area h2 {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	background: #1fa7ef;
	padding: 7px 10px;
	display: inline-block;
	font-weight: 600;
	border-radius: 3px;
	margin: 10px 0 0 0;
}
.cms_area .no_mt {
	margin-top: 0 !important
}
.cms_area ul {
	margin: 20px 0 0 25px;
}
.cms_area ul li {
	background: url(../images/list_bullet.png) no-repeat left 7px;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 0 20px;
	list-style: none;
	font-weight: 400;
	color: #666;
}
.cms_area ul li a {
	text-decoration: underline;
}
.cms_area ul li a:hover {
	text-decoration: none;
	color: #1fa7ef;
}
.cms_area ol {
	margin: 20px 0 0 40px;
}
.cms_area ol li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
}
/*cms area clasess ends*/




/*right panel clasess*/
.right_cat_con h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #1fa7ef;
	padding: 10px 15px;
	border-radius: 15px 15px 0 0;
}
.cat_list_con {
	background: #fff;
	padding: 20px 25px;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 10px 60px 1px rgba(204,204,204,0.3);
}
.cat_list_con hr {
	margin: 10px 0;
}
.cat_list_con p strong {
	display: block;
	color: #1fa7ef;
	margin-bottom: 3px;
}
.cat_list_con p {
	font-weight: 600;
	color: #666;
}
.cat_list_con p span {
	margin-left: 13px;
}
.right_form_con h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #1fa7ef;
	padding: 10px 15px;
	border-radius: 15px 15px 0 0;
}
.right_form_con .form_con {
	background: #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 10px 60px 1px rgba(204,204,204,0.3);
	padding: 20px;
}
.right_form_con .form_con .form-control {
	height: 40px;
	box-shadow: none;
	border: 1px solid #ddd;
	font-family: 'Maven Pro', sans-serif;
	color: #777;
	font-weight: 400;
	font-size: 14px;
}
/*right panel clasess ends*/



/*contact us clasess*/


.contact-map {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 10px 60px 1px rgba(204,204,204,0.3);
	margin-top: 20px;
}
/*contact us clasess ends*/


/*sitemap*/
.stmp a {
	display: block;
	padding: 7px 15px;
	font: 400 15px/20px 'Muli', sans-serif;
	background: #fff;
	margin: 5px 1%;
	text-align: left;
	color: #777;
	width: 48%;
	border-radius: 30px;
	float: left;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	box-shadow: 0 10px 60px 1px rgba(204,204,204,0.4);
}
.stmp a:hover {
	background: #1fa7ef;
	color: #fff;
	text-decoration: none
}/*sitemap ends*//* ================= Media Query ================= */
@media only screen and (max-width:1279px) {
.container {
	width: 100%;
}
}
@media only screen and (max-width:1151px) {
/*header clasess*/

header .navbar-brand {
	padding: 0 !important;
	width: 230px;
	height: auto;
	display: block;
	overflow: hidden;
}
header .navbar-brand img {
	width: 100%;
}
header {
	padding: 0 10px;
}
header .navbar-nav>li>a {
	padding: 0 0;
	margin: 0 7px;
}
.navbar-nav {
	margin-top: 0;
}
/*header clasess ends*/





/*slider clasess*/
 
 
.slider_con {
	overflow: hidden;
}
.slider_con .carousel-caption {
	bottom: 0;
	top: 35%;
	left: 5%;
	right: 5%;
}
.slider_con .carousel-caption p {
	font-size: 20px;
	line-height: 24px;
	margin-top: 15px;
}
.slider_con .carousel-caption h3 {
	font-size: 60px;
}
/*slider clasess ends*/


/*services clasess*/
 
.service_con .inner {
	padding-bottom: 70px;
}
/*services clasess ends*/
  

  
  /*welcome clasess*/
 
.welcome_con .left {
	width: 43%;
}
.welcome_con .right {
	width: 57%;
}
/*welcome clasess ends*/



  /*testimonial clasess*/
  

.timeline {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 15px;
	margin: 30px auto 0 auto;
}
.timeline::after, .ts_box::after {
	display: none;
}
.ts_box {
	padding: 15px 15px;
	width: 50%;
	float: left;
}
.left_box {
	left: 0;
}
.right_box {
	left: 0;
}
.timeline .col2 {
	top: 0px;
}
.timeline .col3 {
	top: 0;
}
.timeline .col4 {
	top: 0px;
}
.left_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: auto;
	bottom: -1px;
	width: 12px;
	height: 22px;
	z-index: 1;
	left: 30px;
	background: url(../images/ts-tic.png) no-repeat;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.right_box::before {
	content: " ";
	height: 0;
	position: absolute;
	top: auto;
	bottom: -1px;
	width: 12px;
	height: 22px;
	z-index: 1;
	left: 30px;
	background: url(../images/ts-tic.png) no-repeat;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.ts-btn {
	margin-top: 20px;
}
/*testimonial clasess ends*/

 
}
@media only screen and (max-width:991px) {
/*header clasess*/
header {
	background: #ff;
	position: static;
}
.header_fixer {
	position: static;
	box-shadow: none;
	background: #fff !important;
}
header .navbar-brand, .header_fixer .navbar-brand {
	margin: 0 0 0 -10px !important;
}
header .navbar-nav, header .header_fixer {
	float: none !important;
	margin: 0 !important;
}
header .navbar-nav>li {
	float: none;
	width: 100%;
}
header .navbar-nav>li>a {
	font: 400 15px/45px 'Muli', sans-serif !important;
	padding: 0 15px;
	border-bottom: 1px solid #3fb9fa !important;
	color: #fff !important;
	display: block;
	margin: 0;
	height: auto !important;
	text-align: center;
	background: #1fa7ef !important;
}
.header_fixer .navbar-nav > li > a {
	color: #fff !important;
}
#home .home, #aboutus .aboutus, #contactus .contactus, #ourclients .ourclients, #ourteam .ourteam, #whyus .whyus, #services .services {
	color: #000;
	background: #1fa7ef !important;
}
header .navbar-nav>li>a:hover, header .navbar-nav>li>a:focus {
	color: #fff;
	background: #1fa7ef !important;
}
.navbar-toggle {
	background-image: none;
	border: 0 !important;
	border-radius: 0px;
	float: right;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 12px;
	padding: 8px 10px;
	position: relative;
	display: block;
	color: #fff !important;
	border-radius: 3px;
}
.navbar-toggle .icon-bar {
	background-color: #222 !important;
	height: 2px;
	width: 40px;
}
.navbar-header {
	float: none;
}
.navbar-collapse {
	background: #fff;
	margin: 0 -15px !important;
	position: static;
	padding: 0
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
header .navbar-nav>li .mega-con, header .navbar-nav>li:hover .mega-con {
	padding: 0;
	position: static;
	display: none;
	z-index: 999999;
	min-width: 100%;
	box-shadow: none
}
header .navbar-nav>li {
	position: static;
}
header .navbar-nav>li:nth-child(5) {
	position: relative;
}
header .navbar-nav>li:nth-child(5) .mega-con {
	width: 100%;
}
header .navbar-nav>li .mega-con ul li {
	width: 100%;
	float: left;
	padding: 0 10px;
}
header .navbar-nav>li .mega-con ul li .sublink {
	width: 100%;
}
a.mob_link_ddx {
	display: none !important;
}
a.mob_link_dd {
	display: block !important;
}
/*header clasess ends*/


/*slider clasess*/
 
 
.slider_con {
	overflow: hidden;
}
.slider_con .carousel-caption {
	bottom: 0;
	top: 25%;
	left: 5%;
	right: 5%;
}
.slider_con .carousel-caption p {
	font-size: 20px;
	line-height: 24px;
	margin-top: 15px;
}
.slider_con .carousel-caption h3 {
	font-size: 60px;
}
/*slider clasess ends*/



  
/*page title clasess*/
.pg-title-con {
	padding: 50px 0;
}
.pg-title-con h1 {
	color: #fff;
	position: relative;
}
/*page title clasess*/
 

/*comman clasess*/
.box1, .box2 {
	width: 100%;
}/*comman clasess ends*/
/*footer classes*/
 
footer .col_01 {
	width: 20%;
}
footer .col_02 {
	width: 45%;
	padding: 0 0 0 4%;
	margin: 0 2%;
	border-left: 1px dashed #333;
	border-right: 1px dashed #333;
	min-height: auto;
}
footer .col_03 {
	display: none;
}
footer .col_04 {
	width: 30%;
	float: right;
	text-align: center;
}
/*footer classes ends*/ 

}
@media only screen and (max-width:767px) {
/*header clasess*/
header .navbar-brand, .header_fixer .navbar-brand {
	width: 220px;
}
header .navbar-brand img, .header_fixer .navbar-brand img {
	width: 100%;
}
.navbar-toggle {
	margin-top: 12px;
	padding-right: 5px;
}
/*header clasess ends*/


/*slider clasess*/
 
 
.slider_con {
	overflow: hidden;
}
.slider_con .carousel-caption {
	bottom: 0;
	top: 20%;
	left: 5%;
	right: 5%;
}
.slider_con .carousel-caption p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
	padding: 3px 10px 5px;
}
.slider_con .carousel-caption h3 {
	font-size: 40px;
	line-height: 44px;
}
.slider_con .carousel-indicators {
	bottom: 0;
}
/*slider clasess ends*/




  
/*welcome clasess*/
.welcome_con {
	padding: 50px 0;
}
.welcome_con .left {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0;
}
.welcome_con .right {
	width: 100%;
	float: none;
	border-radius: 10px;
	border: 2px dashed #fff;
	padding: 30px;
	text-align: center;
	margin-top: 25px;
}
/*welcome clasess ends*/









/*testimonial clasess*/
 
.ts_box {
	width: 100%;
}
/*testimonial clasess ends*/




/*approach clasess*/
.approach_con {
	padding: 50px 0;
}
.approach_con .left {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0;
}
.approach_con .right {
	width: 100%;
	float: none;
	border-radius: 10px;
	border: 2px dashed #fff;
	padding: 30px;
	text-align: center;
	margin-top: 25px;
}
/*approach clasess ends*/
 

/*footer classes*/
footer .col_01 {
	width: 100%;
	text-align: center;
	margin: 0;
}
footer .col_02 {
	width: 100%;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 30px 0 0 0;
	margin: 0;
	min-height: auto;
}
footer .col_04 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
}
.f_link {
	margin: 15px 0 15px 0;
}
.f_link a {
	font: 400 13px/16px 'Muli', sans-serif;
	color: #fff;
	padding: 8px 15px 8px 15px;
	background: #333;
	display: inline-block;
	text-decoration: none;
	margin: 3px 2px;
	text-decoration: none;
	border-radius: 15px;
}
.f_link a:hover {
	text-decoration: none;
	background: #1fa7ef;
	color: #fff;
}
.f_contact_con {
	border: 2px solid #333;
	border-radius: 15px;
	padding: 25px;
	margin: 0;
}
footer h3::after {
	position: static;
	display: block;
	margin: 10px auto 0 auto;
}
.copyright_bg {
	text-align: center;
}
.copyright_bg span {
	display: block;
	float: none;
}/*footer classes ends*/
/*sitemap*/
.stmp a {
	width: 48%;
}/*sitemap ends*/
}
@media only screen and (max-width:479px) {
.short-discrip {
	padding: 0 7%;
}
/*slider clasess*/
 
 
 
.slider_con .carousel-caption {
	bottom: 0;
	top: 7%;
	left: 5%;
	right: 5%;
}
.slider_con .carousel-caption p {
	font-size: 16px;
	line-height: 16px;
	background: none;
	margin-top: 0;
	padding: 0;
}
.slider_con .carousel-caption h3 {
	font-size: 25px;
	line-height: 30px;
}
/*slider clasess ends*/

  
  
/*services clasess*/
.service_con .col-xs-6 {
	width: 100%;
}
.service_con .inner {
	padding-bottom: 30px;
}
/*services clasess ends*/
  
  
  
  
  
  
  
  
/*welcome clasess*/
 
.welcome_con .left h2 {
	font: 600 45px/45px 'Maven Pro', sans-serif;
}
/*welcome clasess ends*/



 




 /*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 100%;
}
ul.photo_gallery_con li .inner_con {
	width: 100%;
}/*photo gallery clasess ends*/
/*index form clasess*/
.index_form_con .col-lg-4, .col-lg-12 {
	padding-left: 15px;
	padding-right: 15px;
}/*index form clasess ends*//*sitemap*/
.stmp a {
	width: 95%;
	margin: 5px 2.5%;
}/*sitemap ends*/
}
