* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
body {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none !important;
	transition: all 0.3s ease 0s;
}
.clr {
	clear: both;
}
.mrtbb10 {
	margin-bottom: 10px;
}
.mrtbb15 {
	margin-bottom: 15px;
}
.mrtbb5 {
	margin-bottom: 5px;
}
.mrttt25 {
	margin-top: 25px;
}
.mrttt30 {
	margin-top: 30px;
}
.fntsiz25 {
	font-size: 25px;
}
.primery_color {
	color: #0088cc;
}
.widthfull {
	float: left;
	width: 100%;
	display: block;
}
.sub_header {
	float: left;
	width: 100%;
	background-color: #3eb2ce;
	min-height: 2px;
	height: 35px
}
.active-nav {
	background-color: #3EB2CE;
	border-radius: 2px;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 3px;
	padding: 0px 0px;
	color: #000 !important;
}
.active-nav:hover {
	background-color: #3EB2CE !important;
	color: #FFFFFF !important;
}
.navbar-default .navbar-nav > li.active-nav > a {
	color: #fff !important;
}/*company contact start*/
.cont-client {
	float: left;
}
.cont-client ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.cont-client ul li {
	padding: 5px 10px;
	position: relative;
	float: left;
}
.cont-client ul li:nth-child(1):before {
	font-family: FontAwesome;
	content: "\f003";
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	color: #fff;
}
.cont-client ul li:nth-child(2):before {
	font-family: FontAwesome;
	content: "\f095";
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	color: #fff;
}
.cont-client ul li a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.cont-client ul li a:hover {
	color: #e4e4e4;
}/*company contact end*//*Social icons start code*/
.socail {
	float: right;
	margin: 0px;
	padding: 0px;
}
.socail ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.socail li {
	cursor: pointer;
	float: left;
	padding: 5px 10px;
}
.socail li:nth-child(1):before {
	font-family: FontAwesome;
	content: "\f09a";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.socail li:hover:nth-child(1):before {
	color: #6779A7
}
.socail li:nth-child(2):before {
	font-family: FontAwesome;
	content: "\f099";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.socail li:hover:nth-child(2):before {
	color: #79CDF2
}
.socail li:nth-child(3):before {
	font-family: FontAwesome;
	content: "\f0e1";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.socail li:hover:nth-child(3):before {
	color: #015fa7
}
.socail li:nth-child(4):before {
	font-family: FontAwesome;
	content: "\f0d5";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.socail li:hover:nth-child(4):before {
	color: #c83d26
}
.socail li:nth-child(5):before {
	font-family: FontAwesome;
	content: "\f16a";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.socail li:hover:nth-child(5):before {
	color: #ed1b24
}/*Social icons end code*//*Search code past here for propogation start*/
.search {
	float: right;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #3EB2CE;
	border: 2px solid #2390aa;
	margin-left: 10px;
	color: #FFFFFF;
	position: relative;
	top: 15px;
	text-align: center;
	padding-top: 4px;
	cursor: pointer;
	right: -23px;
}
.outer-serch {
	display: none;
	float: left;
	right: 0px;
	position: relative;
	top: 100px;
	z-index: 10000;
	left: 0
}
.search-form {
	margin-top: 5px;
	position: absolute;
	width: 300px;
	left: 835px;
	top: -48px;
}/*Search code past here for propogation end*//*navigation formating start code*/
.navbar-default {
	background-color: #fff;
	border-color: #fff;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 0px;
	min-height: 50px;
	position: relative;
}
.navbar-right {
	margin-top: 10px;
}
.nav li:hover {
	background-color: #fff;
	position: relative;
}
.nav li:hover:before {
	background-color: #3EB2CE;
	content: "";
	height: 2px;
	left: 15px;
	position: absolute;
	top: 11px;
	width: 21px;
	transition: all 300ms ease;
}
.nav li ul li:hover:before {
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #fff;
	color: #3EB2CE;
}/*navigation formating end code*//*navigation fixed code start*/
.navigation-sect{float: left; width: 100%; height: auto; background-color: #fff;}
 
.fixed {
	z-index: 9999;
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.3s ease 0s;
	padding: 0px 0px;
	
}/*navigation fixed code end*//* slider code start*/
.btn-style-one {
	position: relative;
	padding: 9px 36px;
	line-height: 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50px;
	background: #3EB2CE;
	border: 2px solid #3EB2CE;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}
.btn-style-one:hover {
	color: #3EB2CE;
	background: none;
	border-color: #3EB2CE;
}
.btn-style-two {
	position: relative;
	padding: 9px 36px;
	line-height: 24px;
	color: #005dbe;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50px;
	background: #ffffff;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}
.btn-style-two:hover {
	background: #3EB2CE;
	color: #ffffff;
	border-color: #3EB2CE;
}
.main-slider .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.55);
}
.main-slider .tp-caption {
	z-index: 5 !important;
}
.main-slider .tp-dottedoverlay {
	background-color: rgba(0, 0, 0, ) !important;
}
.main-slider h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
}
.main-slider h3 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.2em;
	text-transform: uppercase;
}
.main-slider .normal-text {
	font-weight: 400;
	line-height: 1.8em;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
}
.main-slider h4 {
	font-weight: 500;
	line-height: 1.4em;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.main-slider .btn-style-one {
	color: #ffffff !important;
}
.main-slider .btn-style-one:hover {
	color: #3EB2CE !important;
}
.main-slider .btn-style-two {
	color: #3EB2CE !important;
}
.main-slider .btn-style-two:hover {
	color: #ffffff !important;
}
.main-slider .tparrows.preview3, .main-slider .tparrows.preview3 {
	background: none !important;
	width: 50px !important;
	overflow: hidden;
	margin-top: -10px !important;
	height: 55px !important;
}
.main-slider .tparrows.preview3::after {
	top: 0px;
	color: #777777;
	font-size: 16px;
	height: 55px !important;
	line-height: 55px;
	width: 35px !important;
	padding: 0px;
	background-color: rgba(248,248,248,0.8);
	border-radius: 50px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-slider .tparrows.tp-leftarrow.preview3::after {
	content: "\f104";
	font-family: 'FontAwesome';
}
.main-slider .tparrows.tp-rightarrow.preview3::after {
	content: "\f105";
	font-family: 'FontAwesome';
}
.main-slider .tparrows.preview3.tp-leftarrow {
	left: 30px !important;
}
.main-slider .tparrows.preview3.tp-rightarrow {
	right: 20px !important;
}
.main-slider .tparrows.preview3:hover::after {
	color: #777777;
	background: #fff;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.main-slider .tp-bannertimer, .main-slider .tp-bullets {
	display: none !important;
}
.navbar {
	border-radius: 0px;
}/*slider code end*//* boxes animation section code start*/
.callouts-wrapper .callouts {
	align-items: stretch;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	float: left;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}
.callouts-box::before, .callouts-box::after {
	border: 1px solid #e5e7e9;
	content: "";
	height: calc(100% - 35px);
	pointer-events: none;
	position: absolute;
	transition: all 0.33s ease 0s;
	width: calc(100% - 35px);
}
.callouts-box.hover::before, .callouts-box.hover::after, .callouts-box:hover::before, .callouts-box:hover::after {
	height: 100%;
	width: 100%;
}
.callouts-box::before {
	border-width: 1px 0 0 1px;
	left: 0;
	top: 0;
}
.callouts-box::after {
	border-width: 0 1px 1px 0;
	bottom: 0;
	right: 0;
}
.callouts-box {
	align-items: center;
	cursor: default;
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding: 30px 10px 40px;
	position: relative;
	text-align: center;
	width: 100%;
}
.callouts-box .divider {
	height: 2px;
	margin: 13px auto;
	max-width: 100%;
	transition: all 0.33s ease 0s;
	width: 49px;
}
.callouts-box .box-header, .callouts-box .box-body {
	filter: blur(0px);
	position: relative;
	transition: all 0.33s ease 0s;
	will-change: transform;
}
.callouts-box:hover .box-body {
	transform: translateY(9px);
}
.callouts-box:hover .box-header, .callouts-box:hover .icon-box {
	transform: translateY(-9px);
}
.callouts-box.hover .divider, .callouts-box:hover .divider {
	width: 168px;
}
.callouts-wrapper .callouts .callouts-box .icon-box {
	font-size: 30px;
	transition: all 0.33s ease 0s;
}
.callouts-wrapper .callouts p {
	color: #999;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	padding: 0;
}
.callouts-wrapper .callouts h3 {
	color: #272727;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0 0;
	position: relative;
	text-align: center;
}
.about-wrapper {
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 0;
}
.about-wrapper-inner {
	position: relative;
	z-index: 1;
}
.aboutus-box {
	background: #2b2f40 none repeat scroll 0 0;
	display: flex;
	flex-flow: row-reverse nowrap;
	padding: 80px 30px;
}
.aboutus-box .aboutus-box-image {
	display: block;
	flex-shrink: 0;
}
.aboutus-box .aboutus-box-body {
	flex-grow: 1;
	padding-right: 45px;
}
.callouts-box.hover::before, .callouts-box.hover::after, .callouts-box:hover::before, .callouts-box:hover::after {
	border-color: #3eb2ce;
}
.rmf {
	text-align: center;
	margin-top: 12px !important;
}/* boxes animation section code end*//* Scroll back to top start */
.scrollToTop {
	width: 35px;
	height: 35px;
	padding: 4px;
	text-align: center;
	color: #fff !important;
	font-size: 13px !important;
	text-decoration: none;
	position: fixed;
	bottom: 1px;
	right: 10px;
	padding-top: 7px;
	background: #30a5c1;
	border-radius: 50%;
	z-index: 999;
}
.scrollToTop:hover i {
	color: #FFFFFF;
	font-size: 13px !important;
}
.scrollToTop:hover {
	text-decoration: none;
	background: #393939;
}
.scrollToTop:hover i {
	text-decoration: none;
	color: #fff;
}/* Scroll back to top end *//* lattest advise start  */
.latest_advise {
	float: left;
	width: 100%;
	height: auto;
	padding: 8px 0px;
}
.box_one {
	width: 100%;
	box-shadow: 3px 3px 4px #cccccc;
	height: auto;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative
}
.box_one img {
	width: 100%;
	height: auto;
	display: block;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 0 15px;
	width: 155px;
}
.navbar-brand > img {
	display: block;
	height: auto;
	width: 100%;
}/*img hover effects code start*/
#block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li {
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
	list-style: none;
}
.tile-image {
	height: auto;
	width: 100%;
	margin-bottom: 22px;
}
.tile-image img {
	height: auto;
	width: 100%;
}
@media (max-width:767px) {
#block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li.last {
	margin: 0;
}
}
@media (min-width:1180px) {
#block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li a:hover .overlay-title, #block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li a:focus .overlay-title {
	height: 112px;
}
}
@media (min-width:620px) and (max-width:767px) {
#block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li {
	width: 300px;
	margin-right: 10px;
}
#block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li.title-2, #block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li.title-4, #block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li.title-6 {
	margin-right: 0;
}
}
@media (min-width:768px) and (max-width:1179px) {
#block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li {
	margin: 0 20px 14px 0;
	width: 347px;
}
#block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li.title-2, #block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li.title-4, #block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li.title-6 {
	margin-right: 0;
}
}
@media (min-width:1180px) {
#block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li {
	margin: 0 10px 14px 0;
	width: 373px;
}
#block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li.title-3, #block-mp-homepage-featured-blocks-homepage-tiles .item-list ul li.title-6 {
	margin-right: 0;
}
}
#block-mp-homepage-featured-blocks-homepage-tiles .tile-content {
	position: relative;
	display: inline-block;
	box-shadow: 0 2px 2px #FFFFFF;
	width: 100%;
}
@media (max-width:767px) {
#block-mp-homepage-featured-blocks-homepage-tiles .tile-content .tile-image img {
	height: auto;
	width: 100%;
}
}
@media (min-width:768px) {
#block-mp-homepage-featured-blocks-homepage-tiles .tile-content .tile-image {
	height: 280px;
}
}
#block-mp-homepage-featured-blocks-homepage-tiles .tile-content .tile-title {
	position: absolute;
	bottom: 22px;
	width: 100%;
	background: rgba(62,178,206,0.8);
	display: table;
}
@media (min-width:768px) {
#block-mp-homepage-featured-blocks-homepage-tiles .tile-content .tile-title {
	bottom: 0;
}
}
#block-mp-homepage-featured-blocks-homepage-tiles .tile-content .tile-title .overlay-title {
	font-family: 'Roboto Condensed', "Microsoft YaHei", Arial, sans-serif;
	font-weight: 400;
	text-align: center;
	padding: 30px 20px 20px;
	height: 92px;
	color: #FFFFFF;
	font-size: 16px;
	transition: height 0.5s;
}/*img hover effects code end*/
.color-site {
	color: #07396a;
}
.marbb21 {
	margin-bottom: 21px;
}
.align-center, .center {
	text-align: center;
}
.heading .heading-line .short-line {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #EA7A62;
	border-radius: 10px;
	position: relative;
	margin-right: 10px;
	transition: all .4s linear
}
.heading .heading-line .short-line.bg-yellow-color {
	background-color: #fcd846
}
.heading .heading-line .long-line {
	display: inline-block;
	width: 100px;
	height: 3px;
	background-color: #FCB34C;
	border-radius: 10px;
	position: relative;
	transition: all .4s linear
}
.heading .heading-line .long-line.bg-yellow-color {
	background-color: #fcd846
}
.heading .read-more {
	font-size: 18px;
	color: #ccc;
	padding: 5px 0 0 30px;
	border-left: 1px solid #f0f2f2;
	margin: 15px 0 0 30px;
	display: block;
	float: left
}
.heading .read-more i {
	margin-left: 10px;
	font-size: 12px
}
.heading .read-more:hover {
	color: #4cc2c0
}
.heading:hover .heading-line .short-line {
	width: 0;
	animation: move-short 1.5s infinite linear
}
@keyframes move-short {
100% {
width:140px;
margin-right:0
}
}
.heading:hover .heading-line .long-line {
	width: 130px;
	animation: move 1.5s infinite linear
}
@keyframes move {
100% {
width:0
}
}/*css animation end*//* lattest advise end *//*Featured jobs code start */
.featured_job {
	background-color: #f5f5f5;
	float: left;
	padding: 10px 0 18px;
	width: 100%;
}/*Featured jobs code end  *//*owl crousel code start*/
.slider-cont {
	width: 100%;
	float: left;
	height: auto;
}
.owl-prev {
	background: #30a5c1;
	border-radius: 50%;
	bottom: 1px;
	color: #fff;
	font-size: 13px;
	height: 25px;
	padding: 3px 4px 4px 3px;
	text-align: center;
	text-decoration: none;
	width: 25px;
	position: absolute;
	left: -13px;
	top: 36px;/*background-color: #30a5c1;border-radius: 50%;left: -13px;padding: 4px 11px;position: absolute;top: 35px;color: #fff !important;*/
}
.owl-prev i {
	color: #fff;
}
.owl-prev:hover {
	background: #393939
}
.owl-prev:hover i {
	color: #fff !important;
}
.owl-next {
	background: #30a5c1;
	border-radius: 50%;
	bottom: 1px;
	color: #fff;
	font-size: 13px;
	height: 25px;
	padding: 3px 4px 4px 3px;
	text-align: center;
	text-decoration: none;
	width: 25px;
	position: absolute;
	right: -14px;
	top: 36px;/*background-color: #FFFFFF;border: 1px solid #9F9F9F;border-radius: 50px;padding: 4px 11px;right: -14px;top: 35px;*/
}
.featured_job .item {
	width: 100%;
	float: left;
	padding: 4px;
	background-color: #fff;
	border-radius: 4px;
	height: 100px;
}
.owl-next i {
	color: #fff !important;
}
.owl-next:hover {
	background: #393939
}
.owl-next:hover i {
	color: #fff !important;
}/*owl crousel code end*/
.projectbg-inner {
	background: #3EB2CE url("../img/hexagon.png") repeat scroll 0 0;
	color: #fff;
	margin: 40px 0 0;
	padding: 50px 0;
	text-align: center;
}
.projectbg-inner .pro_title {
	display: inline-block;
	font-size: 30px;
	font-weight: lighter;
	line-height: normal;
	margin-right: 20px;
	position: relative;
	top: -2px;
	float: left;
}
.btn_primery {
	padding: 7px 20px !important;
	background-color: transparent;
	color: #fff;
	border: 1px solid #FFF;
	font-weight: 400;
	border-radius: 4px;
}
.btn_primery:hover {
	padding: 10px 10px;
	background-color: #FFFFFF;
	color: #000;
	border: 1px solid #c9c9c9;
	font-weight: 400;
	border-radius: 4px;
}/*client feedback code start*/
.client_review {
	background-image: url(../img/client_bg_1.jpg);
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 20px 0px;
	float: left;
	opacity: 0.99;
	filter: alpha(opacity=70);
}
.testmon_bg {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	height: auto;
	padding: 30px 60px;
}
.testmon_bg_img_hed {
	float: left;
	width: 100%;
	height: auto;
}
.testmon_bg_img_sec {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #b3b3b3;
	border: 1px solid #9f9f9fl;
	margin-right: 20px;
}
.testmon_bg_img_sec img {
	float: left;
	width: 100%;
	height: auto;
	display: block;
}
.testmon_bg_name_sec {
	float: left;
	width: 83%;
}
.testmon_bg_name_sec h3 {
	float: left;
	width: 100%;
	margin-top: 0px;
	color: #1e1e1e;
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 0px;
}
.testmon_bg_name_sec h5 {
	float: left;
	width: 100%;
	color: #C6C6C6;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
.testmon_bg p {
	color: #7c7c7c;
	float: left;
	font-size: 13px;
	line-height: 22px;
	width: 100%;
	margin-top: 30px;
	text-align: justify;
}
.client_review .item {
	background-color: #F5F5F5;
	float: left;
	padding: 2px;
	width: 100%;
}
.testmionial_controal {
	float: left;
	width: 100%;
	height: auto
}
.texttimonail_prev {
	background-color: #26ade3;
	border-radius: 50%;
	float: right;
	height: 25px;
	margin-right: 5px;
	text-align: center;
	width: 25px;
	cursor: pointer;
}
.texttimonail_prev i {
	color: #FFFFFF;
	margin-top: 5px;
}
.texttimonail_prev:hover {
	background-color: #AF8447;
	color: #000;
}
.texttimonail_prev:hover i {
	color: #000;
}
.texttimonail_next {
	background-color: #26ade3;
	border-radius: 50%;
	float: right;
	height: 25px;
	margin-right: 5px;
	text-align: center;
	width: 25px;
	cursor: pointer;
}
.texttimonail_next i {
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 4px;
}
.texttimonail_next:hover {
	background-color: #AF8447;
	color: #000;
}
.texttimonail_next:hover i {
	color: #000;
}
.heding_h2 {
	font-size: 32px;
	background-color: rgba(11, 11, 11, 0.60);
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid #232323;
	font-weight: 600;
	color: #fff;
}/*client feedback code end*//* Google Map-------------------------------------------------------*/
.map-container {
	position: relative;
	width: 100%;
}
.sc_googlemap {
	width: 100%;
	height: 450px;
}
#sc_googlemap_1 {
	width: 100%;
	height: 450px;
}
#sc_googlemap_20 {
	height: 450px;
}
#esg-grid-3-1.esg-grid, #esg-grid-4-1.esg-grid, #esg-grid-5-1.esg-grid {
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#sc_slider_88 .slides {
	height: 490px;
}
#sc_slider_88 .swiper-slide {
	width: 870px;
	height: 490px;
}
#sc_slider_1 {
	max-width: 750px;
	max-height: 407px;
	width: 100%;
}
#sc_skills_diagram_1 {
	max-width: 500px;
}
#sc_skills_diagram_1 .sc_skills_legend_marker.item_1 {
	color: #c7222d;
}
#sc_skills_diagram_1 .sc_skills_legend_marker.item_2 {
	color: #472224;
}
#sc_skills_diagram_1 .sc_skills_legend_marker.item_3 {
	color: #941921;
}
#sc_skills_diagram_1 .sc_skills_legend_marker.item_4 {
	color: #d06269;
}
#sc_skills_diagram_1 .sc_skills_legend_marker.item_5 {
	color: #470c10;
}
#sc_team_1 {
	max-width: 528px;
	margin-bottom: -3em;
	width: 100%;
}
.sc_custom_inputs input, .sc_custom_inputs select {
	height: 3.16em;
}
.sc_line.sc_line_1 {
	margin-top: 0.3em;
	margin-bottom: 1.45em;
	border-top-style: solid;
	border-top-color: #e1e4e9;
}
.sc_line.sc_line_2 {
	border-top: 2px solid;
	margin-top: 0.2em;
	margin-bottom: 1.5em;
	border-top-style: solid;
	border-top-color: #c7222d;
}
.sc_line.sc_line_3 {
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	border-top-style: dotted;
	border-top-color: #c7222d;
}/*new google map code start*/
.map-container {
	position: relative;
	width: 100%;
}
#contactgoogleMap {
	height: 440px;
	width: 100%;
}
.contact #contactgoogleMap {
	height: 685px;
}
#contactgoogleMap > div {
	height: 100%;
	left: 10% !important;
	top: 0;
	width: 131% !important;
}
.map-detail {
	position: absolute;
	height: 100%;
	padding: 0px 20px;
	background-color: #af8447;
	z-index: 999;
	left: 0px;
	top: 0px;
}
.map-container h2 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-top: 30px;
	text-align: center;
}
.line {
	border: 1px solid #fff;
	width: 60px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.youtub {
	float: left;
	width: 100%;
	padding: 4px;
	border: 1px solid #a77a3a;
	background-color: #d0a466;
	border-radius: 4px;
}
.youtub iframe {
	width: 100%;
	float: left;
	display: block;
}
.facebook-cont {
	width: 258px;
	margin: 0 auto;
	text-align: center;
	margin: 15px;
}
.facebook-cont img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	cursor: pointer;
}
.twitter-cont {
	width: 258px;
	margin: 0 auto;
	text-align: center;
	margin: 15px;
}
.twitter-cont img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	cursor: pointer;
}
.cooseusleft {
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.cooseusleft ul {
	list-style: none;
	position: relative;
}
.cooseusleft ul li {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-top: 15px;
	color: #FFFFFF;
}
.cooseusleft ul li:nth-child(1):before {
	left: -5px;
	top: -6px;
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #F8F8F8;
	position: absolute;
}
.cooseusleft ul li:nth-child(2):before {
	left: -5px;
	top: -6px;
	content: "\f2a0";
	font-family: 'FontAwesome';
	font-size: 25px;
	color: #F8F8F8;
	position: absolute;
}
.cooseusleft ul li:nth-child(3):before {
	left: -10px;
	top: -6px;
	content: "\f003";
	font-family: 'FontAwesome';
	font-size: 25px;
	color: #F8F8F8;
	position: absolute;
}/*new google map code end*/
.map-detail {
	background: #fff none repeat scroll 0 0;
	box-shadow: 11px 37px 52px 0 rgba(0, 0, 0, 0.25);
	height: 100%;
	padding: 0 25px 0 25px;
	position: absolute;
	top: 0;
	z-index: 5;
	width: 350px;
}
.map-container h2 {
	color: #3EB2CE;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-top: 30px;
	text-align: center;
}
.btn_sec {
	padding: 7px 20px !important;
	background-color: transparent;
	color: #1EB4E5;
	border: 1px solid #1EB4E5;
	font-weight: 400;
	border-radius: 4px;
}
.btn_sec:hover {
	padding: 10px 10px;
	background-color: #1EB4E5;
	color: #fff;
	border: 1px solid #0fa8da;
	font-weight: 400;
	border-radius: 4px;
}
.line {
	border: 1px solid #3EB2CE;
	width: 60px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.youtub {
	float: left;
	width: 100%;
	padding: 4px;
	border: 1px solid #a77a3a;
	background-color: #d0a466;
	border-radius: 4px;
}
.youtub iframe {
	width: 100%;
	float: left;
	display: block;
}
.facebook-cont {
	width: 258px;
	margin: 0 auto;
	text-align: center;
	margin: 15px 15px 5px 15px;
}
.facebook-cont img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	cursor: pointer;
}
.twitter-cont {
	width: 258px;
	margin: 0 auto;
	text-align: center;
	margin: 5px 15px 5px 15px;
}
.twitter-cont img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	cursor: pointer;
}
.cooseusleft {
	width: 84%;
	height: auto;
	margin: 0 auto;
}
.cooseusleft ul {
	list-style: none;
	position: relative;
}
.cooseusleft ul li {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-top: 15px;
	color: #4D4D4D;
}
.cooseusleft ul li:nth-child(1):before {
	left: -5px;
	top: -6px;
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #747474;
	position: absolute;
}
.cooseusleft ul li:nth-child(2):before {
	left: -5px;
	top: -6px;
	content: "\f2a0";
	font-family: 'FontAwesome';
	font-size: 25px;
	color: #747474;
	position: absolute;
}
.cooseusleft ul li:nth-child(3):before {
	left: -10px;
	top: -6px;
	content: "\f003";
	font-family: 'FontAwesome';
	font-size: 25px;
	color: #747474;
	position: absolute;
}
.beacon {
	position: absolute;
	top: 50%;
	left: 141%;
	background-color: rgba(60, 62, 88, 0.19);
	height: 3em;
	width: 3em;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.beacon:before {
	position: absolute;
	content: "";
	height: 3em;
	width: 3em;
	left: 0;
	top: 0;
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0px 0px 2px 2px #2980b9;
	-webkit-animation: active 2s infinite linear;
	animation: active 2s infinite linear;
}
@-webkit-keyframes active {
0% {
-webkit-transform:scale(.1);
opacity:1;
}
70% {
-webkit-transform:scale(2.5);
opacity:0;
}
100% {
opacity:0;
}
}
@keyframes active {
0% {
transform:scale(.1);
opacity:1;
}
70% {
transform:scale(2.5);
opacity:0;
}
100% {
opacity:0;
}
}/* Google Map-------------------------------------------------------*/
.redclr {
	color: #FCB34C;
}/*-- ================== Footer section code start ========================= */
.footer_section {
	padding: 60px 0px;
	background-color: #044b61 !important;
	float: left;
	width: 100%;
}
.ftrhed {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-weight: 600;
	margin-bottom: 5px;
	color: #dddddd;
	margin-bottom: 30px;
}
.nimbus_footer {
	height: auto;
	margin: auto auto 15px;
	text-align: center;
	width: 184px;
}
.nimbus_footer img {
	width: 100%;
	display: block;
	margin: auto;
}
.amazone {
	width: 150px;
	height: auto;
	text-align: center;
	margin: auto;
}
.amazone img {
	width: 100%;
	display: block;
	margin: auto;
}
.flipkart {
	width: 150px;
	height: auto;
	text-align: center;
	margin: auto;
}
.flipkart img {
	width: 100%;
	display: block;
	margin: auto;
}
.maine_frt_detail {
	float: left;
	width: 100%;
	text-align: center
}
.maine_frt_detail p {
	float: left;
	width: 100%;
	color: #FFFFFF;
}
.maine_frt_detail ul {
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.maine_frt_detail ul li {
	padding: 5px;
	float: left;
}
.maine_frt_detail ul li a {
	color: #BBBBBB;
}
.sub_footer {
	background-color: #024459;
	border-bottom: 1px solid #024459;
	border-top: 1px solid #024459;
	float: left;
	padding: 10px 0;
	width: 100%;
}
.subf {
	float: left;
	width: 100%;
	margin: auto;
	text-align: center;
}
.subf ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.subf ul li {
	border-right: 1px solid #636363;
	float: left;
	margin: 0 0px;
	padding: 0 20px;
}
.subf ul li a {
	color: #bababa;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.subf ul li:last-child {
	border-right: none;
}
.bottom_footer {
	padding: 10px;
	background-color: #024459;
	float: left;
	width: 100%;
}
.subf ul li:hover::before {
	background-color: transparent;
	content: "";
	height: 0px;
	left: 0px;
position:;
	top: 0px;
}/*-- ================== Footer section code end ========================= --*/
@media handheld, only screen and (min-width: 320px) and (max-width: 640px) {
.facebook-cont {
	margin: 0px 0px 5px;
	text-align: center;
	width: 258px;
}
.twitter-cont {
	margin: 0px 0px 5px;
	text-align: center;
	width: 258px;
}
.owl-prev {
	display: none
}
.owl-next {
	display: none
}
.projectbg-inner .pro_title {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: lighter;
	line-height: normal;
	margin-right: 20px;
	position: relative;
	top: -2px;
}
.heding_h2 {
	background-color: rgba(11, 11, 11, 0.6);
	border: 1px solid #232323;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	padding: 0 20px;
}
.latest_advise .owl-prev {
	display: block !important;
}
.latest_advise .owl-next {
	display: block !important;
}
}/*@media handheld, only screen and (min-width: 320px) and (max-width: 400px){.facebook-cont {margin: 0px 0px 5px;text-align: center;width: 258px;}.twitter-cont {margin: 0px  0px 5px;text-align: center;width: 258px;}}*//*services page css code start*/
#banner-sec {
	float: left;
	width: 100%;
	height: auto;
}
.inner_heading {
	background: url(../img/service_img.jpg);
	color: #fff;
	padding: 100px 0px;
	font-weight: lighter;
	margin-top: 5px;
}
.contact-us-img {
	background: url(../img/contact-us-222.jpg);
	color: #fff;
	padding: 100px 0px;
	font-weight: lighter;
	margin-top: 5px;
}
.join_us {
	background: url(../img/join_us.jpg);
	color: #fff;
	padding: 100px 0px;
	font-weight: lighter;
	margin-top: 5px;
}
.breadcrumb {
	border-radius: 4px;
	list-style: outside none none;
	margin-bottom: 0px;
	padding: 8px 15px;
	background-color: transparent;
}
.breadcrumb a {
	color: #FCB34C;
}
.breadcrumb a:hover {
	color: #FFFFFF;
}
.mid_section_service {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 60px 0px;
}/* tab content code start here*/
div.bhoechie-tab-container {
	background-clip: padding-box;
	background-color: #ffffff;
	margin-left: 0;
	margin-top: 0;
	opacity: 0.97;
	padding-bottom: 35px;
	z-index: 10;
}
.bhoechie-tab-content h2 {
	color: #21252b;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 20px;
	line-height: .7em;
	background: url(../img/bg-heading.png);
	text-transform: uppercase;
	margin-top: 0px;
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #0e7cc4;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #3EB2CE;
	background-image: #3EB2CE;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #3EB2CE;
}
div.bhoechie-tab-content {
	background-color: #ffffff;/* border: 1px solid #eeeeee; */
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.bhoechie-tab-content p {
	color: #7c7c7c;
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin-top: 15px;
	text-align: justify;
	width: 100%;
}
.panel-default > .panel-heading {
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #3EB2CE;
}
.bhoechie-tab-content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.bhoechie-tab-content li {
	color: #7c7c7c;
	float: left;
	font-size: 13px;
	padding: 0px 20px;
	line-height: 22px;
	margin-top: 3px;
	text-align: justify;
	width: 100%;
	position: relative
}
.bhoechie-tab-content li:before {
	font-family: FontAwesome;
	content: "\f046";
	top: 3px;
	position: absolute;
	left: -5px;
	color: #3EB2CE;
	font-size: 18px;
}
.list-group-item, .list-group-my {
	background-color: #fff;
	border: 1px solid #ddd;
	display: block;
	color: #555;
	margin-bottom: -1px;
	padding: 11px 3px 10px 30px;
	position: relative;
}
.list-group-my {
	padding: 10px;
}
.list-group-item:nth-child(1):before {
	font-family: FontAwesome;
	content: "\f2b5";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(2):before {
	font-family: FontAwesome;
	content: "\f201";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(3):before {
	font-family: FontAwesome;
	content: "\f108";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(4):before {
	font-family: FontAwesome;
	content: "\f0b1";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(5):before {
	font-family: FontAwesome;
	content: "\f2b5";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(6):before {
	font-family: FontAwesome;
	content: "\f084";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(7):before {
	font-family: FontAwesome;
	content: "\f0a3";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(8):before {
	font-family: FontAwesome;
	content: "\f200";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(9):before {
	font-family: FontAwesome;
	content: "\f19d";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(10):before {
	font-family: FontAwesome;
	content: "\f21b";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(11):before {
	font-family: FontAwesome;
	content: "\f044";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(12):before {
	font-family: FontAwesome;
	content: "\f0b1";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}
.list-group-item:nth-child(13):before {
    font-family: FontAwesome;
	content: "\f19d";
	top: 12px;
	left: 6px;
	z-index: 10;
	position: absolute;
}

.pagination > li > a, .pagination > li > span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #3EB2CE;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus, .list-group-my.active, .list-group-my.active:hover, .list-group-my.active:focus {
	background-color: #3EB2CE;
	border-color: #3EB2CE;
	color: #fff;
	z-index: 2;
}
.media-body h4 {
	font-size: 19px;
	color: #44B5D0;
	margin-bottom: 0px;
}
.media-body p {
	font-size: 13px;
	color: #7c7c7c;
	line-height: 23px;
	font-family: "Open Sans", sans-serif;
}
.mid_section_service p {
	color: #7c7c7c;
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin-top: 20px;
	text-align: justify;
	width: 100%;
	margin-bottom: 0px;
}
.mid_section_service h2 {
	background: rgba(0, 0, 0, 0) url("../img/bg-heading.png");
	color: #21252b;
	font-size: 18px;
	font-weight: 700;
	line-height: 0.7em;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}
.panel-body ul li {
	margin-top: 1px !important;
	margin-bottom: 20px !important;
	padding-top: 0px !important;
}
.mid_section_service ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}/*services page css code end*/
.list li {
	line-height: 20px;
	padding: px 0px;
}
.join_form {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FBFBFB;
	padding: 15px 12px 30px 12px;
	border-radius: 4px;
	border: 1px solid #E8E8E8;
}
.join_form h3 {
	color: #3eb2ce;
	float: left;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 12px;
	margin-top: 4px;
	padding-left: 8px;
	width: 100%;
}
.join_form_right {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 12px 30px 12px;
}
.join_form_right h3 {
	color: #3eb2ce;
	float: left;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 12px;
	margin-top: 4px;
	padding-left: 8px;
	width: 100%;
}
.line_join_us {
	background-color: #3eb2ce;
	height: 2px;
	margin-bottom: 20px;
	margin-left: 6px;
	width: 55px;
}
.accordien-heading {
	background-color: #3EB2CE;
	border-color: #30a2bd !important;
	color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 15px;
}
.accordien-prim {
	border-color: #3EB2CE;
}/* why we are different css code start*/
.mid_why-we-are {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 60px 0px;
}
.mid_why-we-are h2 {
	background: rgba(0, 0, 0, 0) url("../img/bg-heading.png") repeat scroll 0 0;
	color: #21252b;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 0.7em;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
}
.mid_why-we-are p {
	color: #7c7c7c;
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin-top: 20px;
	text-align: justify;
	width: 100%;
}
.why_we_right {
	float: left;
	width: 100%;
	border: 1px solid #3EB2CE;
	border-radius: 4px;
	padding: 0px 4px;
	background-color: #EDEDED;
}
.why_we_right img {
	width: 100%;
	display: block;
	height: auto
}
.why_we_right .owl-prev {
	background: #30a5c1 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 1px;
	color: #fff;
	font-size: 13px;
	height: 35px;
	left: 0px !important;
	padding: 7px 4px 4px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 130px;
	width: 35px;
}
.why_we_right .owl-prev:hover {
	background: #393939;
}
.why_we_right .owl-next {
	background: #30a5c1 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 1px;
	color: #fff;
	font-size: 13px;
	height: 35px;
	right: 0px !important;
	padding: 7px 4px 4px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 130px;
	width: 35px;
}
.why_we_right .owl-next:hover {
	background: #393939;
}
.why_we_right .owl-carousel .owl-stage-outer {
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
	margin-top: 4px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #3EB2CE;
	color: #fff;
}
.leadershop_right {
	float: left;
	width: 100%;
	border: 1px solid #EFEFEF;
	border-radius: 4px;
	padding: 4px 4px;
	background-color: #fff;
}
.leadershop_right img {
	width: 100%;
	display: block;
	height: auto
}/* why we are different css code END*/
.background_verification {
	float: left;
	width: 100%;
	height: auto;
}
.background_verification h4 {
	font-size: 18px;
}
.background_verification ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.background_verification ul li {
	color: #7c7c7c;
	float: left;
	font-size: 13px;
	padding: 0px 20px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
	width: 100%;
	position: relative
}
.background_verification li:before {
	font-family: FontAwesome;
	content: "\f046";
	top: 3px;
	position: absolute;
	left: -5px;
	color: #3EB2CE;
	font-size: 18px;
}
.how-it-work {
	float: left;
	width: 100%;
	height: auto;
}
.how-it-work h4 {
	font-size: 18px;
}
.how-it-work p {
	color: #7c7c7c;
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin-top: 0px;
	text-align: justify;
	width: 100%;
}
.naver_giveup {
	float: left;
	width: 100%;
	height: auto;
}
.naver_giveup h4 {
	font-size: 18px;
	font-weight: 600;
	color: #4A4C4F;
}
.naver_giveup ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.naver_giveup ul li {
	color: #7c7c7c;
	float: left;
	font-size: 13px;

	line-height: 22px;
	margin-top: 0px;
	text-align: justify;
	width: 100%;
	position: relative
}/*.naver_giveup li:before{font-family: FontAwesome; content: "\f046"; top:3px; position:absolute; left:-5px; color:#3EB2CE; font-size:18px;}*/
.img-teg-img {
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 4px;
	float: left;
	padding: 4px;
	width: 20%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.img-teg-img img {
	float: left;
	width: 100%;
	height: auto;
}
.line_effect {
	width: 60px;
	height: 3px;
	background-color: #3EB2CE;
	margin-bottom: 15px;
}/* jaipriya code */
* zooming */#myImg {
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}
#myImg:hover {
	opacity: 0.7;
}/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}/* Add Animation */
.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {
-webkit-transform:scale(0)
}
to {
	-webkit-transform: scale(1)
}
}
@keyframes zoom {
from {
transform:scale(0)
}
to {
	transform: scale(1)
}
}/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}
.close:hover, .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}/*new code edit for toggle in service offer page code start 5-10-2017*/
.hidde-contnt {
	display: none;
}
.leader_ship {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 0px;
}
.buttn_click {
	color: #539CBD;
	font-size: 15px;
	cursor: pointer;
}
.heading-li {
	float: left;
	width: 100%;
	font-weight: 600;
	color: #7C7C7C;
	cursor: pointer;
}
.heading-li i {
	color: #3EB2CE;
	cursor: pointer;
}
.heading-li-2 {
	float: left;
	width: 100%;
	font-weight: 600;
	color: #7C7C7C;
	cursor: pointer;
}
.heading-li-2 i {
	color: #3EB2CE;
	cursor: pointer;
}
.hidde-contnt-2 {
	display: none;
}
.line_location {
	width: 40px;
	margin: 0 auto;
	height: 1px;
	background-color: #F9A83E;
	text-align: center;
}/*new code edit for toggle in service offer page code end 5-10-2017*/
.input-group-addon i {
	color: #3EB2CE;
}
.img-content-scroll {
	float: left;
	width: 100%;
	position: relative;
	top: -100px;
	left: 4px;
	cursor: pointer;
	padding: 0px 1px;
}
.img-content-scroll h3 {
	color: #00CCCC;
	font-size: 14px !important;
	font-weight: 600 !important;
	margin-bottom: 0px;
	text-align: center;
}
.img-content-scroll p {
	color: #222222;
	font-size: 14px !important;
	font-weight: normal;
	margin-top: 3px;
	text-align: center;
}
.img-content-scroll .apply {
	color: #337ab7;
	font-size: 11px !important;
	font-weight: normal;
	margin-top: 0px;
	cursor: pointer;
	text-align: center;
}
.img-content-scroll .apply:hover {
	color: #00AAE2;
	font-size: 11px !important;
	font-weight: normal;
	margin-top: 0px;
	cursor: pointer;
	text-align: center;
}/*samridhi copy code start*/
.main-footer {
	background-color: #044B61;
	float: left;
	width: 100%;
}
.main-footer .about-widget .text {
	margin-bottom: 25px;
	line-height: 2em;
}
.main-footer .contact-info {
	margin-bottom: 10px;
}
.main-footer .contact-info li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	line-height: 24px;
}
.main-footer .contact-info li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	color: #00b6dd;
}
.social-links {
	float: left;
	width: 100%;
}
.social-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.social-links li {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.social-links li a {
	display: inline-block;
	line-height: 24px;
	color: #aaaaaa;
	font-size: 13px;
}
.main-footer .social-links li a .fa {
	padding-right: 5px;
}
.main-footer .social-links li a:hover {
	color: #1b629d;
}
.main-footer .posts-widget .post {
	position: relative;
	min-height: 62px;
	padding-left: 80px;
	padding-top: 5px;
	margin-bottom: 20px;
}
.main-footer .posts-widget .post:last-child {
	margin-bottom: 5px;
}
.main-footer .posts-widget .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 62px;
	height: 62px;
}
.main-footer .posts-widget .post .post-thumb img {
	display: block;
	width: 100%;
}
.main-footer .posts-widget .post h4 {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 6px;
}
.main-footer .posts-widget .post h4 a {
	color: #ffffff;
}
.main-footer .posts-widget .post h4 a:hover {
	color: #f7542b;
}
.main-footer .posts-widget .post .time .fa {
	font-size: 14px;
	padding-right: 10px;
}
.main-footer .links-widget .list li a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 8px 0px 8px 20px;
	color: #aaaaaa;
	text-transform: capitalize;
}
.main-footer .links-widget .list li a:before {
	content: '\f105';
	position: absolute;
	left: 0px;
	top: 6px;
	line-height: 24px;
	font-size: 16px;
	font-family: 'FontAwesome';
}
.main-footer .links-widget .list li a:hover {
	color: #1b629d;
}
.main-footer .subscribe-widget {
	position: relative;
}
.main-footer .subscribe-widget .text {
	position: relative;
	padding: 20px 0px 15px;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	margin-bottom: 20px;
}
.main-footer .subscribe-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 0px;
}/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
.modal-content {
	width: 100%;
}
}/**====================================================================Main Footer====================================================================**/
.main-footer {
	position: relative;
	background: #044B61;
	color: #aaaaaa;
}
.main-footer .widgets-section {
	position: relative;
	padding: 30px 0px 0px;
}
.main-footer .footer-column {
	margin-bottom: 30px;
}
.main-footer .footer-widget {
	position: relative;
}
.main-footer .footer-logo {
	position: relative;
	margin-top: -20px;
	margin-bottom: 20px;
	left: 70px;
}
.main-footer .footer-logo img {
	display: block;
	max-width: 100%;
}
.main-footer .footer-column h2 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #ffffff;
}
.main-footer .about-widget .text {
	margin-bottom: 25px;
	line-height: 2em;
}
.main-footer .contact-info {
	margin-bottom: 10px;
}
.main-footer .contact-info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.main-footer .contact-info li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 7px;
	line-height: 24px;
	color: #f4f4f4;
    top: 0px;
    left: 0px;
}
.main-footer .contact-info li:nth-child(1):before {
	font-family: FontAwesome;
	content: "\f041";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	font-size: 16px;
	color: #3EB2CE;
}
.main-footer .contact-info li:nth-child(2):before {
	font-family: FontAwesome;
	content: "\f003";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	font-size: 16px;
	color: #3EB2CE;
}
.main-footer .contact-info li:nth-child(3):before {
	font-family: FontAwesome;
	content: "\f095";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	font-size: 16px;
	color: #3EB2CE;
}
.main-footer .contact-info li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	color: #00b6dd;
}
.main-footer .social-links li {
	position: relative;
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.main-footer .social-links li a {
	display: inline-block;
	line-height: 24px;
	color: #fff;
	font-size: 13px;
}
.main-footer .social-links li a .fa {
	padding-right: 5px;
}
.main-footer .social-links li a:hover {
	color: #1b629d;
}
.main-footer .posts-widget .post {
	position: relative;
	min-height: 62px;
	padding-left: 80px;
	padding-top: 5px;
	margin-bottom: 20px;
}
.main-footer .posts-widget .post:last-child {
	margin-bottom: 5px;
}
.main-footer .posts-widget .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 62px;
	height: 62px;
}
.main-footer .posts-widget .post .post-thumb img {
	display: block;
	width: 100%;
}
.main-footer .posts-widget .post h4 {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 6px;
}
.main-footer .posts-widget .post h4 a {
	color: #ffffff;
}
.main-footer .posts-widget .post h4 a:hover {
	color: #f7542b;
}
.main-footer .posts-widget .post .time .fa {
	font-size: 14px;
	padding-right: 10px;
}
.main-footer .links-widget .list li a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 4px 0px 4px 20px;
	color: #aaaaaa;
	text-transform: capitalize;
}
.main-footer .links-widget .list li a:before {
	content: '\f105';
	position: absolute;
	left: 0px;
	top: 6px;
	line-height: 24px;
	font-size: 16px;
	font-family: 'FontAwesome';
}
.main-footer .links-widget .list li a:hover {
	color: #1b629d;
}
.main-footer .subscribe-widget {
	position: relative;
}
.main-footer .subscribe-widget .text {
	position: relative;
	padding: 20px 0px 15px;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.20);
	margin-bottom: 20px;
}
.main-footer .subscribe-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 0px;
}
.main-footer .subscribe-widget .form-group input[type="text"], .main-footer .subscribe-widget .form-group input[type="tel"], .main-footer .subscribe-widget .form-group input[type="email"], .main-footer .subscribe-widget .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 16px;
	height: 46px;
	color: #1c1c1c;
	font-size: 13px;
	border-radius: 3px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .subscribe-widget .form-group input[type="text"]:focus, .main-footer .subscribe-widget .form-group input[type="tel"]:focus, .main-footer .subscribe-widget .form-group input[type="email"]:focus, .main-footer .subscribe-widget .form-group textarea:focus {
	background: #f1f1f1;
}
.main-footer .subscribe-widget .form-group input[type="submit"], .main-footer .subscribe-widget button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 46px;
	line-height: 46px;
	background: #0fa8da;
	color: #ffffff;
	font-size: 16px;
	border-radius: 0px 3px 3px 0px;
	text-align: center;
}
.main-footer a {
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-footer .footer-bottom {
	position: relative;
	padding: 10px 0px;
	line-height: 24px;
	background: #024459;
	color: #ffffff;
	border-top: 1px solid #024c64;
}/***====================================================================Color Palate Style / Color Switcher Style====================================================================***/
.color-palate {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
	height: 340px;
	position: fixed;
	left: -285px;
	text-align: center;
	top: 35%;
	transition: all 0.5s ease 0s;
	width: 285px;
	z-index: 999;
}
.color-palate-head {
	background: #f7542b none repeat scroll 0 0;
	padding: 13px 0;
}
.color-palate-head h6, .secondary-head h6 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
	margin-top: 4px;
	text-transform: uppercase;
}
.palate {
	background: red none repeat scroll 0 0;
	display: block;
	float: left;
	height: 30px;
	margin: 0 8px;
	width: 30px;
	cursor: pointer;
	position: relative;
}
.colors-list .active::after {
	background: url(../images/tick.html) center center no-repeat !important;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
}
.secondary-colors-list .actives::after {
	background: url(../images/tick.html) center center no-repeat !important;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
}
.various-color {
	overflow: hidden;
	padding: 22px 0;
}
.colors-list {
	margin: 0 25px;
}
.secondary-head {
	background: #222222 none repeat scroll 0 0;
	padding: 14px 0;
}
.secondary-color {
	padding: 23px 0;
}
.secondary-colors-list {
	margin: 0 80px;
}
.palate-foo {
	color: #666666;
	font-size: 12px;
	font-weight: 300;
	line-height: 22px;
	padding: 0 30px;
}
.palate-foo span {
	display: block;
}
.palate.default-color {
	background: #f7542b none repeat scroll 0 0;
}
.palate.yellow-color {
	background: #ffdd00 none repeat scroll 0 0;
}
.palate.green-color {
	background: #5b8f17 none repeat scroll 0 0;
}
.palate.red-color {
	background: #ff0000 none repeat scroll 0 0;
}
.palate.blue-color {
	background: #46a5e5 none repeat scroll 0 0;
}
.palate.black-color {
	background: #0e0e0e none repeat scroll 0 0;
}
.palate.deepblue-color {
	background: #21313f none repeat scroll 0 0;
}
.color-trigger {
	background: #d52b00 none repeat scroll 0 0;
	cursor: pointer;
	height: 52px;
	right: -46px;
	position: absolute;
	top: 0;
	width: 46px;
	padding-top: 7px;
}
.color-trigger i {
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
}
.color-palate.visible-palate {
	left: 0px;
}/***====================================================================Default Two Column====================================================================***/
.default-two-column {
	position: relative;
	padding: 120px 0px 70px;
}
.default-two-column .sec-title {
	margin-bottom: 50px;
}
.default-two-column .news-column {
	margin-bottom: 50px;
}
.default-two-column .testimonials-column {
	margin-bottom: 50px;
}
.news-style-two {
	position: relative;
	margin-bottom: 25px;
}
.news-column .news-style-two:last-child {
	margin-bottom: 0px;
}
.news-style-two .inner-box {
	position: relative;
}
.news-style-two .post-meta {
	position: relative;
	display: block;
	padding: 10px 0px;
}
.news-style-two .post-meta li {
	position: relative;
	display: inline-block;
	color: #1c1c1c;
	padding-right: 30px;
}
.news-style-two .post-meta li a {
	color: #1c1c1c;
	display: block;
	line-height: 24px;
}
.news-style-two .post-meta li a:hover {
	color: #f7542b;
}
.news-style-two .post-meta li .icon {
	font-size: 14px;
	color: #f7542b;
	line-height: 24px;
	padding-right: 5px;
}
.news-style-two .image-box {
	position: relative;
	display: block;
	overflow: hidden;
}
.news-style-two .image-box img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.news-style-two .inner-box:hover .image-box img {
	opacity: 0.80;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.news-style-two .image-box .date {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background: #f7542b;
	padding: 10px;
	line-height: 24px;
	text-align: center;
	z-index: 1;
}
.news-style-two .image-box .date .day {
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.news-style-two .inner-box .post-content {
	position: relative;
}
.news-style-two .inner-box h3 {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 500;
	margin-bottom: 5px;
}
.news-style-two .inner-box h3 a {
	color: #1c1c1c;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.news-style-two .inner-box h3 a:hover {
	color: #f7542b;
}
.news-style-two .inner-box .text {
	position: relative;
	margin-bottom: 25px;
	color: #5a5a5a;
}
.news-style-two .inner-box .read-more {
	display: inline-block;
	color: #f7542b;
	font-weight: 600;
	text-transform: capitalize;
}
.news-style-two .inner-box .read-more .fa {
	padding-left: 5px;
	color: #1c1c1c;
}/***====================================================================Page Title Style====================================================================***/
.page-title {
	position: relative;
	padding: 130px 0px 60px;
	color: #ffffff;
	background-color: #ffffff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-title:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(205, 205, 205, 0.2);
}
.page-title .auto-container {
	position: relative;
	z-index: 1;
}
.page-title h1 {
	position: relative;
	font-size: 32px;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.page-title .bread-crumb {
	position: relative;
	padding-top: 15px;
	text-align: right;
}
.page-title .bread-crumb li {
	position: relative;
	display: inline-block;
	line-height: 30px;
	margin-left: 20px;
	color: #ffffff;
	font-size: 13px;
	text-transform: capitalize;
}
.page-title .bread-crumb li:before {
	content: '/';
	position: absolute;
	right: -20px;
	top: 0px;
	width: 20px;
	text-align: center;
	line-height: 30px;
}
.page-title .bread-crumb li:first-child {
	margin-left: 0px;
}
.page-title .bread-crumb li:last-child:before {
	display: none;
}
.page-title .bread-crumb li a {
	color: #ffffff;
}
.page-title .bread-crumb li a:hover {
	color: #1B629D;
}/***====================================================================Sidebar====================================================================***/
.sidebar-page-container {
	position: relative;
	padding: 70px 0px 60px;
}
.sidebar-page-container .sidebar, .sidebar-page-container .content-side {
	margin-bottom: 30px !important;
}
.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}
.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}
.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 24px;
	padding: 10px 40px 10px 20px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	color: #1c1c1c;
	display: block;
	font-size: 13px;
	width: 100%;
	height: 48px;
	border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sidebar .search-box .form-group input:focus {
	border-color: #f7542b;
}
.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 48px;
	width: 48px;
	line-height: 48px;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #1c1c1c;
	background: none;
	font-weight: normal;
}
.sidebar .search-box .form-group input:focus + button, .sidebar .search-box .form-group button:hover {
	color: #f7542b;
}
.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #cccccc;
	padding: 0px 0px;
	padding-left: 100px;
	min-height: 66px;
	margin-bottom: 25px;
}
.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}
.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 86px;
	border-radius: 3px;
	background: #333333;
}
.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.50;
}
.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	border-radius: 3px;
}
.sidebar .popular-posts .post h4 {
	font-size: 13px;
	margin: 0px;
	font-weight: 500;
	color: #1c1c1c;
	margin-bottom: 5px;
}
.sidebar .popular-posts .post a, .sidebar .popular-posts .post a:hover {
	color: #f7542b;
}
.sidebar .popular-posts .post h4 a {
	color: #1c1c1c;
}
.sidebar .popular-posts .post-info {
	font-size: 13px;
	color: #5a5a5a;
}
.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 7px 18px;
	margin: 0px 7px 12px 0px;
	border: 1px solid #e0e0e0;
	color: #888888;
	text-align: center;
	font-size: 13px;
	border-radius: 2px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.sidebar .popular-tags a:hover {
	background-color: #f7542b;
	border-color: #f7542b;
	color: #ffffff;
}
.sidebar .list {
	position: relative;
}
.list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.sidebar .list li {
	position: relative;
	line-height: 24px;
}
.sidebar .list li:last-child {
	border-bottom: none;
}
.sidebar .list li a {
	position: relative;
	display: block;
	color: #1c1c1c;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	padding: 5px 15px;
	padding-left: 24px;
}
.sidebar .list li a:before {
	content: "\f178";
	font-family: "FontAwesome";
	font-size: 13px;
	left: 0;
	color: #f7542b;
	width: 20px;
	line-height: 24px;
	position: absolute;
}
.sidebar .list li a:hover {
	color: #f7542b;
}
.sidebar .archives-list {
	position: relative;
}
.sidebar .archives-list li {
	position: relative;
	line-height: 24px;
	padding: 10px 0px;
	border-bottom: 1px dashed #d0d0d0;
}
.sidebar .archives-list li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.sidebar .archives-list a {
	position: relative;
	display: block;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.sidebar .archives-list a:hover {
	color: #f7542b;
}
.sidebar .text-widget {
	position: relative;
}
.sidebar .text-widget .text {
	font-size: 14px;
	color: #666666;
}
.sidebar .latest-tweets {
	position: relative;
	font-family: 'Roboto', sans-serif;
	color: #999999;
}
.sidebar .latest-tweets .owl-dots {
	display: none !important;
}
.sidebar .latest-tweets .owl-nav {
	position: absolute;
	right: 0px;
	bottom: -50px;
}
.sidebar .latest-tweets .widget-bottom {
	padding: 10px 0px;
	border-top: 1px solid #e0e0e0;
}
.sidebar .latest-tweets .widget-bottom a {
	color: #707070;
}
.sidebar .latest-tweets .time {
	color: #555555;
	margin-bottom: 5px;
}
.sidebar .latest-tweets .owl-prev {
	width: 20px;
	height: 20px;
	padding: 0px !important;
	background: none !important;
	line-height: 20px !important;
	color: #707070 !important;
	text-align: center;
	margin: 0px 0px 0px 0px !important;
}
.sidebar .latest-tweets .owl-next {
	width: 20px;
	height: 20px;
	padding: 0px !important;
	background: none !important;
	line-height: 20px !important;
	color: #707070 !important;
	text-align: center;
	margin: 0px 0px 0px 0px !important;
}
.sidebar .latest-tweets .owl-prev .fa:before, .sidebar .latest-tweets .owl-next .fa:before {
	line-height: 24px;
	font-size: 24px;
}
.sidebar .latest-tweets .owl-prev:hover, .sidebar .latest-tweets .owl-next:hover {
	color: #cccccc !important;
}
.sidebar .latest-tweets a {
	color: #101010;
}/* Tabbed Links*/
.sidebar .tabbed-links {
	position: relative;
}
.sidebar .tabbed-nav li {
	position: relative;
	margin-bottom: 10px;
}
.sidebar .tabbed-nav li:last-child {
	margin-bottom: 0;
}
.sidebar .tabbed-nav li a {
	position: relative;
	display: block;
	color: #1B629D;
	text-transform: uppercase;
	background: #f4f5f6;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	padding: 13px 15px;
	padding-left: 42px;
	border-left: 2px solid transparent;
	border-radius: 0px 2px 2px 0px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
}
.sidebar .tabbed-nav li a:before {
	content: "\f178";
	font-family: "FontAwesome";
	font-size: 13px;
	left: 15px;
	top: 50%;
	margin-top: -12px;
	width: 20px;
	line-height: 24px;
	color: #1B629D;
	position: absolute;
}
.sidebar .tabbed-nav li:hover a, .sidebar .tabbed-nav li.current a {
	border-color: #1B629D;
	color: #00B6DD;
}
.sidebar .files li {
	position: relative;
	margin-bottom: 10px;
}
.sidebar .files li:last-child {
	margin-bottom: 0;
}
.sidebar .files li a {
	position: relative;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	background: #00B6DD;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	padding: 13px 20px;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
}
.sidebar .files li a .fa {
	position: relative;
	top: -2px;
	line-height: 24px;
	padding-right: 5px;
}
.sidebar .files li a:after {
	content: "\f019";
	font-family: "FontAwesome";
	font-size: 13px;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	background: rgba(255,255,255,0.20);
}
.sidebar .files li:hover a {
	background: #1c1c1c !important;
}
.sidebar .files li:hover a .fa {
	color: #00B6DD;
}/* Contact Info Links*/
.sidebar .contact-info li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	line-height: 24px;
	color: #1c1c1c;
	font-size: 13px;
}
.sidebar .contact-info li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
	color: #00B6DD;
}
.rangeslider-widget .outer-box {
	position: relative;
	padding: 10px 0px 0px;
}
.rangeslider-widget .form-group {
	position: relative;
	color: #1c1c1c;
	font-weight: 500;
	font-size: 14px;
	margin: 30px 0px 0px;
}
.rangeslider-widget .val-box {
	position: relative;
	display: inline-block;
	margin: 10px 5px 0px 0px;
	line-height: 24px;
	font-size: 13px;
	padding: 5px 0px;
	width: 50px;
	text-align: center;
	color: #5a5a5a;
	font-weight: 500;
}
.rangeslider-widget .noUi-connect {
	background: #f7542b !important;
	box-shadow: none;
}
.rangeslider-widget .noUi-background {
	background: #ededed !important;
}
.rangeslider-widget .noUi-handle {
	top: -5px !important;
	background-color: transparent !important;
	box-shadow: none;
	border-color: transparent;
	cursor: pointer;
	width: 4px;
	height: 13px;
	background: #f7542b !important;
	border: none;
	margin-left: 14px;
	border-radius: 0%;
}
.rangeslider-widget .noUi-horizontal {
	height: 5px !important;
	box-shadow: none !important;
	background: #f7542b;
}
.rangeslider-widget .btn-style-one {
	padding-left: 35px;
	padding-right: 35px;
}
.sidebar .related-posts .post {
	position: relative;
	font-size: 14px;
	color: #cccccc;
	padding: 0px 0px;
	padding-left: 90px;
	min-height: 56px;
	margin-bottom: 25px;
}
.sidebar .related-posts .post:last-child {
	margin-bottom: 0px;
}
.sidebar .related-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 72px;
}
.sidebar .related-posts .post .post-thumb img {
	display: block;
	width: 100%;
}
.sidebar .related-posts .post h4 {
	font-size: 13px;
	margin: 0px;
	font-weight: 500;
	color: #1c1c1c;
}
.sidebar .related-posts .post h4 a {
	color: #1c1c1c;
}
.sidebar .related-posts .post a, .sidebar .related-posts .post a:hover {
	color: #f7542b;
}
.sidebar .related-posts .post .price {
	font-size: 13px;
	font-weight: 500;
	color: #f7542b;
}
.sidebar .related-posts .post .rating .fa {
	position: relative;
	display: inline-block;
	margin-right: 3px;
	font-size: 13px;
	line-height: 20px;
	color: #ff9c01;
}
.sidebar .related-posts .post .rating .fa-star-o {
	color: #999999;
}/***====================================================================Comments Area====================================================================***/
.sidebar-page-container .comments-area {
	position: relative;
	margin-bottom: 50px;
}
.sidebar-page-container .group-title {
	position: relative;
	margin-bottom: 25px;
}
.sidebar-page-container .group-title h2 {
	font-size: 18px;
	text-transform: capitalize;
	color: #1c1c1c;
	font-weight: 500;
}
.sidebar-page-container .comments-area .comment-box {
	position: relative;
	padding: 30px 0px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.sidebar-page-container .comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}
.sidebar-page-container .comments-area .comment-box:hover {
	border-color: #f7542b;
}
.sidebar-page-container .comments-area .comment {
	position: relative;
	padding: 0px 0px 0px 130px;
	font-size: 14px;
}
.sidebar-page-container .comments-area .reply-comment {
	padding-left: 130px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	border-radius: 50%;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width: 100%;
	display: block;
	border-radius: 3px;
}
.sidebar-page-container .comments-area .comment-info {
	margin-bottom: 10px;
	color: #3e5773;
	line-height: 24px;
	font-size: 13px;
}
.sidebar-page-container .comments-area .comment-box strong {
	color: #253d4a;
	font-size: 14px;
	font-weight: 700;
	display: block;
	line-height: 30px;
	text-transform: uppercase;
}
.sidebar-page-container .comments-area .comment-box .text {
	margin-bottom: 15px;
}
.sidebar-page-container .comments-area .comment-info .comment-time {
	font-size: 13px;
	color: #f7542b;
}
.sidebar-page-container .comments-area .comment-box .theme-btn {
	padding: 5px 30px;
	font-size: 12px;
	border: 1px solid #f7542b;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sidebar-page-container .share-option {
	position: relative;
	padding: 8px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.sidebar-page-container .share-option strong {
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	color: #1c1c1c;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}
.sidebar-page-container .social-links a {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 2px solid #555555;
	line-height: 32px;
	font-size: 14px;
	color: #555555;
	text-align: center;
	margin-right: 2px;
	transition: all 300ms ease;
}
.sidebar-page-container .social-links a:hover {
	color: #ffffff;
	background: #f7542b;
	border-color: #f7542b;
}
.sidebar-page-container .share-option .social-links a {
	margin-right: 0px;
	margin-left: 5px;
}/***====================================================================Comment Form====================================================================***/
.comment-form .row {
	margin-left: -7px;
	margin-right: -7px;
}
.comment-form .form-group {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 7px;
}
.comment-form .form-group .field-label {
	position: relative;
	display: block;
	font-size: 13px;
	margin-bottom: 7px;
	color: #3e5773;
}
.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"], .comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 15px;
	color: #1c1c1c;
	border: 1px solid #e0e0e0;
	height: 44px;
	font-size: 13px;
	background: #ffffff;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {
	border-color: #f7542b;
}
.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 9px 15px;
	color: #1c1c1c;
	border: 1px solid #e0e0e0;
	height: 180px;
	background: #ffffff;
	resize: none;
	font-size: 13px;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.comment-form button {
	position: relative;
	padding: 11px 30px;
	text-transform: uppercase;
	font-size: 13px;
	border-width: 1px !important;
}/***====================================================================Styled Pagination====================================================================***/
.styled-pagination {
	position: relative;
}
.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 5px 7px 0px;
}
.styled-pagination li a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 5px;
	font-size: 14px;
	text-transform: capitalize;
	min-width: 42px;
	border: 1px solid #e0e0e0;
	background: none;
	color: #111111;
	font-weight: 500;
	text-align: center;
	border-radius: 2px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.styled-pagination li a.next {
	font-size: 16px;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
	color: #f7542b;
	border-color: #f7542b;
}/***/
*form section start*/.map-caption {
float: right;
padding-right: 72px;
position: absolute;
right: 0;
text-align: left;
top: 50%;
transform: translateY(-50%);
width: 300px;
}
.map-contact-form input {
	background: #fff;
	border: 1px solid #999;
	height: 50px;
	margin-bottom: 20px;
	padding: 0 20px;
	width: 100%;
	color: #000000;
	line-height: 50px;
}
.twitter-embdded {
	float: left;
	width: 100%;
	height: 200px;
}
.bg-api {
	background-color: #e3e4e8;
	border-radius: 2px;
	float: left;
	margin-left: 32px;
	margin-top: 94px;
	min-height: 457px;
	width: 84%;
}
.latest_advise .owl-stage-outer {
	margin-bottom: 0px;
	margin-top: 2px !important;
	overflow: hidden;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
}
.texttimonail_prev {
	background-color: #26ade3;
	border-radius: 50%;
	float: right;
	height: 25px;
	margin-right: 5px;
	text-align: center;
	width: 25px;
	cursor: pointer;
}
.latest_advise .owl-prev {
	background: #30a5c1 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 1px;
	color: #fff;
	font-size: 11px;
	height: 18px;
	left: 14px;
	padding: 3px 4px 4px 3px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 300px;
	width: 18px;
}
.latest_advise .owl-prev i {
	position: absolute;
	left: 4px;
	top: 3px;
}
.latest_advise .owl-next {
	background: #30a5c1 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 1px;
	color: #fff;
	font-size: 11px;
	height: 18px;
	padding: 3px 4px 4px 3px;
	position: absolute;
	right: 11px;
	text-align: center;
	text-decoration: none;
	top: 300px;
	width: 18px;
}
.latest_advise .owl-next i {
	position: absolute;
	left: 6px;
	top: 3px;
}
.bg-api ._2p3a {
	min-width: 180px !important;
	width: 373px !important;
}/*form section end*//*css 3 animation use */
.backgound-phon {
	float: left;
	width: 100%;
	height: 645px;
	background: url(../img/works/mobile.png) no-repeat top;
}
.grid {
	position: relative;
	padding: 0px;
	text-align: center;
    overflow: hidden;
}/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	max-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}/* Anchor will cover the whole item by default *//* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}/*-----------------*//***** Goliath *****//*-----------------*/
figure.effect-goliath {
	background: #3EB2CE;
	color: #fff;
}
figure.effect-goliath img, figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath h2, figure.effect-goliath p {
	bottom: 0;
	left: 0;
	padding: 20px 10px;
	position: absolute;
	background-color: #3EB2CE;
	color: #fff !important;
}
figure.effect-goliath p {
	font-size: 90%;
	opacity: 0;
	text-transform: none;
	transform: translate3d(0px, 50px, 0px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	margin: auto;
	float: left;
	width: 100%;
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}
figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}
figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.featured_job h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.featured_job .owl-carousel .owl-stage-outer {
	margin-bottom: 5px;
	margin-top: 13px;
	overflow: hidden;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
}
.latest_advise h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.client_review .owl-carousel .owl-stage-outer {
	margin-bottom: 5px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	transform: translate3d(0px, 0px, 0px);
}
.nav-tabs > li {
	background-color: #3eb2ce;
	color: #fff;
	float: left;
	margin-bottom: -1px;
}/*css animation 3 close*/
@media (max-width:1200px) {
.backgound-phon {
	background: url(../img/works/mobile-1024.png);
	height: 550px;
}
.latest_advise .owl-prev {
	left: 9px;
}
.latest_advise .owl-next {
	right: 5px;
}
}
@media (max-width:992px) {
.backgound-phon {
	background: none;
	margin-bottom: 50px;
}
.bg-api {
	width: 100%;
	margin: 0 auto;
}
.my-z {
	z-index: 1;
}
.latest_advise .owl-prev {
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
}
.latest_advise .owl-next {
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
}
@media (max-width:767px) {
.map-detail {
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px;
}
.bg-api {
	width: 100%;
	margin: 0 auto;
}
.testmon_bg {
	padding: 30px 20px;
}
    .navbar-brand > img {
    width: 80%;
}
.breadcrumb a {
    color: #FCB34C;
    font-size: 11px;
}
    .tab-pane{
        padding-top: 20px;
    }
    .tabs-left > .nav-tabs {
        margin-bottom: 50px;
    }
    .socail{
        display:none;
    }
}
.whatsapp {
	padding: 0px 10px;
	float: right;
}
.nim-what {
	display: inline-block;
	line-height: 32px;
}
.fixed {
	width: 100%;
	float: left;
}
.sc-fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999999999999999999999;
}

.banner-heading {
    margin: 0;
    text-align: right;
    position: relative;
    background: rgba(0, 0, 0, 0.25);
    padding: 5px;
    display: inline-block;
    float: right;
    font-size: 20px;
}






@media handheld, only screen and (min-width: 320px) and (max-width: 400px){
    
.whatsapp {
	padding: 0px 10px;
	float: right;
	position: fixed;
	right: 0;
	width: 155px;
}
.open {
    display:none;
}

    
}

@media handheld, only screen and (min-width: 360px) and (max-width: 640px){


.whatsapp {
	padding: 0px 10px;
	float: right;
	position: fixed;
	right: 0;
	width: 155px;
    display: block;
}

    
}
@media (max-width:640px){
    .whatsapp {
	padding: 0px 10px;
	float: right;
	position: fixed;
	right: 0;
	width: 155px;
    display: block;
}
    .hiden{
        display:none;
    }
   
}
.fixed .anima{
    animation-name: anim;
    animation-duration: 0.5s;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(125,125,125,1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(125,125,125,1);
	box-shadow: 0px 5px 10px 0px rgba(125,125,125,1);
}
@keyframes anim{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}
.banner-heading {
    margin: 0;
    text-align: right;
    position: relative;
    background: rgba(0, 0, 0, 0.25);
    padding: 10px;
    display: inline-block;
    float: right;
}
.banner-heading:after{
    position: absolute;
    content: "";
    bottom: -10px;
    right: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}
