html { margin: 0; padding:0; overflow-x:hidden;}
body{ 
font-family: 'Poppins', sans-serif; 
font-weight:normal; padding:0!important; color:#080a3c;
font-size:16px;
line-height:1.5;
height:100%; 
min-height:100%;
}

/*	--------------------------------------------------
Global Reset & Standards
-------------------------------------------------- */

img{border:0;}


a{color:#424242; text-decoration:none;
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
-ms-transition: 1s;
transition: 1s;
}
a:hover{text-decoration:none; color:#a9a283;}

.fix{
position:fixed !important;
z-index:999999; 
padding:20px 0 10px !important;
top: 0;
left: 0;
right: 0;
margin: 0;
width:100%;
background:#FFF;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
 -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.clear{clear:both; line-height:0; font-size:0;}

/*	--------------------------------------------------
Global Reset & Standards
-------------------------------------------------- */
.header{padding:30px 0; border:none; transition: 0.5s; z-index:999; position:absolute; top:0; left:0; width:100%;}
.relative{position:relative;}
a.logo{ position:relative; top:0; left:0; z-index:999; transition: 1s; float:left;}
a.logo img{height:29px; transition: 1s;}
.fix a.logo img{height:29px; }

.nav-logo{display:none;}

.menubtn{float:right; cursor:pointer; display:none;}
.menubtn .bar1, .menubtn .bar2, .menubtn .bar3 {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.4s;
}
.closemenubtn .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 3px);
  transform: rotate(-45deg) translate(-9px, 3px);
}
.closemenubtn .bar2 {opacity: 0;}
.closemenubtn .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -3px);
  transform: rotate(45deg) translate(-8px, -3px);
}

.navigation{float:right; width:75%; margin:-5px 0 0 0;}
.navigation ul{margin:0; padding:0; display:inline-block; vertical-align:top;}
.navigation ul li{display:inline-block; vertical-align:top; margin:0 5px;}
.navigation ul li a{color:#000;display:block; padding:8px 18px; border-radius:25px; transition:1s all; font-weight:500; border:2px solid transparent; letter-spacing:1px;}
.navigation ul li a:hover{background:rgba(255,255,255,0.2);}
.navigation ul.first-child{padding-right:10px;/*border-right:2px solid rgba(255,255,255,0.5);*/ float:left;}

.navigation ul.last-child{float:right;}

.navigation ul.last-child li:first-child a{background:#00d599; color:#fff;}
.navigation ul.last-child li:first-child a:hover{border:2px solid #FFF; background:none; color:#FFF;}
.fix .navigation ul.last-child li:first-child a:hover{border:2px solid #00d599; color:#00d599; }


.navigation ul.last-child li:nth-child(2) a{border:2px solid rgba(255,255,255,1); color:#fff;}
.navigation ul.last-child.nextpagechild li:nth-child(2) a{border:2px solid #00d599; color:#00d599;}
.navigation ul.last-child li:nth-child(2) a:hover{border:2px solid #4ac728; background:#4ac728; color:#FFF;}
.fix .navigation ul.last-child li:nth-child(2) a{border:2px solid #4ac728; color:#4ac728;}
.fix .navigation ul.last-child li:nth-child(2) a:hover{color:#FFF;}

.navigation ul.last-child li:last-child{display:none;}
.navclose{display:none;}

.banner-area{display:block; position:relative;} 
	
	
/*.banner-area img{width:100%; height:100vh;}*/
.banner-caption{position:relative; left:0; right:0; margin:0 auto 0; padding:0 0px;}
.banner-caption h1{position:relative; display:block; z-index:11; font-weight:500; font-size:39px; margin-bottom:15px; }
.banner-caption p{font-weight:400; font-size:18px; color:#4a6f8a; }
.banner-caption h1 small{display:block; font-family: 'Barlow', Helvetica, Arial, sans-serif; font-size:25px; font-weight:600; letter-spacing:2px; display:block; margin-bottom:25px;}

.banner-caption h2{color:#FFF; position:relative; z-index:1; font-size:20px; margin-top:25px; font-family: 'Barlow', Helvetica, Arial, sans-serif; font-weight:600; }
.banner-caption span a{width:190px; position:relative; z-index:1; display:inline-block; margin:25px 0px 0; font-size:18px; padding:9px 25px; text-align:center; border-radius:25px; background:#4ac728;color:#FFF; font-weight:400; transition: all .2s ease-in-out;}
.banner-caption span a:hover{background: rgba(26,156,77,1);}
.banner-caption span a.banner-callbtn{background:rgba(0,0,0,0.5); margin-left:15px;}
.banner-caption span a.banner-callbtn:hover{background: rgba(254,132,2,1);}



.banner-caption span{display:block;}

.imagebackbg{background:url(../images/bannerimg.jpg) no-repeat top right; height:100vh;border-radius:0 0 0 80px;background-color:#ff612f;background-position:50%;background-size:cover;}
.bannertxt{display:block; max-width:700px; margin-left:auto; padding-right:195px; position:relative; left:-20px; margin-top:65px;}
.dotted-img{position:absolute; left:-40px; bottom:-25px; z-index:-1;}

.chat-wrapper{position:absolute;left:-20%;top:50%;transform:translateY(-50%);width:510px;height:auto;}
.chat-wrapper .chat-container{height:400px;overflow:hidden;}
.chat-wrapper .chat ul{padding-left:0;margin-bottom:0;list-style-type:none;}
.message-right{text-align:right;margin-bottom:15px;position:relative;padding-bottom:15px;padding-right:50px;}
.message-right img{display:inline-block;position:absolute;right:0;bottom:0;width:40px !important;height:40px;border-radius:50%;}
.message-right .message-text{line-height:1.8;display:inline-block;background:#2e5bff;padding:15px 30px 30px 15px;position:relative;color:#fff;border-radius:15px 15px 0 15px;text-align:left;max-width:80%;font-weight:400;font-size:13px;}
.message-right .message-text:before{content:"";position:absolute;right:2px;bottom:-5px;width:10px;height:10px;background:#2e5bff;transform:rotate(45deg);}
.message-right .message-time{color:#e4e8f0;position:absolute;right:13px;bottom:8px;font-size:11px;font-weight:400;}
.chat-wrapper [hidden]{display:none;}

.message-left{text-align:left;position:relative;margin-bottom:15px;padding-bottom:15px;padding-left:50px;}
.message-left img{display:inline-block;position:absolute;left:0;bottom:0;width:40px !important;height:40px;border-radius:50%;}
.message-left .message-text{max-width:80%;display:inline-block;background:#f4f6fc;padding:15px 30px 30px 15px;position:relative;color:#2e384d;border-radius:15px 15px 15px 0;line-height:1.8;font-weight:400;
font-size:13px;}
.message-left .message-text:before{content:"";position:absolute;left:3.4px;bottom:-5px;width:10px;height:10px;background:#f4f6fc;transform:rotate(45deg);}
.message-left .message-time{color:#8097b1;position:absolute;right:13px;bottom:8px;font-size:11px;font-weight:400;}



.spinme-right {
  display: inline-block !important;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.8;
}

.spinme-left {
  display: inline-block !important;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.2;
}

.spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}

.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: rgba(0,0,0,1);
}
.spinme-right .spinner > div{background: rgba(255,255,255,1);}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}





.shape1 {
	position: absolute;
	left: 0;
	top: 27%;
	z-index: -1;
	-webkit-animation: movebounce 5s linear infinite;
	animation: movebounce 5s linear infinite
}
.shape2 {
	position: absolute;
	top: 50%;
	z-index: -1;
	left: 0;
	display: none
}
.shape3 {
	position: absolute;
	z-index: -1;
	bottom: 205px;
	left: 85px;
	-webkit-animation: movescale 3s linear infinite;
	animation: movescale 3s linear infinite
}
.shape4 {
	position: absolute;
	z-index: -1;
	left: 5px;
	bottom: 98px;
	-webkit-animation: movebounce 5s linear infinite;
	animation: movebounce 5s linear infinite
}
.shape5 {
	position: absolute;
	z-index: -1;
	bottom: 5%;
	left: 20%;
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}
.shape6 {
	position: absolute;
	z-index: -1;
	left: 34%;
	bottom: 16%;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite
}
.shape7 {
	position: absolute;
	z-index: -1;
	left: 52%;
	bottom: 14%;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
	display: none
}
.shape8 {
	position: absolute;
	z-index: -1;
	left: 48%;
	bottom: 17%;
	-webkit-animation: movescale 3s linear infinite;
	animation: movescale 3s linear infinite
}
.shape9 {
	position: absolute;
	z-index: 1;
	left: 53.7%;
	top: 35%;
	z-index:-1;
	-webkit-animation: movebounce 5s linear infinite;
	animation: movebounce 5s linear infinite
}
.shape10 {
	position: absolute;
	z-index: -1;
	top: 15%;
	left: 50%;
	-webkit-animation: movescale 3s linear infinite;
	animation: movescale 3s linear infinite
}
.shape11 {
	position: absolute;
	z-index: -1;
	top: 21%;
	left: 30%;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite
}
.shape12 {
	position: absolute;
	z-index: -1;
	top: 20%;
	left: 14%;
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}
@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@-webkit-keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}
@keyframes movebounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}
@-webkit-keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}
@keyframes moveleftbounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}
@-webkit-keyframes movescale {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
}
@keyframes movescale {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
}
@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}
@keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}
@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg)
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg)
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg)
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg)
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg)
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg)
	}
}
@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg)
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg)
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg)
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg)
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg)
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg)
	}
}
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}
@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}



.aboutarea{display:block; padding:80px 0 50px; background:#ebeff4; }
.aboutarea h2{position:relative; display:block; font-weight:500; margin-bottom:30px; font-size:40px;}
.aboutarea span.brieftext{font-size:16px; display:block; clear:both; color:#4a6f8a;}
.aboutarea #aboutcarasuel{margin-top:70px;}
.aboutarea #aboutcarasuel .item div{position:relative; display:block; padding:35px 15px 25px; transition: 0.4s; border-radius:5px; text-align:center; background:#FFF; }
.aboutarea #aboutcarasuel .item div i{font-size:45px; color:#1a9c4d;}

.aboutarea #aboutcarasuel .item div span h3{font-size:18px; font-weight:600; margin-bottom:10px; margin:25px 0 20px; }
.aboutarea #aboutcarasuel .item div p{font-size:14px; line-height:24px; color:#4a6f8a; font-family: 'Open Sans', sans-serif;}
.aboutarea #aboutcarasuel .item div:before{    position: absolute;
    right: -4px;
    bottom: -15px;
    width: 56px;
    z-index: 999999;
    height: 56px;
    border-radius: 50%;
    box-shadow: -24px -17px 0px 58px rgba(12,24,252,0.12);
    background: rgba(0,0,0,0.11);
    content: "";
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 35s,-webkit-transform 35s;
    transition: opacity .35s,transform 35s;}

.aboutarea #aboutcarasuel .item div:after{    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: .35s;
    -o-transition: .35s;
    -ms-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
    transform-origin: 45deg;
    opacity: 0;}	
.aboutarea #aboutcarasuel .item div:hover{background-image:linear-gradient(31deg,#2e5bff 29%,#0c18ff 100%); color:#FFF;/*transform:translate3d(0, -30px, 10px);*/}
.aboutarea #aboutcarasuel .item div:hover i{color:#FFF;}
.aboutarea #aboutcarasuel .item div:hover p{color:#FFF;}
.aboutarea #aboutcarasuel .item div:hover:before,.aboutarea #aboutcarasuel .item div:hover:after{opacity:1;}

.aboutarea .owl-theme .owl-nav{margin-top:0; position:absolute; width:100%; left:0; top:40%;}
.aboutarea .owl-carousel .owl-nav button.owl-prev{position:absolute; left:-30px; top:0;} 
.aboutarea .owl-carousel .owl-nav button.owl-next{position:absolute; right:-30px; top:0;}
.aboutarea .owl-theme .owl-nav [class*="owl-"]{margin:0; font-size:35px; color:#bfcada;}
.aboutarea .owl-theme .owl-nav [class*="owl-"]:hover{background:none; color:#000;}
.aboutarea .owl-theme .owl-nav [class*="owl-"]:focus{outline:none;}

.service-area{display:block; padding:100px 50px 50px; position:relative;}
.service-area h2{font-size:40px;font-weight:500; margin-bottom:40px; text-align:center;}
.service-area span.subtxt{color:#4a6f8a;}
.s-txtbox{position:relative; z-index:11; padding:15px; background:#FFF; border:2px solid #d5dfed; border-radius:5px;}
.s-txtbox span{display:block; margin-bottom:20px;}
.s-txtbox span i{font-size:30px; width:60px; height:60px; line-height:60px; text-align:center; background:#dbe1f5; color:#2e5bff; border-radius:5px;}
.service-area h3{font-size:20px; font-weight:600; white-space:nowrap;margin-bottom:20px;}
.service-area p{color:#4a6f8a;font-family: 'Open Sans', sans-serif;}
.service-area ul{display:block; margin:0; padding:0; list-style:none;}
.service-area ul li{display:block;color:#4a6f8a; padding-left:21px; position:relative;font-family: 'Open Sans', sans-serif; margin-bottom:8px;}
.service-area ul li i{position:absolute; left:0; top:5px; font-size:14px;color:#2e5bff;}

.s-imgbox{positio:relative;}
.s-imgbox:before{content:''; position:absolute; width:20%; height:120%; left:0; top:-10px; background:#FFF;transform-origin: 54% 0;
  transform: rotate(15deg); }



.help-area{display:block; padding:80px 0 35px; position:relative; margin:0px 0 0px;}

.help-area:before{background:#e6eff8;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
 /* transform: skewY(-1.5deg);
  transform-origin: 100%;*/
  z-index: -1;}	

.help-area h2{font-size:40px;font-weight:500; margin-bottom:10px;}
.help-area h3{font-weight:600; font-size:20px; margin-bottom:10px; margin-top:15px;}
.help-area [class^="col-"] div{display:block; padding:45px 35px; border-radius:10px; position:relative;transition:0.5s all; top:0; background:#FFF; text-align:center;}
.help-area [class^="col-"] div div{position:absolute; width:100%; height:100%; left:0; bottom:0;padding:25px 35px; opacity:0; visibility:hidden;transition:0.5s all;}


.help-area [class^="col-"] div span{color:#4a6f8a;font-family: 'Open Sans', sans-serif;}
.help-area [class^="col-"]:first-child div{padding:0px;transition:1s all; background:none; text-align:left; padding-top:0px;}
.help-area [class^="col-"]:first-child div span{font-size:18px; font-weight:400;}
.help-area [class^="col-"]{margin-bottom:15px;}
/*.help-area [class^="col-"]:nth-child(2){margin-top:35px;}
.help-area [class^="col-"]:nth-child(3){margin-top:85px;}
.help-area [class^="col-"]:nth-child(4){margin-top:-55px;}
.help-area [class^="col-"]:nth-child(5){margin-top:-5px;}
.help-area [class^="col-"]:nth-child(6){margin-top:45px;}
*/.help-area [class^="col-"] div i{width:72px; height:72px; line-height:72px; text-align:center; color:#074ece; background:#d7e0fb; border-radius:50%; font-size:30px; transition:0.5s all; margin-bottom:15px;}
.help-area [class^="col-"] div:hover i{background:#a6e5bf;; color:#1a9c4d;}
.help-area [class^="col-"]:first-child div:hover{top:0px;box-shadow:none;}
.help-area [class^="col-"] div:hover{/*top:-5px;*/ box-shadow:0px 5px 10px 1px rgba(0,0,0,0.07);}

.help-area [class^="col-"] div:hover i{opacity:0; visibility:hidden;}
.help-area [class^="col-"] div:hover div{visibility:visible; opacity:1; bottom:0; }






.feature-area{position:relative;display:block; padding:50px 0 50px; margin:50px 0 0px; background:#FFF;}
.feature-area h2{font-size:40px;font-weight:500; margin-bottom:10px;}
.feature-area p{margin-bottom:65px; text-align:center; font-size:16px; padding:0 200px; color:#4a6f8a;}
.feature-area [class^="col-"]{margin-bottom:55px;}
.feature-area [class^="col-"] div{display:block; position:relative; text-align:left;border:0; padding-left:75px; box-sizing: border-box;}
.feature-area [class^="col-"] div i{width:60px; height:60px; line-height:60px; text-align:center; border-radius:5px; background:#0ca72d; color:#FFF; display:block; font-size:25px;
position:absolute; left:0; top:0; transition:1s all;}
.feature-area [class^="col-"] div h3{font-size:20px; font-weight:600; margin-bottom:8px;}
.feature-area [class^="col-"] div span{color:#4a6f8a;font-family: 'Open Sans', sans-serif;}

.feature-area [class^="col-"]:first-child div i{background:#dafcf1; color:#1ed89e;}
.feature-area [class^="col-"]:nth-child(2) div i{background:#e8d2f4; color:#a63edf;}
.feature-area [class^="col-"]:nth-child(3) div i{background:#f9dff4; color:#d527b7;}
.feature-area [class^="col-"]:nth-child(4) div i{background:#dfffd7; color:#56cb36;}
.feature-area [class^="col-"]:nth-child(5) div i{background:#fbe7df; color:#e76126;}
.feature-area [class^="col-"]:nth-child(6) div i{background:#f4ead1; color:#e7b336;}
.feature-area [class^="col-"]:nth-child(7) div i{background:#d0e7f8; color:#379ce6;}
.feature-area [class^="col-"]:nth-child(8) div i{background:#e4e3fa; color:#6360e8;}
.feature-area [class^="col-"]:nth-child(9) div i{background:#f7d8f7; color:#e25be0;}

.feature-area [class^="col-"]:hover div i{background:#4ac728; color:#FFF;}


.industry-area{display:block; margin:0 0 105px;  padding:50px 0 20px; position:relative;}
.industry-area:before{content:''; position:absolute; width:100%; height:100%; left:0; top:0;background:#eceff3; z-index:-1;}
.industry-area h2{font-size:40px;font-weight:500; margin-bottom:10px;} 
.industry-area span.subtxt{margin-bottom:45px; color:#4a6f8a;}
.industry-area [class^="col-"]{margin-bottom:35px;}
.industry-area [class^="col-"] div{position:relative; padding:25px 15px; font-weight:600; font-size:22px; -webkit-transition: 0.5s;transition: 0.5s; border-radius:5px;}
.industry-area [class^="col-"] div i{margin-right:10px; color:#c9ced6;}
.industry-area [class^="col-"] div:before{position:absolute;left:0;top:0;width:0;height:100%; height:100%;background:#2e5bff;z-index:-1;content:'';-webkit-transition: 0.5s;transition: 0.5s;border-radius: 5px;}
.industry-area [class^="col-"] div:hover:before{width: 100%;}
.industry-area [class^="col-"] div:hover,.industry-area [class^="col-"] div:hover i{color:#FFF;}
.industry-area [class^="col-"] div:hover{padding-left:35px;}

.pricing-area{display:block; padding:20px 0 70px;}
.pricing-area h2{font-size:40px;font-weight:500; margin-bottom:10px;}
.pricing-area p{display:block;margin-bottom:45px; text-align:center; font-size:20px;}
.pricing-area [class^="col-"] div{display:block; position:relative; padding:25px 15px; text-align:center;    background-color: rgba(255,255,255,1);
    box-shadow: 5px 5px 45px 5px rgba(175,177,177,0.57);
    border-radius: 8px;}
.pricing-area [class^="col-"] div h3{font-size:20px; font-weight:600; color:#0ca72d; margin-bottom:15px;}
.pricing-area [class^="col-"] div h4{font-size:38px; font-weight:600;}
.pricing-area [class^="col-"] div h4 small{font-size:16px; font-weight:600; color:#666;}
.pricing-area [class^="col-"] div h4 span{font-size:18px;}
.pricing-area [class^="col-"] div h5{font-size:16px; font-weight:600; display:block; margin-bottom:15px; color:#0ca72d;}
.pricing-area [class^="col-"] div p{font-weight:400; font-size:14px;height:50px; margin:25px 0;}
.pricing-area [class^="col-"] div a{display:inline-block; text-transform:uppercase; font-weight:600; color:#FFF; background:#0ca72d; padding:8px 25px; border-radius:25px; font-size:14px;}
.pricing-area [class^="col-"] div a img{width:100px;}

.pricing-area [class^="col-"]:first-child div a{color:#000; background:#FFF; box-shadow: 0px 0px 35px 5px rgba(0,0,0,0.27); border:1px solid #ddd;}

.pricing-area [class^="col-"] div ul{display:block; margin:0 0 40px; padding:0; list-style:none; text-align:left;}
.pricing-area [class^="col-"] div ul li{display:block; margin:5px 0; padding:0px 0 5px; position:relative; padding-left:25px; border-bottom:1px dashed #ddd;  font-size:14px; font-weight:400;}
.pricing-area [class^="col-"] div ul li img{position:absolute; left:0; top:5px; opacity:0.7}
.pricing-area [class^="col-"] div ul li span{display:block; clear:both; margin-top:5px;}
.pricing-area [class^="col-"] div ul li span i{font-size:25px; margin-right:5px;}
.pricing-area [class^="col-"] div ul li span i.fa-facebook-square{color:#3b5998;}
.pricing-area [class^="col-"] div ul li span i.fa-twitter-square{color:#64a8f2;}
.pricing-area [class^="col-"] div ul li span i.fa-linkedin{color:#007ab5;}

.pricing-area [class^="col-"] div span.responsive-price{display:none;}


.inr-usd{display:block; clear:both; text-align:center; margin-bottom:35px;}
.inr-usd a{display:inline-block; padding:8px 20px; border-radius:25px; background:#ddd; color:#000; margin:0 5px;font-family:'Conv_MuseoSans_500',Sans-Serif;}
.inr-usd a i{margin-left:5px;}
.inr-usd a.pricective{background:#0ca72d; color:#FFF;}







.contact-area{display:block; padding:0px 0 100px;}
.contact-area h2{font-size:40px;font-weight:500; margin-bottom:55px;}
.contact-area [class^="col-"]{margin-bottom:25px;}

.contact-area [class^="col-"] div{display:block; position:relative; text-align:center;padding:25px 15px; box-sizing: border-box; box-shadow: 5px 5px 45px 5px rgba(175,177,177,0.57);}
.contact-area [class^="col-"] div i{font-size:55px; color:#0ca72d;}
.contact-area [class^="col-"] div h3{font-size:20px; font-weight:600; margin:25px 0 15px;}
.contact-area [class^="col-"] div span{display:block;font-family: 'Open Sans', sans-serif;}
.contact-area [class^="col-"] div a{display:inline-block; padding:10px 0px; width:180px; border-radius:5px; background:#0ca72d; color:#FFF; margin-top:25px; font-weight:500; font-size:15px;}





.create-area{display:block; padding:25px 0; background:#0ca72d; color:#FFF;}
.create-area a{color:#FFF;}
.create-area h4{margin-bottom:0;}
.create-area span{display:inline-block;margin-left:15px; }
.create-area span a{display:block; padding:8px 20px; background:#333; border-radius:25px;border:none; }
.create-area span a:hover{box-shadow:2px 5px 5px 0px rgba(0,0,0,0.2);}
.create-area ul{margin:0;padding:0; list-style:none;}
.create-area ul li{display:inline-block; vertical-align:top; margin-right:-4px;}
.create-area ul li a{display:block; padding:0 10px; border-right:1px solid rgba(255,255,255,0.2);}
.create-area ul li:last-child a{border-right:none;}
.create-area hr{border-top:1px solid rgba(255,255,255,0.2);}
.create-area p{margin-bottom:0px; font-size:14px;}


.sticky-chat{position:fixed; right:25px; bottom:25px; z-index:9999; display:none;}
.sticky-chat a{position:relative;display:block;background: #0dc143;color: #FFF;width: 60px;height: 60px;border-radius: 50%;text-align: center;line-height: 60px;font-size: 35px; box-shadow:0px 5px 8px rgba(0,0,0,0.3);}
.sticky-chat a i{}
.sticky-chat a.mobile-whatsapp{display:none;}

#showpwd{position:absolute; right:7px; top:7px;}
.registooltip{border-radius:3px; position:relative; width:320px; background-clip:padding-box; box-shadow:0 3px 3px rgba(0, 0, 0, 0.5); z-index:2;}
.registooltip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 12px;
      border-style: solid;
      border-color: transparent #303940 transparent transparent;
      top: 42%;
      left: -24px;
	
}
ul.passowrdtooltip{list-style:none; display:block; padding:8px 0 0 0px;}
ul.passowrdtooltip li{line-height:25px; padding-left:22px; position:relative; }
ul.passowrdtooltip li:before {
    content: "\f111";
    color: #000;
	font-family: 'Font Awesome 5 Free';
	font-weight:900;
	position: absolute;
	left:0;
	top:0;
	text-shadow:0 1px 1px rgba(255,255,255,0.2);
	
}
ul.passowrdtooltip li.upper:before{color:#39c11c;}
ul.passowrdtooltip li.lower:before{color:#39c11c;}
ul.passowrdtooltip li.Strong:before{color:green;}
ul.passowrdtooltip li.vStrong:before{color:green;}

.contact-areaone{margin-bottom:85px;}
.contact-areaone .formarea{ padding:35px; margin:35px 0; box-shadow:0px 0px 35px 5px rgb(0 0 0 / 12%); border-radius:10px;}
.contact-areaone .formarea .form-group{margin-bottom:25px;}
.contact-areaone .formarea input.form-control{height:50px;}
.contact-areaone .formarea textarea.form-control{height:150px;}
.contact-areaone .form-control:focus{outline:0 none; border:1px solid #666; box-shadow:none;}
.contact-areaone .floating-label > input + label, .contact-areaone .floating-label > textarea + label{top:6px;left:10px;}
.contact-areaone button{border:none;padding:15px 50px;border-radius:35px; font-size:18px; background:#0ca72d; color:#FFF; transition:0.5s all;}
.contact-areaone button:hover{background:#333;}







[dir=rtl] .floating-label > input + label,
[dir=rtl] .floating-label > textarea + label {
  right: 0;
  left: auto !important;
}
[dir=rtl] .floating-label > input:not([placeholder]):not([value]) + label,
[dir=rtl] .floating-label > textarea:not([placeholder]):empty + label, [dir=rtl] .floating-label > input[placeholder]:not(:placeholder-shown) + label,
[dir=rtl] .floating-label > textarea[placeholder]:not(:placeholder-shown) + label, [dir=rtl] .floating-label > input:-webkit-autofill + label,
[dir=rtl] .floating-label > textarea:-webkit-autofill + label, [dir=rtl] .floating-label > input:focus + label,
[dir=rtl] .floating-label > textarea:focus + label, [dir=rtl] .floating-label > select + label {
  right: 0.5rem;
  left: auto !important;
}

.floating-label {
  position: relative;
}
.floating-label > select + label,
.floating-label > select + label.label-sm {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.7875rem;
  font-size: 0.875rem;
}
.floating-label > select + label.label-md {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.9rem;
  font-size: 1rem;
}
.floating-label > select + label.label-lg {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -1.125rem;
  font-size: 1.25rem;
}
.floating-label > select:disabled + label, .floating-label > select[readonly] + label {
  background-color: #e9ecef;
}
.floating-label > input + label,
.floating-label > textarea + label {
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 0;
  left: 0;
  color: #6c757d;
  pointer-events: none;
  font-size: 1rem;
  padding: calc(0.375rem + 1px) calc(0.75rem + 1px);
}
.floating-label > input.form-control-sm + label,
.floating-label > textarea.form-control-sm + label {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 0;
  left: 0;
  color: #6c757d;
  pointer-events: none;
  font-size: 0.875rem;
  padding: calc(0.25rem + 1px) calc(0.5rem + 1px);
}
.floating-label > input.form-control-lg + label,
.floating-label > textarea.form-control-lg + label {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 0;
  left: 0;
  color: #6c757d;
  pointer-events: none;
  font-size: 1.25rem;
  padding: calc(0.5rem + 1px) calc(1rem + 1px);
}
.floating-label > input::placeholder,
.floating-label > textarea::placeholder {
  color: transparent;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.floating-label > label + input::placeholder,
.floating-label > label + textarea::placeholder {
  color: #6c757d;
}
.floating-label > input:focus::placeholder,
.floating-label > textarea:focus::placeholder {
  color: #6c757d;
}
.floating-label > input:focus + label,
.floating-label > input:focus + label.label-sm,
.floating-label > textarea:focus + label,
.floating-label > textarea:focus + label.label-sm {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.7875rem;
  font-size: 0.875rem;
}
.floating-label > input:focus + label.label-md,
.floating-label > textarea:focus + label.label-md {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.9rem;
  font-size: 1rem;
}
.floating-label > input:focus + label.label-lg,
.floating-label > textarea:focus + label.label-lg {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -1.125rem;
  font-size: 1.25rem;
}
.floating-label > input:focus[readonly] + label,
.floating-label > textarea:focus[readonly] + label {
  background-color: #e9ecef;
}

.floating-label > input:-webkit-autofill + label,
.floating-label > input:-webkit-autofill + label.label-sm,
.floating-label > textarea:-webkit-autofill + label,
.floating-label > textarea:-webkit-autofill + label.label-sm {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.7875rem;
  font-size: 0.875rem;
}
.floating-label > input:-webkit-autofill + label.label-md,
.floating-label > textarea:-webkit-autofill + label.label-md {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.9rem;
  font-size: 1rem;
}
.floating-label > input:-webkit-autofill + label.label-lg,
.floating-label > textarea:-webkit-autofill + label.label-lg {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -1.125rem;
  font-size: 1.25rem;
}

.floating-label > input[placeholder]:not(:placeholder-shown) + label,
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-sm,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-sm {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.7875rem;
  font-size: 0.875rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-md,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-md {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.9rem;
  font-size: 1rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown) + label.label-lg,
.floating-label > textarea[placeholder]:not(:placeholder-shown) + label.label-lg {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -1.125rem;
  font-size: 1.25rem;
}
.floating-label > input[placeholder]:not(:placeholder-shown):disabled + label, .floating-label > input[placeholder]:not(:placeholder-shown)[readonly] + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown):disabled + label,
.floating-label > textarea[placeholder]:not(:placeholder-shown)[readonly] + label {
  background-color: #e9ecef;
}
.floating-label > input:not([placeholder]):not([value]) + label,
.floating-label > input:not([placeholder]):not([value]) + label.label-sm,
.floating-label > textarea:not([placeholder]):empty + label,
.floating-label > textarea:not([placeholder]):empty + label.label-sm {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.7875rem;
  font-size: 0.875rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-md,
.floating-label > textarea:not([placeholder]):empty + label.label-md {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -0.9rem;
  font-size: 1rem;
}
.floating-label > input:not([placeholder]):not([value]) + label.label-lg,
.floating-label > textarea:not([placeholder]):empty + label.label-lg {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  padding: 0 0.3rem;
  color: inherit;
  background-color: #fff;
  border-radius: 0.25rem;
  top: -1.125rem;
  font-size: 1.25rem;
}
.floating-label > input:not([placeholder]):not([value]):disabled + label, .floating-label > input:not([placeholder]):not([value])[readonly] + label,
.floating-label > textarea:not([placeholder]):empty:disabled + label,
.floating-label > textarea:not([placeholder]):empty[readonly] + label {
  background-color: #e9ecef;
}

.cufcontrol::placeholder{font-size:0px;}

.cta-topbar{display:block; position:fixed; width:100%; top:0px; left:0px; background:#0ca72d; padding:5px 0; z-index:9999;}
.cta-innerbar{display:flex; justify-content:center; color:#FFF; align-items:center}
.cta-innerbar a{display:inline-block; margin-left:25px; background:#fe8402;color:#FFF; padding:7px 15px;border-radius:25px;}

.bannerpositom{background:#ebeff4; padding:150px 0 80px; text-align:center;}
.bannerpositom h2{margin-bottom:0px;}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/



@media (max-width: 1400px){
	.bannertxt{left:0;}
}
@media (min-width: 992px) and (max-width: 1199px){
	.bannertxt{left:0;padding-right:130px;max-width:570px;}
	.banner-caption h1{font-size:48px;}
}
@media (min-width: 768px) and (max-width: 992px){
.header{padding:15px 0;}
.banner-caption h1{font-size:40px;}
.bannertxt{text-align:center;max-width:640px;padding-right:0;margin-right:auto;margin-bottom:25px;}
	}


@media (min-width: 330px) and (max-width: 991px){
	.header{padding:15px 0;}
	.fix{padding:15px 0 10px !important;}
	.menubtn{display:block;position:fixed;right:20px;top:15px;}
	.colormbtn .bar1, .colormbtn .bar2, .colormbtn .bar3{background-color:#000;}
	.navigation{width:250px;background:#666;height:100vh;position:fixed;top:0;z-index:999; transform:translate3d(-400px,0,0);transition:.3s ease-in-out;}
	.navigation ul{display:block;}
	.navigation ul.first-child{padding-right:0; border-right:none;}
	.navigation ul li{display:block;}
	.rightmargin{left:0;transform:translate3d(0,0,0)!important}
	.navclose{display:none;color: #FFF;position: absolute;right:-30px;top:0px;font-size:25px;cursor:pointer;background:#000;width:35px;text-align:center;font-weight:bold;}
	.nav-logo{display:block; padding:20px 15px 15px 25px; }
	
	.navigation ul.first-child, .navigation ul.last-child{float:none;}
	.navigation ul.last-child{margin-top:25px;}
	.navigation ul.first-child li:last-child a{border-bottom:1px solid rgba(255,255,255,0.1);}
	.navigation ul li a{border-radius:0; border-top:1px solid rgba(255,255,255,0.1); color:#FFF; font-weight:400;}
	.navigation ul:last-child li:first-child{display:none;}
	.navigation ul:last-child li:nth-child(2) a{border-radius:25px; border:2px solid #FFF; margin-top:10px; width:135px; margin-left:50px; text-align:center;}
	.navigation ul.last-child li:last-child{display:block;}
	.navigation ul:last-child li:last-child a{border-radius:25px; border:2px solid transparent; margin-top:10px; width:135px; margin-left:50px; background:rgba(254,132,2,1); text-align:center;}
	.navigation ul:last-child li:last-child a:hover{border:2px solid rgba(254,132,2,1); color:rgba(254,132,2,1); background:none;}
	
	
	.banner-area{margin:60px 0px 0px 0px; padding:35px 0 0; background:#ecf0ef;}
	.banner-caption{padding:0 0px;}
	.bannertxt{display:block; padding:0 15px; text-align:center;margin-top:0; }
	.bannertxt h1{font-size:35px;}
	.banner-caption span a{margin:10px 0px 5px;}
	.banner-caption span a.banner-callbtn{margin-left:0px; margin-bottom:35px;}
	.imagebackbg{border-radius:0;}
	.chat-wrapper{max-width:100%; left:0; right:0; margin:0 auto; top:50%;}
	.chat-wrapper .chat-container{height:550px; padding:0 15px;}
	.spinner > div{background:rgba(255,255,255,1);}
	.spinme-right,.spinme-left {opacity: 1;}
	.aboutarea{margin:35px 0 0px; padding:0px 0 0px; background:#FFF;}
	.aboutarea h2{font-size:30px; margin-bottom:15px;}
	.aboutarea h2 br{display:none;}
	.aboutarea #aboutcarasuel{margin-top:15px;}
	.aboutarea .owl-theme .owl-nav{margin-top:0;}
	.aboutarea #aboutcarasuel .item div{background-image:linear-gradient(31deg,#2e5bff 29%,#0c18ff 100%); color:#FFF;/*transform:translate3d(0, -30px, 10px);*/}
	.aboutarea #aboutcarasuel .item div i{color:#FFF;}
	.aboutarea #aboutcarasuel .item div p{color:#FFF;}
	.aboutarea #aboutcarasuel .item div:before,.aboutarea #aboutcarasuel .item div:after{opacity:1;}

	.rotateicon{right:0 !important;transform:translateY(-50%) rotate(180deg);}
.aboutarea .owl-carousel .owl-nav button.owl-prev{position:absolute; left:0px; top:0;} 
.aboutarea .owl-carousel .owl-nav button.owl-next{position:absolute; right:0px; top:0;}

	
	
	.service-area{padding:0px 0 25px;}
	.service-area h2{margin-bottom:10px;font-size:30px;}
	.service-area [class^="col-"]{margin-top:20px;}
	.service-area [class^="col-"]{margin-bottom:5px;}
	
	.help-area h3{margin-bottom:0;}
	.help-area [class^="col-"] div div{padding:10px 15px; position:relative;visibility:visible; opacity:1;}
	.help-area [class^="col-"] div div h3{display:none;}
	.help-area [class^="col-"] div:hover i{visibility:visible; opacity:1;}
	.help-area{padding:15px 0 25px;}
	.help-area h2{font-size:30px;}
	.help-area [class^="col-"] div{padding:15px;}
	.help-area [class^="col-"]:nth-child(3), .help-area [class^="col-"]:nth-child(5),.help-area [class^="col-"]:nth-child(6),.help-area [class^="col-"]:nth-child(4){margin-top:0;}
	.help-area [class^="col-"] div i{width:60px;height:60px;line-height:60px;border-radius:5px;font-size:30px;}
	.help-area [class^="col-"]:nth-child(2){margin-top:15px;}
	
	.feature-area{padding:25px 0 ; margin:0 0 0;}
	.feature-area p{padding:0 0; margin-bottom:25px;}
	.feature-area [class^="col-"]{margin-bottom:35px;}
	.feature-area [class^="col-"]:last-child{margin-bottom:15px;}
	.feature-area h2{font-size:30px;}
	.feature-area [class^="col-"] div h3{font-size:18px;}
	
	
	.industry-area{margin:0 0 25px; padding:20px 0 20px;}
	.industry-area h2{font-size:30px;}
	.industry-area span.subtxt{margin-bottom:15px;}
	.industry-area [class^="col-"] div{padding:15px 15px; font-size:20px;}
	.industry-area [class^="col-"]{margin-bottom:15px;}
	
	i.downquote{top:20px; margin-right:15px;}
	.pricing-area [class^="col-"]{margin-bottom:25px;}
	.create-area span{margin-top:25px;}
	.create-area span a{display:inline-block; background:#333;padding:8px 20px; font-size:20px;}
	
	
.pricing-area [class^="col-"] div span.responsive-price{display:block;font-size:22px;cursor:pointer; margin-bottom:15px;}
.pricing-area [class^="col-"] div ul{display:none; text-align:center;}
.pricing-area [class^="col-"] div p{height:auto; margin:25px 0 5px; }

.pricing-area{padding:40px 0 25px;}

.contact-area{padding:0px 0 25px;}
.contact-area h2{font-size:30px; margin-bottom:25px;}

.sticky-chat{right:10px; display:none;}
.sticky-chat a{width:50px; height:50px; line-height:50px;}	
.sticky-chat a.mobile-whatsapp{display:block;}
.sticky-chat a.desktop-whatsapp{display:none;}
.contact-areaone{margin-bottom:5px;}
.contact-areaone span br{display:none;}

}

@media (max-width: 480px){
	.create-area h4, .create-area ul{text-align:center;}
	.create-area span{display: block;clear: both;margin: 10px 10px 25px;text-align: center;}
}

