@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://mohithospital.ml/css/helper.css');
.bg-img1 {
	background:url(../img/banner1.jpg) no-repeat;
	background-size: cover;
}
.bg-img2 {
	background:url(../img/banner2.jpg) no-repeat;
	background-size: cover;
}
.bg-img3 {
	background:url(../img/banner3.jpg) no-repeat;
	background-size: cover;
}
.bg-img4 {
	background:url(../img/banner4.jpg) no-repeat;
	background-size: cover;
}
.bg-img5 {
	background:url(../img/banner5.jpg) no-repeat;
	background-size: cover;
}

.bg-img6 {
	background:url(../img/banner6.jpg) no-repeat;
	background-size: cover;
}


.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}
html, body {
	color: #1c1b20;
	line-height: 1.3;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	border-top: 1px solid #4078c0;
}
p {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #333;
    line-height: 25px;
	margin-bottom: 12px;
    font-weight: 400;
	
}
img {
	height: auto;
}
span, a, a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
.section-padding {
	padding: 60px 0;
}
.section-head {
	margin-bottom: 45px;
	margin-top: 15px;
}
.section-head h4 {
	font-size: 35px;
	font-weight: 500;
	padding-bottom: 15px;
	position: relative;
	margin: 0 auto;
}
.section-head h4:after {
	content: '';
	width: 80px;
	height: 1px;
	background-color: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
}
.contact {
	margin-bottom: 45px;
	margin-top: 15px;
}
.contact h4 {
	font-size: 35px;
	font-weight: 500;
	padding-bottom: 15px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.contact h4:after {
	content: '';
	width: 80px;
	height: 1px;
	background-color: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
}
.text-gradient {
	background: linear-gradient(45deg, #4078c0 0%, #FBAE20 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title-extra {
	font-weight: 700;
}
.sm-title {
	font-size: 13px;
	color: #4078c0 !important;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 5px;
}
.bg-gray {
	background: #FAF9FF;
}
.o-hidden {
	overflow: hidden;
}
.position-re {
	position: relative;
}
.full-width {
	width: 100% !important;
}
.lg-line-height {
	line-height: 1.7;
}
.shadow-inset {
	box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.05) inset;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background: url(../img/bg.jpg);
}




.no-cover {
	background-repeat: repeat;
	background-size: auto;
}
.bg-fixed {
	background-attachment: fixed;
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 15px;
	line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 7px;
	border-radius: 50%;
	background: #ddd;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #4078c0;
}
.owl-carousel:hover .owl-nav .owl-next {
	right: 0;
	opacity: 1 !important;
}
.owl-carousel:hover .owl-nav .owl-prev {
	left: 0;
	opacity: 1 !important;
}
.owl-theme .owl-nav {
	margin: 0;
}
.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 35%;
	color: #4078c0;
	width: 35px;
	height: 35px;
	padding: 0;
	font-size: 20px;
	line-height: 40px;
	background: #fff;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	opacity: 0;
	transition: all .4s;
	z-index: 4;
}
.owl-carousel .owl-nav .owl-next {
	right: -40px;
}
.owl-carousel .owl-nav .owl-prev {
	left: -40px;
}
.butn {
	padding: 5px 25px;
	background: #fff;
	border: 1px solid transparent;
/*	border-radius: 30px;*/
	position: relative;
	z-index: 3;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: -7px 6px 20px rgba(0, 0, 0, 0.4);
	transition: all .4s;
	cursor: pointer;
	outline: none !important;
}
.butn span {
	position: relative;
	z-index: 2;
	transition-delay: 0s;
	font-size:12px;
	
}
.nav-link {
    display: block;
    padding: 0.3rem .8rem;
}

.butn:after {
	content: '';
	width: 0;
	height: 100%;
	background: transparent;
	/*border-radius: 30px;*/
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 1;
	opacity: .5;
	transition: all .4s;

}
.isha .butn-bg {
	background: rgba(245, 25, 99, .7);
	border: none;
	padding: 0;
}
.butn-bg {
	background: #4078c0;
	border-color: #4078c0;
}
.butn-bg:hover {
	border-color: #fff;
	background: transparent;
}
.butn-bg:hover:after {
	width: 100%;
	left: 0;
	opacity: 1;
}
.butn-bg:hover span {
	color: #4078c0;
}
.butn-bg:after {
	background: #fff;
}
.butn-bg span {
	color: #fff;
	font-weight: 500;
}
.butn-light {
	background: transparent;
	border-color: #fff;
}
.butn-light:hover {
	border-color: #4078c0;
}
.butn-light:hover:after {
	width: 100%;
	left: 0;
	opacity: 1;
}
.butn-light:hover span {
	color: #fff;
}
.butn-light:after {
	background: #4078c0;
}
.navbar .icon-bar {
	color: #fff;
}
.navbar .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 600;
	color: #eee;
	letter-spacing: 1px;
	margin: 5px;
	transition: all .5s;
		padding: 2px 10px;
}
.navbar .navbar-nav .active {
	    color: #ffffff !important;
    padding: 2px 10px;
	background: rgba(64, 120, 192, .6);
}
.navbar .navbar-nav a:hover {
	color: #ffffff !important;
	background: #4078c0;

		padding: 2px 10px;
}
.nav-scroll {
	background: #fff;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	transition: transform .5s;
	transform: translateY(100px);
}
.nav-scroll .icon-bar {
	color: #222;
}
.nav-scroll .navbar-nav .nav-link {
	color: #222;
}
.nav-scroll .navbar-nav .logo {
	padding: 15px 0;
	color: #111;
}
.logo {
	padding: 15px 0;
	max-width: 230px;
}
.header {
	min-height: 100vh;
	overflow: hidden;
}
.header .caption .o-hidden {
	display: inline-block;

}
.header .caption h1 {
	padding-top:200px;
	font-size: 55px;
	font-weight: 500;
	animation-delay: .6s;
}
.header .caption p {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #eee;
	padding: 0 30px;
	letter-spacing: 1px;
	word-spacing: 2px;
	animation-delay: 1s;
    margin-bottom: 12px;
    line-height: 25px;
    text-align: center;

	
	
}
.header .caption p span {
	margin: 0 5px;
	padding-right: 14px;
	position: relative;
}
.header .caption p span:last-child {
	padding: 0;
}
.header .caption p span:last-child:after {
	display: none;
}
.header .caption p span:after {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4078c0;
	position: absolute;
	top: 10px;
	right: 0;
	opacity: .5;
}
.header .caption .butn {
	animation-delay: 1.2s;
}
.slider .owl-item, .slider-fade .owl-item {
	height: 100vh;
	position: relative;
}
.slider .item, .slider-fade .item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
	z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
	position: absolute;
	bottom: 5vh;
	width: 100%;
}
.creative {
	min-height: 105vh;
}
.creative .svg {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.creative .svg svg {
	fill: #fff;
	width: 101%;
}
.wave:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -5%;
	width: 110%;
	height: 100px;
	background-image: url(../img/wave.svg);
	background-size: cover;
	z-index: 7;
}
.bg-vid {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}
#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .item {
	padding: 50px 30px;
	background: #fff;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: all .4s;
}
.hero .item:hover {
	margin-top: -5px;
}
.hero .item:hover .icon {
	background: #4078c0;
	color: #fff;
	background: linear-gradient(45deg, #4078c0 0%, #FBAE20 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hero .item .icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	font-size: 40px;
	margin-bottom: 50px;
	color: #4078c0;
	transition: all .4s;
}
.hero .item h6 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
.hero .item h6:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}
.about .hello h5 {
	font-weight: 300;
	margin-bottom: 26px;
}
.about .hello h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.about .hello h3:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}
/*-----for home about images---*/
.about img {
	height: 94px;
/*	margin-bottom: 15px;*/
}
.about-us {
	margin-bottom: 60px;
}
.about .hello p {
	width: 90%;
	margin: auto;
	color: #333;
	margin-bottom: 12px;
	line-height: 25px;
	text-align: center;
	font-weight: 400;
}
.about .kajo h5 {
	font-weight: 300;
	margin-bottom: 26px;
}
.about .kajo h2 {
	margin-bottom: 10px;
    padding-bottom: 8px;
    position: relative;
	font-size:18px;
	font-weight: 600;
}
/*.about .kajo h3:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}*/
.about .kajo h2:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #4078c0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
}


.about .kajo p {
	width: 90%;
	margin: auto;
	color: #fff;
	margin-bottom: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
	text-shadow: 1px solid;
	text-shadow: 8px solid #000;
	/*    background: #0000002e; */
	border-radius: 5px;
	padding: 8px 8px 0px;
}
/*.about .item .icon {
	font-size: 35px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	border: 1px dashed #ddd;
	margin-bottom: 30px;
	transition: all .4s;
}
.about .item .icon:hover {
	background: #4078c0;
	color: #fff;
 border-color: .about .item .icon:hover main-color;
	border-style: solid;
	-webkit-text-fill-color: inherit;
}*/
.about .item h6 {
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	margin: 0 auto 11px;
	padding: 6px;
	text-transform: uppercase;
	font-weight: 600;
}
.about .item-box {
	background: rgba(255, 255, 255, 0.8);
	margin: 5px 26px;
	padding: 6px;
	border-radius: 7px;
}
.about-inner .hello h5 {
	font-weight: 300;
	margin-bottom: 10px;
}
.about-inner .hello h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	font-weight: 600;
}
.about-inner .hello h3:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}
.about-inner .hello p {
	width: 90%;
	margin: auto;
	color: #000;
	text-align: justify;
}
.about-inner .item .icon {
	font-size: 35px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	border: 1px dashed #ddd;
	margin-bottom: 30px;
	transition: all .4s;
}
.about-inner .item .icon:hover {
	background: #4078c0;
	color: #fff;
 border-color: .about .item .icon:hover main-color;
	border-style: solid;
	-webkit-text-fill-color: inherit;
}
.about-inner .item h6 {
	margin-bottom: 15px;
	color: #fff;
}
/*projects*/
.projects .hello h5 {
	font-weight: 300;
	margin-bottom: 10px;
}
.projects .hello h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.projects .hello h3:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}
.projects .hello p {
	width: 90%;
	margin: auto;
	color: #333;
}
.projects .item .icon {
	font-size: 35px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	border: 1px dashed #ddd;
	margin-bottom: 30px;
	transition: all .4s;
}
.projects .item .icon:hover {
	background: #4078c0;
	color: #fff;
 border-color: .about .item .icon:hover main-color;
	border-style: solid;
	-webkit-text-fill-color: inherit;
}
.projects .item h6 {
	margin-bottom: 15px;
	color: #fff;
}
.projects-inner .hello h5 {
	font-weight: 300;
	margin-bottom: 10px;
}
.projects-inner .hello h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	font-weight: 600;
}
.projects-inner .hello h3:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}
.projects-inner .hello p {
	width: 90%;
	margin: auto;
	color: #000;
	text-align: justify;
}
.projects-inner .item .icon {
	font-size: 35px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	border: 1px dashed #ddd;
	margin-bottom: 30px;
	transition: all .4s;
}
.projects-inner .item .icon:hover {
	background: #4078c0;
	color: #fff;
 border-color: .about .item .icon:hover main-color;
	border-style: solid;
	-webkit-text-fill-color: inherit;
}
.projects-inner .item h6 {
	margin-bottom: 15px;
	color: #fff;
}
/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 intro ]
-----------------------------------------------------------------*/
.intro .vimg {
	position: relative;
	margin-top: -170px;
	padding-right: 50px;
}
.intro .vimg img {
	border: 10px solid #fff;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.intro .vimg .vid {
	padding: 15px 60px;
	background: #fff;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 20px;
	bottom: 50px;
}
.intro .vimg .vid:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 20px solid #4078c0;
	border-right: 20px solid transparent;
	position: absolute;
	bottom: 1px;
	left: 1px;
	opacity: .8;
}
.intro .vimg .vid span {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.intro .vimg .vid .icon {
	color: #4078c0;
	font-size: 25px;
	position: absolute;
	right: 15px;
	top: 12px;
}
.intro .content h2 {
	margin-bottom: 15px;
	font-weight: 600;
}
.intro .skills h5 {
	font-size: 14px;
	margin-bottom: 10px;
}
.intro .skills h5 span {
	float: right;
	font-size: 12px;
}
.intro .skills .skill-progress {
	width: 100%;
	height: 12px;
	border-radius: 30px;
	border: 1px solid #eee;
	padding: 2px;
	background: #f7f7f7;
	position: relative;
}
.intro .skills .progres {
	position: absolute;
	left: 1px;
	top: 1px;
	height: 8px;
	width: 10%;
	border-radius: 30px;
	background: linear-gradient(45deg, #4078c0 0%, #FBAE20 100%);
	transition: all 1.5s;
}
.why-us .img {
	border-radius: 5px;
	overflow: hidden;
}
.why-us .content {
	border-radius: 5px;
	padding: 32px 75px;
	background: rgba(152, 150, 164, 0.41);
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	position: relative;/* margin-left: -30px; */
}
.why-us .content li {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
	line-height: 20px;
}
.why-us .content ul {
	margin-left: 15px;
}
.why-us .content li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #4078c0;
	font-weight: 100;
}
.why-us .content li:last-child {
	margin-bottom: 0;
}
.why-us .content li i {
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background: rgba(245, 25, 99, 0.05);
	color: #4078c0;
}
.why-us .content li span {
	padding-left: 10px;
}
/* ----------------------------------------------------------------
     [ End intro ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Services ]
-----------------------------------------------------------------*/
.services.bg-img .tabs-icon .item {
	padding: 25px 5px;
	background: hsla(32, 33%, 55%, .5);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	cursor: pointer;
}
.services.bg-img .tabs-icon .item .icon {
	font-size: 30px;
	margin-bottom: 15px;
	color: #4078c0;
}
.services.bg-img .tabs-icon .item h6 {
	font-size: 16px;
}
.services.bg-img .tabs-icon .item span {
	color: #4078c0;
}
.services.bg-img .tabs-icon .owl-carousel .owl-nav span {
	color: #4078c0;
}
.services .owl-carousel .owl-stage-outer {
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.services .tabs-icon .item {
	padding: 25px 5px;
	background: #fff;
	border-right: 1px solid #f7f7f7;
	cursor: pointer;
}
.services .tabs-icon .item .icon {
	font-size: 30px;
	margin-bottom: 15px;
	color: #4078c0;
}
.services .tabs-icon .item h6 {
	font-size: 16px;
}
.services .tabs-icon .owl-item.actived .item, .services .tabs-icon .item.active {
	color: #fff;
	position: relative;
	background: #4078c0;
}
.services .tabs-icon .owl-item.actived .item .icon, .services .tabs-icon .item.active .icon {
	color: #fff;
}
.services .services-content .cont {
	display: none;
}
.services .services-content .cont .services-info {
	text-align: right;
}
.services .services-content .cont h5 {
	font-size: 18px;
	color: #4078c0;
	margin-bottom: 10px;
}
.services .services-content .cont h3 {
	line-height: 1.4;
}
.services .services-content .active {
	display: block;
}
/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers {
	padding: 80px 0;
}
.numbers .icon {
	font-size: 35px;
	color: #4078c0;
	margin-bottom: 30px;
}
.numbers h4 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 30px;
}
.numbers h6 {
	font-weight: 300;
}
/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Works ]
-----------------------------------------------------------------*/
.works .filtering span {
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 30px;
	cursor: pointer;
}
.works .filtering .active {
	background: #4078c0;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	color: #fff;
}
.works .item-img {
	position: relative;
	margin-top: 30px;
}
.works .item-img:hover .item-img-overlay {
	opacity: 1;
}
.works .item-img-overlay {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(245, 25, 99, 0.8);
	opacity: 0;
	transition: all .5s;
}
.works .item-img-overlay .icon {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #222;
	color: #fff;
	transition: all .5s;
}
.works .item-img-overlay .icon:hover {
	background: #fff;
	color: #4078c0;
}
.works .item-img-overlay .icon:before {
	line-height: 2;
}
.works .item-img-overlay p {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	padding-bottom: 15px;
	position: relative;
}
.works .item-img-overlay p:after {
	content: '';
	width: 50px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
}
.works .item-img-overlay h6 {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 15px;
}
/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Features ]
-----------------------------------------------------------------*/
.features {
	position: relative;
}
.features:before {
	background: linear-gradient(45deg, #4078c0 0%, #FBAE20 100%);
}
.features .shape {
	width: 102%;
	height: 100px;
	background-image: url(../img/wave.svg);
	background-size: cover;
	position: absolute;
	left: -1%;
	bottom: -1px;
	z-index: 2;
}
.features .cont h6 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.features .cont h2 {
	margin-bottom: 30px;
	font-weight: 600;
}
.features .cont p {
	color: #eee;
}
.features .cont .butn {
	margin: 30px 0 0;
}
.features .cont .butn span {
	color: inherit;
}
.features .item {
	position: relative;
	background: #fff;
	text-align: center;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 50px 15px;
	z-index: 7;
}
.features .item .icon {
	color: #4078c0;
	margin-bottom: 30px;
	font-size: 30px;
}
.features .item h6 {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	color: inherit;
}
.features .item p {
	color: #777;
	font-size: 13px;
}
.features .mtsp {
	margin-top: -30px;
}
.grid-feat .item .icon {
	font-size: 60px;
	float: left;
}
.grid-feat .item h6, .grid-feat .item p {
	margin-left: 100px;
}
.grid-feat .item h6 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.grid-feat .item h6:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.grid-feat .item p {
	font-size: 13px;
	font-weight: 400;
}
.morfet .item .icon {
	font-size: 40px;
}
.morfet .item h6, .morfet .item p {
	margin-left: 70px;
}
.morfet .item p {
	font-size: 14px;
}
/* ----------------------------------------------------------------
     [ End Features ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .item {
	padding: 30px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.price .item .type {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.price .item .type:after {
	content: '';
	width: 20px;
	height: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	position: absolute;
	bottom: -11px;
	left: calc(50% - 10px);
	transform: rotate(45deg);
}
.price .item .type h6 {
	font-size: 20px;
	font-weight: 500;
}
.price .item .price {
	margin: 30px 0;
}
.price .item .price h4 {
	font-size: 55px;
}
.price .item .price h4 span {
	font-size: 15px;
}
.price .item .price p {
	font-size: 13px;
	margin-top: 5px;
	color: #4078c0;
}
.price .item .feat ul {
	margin-bottom: 0;
}
.price .item .feat li {
	margin-bottom: 15px;
}
.price .item .feat li:last-child {
	margin-bottom: 0;
}
.price .item .feat li .true {
	color: #3ff312;
}
.price .item .feat li .false {
	color: #ec126d;
}
.price .item .feat i {
	float: right;
	font-size: 11px;
}
.price .item .order {
	margin-top: 30px;
}
.price .item .order .butn {
	border-color: #4078c0 !important;
}
.price .item .order .butn span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.price .item.center {
	position: relative;
	padding-top: 50px;
	margin-top: -10px;
}
.price .item.center .popular {
	position: absolute;
	width: 80%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(45deg, #4078c0 0%, #FBAE20 100%);
	color: #fff;
	top: -20px;
	left: 10%;
}
.price .item.center .popular:after, .price .item.center .popular:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 40px solid #fff;
	position: absolute;
	top: 1px;
}
.price .item.center .popular:after {
	border-left: 20px solid transparent;
	right: -1px;
}
.price .item.center .popular:before {
	border-right: 20px solid transparent;
	left: -1px;
}
.price .item.center .popular span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.price .item.center .popular span:after, .price .item.center .popular span:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: .7;
}
.price .item.center .popular span:after {
	border-bottom: 20px solid #d6961e;
	border-left: 11px solid transparent;
	right: 0;
}
.price .item.center .popular span:before {
	border-bottom: 20px solid #c00f4a;
	border-right: 11px solid transparent;
	left: 0;
}
/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .section-head {
	margin-bottom: 55px;
}
.testimonials .owl-carousel .owl-item {
	padding: 25px 25px 0;
}
.testimonials .item .client-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.testimonials .item h6 {
	font-size: 14px;
	letter-spacing: 1px;
	margin: 60px 0 10px 80px;
}
.testimonials .item h5 {
	font-size: 12px;
	font-weight: 500;
	margin-left: 80px;
	color: #777;
}
.testimonials .item p {
	padding: 50px 30px;
	font-size: 14px;
	background: #fff;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
	position: relative;
}
.testimonials .item p .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	color: #4078c0;
	font-size: 18px;
	position: absolute;
	bottom: -25px;
	left: 25px;
}
/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Team ]
-----------------------------------------------------------------*/
.team .item {
	padding-bottom: 17px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.team .item:after {
	content: '';
	width: 100%;
	height: 2px;
	background: linear-gradient(45deg, #4078c0 0%, #FBAE20 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.team .item .team-img {
	margin-bottom: 15px;
	position: relative;
}
.team .item .team-img:hover .info {
	opacity: .9;
}
.team .item .team-img .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #4078c0 0%, #FBAE20 100%);
	opacity: 0;
	transition: all .4s;
}
.team .item .team-img .info .icon {
	color: #fff;
	margin: 0 10px;
}
.team .item h6 {
	font-size: 16px;
	margin-bottom: 10px;
}
.team .item span {
	color: #777;
	font-size: 13px;
}
/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Blog ]
-----------------------------------------------------------------*/
.blog .item .post-img .img {
	overflow: hidden;
}
.blog .item .post-img:hover img {
	transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
	transition: all .5s;
}
.blog .item .cont {
	position: relative;
	padding: 50px 30px 70px;
	background: #fff;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	width: 94%;
	margin-left: 3%;
	margin-top: -30px;
}
.blog .item .date {
	color: #999;
	font-size: 10px;
	letter-spacing: 4px;
}
.blog .item .date span {
	font-size: 50px;
	font-weight: 800;
	padding-right: 15px;
	color: #4078c0;
	position: relative;
}
.blog .item .date span:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #eee;
	position: absolute;
	right: 0;
	bottom: 30%;
}
.blog .item .info {
	margin-top: 10px;
}
.blog .item .info a {
	color: #999;
	font-size: 12px;
	margin: 0 5px 5px;
}
.blog .item .info .icon {
	color: #4078c0;
	padding-right: 5px;
}
.blog .item h6 {
	color: #575454;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 15px;
}
.blog .item .butn {
	position: absolute;
	bottom: -15px;
	right: 30px;
	background-color: #fff;
}
.blog .item .butn span {
	color: #4078c0;
}
.blog .item .butn:hover span {
	color: #fff;
}
/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact ]
-----------------------------------------------------------------*/
.contact .form input, .contact .form textarea {
	font-size: 12px;
	width: 100%;
	padding: 15px;
	background: #fbfbfb;
	border: 1px solid #eee;
}
.contact .form textarea {
	height: 190px;
	max-height: 190px;
	max-width: 100%;
}
.contact .form .form-group {
	position: relative;
}
.contact .form .help-block li {
	color: #ce7373;
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	top: 10px;
	right: 10px;
}
/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Contact-Info ]
-----------------------------------------------------------------*/
.contact-info .info {
	padding: 60px 5%;
	position: relative;
	z-index: 3;
}
.contact-info .info .about {
	margin-bottom: 50px;
}
.contact-info .info .about h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}
.contact-info .info .item {
	margin-bottom: 5px;
}
.contact-info .info .item .icon {
	float: left;
	font-size: 20px;
	color: #4078c0;
}
.contact-info .info .item .cont {
	margin-left: 40px;
}
.contact-info .info .item .cont p {
	display: inline-block;
	font-size: 14px;
}
.contact-info .info .social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	color: #fff;
	background: rgba(200, 200, 200, 0.1);
	font-size: 15px;
	margin: 0 5px;
	text-align: center;
}
.contact-info .info .social a:hover {
	background: #4078c0;
}
.info .social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	color: #fff;
	background: rgba(200, 200, 200, 0.1);
	font-size: 15px;
	margin: 0 5px;
	text-align: center;
}
.info .social a:hover {
	background: #4078c0;
}
.contact-info .map {
	position: relative;
}
.contact-info .map #ieatmaps {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------------------------------------------------
     [ End Contact-Info ]
-----------------------------------------------------------------*/
.info {
	padding: 6px 5%;
	position: relative;
	z-index: 3;
}
.info .about {
	margin-bottom: 30px;
}
.info .about h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}
.info .item {
	margin-bottom: 5px;
}
.info .item .icon {
	float: left;
	font-size: 20px;
	color: #4078c0;
}
.info .item .cont {
	margin-left: 40px;
}
.info .item .cont p {
	display: inline-block;
	font-size: 14px;
}
.info .social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	color: #fff;
	background: #101010;
	font-size: 15px;
	margin: 0 5px;
	text-align: center;
}
.info .social a:hover {
	background: #4078c0;
}
.map {
	position: relative;
}
.map #ieatmaps {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ----------------------------------------------------------------
     [ 17 Start Footer ]
-----------------------------------------------------------------*/
footer {
	padding: 5px 0 6px;
	background: #111;
}
footer .social a {
	color: #fff;
	font-size: 13px;
	width: 35px;
	height: 35px;
	line-height: 40px;
	border-radius: 50%;
	background: #222;
	margin: 15px 5px;
}
footer .social a:hover {
	background: #4078c0;
}
footer p {
	font-weight: 600;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 6px 4px 3px;
	color: #fff;
}
.navbar {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	background: transparent;
	z-index: 9;
	min-height: 80px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 18 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
.mb-md50 {
	margin-bottom: 50px;
}
.mb-md30 {
	margin-bottom: 30px;
}
.mb-md0 {
	margin-bottom: 0;
}
.bgimg-height {
	height: 400px;
}
.bg-fixed {
	background-attachment: scroll !important;
}
.navbar {
	padding-left: 15px;
}
.navbar .navbar-collapse {
	max-height: 100%;
	overflow: auto;
	background: #111;
	text-align: center;
	padding: 10px 0;
}
.navbar .nav-link {
	margin: 10px auto !important;
}
.nav-scroll .navbar-collapse .nav-link {
	color: #fff !important;
}
.nav-scroll .navbar-collapse .active {
	color: #4078c0 !important;
}
.header {
	background-attachment: scroll !important;
	background-position: 50% 0% !important;
}
.header .caption h4 {
	font-size: 30px;
}
.header .caption h1 {
	font-size: 45px;
	line-height: 1.4;
}
.intro .vimg {
	padding: 0;
	margin-top: 0;
}
.grid-feat .item .icon {
	font-size: 40px;
}
.grid-feat .item h6,  .grid-feat .item p {
	margin-left: 70px;
}
.why-us .content {
	margin: 0;
}
.ready .title-extra {
	font-size: 25px;
	letter-spacing: 1px;
}
.features .mtsp {
	margin-top: 0;
}
}
@media screen and (max-width: 767px) {
.navbar {
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	background: transparent;
	z-index: 9;
	min-height: 80px;
}
.mb-sm50 {
	margin-bottom: 50px;
}
.mb-sm30 {
	margin-bottom: 30px;
}
.why-us .content h2,  .intro .content h2 {
	font-size: 25px;
}
.bgimg-height-sm {
	height: 400px;
}
.header .caption h1 {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 1px;
}
.header .caption p {
	font-size: 14px;
	padding: 0;
}
.services .services-content .cont .services-info {
	text-align: left;
	margin-bottom: 30px;
}
.title-extra {
	font-weight: 600;
}
}
@media screen and (max-width: 480px) {
.navbar {
	position: absolute;
	left: 0;
	top: 72px;
	width: 100%;
	background: transparent;
	z-index: 9;
	min-height: 80px;
}
.header .caption h1 {
	font-size: 18px;
}
.works .filtering span {
	margin-bottom: 10px;
	padding: 8px 15px;
}
.features .cont h2 {
	font-size: 35px;
}
.grid-feat .item h6 {
	line-height: 1.5;
}
.why-us .content li i {
	display: none;
}
.why-us .content li span {
	padding: 0;
	line-height: 1.5;
}
}
.carousel h5 {
	text-align: center;
	padding-top: 12px;
	text-transform: uppercase;
	color: #b32125;
	font-size: 20px;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
.services .row img {
/*    margin-top: 15px;*/
}
.services .row p {
	padding-top: 15px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	color: #333;
	line-height: 2;
	margin: 0;
}
.header-about {
	min-height: 333px;
	overflow: hidden;
	background-image: url(../img/about-bg.jpg);
	border-bottom: 4px solid #a54015;
}
.inner-services-page {
	min-height: 333px;
	overflow: hidden;
	background-image: url(../img/inner-services-page.jpg);
	border-bottom: 4px solid #a54015;
}
.header-work {
	min-height: 333px;
	overflow: hidden;
	background-image: url(../img/work-bg.jpg);
	border-bottom: 4px solid #a54015;
}
.header-services {
	min-height: 333px;
	overflow: hidden;
	background-image: url(../img/services-bg.jpg);
	border-bottom: 4px solid #a54015;
}
.header-contact {
	min-height: 333px;
	overflow: hidden;
	background-image: url(../img/contact-bg.jpg);
	border-bottom: 4px solid #a54015;
}
.header-careers {
	min-height: 333px;
	overflow: hidden;
	background-image: url(../img/careers-bg.jpg);
	border-bottom: 4px solid #a54015;
}
.cs.main_color2, .cs.main_bg_color2 {
	background-color: #111;
	color: #fff;
	font-weight: 500;
}
.page_topline {
	font-size: 12px;
	line-height: 40px;
	position: relative;
	z-index: 1001;
}
.page_topline p {
	padding: 5px 0 3px;
	font-size: 16px;
}
.page_topline ul>li {
	display: inline;
	margin-bottom: 0;
	padding-right: 8px;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 25px;
	padding-left: 26px;
}
.about .item {
	padding: 18px 0px 16px;
	border-radius: 8px;
	box-shadow: 2px 5px 6px #ddd;
	min-height: 285px;
}
.butn2 span {
	position: relative;
	z-index: 2;
	transition-delay: 0s;
}
.form-group {
	margin-bottom: 23px;
}
.btn-primary {
	color: #fff;
	background-color: #4078c0;
	border-color: #4078c0;
	border-radius: 20px;
	text-align: center;
}
.whatsapp-wr {
	position: fixed;
	top: 50%;
	right: 15px;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	z-index: 9999;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	background: transparent;
}
.whatsapp-pulse {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -83px;
	background-color: #189d0e;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70px 70px;
	display: block;
	width: 52px;
	height: 50px;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(24, 157, 14, .5);
	-webkit-animation: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
}
.whatsapp-pulse:before {
	border-radius: 50%;
	position: absolute;
	bottom: 5px;
	left: -15px;
	width: 32px;
	height: 32px;
	background-size: 32px 32px;
	content: '';
}
.whatsapp-pulse span {
	position: absolute;
	top: 22px;
	left: 14px;
	font-size: 13px;
	line-height: 14px;
}
.whatsapp-pulse:hover {
	-webkit-animation: none;
}
 @-webkit-keyframes zoom { 0% {transform: scale(0.9);}
 70% {transform: scale(1);
 box-shadow: 0 0 0 25px rgba(111,154,55, 0);}
 100% {transform: scale(0.9); box-shadow: 0 0 0 0px rgba(111,154,55, 0);}
}
.about .item a:hover {
	background: #eee;
}

.marquee {
	padding: 2px 0;
	background-color: #dedede;
	border: 0px solid rgba(0,0,0,0.3);
	white-space: nowrap;
	overflow: hidden;
	border-radius: 4px;
}
.marquee p {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
}
.about-us p {
	font-size: 15px;
	font-family: 'Khula', sans-serif;
	line-height: 25px;
	text-align: left;
}
.about-us h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.about-us h3:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}
.inner-about-us p {

    margin: auto;
    color: #333;
    margin-bottom: 12px;
    line-height: 25px;
    text-align: left;
    font-weight: 400;
	
}
.inner-about-us h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.inner-about-us h3:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}
.services .box {
	background: #ffffff;
	border: 2px solid #f9f9f9;
	padding: 10px;
}
.services .ak {
	padding: 0px 10px;
	border: none;
	margin-bottom: 15px;
}
.services h6 {
	color: #fff;
	padding: 4px;
	font-size: 16px;
	margin-bottom: 320px;
}
.jumbotron {
    padding: 60px 0 70px;
	background-color: #e4edf3;/*	background:url(../img/about-bg.jpg) top center repeat;*/
	margin-bottom:0;
}
.home-services .row p {
	padding: 10px 18px 16px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 23px;
    margin: 0;
}
.home-services h6 {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background: rgba(24, 111, 182, .6);
    padding: 10px;
    margin: 19px 12px 7px;
    /* border-radius: 50px; */
}
.digital-box {
	background: rgba(88, 88, 88, 0.5);
    border-radius: 8px;
    min-height: 400px;
    padding: 26px 10px 0;
    margin-top: 32px;
}
/*------footer--------------*/
.bg-dark-light {
	background: #3c3c3c !important;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
	color: #ffffff;
}
.widgets.footer-widgets .widget-title {
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
	position: relative;
	padding-bottom: 15px;
}
.widgets.footer-widgets .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100px;
	background: #4078c0;
}
.widgets.footer-widgets .widget-quick-links ul {
	margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
	padding-left: 0;
	margin-bottom: 0;
}
.widgets.footer-widgets .widget-quick-links ul li {
	display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
	display: block;
	font-size: 13px;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 5px 0;
}
.widgets.footer-widgets .single-widget ul li {
	list-style: none;
	font-family: "Raleway", sans-serif;
}
.widgets.footer-widgets .widget-contact ul li {
	color: #000;
	font-size: 13px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widgets.footer-widgets .widget-contact ul li span {
	font-size: 14px;
	color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 3px;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	margin-right: 20px;
}
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
	font-size: 15px;
}
.widgets.footer-widgets .widget-contact ul li + li {
	margin-top: 20px;
}
.footer-bottom-area {
	padding: 50px 0;
}
.footer-bottom-area p {
	color: #fff;
}
.work .row p {
	padding-top: 15px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	color: #333;
	line-height: 2;
	margin:0;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #4078c0;
}
.dropdown-item {
	padding: 0px 20px;
	clear: both;
	font-weight: 500;
	color: #212529;
}
#toTop {
	position: fixed;
	bottom: 46px;
	right: 8px;
	cursor: pointer;
	display: none;
	   padding: 9px 14px;
}
.work h3 {
	font-size: 16px;
	text-align: center;
	padding: 12px 4PX;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 4px;
	margin-bottom: 25px;
	background: #fff7bb;
	background: #f7f7f7;
	box-shadow: 1px 2px 3px #ddd;
}
.one {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: url(../img/himg/1.jpg) top center;
}
.two {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: url(../img/himg/2.jpg) top center;
}
.three {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/3.jpg) top center;
}
.four {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/4.jpg) top center;
}
.five {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/5.jpg) top center;
}
.six {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/6.jpg) top center;
}
.seven {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/7.jpg) top center;
}
.eight {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/8.jpg) top center;
}
.nine {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/9.jpg) top center;
}
.ten {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/10.jpg) top center;
}
.eleven {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/11.jpg) top center;
}
.twelve {
	border: 1px solid #eaeaea;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
	color: white;
	background: linear-gradient(rgba(119, 119, 119, 0.5), rgba(121, 121, 121, 0.15)), url(../img/himg/12.jpg) top center;
}
.neela {
	margin-bottom: 22px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.neela:after {
	content: '';
	width: 70px;
	height: 1px;
	background: #4078c0;
	position: absolute;
	bottom: 0;
	left: calc(50% - 35px);
}
.services-box {
	background: #8e8e8e;
	padding: 12px 2px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-bottom: 25px;
}
.services-box:hover {
	background: #1c1c1c;
	padding: 12px 2px;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
}
.fa-dot-circle-o:before {
	content: "\f192";
	color: #4078c0;
	margin-right: 6px;
}
.modal-title {
	margin: 0 auto;
}
.form-control {
	padding: 7px 12px;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background: #fbfbfb;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 1px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary:hover {
	color: #fff;
	background-color: #ca0346;
	border-color: #ca0346;
}
.modal-header .close {
	padding: 1rem;
	margin: 0;
	color: #000;
}
.modal-body {
	padding: 30px;
}
.fa-check:before {
	content: "\f00c";
	margin-left: -24px;
	font-size: small;
}


.tick .fa-check:before {
	content: "\f00c";
	color: #4078c0;
    margin-right: 6px;
	    margin-left: 0;
		    font-size: small;
}




.fa-phone:before {
	content: "\f095";
	position: absolute;
	padding-top: 13px;
	font-size: 17px;
	color: #4078c0;
	padding-left: 4px;
}
.content li {
/*	margin-bottom:10px;*/
	text-transform:capitalize;
	line-height:28px;
	}
dt {text-align:right;
color: #4078c0;}
dd {text-align:left;}

.serbgme {
	background:url(../img/serbg.jpg) bottom left no-repeat;
}

.servicesh5 h5 {
    text-align: left;
    color: #eee;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 2px solid #4078c0;
    font-size: 15px;
    padding: 9px 10px;
    margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.3);
}
	

.fa-linkedin-in:before {
     color: #fff;
}

.fa-twitter:before {
     color: #fff;
}

.fa-facebook-f:before, .fa-facebook:before {
 
    color: #fff;
}
.fa-instagram:before {
 
    color: white;
}


.fa-linkedin:before {
    content: "\f0e1";
	   color: #fff;
}




.col {
    border-right: 2px solid #eee	;
}

.col:last-child {border:none;
	}
.about-list {
	list-style: none;
	padding: 0;
	text-align:left;}
.about-list li {
	padding-left: 1.3em;
	line-height: 21px;
	margin-bottom: 15px;
}
.about-list li:before {
	content: "\f111";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -20px;
	width: 20px;
	font-size: 6px;
	color: #4078c0;
}
.home-list {
	list-style: none;
	padding: 0;
	text-align:left;}
.home-list li {padding-left: 1.3em;}
.home-list li:before {
	content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -20px;
    width: 20px;
    font-size: small;
    color: #4078c0;}
.pdf-wr{
	position: fixed;
    width: 70px;
    height: 70px;
    top: 44%;
	left:15px;
    bottom: 20px;
	z-index:9999;
	background-size: 70px 70px;
	}