html {
  scroll-behavior: smooth;
}
*{
	margin: 0px;
	padding: 0px;
}
.carousel-innerx {
	height: 100vh;
}
.mbt-50 {
	margin-bottom: 50px;
}

.row3 {
	margin-top: 50px;
}
.travelmenu {
	color: #fff;
}
.travelmenu a{
	color: #fff;
	font-size: 12px;
	font-family: dmregular;
}
.social {
    position: fixed;
    display: none;
    /* top: 93%; */
    z-index: 999;
    right: 93px;
    bottom: 15px;
}
.social > a > i {
    background:#428bca;
    color: rgb(255, 255, 255);
    border-radius: 51px;
    width: 34px;
    height: 34px;
    border: 1px solid;
    box-shadow: 1px 1px 1px black;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    margin: 3px;
}
.borderdimg {
	border: 2px solid #ddd;
}
.servicesubmenu {
	background: white;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 15px;
	color: #000;
}
.servicesubmenu h3{
	font-family: DMmedium;
	font-size: 18px;
	text-align: left;
} 
.servicesubmenu ul li {
	font-size: 12px;
	font-family: dmregular;
	text-align: left;
	padding-bottom: 5px;
	text-shadow:none!important;
	color: #000;
}
.heightfixinternal {
	height: 494px;
	max-height: 494px;
}
.box12 {
    transition: all .3s ease-in-out;
    position: relative;
    transform: scale(0.96);
    overflow: hidden;
    cursor: pointer;
}
.box12:hover {
    transform: scale(1);
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.box13 img {
    width: 100%;
}
.over-text1 {
	 position: absolute;
    bottom: -408px;
    background: rgb(241, 241, 241);
    padding: 21px;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease-in-out;
    height: 494px;
}
.over-text1 h1{
	font-family: DMmedium;
	font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.over-text1 p{
	font-family: dmregular;
	font-size: 17px;
	padding-top: 20px;
}
.box12:hover .over-text1 {
    top: 0;
    transition: all 0.5s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    color: white;
} 

.over-text1 ul li {
	font-family: dmregular;
	font-size: 14px;
	margin: 0;
	text-align: left;
	padding-top: 5px;
}
.ulcolorchange li:first-child {
	padding-top: 10px;
}
/*.carousel-caption {
	position: absolute;
    top: 30vh;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 31%;
}*/
.slidertextindus {
	position: absolute;
    /* right: 15%; */
    top: 30vh;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    /*width: 31%;*/
}
.slidertexthome {
	position: absolute;
    /* right: 15%; */
    top: 30vh;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 31%;
}
.slidertextindus a{
	font-size: 12px;
	color: #fff;
}
.carousel-caption p {
    font-size: 18px;
    font-family: dmregular;
    padding-top: 13px;
}
.carousel-caption h1 {
	font-size: 48px;
    font-family: DMmedium;
    font-weight: bold;
    line-height: 65px;
}
/* li {
	list-style: none;
}*/

/* .dpwrapper {
	position: relative;
	left: 15%;	
	width: 83%;
} */
#dpwrapper1 h3 {
	color: white;
    font-family: DMmedium;
    /* font-weight: bold; */
    font-size: 23px;
}
.dpwrapper ul li {
  margin: 0px!important;
  display: inline-grid;
    padding: 4px 31px;
}
.dpwrapper ul li a{
	color: white!important;
    margin: 5px!important;
    /*width: 32%;*/
    font-size: 14px!important;
    font-family: dmmedium;
}
.row:before, .row:after {display: none !important;}
.width100 img{
	width: 100%!important;
}
.padd-0 {
	padding-top: 0px!important;
}
.padd-0:before {
	position: absolute;
    display: block;
    content: "";
    height: 3px;
    width: 50px;
    top: 50px;
    background-color: orange;
    left: 48%;
}
.padd-0 {
	font-size: 30px;
	padding-top: 130px;
	margin-bottom: 80px;
	font-family: DMmedium; 
	position: relative;
	text-align: center;
}.padd-0 h1 {
	    font-size: 30px;
    font-family: DMmedium;
}
    
.height100 {
	height: 100vh;
}

.padd-35{
	padding-left: 30px;
	padding-right: 30px;
}
.margin0 {
	margin: 0px!important;
	padding: 0px!important
}
.padd-75 {
	padding-left: 75px;
	padding-right: 75px;
}
.mar-btm-20 {
	margin-bottom: 20px!important;
}
@font-face {
  font-family: DMmedium;
  src: url(font/DMSans-Medium.woff);
}
@font-face {
  font-family: dmregular;
  src: url(font/DMSans-Regular.woff);
}
p {
	font-size: 14px;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	width: 100%;
}
/*.carousel-item {
	background-size: cover;
	background-repeat: no-repeat;
}*/
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
.carousel-inner {
	/*background-image: url("img/Group 4306.png");*/
	/*height: 100vh;*/
}
.rightslider {
	width: 50%;
	float: left;
}
.leftslider {
	width: 50%;
	float: right;
}
.rightslider {
	padding-left: 50px;
}
.rightslider h1{
	padding-top: 28%;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    font-family: DMmedium; 
    letter-spacing: 1px;
}
.rightslider p {
	color: white;
	padding-top: 15px;
	font-family: DMmedium;
	font-size: 15px;
}
.orange {
	color: #F09337;
}
.orange h6{
	color: #000;
	font-size: 16px;
	font-family: dmregular;
}
.orangebg h3 {
	font-size: 24px;
}
.cyanbg h3{
	font-size: 24px;
}
.cyan {
	color: #67C6BF;
}
.cyan h6{
	color: #000;
	font-size: 16px;
	font-family: dmregular;
}
.whitebg h3{
	font-size: 24px;
}



.cyanbg {
	background-color: #67C6BF;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: white;
	    height: 195px;
    max-height: 195px;
	font-family: DMmedium; 

}
.orangebg {
	background-color: #F09337;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: white;
	font-family: DMmedium; 
	   height: 195px;
    max-height: 195px;
}
.orangebg p {
	font-family: dmregular;
}
.cyanbg p {
	font-family: dmregular;
}
.whitebg p {
	font-family: dmregular;
}
.whitebg {
	background: #ddd;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: DMmedium; 
	   height: 195px;
    max-height: 195px;
}
.Industries {
	background-color: #f7f7f7;
	z-index: -9999;
	padding-bottom: 50px;
}
.heading {
	padding-top: 80px;
	margin-bottom: 80px;
	font-family: DMmedium; 
	position: relative;
	text-align: center;
}
.headingind {
	padding-top: 80px;
	padding-bottom: 50px;
	font-family: DMmedium;
	text-align: center;
	position: relative;
}
.headingind:before {
		position: absolute;
    display: block;
    content: "";
    height: 3px;
    width: 50px;
    bottom:40px;
    background-color: orange;
    left: 48%;
}
.headingind h1 {
	font-size: 30px;
	/*padding-top: 130px;
	margin-bottom: 80px;*/
	font-family: DMmedium; 
	position: relative;
	text-align: center;
}
.headingcounter {
	font-size: 30px;
	padding-top: 130px;
	margin-bottom: 80px;
	font-family: DMmedium; 
	position: relative;
	text-align: center;
}
.headingcounter h1 {
	font-size:30px; ;
	font-family: DMmedium;
}
.heading h1 {
	font-size: 30px;
	font-family: DMmedium;
}
.heading h1:before {
	position: absolute;
    display: block;
    content: "";
    height: 3px;
    width: 50px;
    top: 137px;
    background-color: orange;
    left: 48%;
}
.headingcounter h1:before {
	position: absolute;
    display: block;
    content: "";
    height: 3px;
    width: 50px;
    top: 187px;
    background-color: orange;
    left: 48%;
}
.box {
	text-align: center;
	padding: 10px;
	-webkit-box-shadow: -1px -1px 9px -5px rgba(168,168,168,1);
	-moz-box-shadow:-1px -1px 9px -5px rgba(168,168,168,1);
	box-shadow: -1px -1px 9px -5px rgba(168,168,168,1);
	margin-bottom: 30px;
	height: 320px;
	max-height: 320px;
	/*margin-bottom: 100px;*/
	background-color: #fff;
	font-family: dmregular;	
}
.clientlogo {
	margin-top: 40px;
}
.box img {
	width: 30%;
	padding-top: 30px;
	padding-bottom: 20px;
}
.box h3 {
	font-family: DMmedium;
	font-size: 23px; 
}
.box  p{
	padding-bottom: 50px;
	padding-top: 25px;
	font-family: dmregular;
	font-size: 14px;
}
.box1{
	transition: .3s all;
}
.box1:hover {
	background: #C9E9E7;
	transition: ease-in-out 0.5s;
    transform: scale(1.1);	
}
.box2 {
	transition: .3s all;
}
.box2:hover {
	background: #FFF1E0;
	transition: ease-in-out 0.5s;
    transform: scale(1.1);
}
.box3 {
	transition: .3s all;
}
.box3:hover {
	background: #EBF6E5;
	transition: ease-in-out 0.5s;
    transform: scale(1.1);
}
.box4 {
	transition: .3s all;
}
.box4:hover {
	background: #E2E7F3;
	transition: ease-in-out 0.5s;
    transform: scale(1.1);
}
/* services slider start*/

img {
  vertical-align: middle;
}
a:not([href]):hover {
	color: white;
}

/* Position the image container (needed to position the left and right arrows) */

.serviceslidersection {
	/*background-color: #f7f7f7;*/
	margin-top: 40px;
	/* height: 100vh; */
}
.serviceslidermain {
  position: relative;
  overflow: hidden;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
/*.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}*/

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 33.33%;
  text-align: center;
  padding-bottom: 20px;
}

/* Add a transparency effect for thumnbail images */
.demo {
  /*opacity: 0.6;*/
  transition: ease-in-out 0.5s;
}

.active,
.demo:hover {
  opacity: 1;
  transition: ease-in-out 0.5s;
    transform: scale(1.1);
    -webkit-box-shadow: -4px 3px 15px -7px rgb(190, 182, 182);
	-moz-box-shadow:-4px 3px 15px -7px rgb(190, 182, 182);
	box-shadow: -4px 3px 15px -7px rgb(190, 182, 182);
}

/*counter section start*/

.counter-shadow {
	-webkit-box-shadow: -4px 3px 15px -7px rgb(190, 182, 182);
	-moz-box-shadow:-4px 3px 15px -7px rgb(190, 182, 182);
  box-shadow: -4px 3px 15px -7px rgb(118 206 164);
}
.counterbox {
	height: 300px;
	max-height: 3000px;
   position: relative;
   margin: 0px 10px;
}
.counterbox p {
	font-size: 72px;
    padding-top: 70px;
    font-family: DMmedium; 
    font-weight: bold;
}
.counterbox p:before {
	    position: absolute;
    display: block;
    content: "";
    height: 3px;
    width: 50px;
    top: 166px;
    background-color: #000;
    left: 40%;
}
.counterbox span {
	font-family: DMmedium; 
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block;
} .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img
{ pointer-events: none; } .slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; } .slick-vertical
.slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/*testimonal slider*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/*testimonial slider*/


.testimonial{
	margin:0px 50px;
	background-color: #fff;
	color: #000;
	text-align: center;
}

.testimonial .testimonial-content{
	padding: 40px 30px 40px;
	border-top: 1px solid #67C6BF;
	border-left: 1px solid #67C6BF;
	position: relative;
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	font-family: DMmedium; 
}

	.testimonial .testimonial-content:before{
	content: "\f10e";
	font-family: fontawesome;
	float: left;
	display: inline-block;
	padding:0 15px 5px 0;
	font-size: 30px;
	text-align: center;
	position:relative;
	top: 12px;
	left: 0px;
}

.testimonial .testimonial-content:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: #67C6BF;
}

.testimonial .testimonial-info{
	position: relative;
}
.testimonial .testimonial-info:before{
	content: "";
	position: absolute;
	top: -50px;
	left: 50%;
	background-color: #67C6BF;
	width: 1px;
	height: 20px;
}
.testimonial .testimonial-info:after{
	content: "";
	position: absolute;
	top: -70px;
	left: 50%;
	background-color: #67C6BF;
	width: 2px;
	height: 40px;
	transform: skewX(-45deg);
	transform-origin: 100% 100% 0;
}
.testimonial .pic{
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 7px;
}

.testimonial .pic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #67C6BF;
}

.testimonial .testimonial-title{
	display: inline-block;
}

.testimonial .testimonial-title a{
	display: block;
	color:#000;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: DMmedium; 
}
.owl-theme .owl-controls{
	margin-top: 50px;
	margin-left: 30px;
}

/* .owl-theme .owl-controls .owl-page span{

	height:15px ;

	width: 15px ;

	background-color: #A58E38 ;

	opacity: 0.8 ;

	border-radius: 0 ;

	transform:rotate(45deg) !important;

	}*/

.owl-theme .owl-controls .owl-page.active span,	.owl-theme .owl-controls.clickable .owl-page:hover span{

	background-color: orange;

}

	/*footer section starts*/

.footer-distributed{
	background: #222222;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}
.footer-left img {
	width: 12%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font-family: dmregular;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
	font-family: dmregular;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
	font-family: dmregular;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #888383;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	font-family: dmregular;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.footer-distributed .footer-center i:hover{
	background:#67C6BF;
}


.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
	font-family: dmregular;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
	font-family: dmregular;
}

.footer-distributed .footer-center p a{
	color:  #fff;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	font-family: dmregular

}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: dmregular;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
	font-family: dmregular;
}
.footer-distributed .footer-icons a:hover {
	background-color: #67C6BF;
}
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
/*footer ends*/

/*header start*/


/* -------------------------------- 

Main Components 

-------------------------------- */
	/*main {
	  position: relative;
	  z-index: 2;
	\
	  height: 100vh;
	  overflow-y: auto;
	  -webkit-overflow-scrolling: touch;
	  padding: 200px 5%;
	  background-color: #9cb3a8;

	  -webkit-transform: translateZ(0);
	  -moz-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  -o-transform: translateZ(0);
	  transform: translateZ(0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -webkit-transition: -webkit-transform 0.7s;
	  -moz-transition: -moz-transform 0.7s;
	  transition: transform 0.7s;
	  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
	  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
	  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
	}
	main h1,
	main p {
	  text-align: center;
	}
main h1 {
  font-size: 2.6rem;
  margin-bottom: 1em;
}
main p {
  font-family: "Merriweather", serif;
  color: #d6dfdb;
  max-width: 450px;
  margin: 0 auto;
  line-height: 1.6;
}
.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (min-width: 768px) {
  main {
    padding: 250px 10%;
  }
  main h1 {
    font-size: 3.6rem;
  }
  main p {
    font-size: 2rem;
  }
}
*/
nav li a {
	color: white;
}
.cd-navigation-wrapper {
	padding-top: 40px;}
.cd-nav-trigger {
  position: fixed;
  z-index: 9999999;
  right: 1%;
  top: 8px !important;
  height: 40px;
  width: 43px;
  background-color: #243040;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 30%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(180deg);
}
.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after,
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    top: 40px;
  }
}

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
  z-index: 2;
}
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  /* height: 100%; */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px calc(5% + 80px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}
.cd-nav h2::after {
  /* bottom separation line */
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}
.cd-nav .cd-primary-nav {
  margin-top: 60px;
  text-align: center;
}
.cd-nav .cd-primary-nav li {
  margin: 1.6em 0;
}
.cd-nav .cd-primary-nav a {
  font-family: dmregular;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  font-size: 23px
}
.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
  text-decoration:none;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-nav .cd-contact-info {
  /*margin-top: 80px;*/
}
.cd-nav .cd-contact-info li {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
.cd-nav .cd-contact-info a {
  color: #ffffff;
}
.cd-nav .cd-contact-info span {
  display: block;
}
.cd-nav .cd-contact-info li,
.cd-nav .cd-contact-info a,
.cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}
.cd-nav .cd-navigation-wrapper {
  padding: 11em 5em 4em 5em;
}
@media only screen and (min-width: 1170px) {
  
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block1 {
    width: 90%;
    float: left;
  }
    .cd-nav .cd-half-block2 {
    width: 10%;
    float: left;
    /*padding-left: 30px*/
  }
  .cd-nav .cd-primary-nav {
    margin-top: 0;
  }
  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav li {
    margin: 2em 0;
  }
  .cd-nav .cd-primary-nav a {
    /*font-size: 4.4rem;*/
  }
  .cd-nav .cd-contact-info {
    /*margin-top: 120px;*/
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  .cd-nav .cd-contact-info li,
  .cd-nav .cd-contact-info a,
  .cd-nav .cd-contact-info span {
    font-size: 2rem;
  }
}

.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-nav .cd-half-block1 {
	position: relative;
}
.cd-nav .cd-half-block1:before{
	display: block;
	position: absolute;
	right: 100px;
	top: 0;
	height:300px;
	width: 5px;
	content: " ";
	background-color: white;
}

.nav > li.dropdown.open .dropdown-menu {
  /*display: table;*/
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.dropdown-menu > li {
  /*display: table-cell;/*/
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.dropdown-menu > li > a {
	color: black;
}

@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
}


/*return to top arrow*/

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*return to top ends*/
/*scroll down button*/

#scroll-down-animation {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mouse {
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid #fff;
    height: 58px;
    width: 35px;
    position: relative;
}

.move {
  position: absolute;
  /*background-color: #fff;*/
  /*height: 10px;
  width: 10px;*/
  /*border-radius: 50%;*/
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%,5px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,35px);
    opacity: 0;
  }
}
/*scrool down ends*/
/*logo css starts*/

/*testimonial slider*/

.cd-testimonials-wrapper, .cd-testimonials-wrapper * {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.cd-testimonials-wrapper ul {
  list-style: none;
}

img {
  max-width: 100%;
}

.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 768px;
  background-color: #39393c;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}
.cd-testimonials-wrapper::after {
  /* quotation mark */
  content: '\201C';
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  margin-left: -25px;
  /*background: rgba(32, 32, 34, 0.9);*/
  /*font-family: "Georgia", serif;*/
  color: white;
  font-size: 70px;
  font-size: 4.375rem;
  text-align: center;
  /* visible on big devices only */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 4em auto;
    padding: 64px 50px 114px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: white;
  text-align: center;
}
.cd-testimonials:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p {
  /*font-family: "Georgia", serif;*/
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.6;
  }
}



.cd-author img, .cd-author .cd-author-info {
  display: inline-block;
  vertical-align: middle;
}
.cd-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 16px;
  /*font-size: 1.4rem;*/
}
.cd-author .cd-author-info li:last-child {
  font-size: 14px;
  color: #6b6b70;
}
@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    /*font-size: 1rem;*/
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    /*font-size: 0.875rem;*/
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.flex-direction-nav li:hover {
  background-color: #323234;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background-color: white;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #5e5e63;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: white;
  }
}

.cd-see-all {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #252527;
  text-align: center;
  text-transform: uppercase;
  color: #6b6b70;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
  color: #79b6e4;
}

.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}
.cd-testimonials-all .cd-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
  position: relative;
  background: #79b6e4;
  color: white;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.cd-testimonials-all p::after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #79b6e4;
}
.cd-testimonials-all .cd-author {
  text-align: left;
  margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
  box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}

.close-btn {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 5%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.close-btn::before, .close-btn::after {
  /* close icon in css */
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 24px;
  top: 8px;
  left: 19px;
  background-color: #39393c;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-light.cd-testimonials-wrapper {
  background: #fff
}
.cd-light.cd-testimonials-wrapper::after {
  color: rgba(32, 32, 34, 0.9);
  background: #f0f0f0;
}
.cd-light .cd-testimonials {
  color: #39393c;
}
.cd-light .flex-direction-nav li a::before, .cd-light .flex-direction-nav li a::after {
  background-color: #39393c;
}
.cd-light .flex-direction-nav li:hover {
  background: #eee;
}
.carousel-item {
	box-shadow: none;
}
.hide-logo {
	/*opacity: 0;*/
	display: none;
	transition: top 0.3s;
	opacity: 0;
}
.show-logo {
	display:  block;
	transition: top 0.3s;
}
.topScrollar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999999999;
 
}
#return-to-top img {
  width: 4%;
}
.clientlogo {
	width: 80%;
	margin-left: 10%;
}
.clientlogo img {
	/*height: 80%;*/
}
#return-to-top {
  position: fixed;
  /* left: 75px; */
  /* top: 48px; */
  z-index: 999999;
  display: block;
  transition: top 0.3s;
  width: 100%;
  padding: 1em;
}
.topScrollar i {
 color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 10px;
  font-size: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item {
    display: none;
    position: relative;
    transition:(.3s ease-in-out left);
}

/*.carousel .carousel-item {
    transition-duration: 5s;
}*/
.formfeild input {
  width: 100%;
    padding: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    border:none;
    -webkit-box-shadow: -1px -1px 9px -5px rgba(168,168,168,1);
    -moz-box-shadow: -1px -1px 9px -5px rgba(168,168,168,1);
    box-shadow: -1px -1px 9px -5px rgba(168,168,168,1);
}
.internalform {
  background-color: #e9f7ff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}
.internalform button {
  color: white;
    border: none;
    background: orange;
    padding: 10px 25px;
    margin-top: 20px;
    font-size: 15px;
    font-family: DMmedium;
}
.internalformtext h1{
  padding-top: 42px;
    font-family: DMmedium;
    font-size: 35px;
}
.internalformtext p{
  font-family: dmregular; 
  font-size: 17px;
}
.formcheck input{
      position: relative;
    top: 1px;
}
.formcheck span {
  font-weight: bold;
  font-size: 12px;
}


::-webkit-input-placeholder { /* Edge */
  font-size: 14px;
  font-family: dmregular;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
  font-family: dmregular;
}

::placeholder {
  font-size: 14px;
  font-family: dmregular;
}


	
.gray-wrapper {
    background-color: #f3f4f7 !important;
}
.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.icon-svg img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
.icon p {
  font-family: dmregular;
}
.nocolor {
  color: currentColor;
} 
.section-title {
    font-size: 24px;
    /*line-height: 18rem;*/
    font-family: DMmedium;
    margin-bottom: 18px;
}
.space30 {
    height: 1.5rem!important;
}
.section-subtitle {
  font-family: dmregular;
}
.inner input {
    background-color: #f5f5f5;
    padding: 22px;
    margin-bottom: 31px;
      font-size: 16px;
}
.inner textarea {
    background-color: #f5f5f5;
    padding: 22px;
    margin-bottom: 31px;
    border:#f5f5f5 ;
    font-size: 16px;
}
.inner button {
  border:none;
  padding: 10px 15px;
}
.inner button {
    border: none;
    padding: 9px 45px;
    border-radius: 4px;
    font-size: 17px;
    font-family: dmregular;
    color: white;
    background-color: orange;
}
.light-wrapper {
	background-color: #ddd;
	margin-top: 50px;
}
.light-wrapper {
	font-family: dmregular;
	font-size: 14px;
}

.testimonial-bg{
   background-color:#fff;
    border: 5px solid #ee0979;
     font-family: 'Raleway', sans-serif;
    padding: 35px 70px;
    text-align: center;
    position: relative;
}
.testimonial-bg:before{
    content: "\f10d";
    font-family: "fontawesome";
    width: 75px;
    height: 75px;
  border: 5px solid #ee0979;
    line-height: 75px;
    background: #fff;
    text-align: center;
    font-size: 50px;
    color: #3c414c;
    position: absolute;
    top: -40px;
    left: 2%;
}
.testimonial{
    padding: 0 15px;
}
.testimonial .description{
    font-size: 20px;
    font-weight:400;
    font-style: italic;
    color: #848484;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}
.testimonial .description:before{
    content: "";
    width: 75%;
    border-top: 1px solid #ee0979;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial .description:after{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-bottom: 1px solid #ee0979;
    border-right: 1px solid #ee0979;
    transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
  font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #ee0979;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
  font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #848484;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    position: absolute;
    bottom: -20%;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #34363b;
    opacity: 1;
    padding: 0;
   display:inline-block;
   margin:0 10px; 
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}
.owl-next:before{
    content:"\f105";
}
@media only screen and (max-width:767px){
    .testimonial-bg{ padding: 50px 40px; }
    .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
    .testimonial-bg:before{
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }
    .testimonial-bg{ padding: 30px 10px; }
    .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
    .testimonial .title,
    .testimonial .post{
        font-size: 16px;
    }
    .owl-theme .owl-controls{ bottom: -12%; }
}


.imglogoCls{
  width:46px;
  position: fixed;
  top: 2%;
  left: 1%;
  z-index: 999999;

}


/*.user_slider-sec {
	padding: 40px 30px;
}
.slider-chlid-box {
    float: left;
    width: 50%;
    text-align: CENTER;
    padding: 15px;
}
.slider-chlid-box blockquote {
    background: #000;
    border-radius: 7px;
    padding: 25px 50px 40px;
    color: #fff;
    margin-top: -70px;
    padding-top: 90px;
    position: relative;
    font-family: dmregular;
    font-size: 12px;
}
a.read_m {
    color: #fff;
    padding-top: 20px;
    display: inline-block;
    text-decoration: none;
}
.slider-chlid-box img {
    position: relative;
    z-index: 99;
    border-radius: 50%;
    width: 25%;
}*/
.title {
  text-align: left;
  display: inline-block;
  width: 100%;
  color: #b9b9b9;
  vertical-align: top;
  margin-right: 7px;
  padding-top: 4px;
  font-size: 16px;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px !important;
  color: #709e00 !important;
  padding: 5px 60px 5px 5px !important;
  line-height: 30px !important;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: inline-flex;
  color: #cacaca;
  padding: 3px 5px;
  font-size: 15px;
}
.mega-dropdown-menu > li > ul > li > a > i {
  padding: 5px;
}
.mega-dropdown-menu {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 5%;
}
.menuHdrCls{
  color: rgba(255, 255, 255, 0.3);
    font-size: 23px;
    text-decoration: underline;
    width: 100%;
    margin-bottom: 1rem;
}
.menuHdrCls:hover{
  color: #fff;
  text-decoration: underline;
}
.mega-dropdown-menu a:hover,.mega-dropdown-menu .title :hover,.mega-dropdown-menu title img :hover,.cd-primary-nav a:hover{

  color: #fff;
}
.dropdown-header{
  font-weight: 500;
  text-decoration: underline;
}
@media only screen and (max-width: 1400px) {
  .headingind {
    padding-top: 65px;
    padding-bottom: 25px;
  }
  .headingind:before {
    bottom: 25px;
   
}
.row3{margin-top:0px;}
.title {
  width: 100%;
}
.img-block {
  display: none;
}
.orangebg,.cyanbg,.whitebg {
  height: 170px;
  padding-left: 45px;
    padding-right: 45px;
    padding-top: 20px;
    padding-bottom: 29px;
}
.cd-nav .cd-navigation-wrapper {
  padding: 8em 5em 4em 5em;
}
.mega-dropdown-menu {
  margin-bottom: 3%;
}
.clientsClass img {
  width: 60%;
}
  }
  .clientsClass{
    text-align:center;
  }
  .clientsClass img {
    width: 70%;
  }
  .col-md-1-5{
    width:12.5%;
  }
  .carousel-item .row{
    margin-bottom: 10px;
  }
  .magButtonSide{    border-bottom: 1px Solid #fff;
    padding-bottom: 18px;
    margin-bottom: 7px;}
    .menuFirstColCls{
      width: 32%;
      float: left;
    }
    .menuSecondColCls{
      width: 19%;
      float: left;
    }
    .menuThirdColCls{
      width: 24%;
      float: left;
    }
    .menuFourthColCls{
      width: 25%;
      float: left;
    }
    .rightHandSideIcon i{
      display: none;
    }
    .descViewMenu{
      display: block;
      margin: auto;
      border-left: 6px solid #fff;
      padding: 6em;
    }
    .mobViewMenu{
      display: none;
    }
    @media only screen and (max-width: 1280px) {
      .rightHandSideIcon i{
        display: inline-block;
        padding:5px;
      }
      .rightHandSideIcon span{
        display: inline-flex;
      }
      .menuFirstColCls{
        width: 50%;
        float: left;
      }
      .menuSecondColCls{
        width: 50%;
        float: left;
      }
      .menuThirdColCls{
        width: 50%;
        float: left;
      }
      .menuFourthColCls{
        width: 50%;
        float: left;
      }
      .cd-nav .cd-navigation-wrapper {
        height: 100%;
        overflow-y: auto;
      }
    }
    .contactUsCls .container{
      background-color: #fff;
      padding-top: 40px;
      padding-bottom: 40px;
      margin-top: 60px;
      margin-bottom: 60px;
      border-radius: 10px;
    }
    .contactUsCls{
      margin-top: 0px;
       background-image: url('img/contact-us-page-blue-background.jpg');
       padding-top: 28px;
    padding-bottom: 28px;
    }
    @media only screen and (max-width: 592px) {
      .contactUsCls{
        background-image: none;
        padding-top: 0px;
        padding-bottom: 0px;
      }
      .contactUsCls .container{
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 0PX;
      }
      .rightHandSideIcon i{
        display: inline-block;
        padding:5px;
      }
      .rightHandSideIcon span{
        display: inline-flex;
      }
      .menuFirstColCls{
        width: 100%;
        float: left;
      }
      .menuSecondColCls{
        width: 100%;
        float: left;
      }
      .menuThirdColCls{
        width: 100%;
        float: left;
      }
      .menuFourthColCls{
        width: 100%;
        float: left;
      }
      .cd-nav .cd-navigation-wrapper {
        height: 100%;
        overflow-y: auto;
      }
    }
    @media only screen and (max-width: 767px) {
      .descViewMenu{
        display: none;
         padding: 6em;
      }
      .mobViewMenu{
        display: block;
      }
    .cd-nav .cd-primary-nav {
    margin-top: -9px;
   display: inline-flex;
   border-bottom: 1px solid #fff;
   width: 100%;
  }
  .cd-nav .cd-primary-nav li {
    margin: 1.6em 2.6em 1.6em 0em;
}
.mobViewMenu{
  padding-left: 0em;
}
}
@media only screen and (max-width: 825px) {
  .descViewMenu{
     padding: 0em;
  }
  
}
@media only screen and (max-width: 450px) {
  .cd-nav .cd-primary-nav {
 display: inline-block;
 text-align: left;}
 .cd-nav .cd-primary-nav li {
  margin: 1em 2.6em 1em 0em;
 
}
}


  @media screen and (max-width: 480px) {
    .cd-nav-trigger {
      height: 30px;
      width: 32px;
  }
  .imglogoCls {
    width: 39px;
}
.padd-75 {
  padding-left: 30px;
  padding-right: 30px;
}
.orangebg, .cyanbg, .whitebg {
  height: 180px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 19px;
}
.counterbox {
  height: 200px;
  max-height: 3000px;
  position: relative;
  margin: 0px 10px;
}
.counterbox p {
  font-size: 45px;
  padding-top: 35px;
  font-family: DMmedium;
  font-weight: bold;
}
.counterbox p:before {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 50px;
  top: 100px;
  background-color: #000;
  left: 40%;
}
.headingcounter {
  padding-top: 35px;
  margin-bottom: 44px;
}
.headingcounter h1:before {
  top: 84px;
  left: 43%;
}
.heading {
  padding-top: 0px;
  margin-bottom: 10px;
}
.heading h1:before {
  top: 45px;
  left: 44%;
}
  .slidertexthome {
    top: 7vh;
    width: 83%;
    padding-right: 11px;
    left: 50px;
  }
  .carousel-caption h1 {
  	font-size: 16px;
    font-family: DMmedium;
    font-weight: bold;
    line-height: 21px;
  }
  .carousel-caption p {
  	font-size: 12px;
  	width: 100%;
  }
  .slidertextindus {
  	top: 11vh;
  }
  .headingind h1 {
  	font-size: 24px;
  }
  .over-text1  {
  	/*height: 100%;*/
  }
  .over-text1 h1 {
  	font-size: 16px;
  }

 .customize-inner {
 		height: 38vh;
 	}
  .headingind {
	    padding-top: 30px;
	    padding-bottom: 25px;
	}
	.headingind h1 {
		font-size: 18px;
	}
	.headingind p {
		font-size: 10px;
	}
	.over-text1 p {
		font-size: 14px;
	}
	.headingind:before {
		left: 42%;
	}
	.carousel-caption p {
		padding-top: 0px;
	}
}

  @media screen and (min-width: 480px) and (max-width: 767px) {
 	.over-text1 p {
		font-size: 14px;
	}
	.customize-item img{
		height: 100vh;
	}
	 .carousel-caption h1 {
  	font-size: 18px;
    font-family: DMmedium;
    font-weight: bold;
    line-height: 21px;
  }
  .carousel-caption p {
  	font-size: 14px;
  	width: 100%;
  }
   .customize-inner {
 		height: 60vh;
 	}
 	.slidertextindus {
  	top: 23vh;
  }
  .slidertexthome {
    top: 10vh;
    width: 50%;
  }
 }

  @media screen and (min-width: 768px) and (max-width: 1200px) {
 	.over-text1 p {
		font-size: 14px;
	}
	.customize-item img{
		height: 100vh;
	}
 }
  @media screen and (min-width: 768px) and (max-width: 2400px) {
 	.customize-inner {
 		height: 100vh;
 	}
 	.over-text1 p {
		font-size: 14px;
  }
 
 }
  
 @media screen and (max-width: 768px){
  .Industries .padd-75{
    padding-left: 17px;
    padding-right: 17px;
  }
  .Industries .padd-75 .box img {
    width: 30%;
    padding-top: 5px;
    padding-bottom: 8px;
}
.Industries .padd-75 .box h3 {
  font-size: 20px;
}
.Industries .padd-75 .box p {
  padding-top: 6px;
}
 .cyanbg h3,.orangebg h3,.whitebg h3 {
  font-size: 20px;
}
.orangebg, .cyanbg, .whitebg {
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 27px;
}
.counterbox p {
  font-size: 47px;
  padding-top: 26px;
}
.counterbox p:before {
  top: 91px;
  left: 40%;
}
.counterbox {
  height: 195px;
}
 }

 .wrapper-again {
  padding: 0px 150px;
}
.services {
  padding: 0px 150px;
  background-color: #f8f8f9;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .wrapper-again {
    padding: 0px 25px;
  }
  .services {
    padding: 0px 25px;
  }
}

.wrapper-again p {
  font-size: 20px;
  color: #6f6f6f;
  font-family: dmregular;
}
.services p {
  font-size: 20px;
  color: #6f6f6f;
  font-family: dmregular;
}
.wrapper-again h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DMmedium;
}
.services h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DMmedium;
}

.services ul li {
  font-size: 20px;
  color: #6f6f6f;
}
.wrapper-again ul li {
  font-size: 20px;
  color: #6f6f6f;
}

.navbar {
  padding: 20px 50px;
  border-bottom: 3px solid #f5f5f5;
}
.navbar .logo-name {
  width: 50%;
  color: #000;
}
.navbar .logo-name:hover {
  width: 50%;
  color: #000;
}
.navbar h3 {
  font-size: 36px;
}
h3.title {
  font-weight: 400;
  font-size: 32px;
  color: #3D3D3D;
}
h3.title {
  font-weight: 400;
  font-size: 32px;
  color: #3D3D3D;
}
.text-color {
  color: #d82beb !important;
}


a {
  color: #d82beb;
}

.hero .title{
  font-size: 40px;
  color: #525252;
}

.about-box h1{
  font-size: 40px;
  color: #525252;
}

.fidelity{
  font-size: 40px;
  color: #525252;
}

.content-box .list-tag {
  list-style: none;
  display: inline-flex;
}
.content-box .list-tag p {
  font-size: 14px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.content-box {
margin: 20px;
}
.services .content-box h4{
  font-size: 30px;
}
.about-box{
    /* margin: 20px; */
}
.about-box ul {
  list-style: disc;
  margin-left: 20px;
}
.content-box .list-tag p {
  color: #d82beb;
  padding: 5px;
  margin-right: 20px;
  background: #efefef;
  border-radius: 2px;
}
ul#menu li {
  display:inline;
}