@charset "utf-8";
/* CSS Document */
body {
  padding: 0px;
  margin: 0px;
  background: #fff;
}
body, input, textarea {
  font: 14px 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 23px;
  color: #373737;
}
/* Headings */
.home-wrapper h1, .home-wrapper h2, .home-wrapper h3, .home-wrapper h4, .home-wrapper h5, .home-wrapper h6 {
  color: #000;
  font-weight: 300;
}
.nomb {
  font-weight: 500;
  margin-bottom: 0px;
}
.nocaps {
  text-transform: none;
}
/* Text elements */
.img-responsive {
  max-width: 100%;
  height: auto;
}
p {
  font: 14px 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 23px;
}
ul {
  list-style: none;
}
ul li {
  list-style: none;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
/* Links */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.color-blue {
  color: #35a3d8;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: block;
}
/*Start CSS here*/

.home-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
/*  background-image: -moz-linear-gradient(90deg, #03D2B3 0, #1761b6 80%, #1761b6 100%);
  background-image: -webkit-linear-gradient(90deg, #03D2B3 0, #1761b6 80%, #1761b6 100%);
  background-image: -ms-linear-gradient(90deg, #03D2B3 0, #1761b6 80%, #1761b6 100%);
  background-image: linear-gradient(90deg, #03D2B3 0, #1761b6 80%, #1761b6 100%);*/
background-color: #1761b6;
  opacity: 0.9;
  z-index: 2;
}


.mobile-app .mobile-app-img{ float: right; }
.mobile-app-content{ float: left }
@media(min-width:993px){
  .mobile-app .mobile_apps_features img{
    min-height: 550px;
    object-fit: cover;
  }
}
/*Header Ends here*/
.hm-caption {
  padding: 60px 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.hm-caption h1 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
  word-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 80px!important;
}
.hm-caption-row {
  float: left;
	display: flex;
	flex-wrap: wrap;
}
.hm-caption-row:last-child {
  border-bottom: 0px solid #fff;
}
.our-offer-services .hm-caption-colInner h2{
	color: #0b1e34;
}
.hm-caption-col {
/*  width: 23.5%;*/
/*  height: 275px;*/
  float: left;
  padding: 20px;
  /*border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  border-radius: 10px;
	transition: all .3s cubic-bezier(.25,.8,.25,1);
	box-shadow:  0 0 25px 2px rgba(0,0,0,0.07);
	background: #fff;
	
}
.hm-caption-col:hover {
	box-shadow:0 0 25px 2px rgba(0,0,0,0.1);
}
.hm-caption-colInner:before, .hm-caption-colInner:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.hm-caption-col:hover {
  
}*/
/*.hm-caption-col:nth-child(3n+1) {
  padding-left: 0;
}*/
.hm-caption-col:nth-child(4n+4) {
/*  padding-right: 0;*/
 /* border-right: 0px solid #fff;
  margin-right: 0;*/
}
.hm-caption-col:nth-child(n+4) {
  /*border-bottom: 0px solid #fff;*/
}
.hm-caption-colInner {
 /* background: rgba(255, 255, 255, 0.3);*/
  width: 100%;
  height: 100%;
  margin: 0 auto;
/*  text-align: center;*/
/*  padding: 5px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
	text-align: center;
}
/*.hm-caption-colInner img {
  width: 40px;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}*/
/*.hm-caption-colInner:hover img {
  visibility: hidden;
}*/
.hm-caption-colInner h2 {
  font-size: 17px;
/*  color: #fff;*/
  line-height: 32px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-ins;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-weight: 400;
  margin-bottom: 10px!important;
  margin-top:20px;
}

ul.cd-author-info > li{ display: inline-block; vertical-align: middle; text-align: left; }

.hm-caption-colInner > span{ 
height: 65px;
width: 65px;
position: relative;
display: inline-block;
border-radius: 50%;
	padding: 12px;
	box-sizing: border-box;
	transform: rotate(45deg);
	line-height: 40px;
}
.hm-caption-colInner > span img {
	max-height: 90%;
	transform: rotate(-45deg);
}
.bg-danger {
    background-color: #f44336;
}
.bg-light-green {
    background-color: #8bc34a;
}
.bg-blue {
    background-color: #2196f3;
}
.bg-yellow {
    background-color: #ffc107;
}
.bg-purple {
    background-color: rgba(88, 89, 254, 0.93);
}
.bg-amber {
    background-color: #ff9800;
}
.bg-orange {
	background-color: #ff5722;
}
.bg-green {
	background-color: #4caf50;
}
/*.bg-dark-opacity {
    background-color: rgba(0, 0, 0, 0.93);
}*/

.hm-caption-colInner:hover h2 {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
/*  margin-top: -80px;*/
  color: #000;
  /*font-weight: 400;*/
}
.hm-caption-colInner p {
 /* opacity: 0;*/
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #666;
  line-height: 20px;
 padding-bottom: 50px;
}
.hm-caption-colInner a {
/*  text-transform: uppercase;*/
  font-weight: 400;
  color: #999999;
  font-size: 14px;
/*  line-height: 35px;*/
  display:inline-block;
  overflow: hidden;
  position: absolute;
right: 0;
bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 120px;
  white-space: nowrap;
	line-height: normal;
	border: 1px solid #cccccc;
	border-radius: 25px;
	padding: 7px 12px;
	transition: all .4s ease-in-out;
	box-sizing: border-box;
}
.hm-caption-colInner:hover a {
	color:#f26226;
	border-color: #f26226;
}
.hm-caption-colInner a:hover {
	color:#fff;
	border-color: #f26226;
	background-color: #f26226;
}
.hm-caption-colInner a i {
	margin-left: 3px;
}
.hm-caption-col:hover .hm-caption-colInner a {
	opacity: 1;
}

/*.demo_ourpugins{ height: 329px;}*/

/*.hm-caption-colInner a:hover {
  color: #fff;
  background:#1761b6;
}*/
.hm-caption-colInner:hover h2 {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.hm-caption-colInner:hover p {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  color: #000;
}
/*main {
  padding: 60px 0 0;
}*/
.what-seao {
  padding: 60px 0;
	    background: #efefef;

 /* margin-bottom: 20px;
  background: #f8f9fa;*/
}
.what-seao .heading h3 {
  font-weight: 400;
  margin-top: 15px;
  color: #616161;
}
.heading h4 {
  color: #616161;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
.heading-white {
/* background: url(../../images/home-page/borderwhite-bg.png) no-repeat bottom center;*/
  text-align: center;
padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
}
.heading-white:before {
	border-bottom: 1px dashed #fff;
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 150px;
	bottom: 0;
}
.heading-white h2, .h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #fff;
}
.our-offer-services {
  margin:0px;
  
}
/*.our-offer-services .hm-caption-row .hm-caption-col{
background-color: #1761b6;
}*/
.our-offer-services-heading {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 800px;
}
.our-offer-services-heading p {
	font-size: 15px;
	line-height: 23px;
}
/*.our-offer-services h2 {
  font-weight: 600;
  padding-top: 15px;
}*/
/*.our-offer-services .hm-caption-row {
  margin-bottom: 40px;
}*/
/*.our-offer-services .hm-caption-col:nth-child(3n+1) {
  padding-left: 10px;
}
*/
.our-plugins {
  padding: 60px 0px;


}
.our-plugins:before {content: " "; position: absolute; top: 0; left: 0; right: 0;}
.our-plugins h2 {
  text-align: center;
  padding-bottom: 20px;
  color: #000;
	margin: 0;
 /* font-weight: 400;*/
}
.plugin-row {
  margin-bottom: 40px;
}
.plugin-boxx {
  width: 33.33333333%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plugin-boxx:first-child {
  padding-left: 0;
}
.plugin-boxx:last-child {
  padding-right: 0;
}
.plugin-boxInner {
  /*min-height: 460px;*/
  background: #fff;
}
.plugin-boxInner, .plugin-boxInner .plugin-icon-class {
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  text-align: center;
  box-shadow: 0 3px 10px 0px rgba(0,0,0,0.15);
  border-radius: 10px;
}
.hover-shadow {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.plugin-icon-holder {
  padding: 60px 50px;
  position: relative;
  overflow: hidden;
background-color: #1761b6;
/*background-image: -moz-linear-gradient(left, #1761b6 0%, #03d2b3 100%);  FF3.6-15 
background-image: -webkit-linear-gradient(left, #1761b6 0%,#03d2b3 100%);  Chrome10-25,Safari5.1-6 
background-image: linear-gradient(to right, #1761b6 0%,#03d2b3 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1761b6', endColorstr='#03d2b3',GradientType=1 );  IE6-9 */

}
.plugin-boxInner .plugin-icon-class {
  z-index: 1;
  transition: all .5s ease;
  background-position: 50% 0;
  height: 103px;
  background-repeat: no-repeat;
}
.plugin-wave {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 380px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s;
  -moz-transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s;
  -ms-transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s;
  -o-transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s
}
a.plugin-all-btn {
  color: #fff;
  background-color: #000;
  font-weight: 400;
  font-size: 16px;
  border-radius: 25px;
  padding: 10px 25px;
  overflow: hidden;
  margin-top: 30px;
}
.plugin-box-title {
  /*margin: 35px auto 20px;*/
  font-size:17px;
  padding:15px 20px;
  font-size: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.plugin-box-title a{ font-weight: 600!important; }
.plugin-box-desc {
  padding: 0 30px 30px;
  text-align: justify;
}
.plugin-boxInner:hover .plugin-icon-class {
  color: #ffffff;
}
.plugin-boxInner .plugin-icon-class {
  font-size: 56px;
  z-index: 1;
  transition: all .5s ease;
}
.hover-shadow:hover {
  -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.12), 0 4px 15px 0 rgba(0,0,0,.1);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.12), 0 4px 15px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.12), 0 4px 15px 0 rgba(0,0,0,.1);
}
.plugin-boxInner:hover .plugin-wave {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.main-color-alt, .main-color-alt:hover {
background-image: -moz-linear-gradient(left, #03d2b3 0%, #1761b6 100%); /* FF3.6-15 */
background-image: -webkit-linear-gradient(left, #03d2b3 0%,#1761b6 100%); /* Chrome10-25,Safari5.1-6 */
background-image: linear-gradient(to right, #03d2b3 0%,#1761b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03d2b3', endColorstr='#1761b6',GradientType=1 ); /* IE6-9 */
}
.plugin-all-btn { 
  padding: 10px 20px;
  color: #263340;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*.hvr-sweep-to-right:hover {
  border: 1px solid #263340; 
}*/
/*.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#1761b6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}*/
/*.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}*/
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.our-demos {
  padding: 60px 0;
	background-color: #2665af;
}
.demos-row {
    margin: 0;
    float: left;
	text-align: center;
}
/*.demos-row:after{
  display: block;
  content: '';
  clear:both;
}*/
.demos-col {

    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding: 15px;
    margin-top: 20px;
    vertical-align: top;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    -webkit-box-shadow: inset 0 0 0 3px #2665af;
    box-shadow: inset 0 0 0 3px #2665af;
    margin-bottom: 20px;
}
.demos-col h4{ color: #000; }

/*.demos-col:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transition: all 0.3s ease-in-out;
  -ms-transform: scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -moz-transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}*/
.demos-col > div {
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
}
.demos-col > div img {
	max-width: 50px;
margin-left: auto;
margin-right: auto;
}
/*.demos-col > a > div {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  width: 75px;
  margin: auto;
}
.demos-col > a > div > span {
  position: absolute;
  top:50%; left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}*/
.our-demos .bx-wrapper .bx-controls-direction a {
  	margin-top: 0px !important;
  }
  .our-demos .bx-wrapper .bx-next {
  	right: -15px !important;
  }
.demos-col h4 {
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  font-family: 'Roboto',sans-serif!important;
}
.red_bg_color_sec{ background: #e74c3c; }
.purple_bg_color_sec{ background: #8e44ad; }
.green_bg_color_sec{ background: #27ae60; }
.blue_bg_color_sec{ background: #06c1d6; }

.demos-col > a > div > span:before {
    content: "\f290";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-family: 'fontawesome',sans-serif;
    display: none;
}

/*.demos-col a div> span>  img{display: none}*/
.our-packages {
  padding: 60px 0;
}
/*.package-row {
  margin-top: 20px;
}*/
.package-row .bx-wrapper .bx-viewport {
  padding-bottom: 12px;

}
.package-row .slide.bx-clone:first-child {
  margin-left: 5px;
  padding-left: 8px;
}
.package-row .slide .package-box {
	border-top:3px solid #f26226;
}
.package-box {
  width: 100%;
  background: #fff;
  float: left;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin-left: 5px;
}
.package-header {
  background: #fff;
  text-align: center;
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
}
.package-header h3 {
  color: #0b1e34;
  font-size: 17px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	font-weight: 500;
}
.package-header h3 a {
	font-weight: 500;
}
.package-desc {
  padding: 15px;
  min-height: 140px;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 205px;
	overflow: hidden;
}
.package-desc > p {
	list-style: none;
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.package-desc > p:before {
	font-family: "FontAwesome";
    content: "\f105";
    color: #555;
    position: absolute;
    left: 0;
}
.package-cost {
  background: #f1f0f0;
  padding: 10px;
	margin-top: 20px;
}
.package-cost ul {
}
.package-cost ul li {
  display: inline-block;
  width: 32.33%;
  text-align: center;
}
.package-cost ul li > samp, .package-cost ul li > span {
  display: block;
}
.package-cost ul li > samp {
  font-size: 14px;
  font: 14px 'Open Sans', sans-serif;
  margin-bottom: 6px;
}
.package-cost ul li > span {
  color: #2b2a2a;
  font-size: 16px;
  font-weight: bold;
}
.package-cost ul li:nth-child(2) > span {
  color: rgb(8, 196, 74);
}
.package-cost ul li:nth-child(3) > span {
  color: #ff830f;
}
.package-addcart {
  padding: 20px 0;
}
.package-addcart a {
	display: inline-block;
	text-transform: capitalize;
}
/*.package-addcart-btn {
  background: transparent;
  color: #1761b6;
  font-weight: 400;
  font-size: 14px;
  padding:6px 18px;
  overflow: hidden;
  border-radius: 5px;
  border:1px solid #1761b6;
}*/
.package-row .bx-wrapper .bx-controls-direction a,
.cd-testimonials-wrapper .bx-wrapper .bx-controls-direction a,
.client-testimonial .bx-wrapper .bx-controls-direction a
 {
  z-index: 99;
  position: relative;
  text-indent: inherit;
}
.package-row .bx-controls-direction,
.cd-testimonials-wrapper .bx-controls-direction,
.client-testimonial .bx-controls-direction
 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: block;
}
.package-row .bx-wrapper:hover .bx-controls-direction,
.cd-testimonials-wrapper .bx-wrapper:hover .bx-controls-direction,
.client-testimonial .bx-wrapper:hover .bx-controls-direction
 {
  display: block;
}
.package-row .bx-wrapper .bx-prev,
.cd-testimonials-wrapper .bx-wrapper .bx-prev,
.client-testimonial .bx-wrapper .bx-prev
 {
  background: none;
  float: left;
  left: -15px;
}
.package-row .bx-wrapper .bx-next,
.cd-testimonials-wrapper .bx-wrapper .bx-next
 {
  background: none;
  float: right;
  right: -15px;
}
.client-testimonial .bx-wrapper .bx-next {
	  background: none;
  float: right;
  right: 0px !important;
}

 
/*.client-testimonial .bx-wrapper .bx-next,
.cd-testimonials-wrapper .bx-wrapper .bx-next
{
  right: -25px;

}*/
.package-row .bx-wrapper .bx-prev::before,
.package-row .bx-wrapper .bx-next::before,
.cd-testimonials-wrapper .bx-wrapper .bx-prev::before,
.cd-testimonials-wrapper .bx-wrapper .bx-next::before,
.client-testimonial .bx-wrapper .bx-prev::before,
.client-testimonial .bx-wrapper .bx-next::before 
 {
  color: #999;
  background: #ddd;
  padding: 10px 10px;
  position: absolute;
}
.package-row .bx-wrapper .bx-prev:hover:before,
.package-row .bx-wrapper .bx-next:hover:before,
.cd-testimonials-wrapper .bx-wrapper .bx-prev:hover:before,
.cd-testimonials-wrapper .bx-wrapper .bx-next:hover:before,
.client-testimonial .bx-wrapper .bx-prev:hover:before,
.client-testimonial .bx-wrapper .bx-next:hover:before  
 {
  background: #fff;
}
.package-row .bx-wrapper .bx-prev::before,
.cd-testimonials-wrapper .bx-wrapper .bx-prev::before,
.client-testimonial .bx-wrapper .bx-prev::before
 {
  content: "\f053";
  font-family: FontAwesome;
}
.package-row .bx-wrapper .bx-next::before,
.cd-testimonials-wrapper .bx-wrapper .bx-next::before,
.client-testimonial .bx-wrapper .bx-next::before
 {
  content: "\f054";
  font-family: FontAwesome;
}
.mobile-app {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #2665af;
}
.mobile-app > div {
  display: table-cell;
  vertical-align: top;
  padding: 5%;
  margin: 0;
  background-position: right bottom;
  background-size: 100%;
  box-sizing: border-box;
  width: 50%;
}
.mobile-app-content {
/*background-image: -moz-linear-gradient(left, #1761b6 0%, #03d2b3 100%);  FF3.6-15 
background-image: -webkit-linear-gradient(left, #1761b6 0%,#03d2b3 100%);  Chrome10-25,Safari5.1-6 
background-image: linear-gradient(to right, #1761b6 0%,#03d2b3 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1761b6', endColorstr='#03d2b3',GradientType=1 );  IE6-9 
  color: #f1f0f0;*/
background-color: #2665af;
}
div.mobile-app-content h2, div.mobile-app-content h3 {
  font-size: 32px;
  line-height: 45px;
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
}
.mobile-app-content h3 {
  font-size: 40px;
  font-weight: 400;
}
.mobile-app-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}
.mobile-app-content ul {
  margin: 25px 0;
}
.mobile-app-content ul li {
  margin-bottom: 18px;
  font-size: 14px;
  display: flex;
  font-weight: 600;
  color: #fff;
}
.mobile-app-content ul li i {
  margin-right: 10px;
  color: #fff;
  margin-top: 4px;
}
.mobile-app-content .mobile-app-btn-box {
  float: left;
  width: 100%;
}
.mobile-app-content .know-details {
  float: left;
  width: 30%;
  margin-top: 45px;
  padding-right: 5%;
  border-right: 1px solid #fff;
}
.mobile-app-content .know-details a {
  /*border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;*/
  position: relative;
  font-size: 14px;
  display: inline-block;
	text-transform: capitalize;
}
/*.mobile-app-content .know-details a:hover {
  color: #1761b6;
}*/
.mobile-app-content .mobile-app-btn {
  text-align: center;
  float: right;
  width: 60%;
}
.mobile-app-content .mobile-app-btn-heading h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
.mobile-app-content .mobile-app-btn a {
  margin-right: 15px;
}
.mobile-app-img {
  /*background: url(../../images/home-page/mobile-app-img.png) no-repeat;*/
  padding: 0 !important;
}
.recent-works {
  padding: 60px 0 60px 0;
	background: #efefef;
}
.portfolio, .portfolio *, .portfolio :after, .portfolio :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.portfolio-item {
  display: inline-block;
  margin: 0 15px 15px 0;
}
.portfolio-name {
  position: relative;
  z-index: 9999;
  margin-top: -42px;
  background: rgba(0, 0, 0, 0.47) none repeat scroll 0% 0%;
  width: 100%;
  float: left;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.portfolio {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: 340px;
  right: 0;
  left: 0;
}
.portfolio .portfolio-item {
  position: relative;
  top: 0;
  left: 0;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  width: 16.1%;
  margin: 2px;
}
.portfolio .portfolio-item:nth-child(6n+6) {
  margin-right: 0;
}
.portfolio img {
  display: block;
  width: 100%;
  height: auto;
  border: 0
}
.portfolio a, .portfolio a:active {
  text-decoration: none;
  outline: 0;
  color: #fff;
/*background-image: -moz-linear-gradient(left, #1761b6 0%, #03d2b3 100%);  FF3.6-15 
background-image: -webkit-linear-gradient(left, #1761b6 0%,#03d2b3 100%);  Chrome10-25,Safari5.1-6 
background-image: linear-gradient(to right, #1761b6 0%,#03d2b3 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1761b6', endColorstr='#03d2b3',GradientType=1 );  IE6-9 */
  margin-bottom: 5px;
  font-size: 17px;
  background-color: #2665af;
	border-radius: 25px;
}
.portfolio a:hover {
  text-decoration: none;
  outline: 0;
  color: #fff;
  background-color: #1761b6;
/*background-image: -moz-linear-gradient(left, #03d2b3 0%, #1761b6 100%); 
background-image: -webkit-linear-gradient(left, #03d2b3 0%,#1761b6 100%); 
background-image: linear-gradient(to right, #03d2b3 0%,#1761b6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03d2b3', endColorstr='#1761b6',GradientType=1 ); 
*/  margin-bottom: 5px;
  font-size: 17px;
}
.portfolio-ready:before {
  display: none;
  visibility: hidden
}
.portfolio-wrapper {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both
}
.portfolio-caption, .portfolio-caption-defaultWrap, .portfolio-caption-activeWrap {
  display: block
}
.portfolio-caption-activeWrap {
  background-color: #272727
}
.portfolio-caption-active .portfolio-caption, .portfolio-caption-active .portfolio-caption-defaultWrap, .portfolio-caption-active .portfolio-caption-activeWrap {
  overflow: hidden;
  position: relative;
  z-index: 1
}
.portfolio-caption-active .portfolio-caption-defaultWrap {
  top: 0
}
.portfolio-caption-active .portfolio-caption-activeWrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%
}
.portfolio-caption-buttonRight {
  background-color: #ffffff;
  color: #FFFFFF;
  display: inline-block;
  font: 400 12px/30px "Open Sans", sans-serif;
  min-width: 90px;
  text-align: center;
  margin: 4px;
  padding: 4px 8px
}
.portfolio-caption-buttonRight:hover {
  opacity: 0.9;
  background: #000;
}
.portfolio-caption-none .portfolio-caption-activeWrap {
  display: none
}
.portfolio-caption-alignCenter {
  display: table;
  width: 100%;
  height: 100%
}
.portfolio-caption-alignCenter .portfolio-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(38, 51, 64, 0.47);
}
.portfolio-caption-alignCenter .portfolio-caption-buttonRight {
  position: relative;
  -webkit-transition: left .4s cubic-bezier(.19, 1, .22, 1);
  transition: left .4s cubic-bezier(.255, 255, 255, 1)
}
.portfolio-caption:hover .portfolio-caption-alignCenter .portfolio-caption-buttonRight {
  left: 0
}
.portfolio-caption-fadeIn .portfolio-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity .9s cubic-bezier(.19, 1, .22, 1);
  transition: opacity .9s cubic-bezier(.19, 1, .22, 1)
}
.portfolio-caption-fadeIn .portfolio-caption:hover .portfolio-caption-activeWrap {
  opacity: 1
}
.portfolio-caption-zoom .portfolio-caption-defaultWrap {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.portfolio-caption-zoom .portfolio-caption:hover .portfolio-caption-defaultWrap {
  -webkit-transform: scale(1.25);
  transform: scale(1.25)
}
.portfolio-caption-zoom .portfolio-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
  transition: opacity .8s cubic-bezier(.19, 1, .22, 1)
}
.portfolio-caption-zoom .portfolio-caption:hover .portfolio-caption-activeWrap {
  opacity: 1
}
.portfolio-caption-zoom .portfolio-caption:hover .portfolio-name {
  opacity: 0;
}
.why-us {
  padding: 60px 0;
}
.why-us-col-left {
  width: 50%;
  float: left;
  margin-top: 40px;
}
.why-us-col-right {
  width: 50%;
  float: left;
  margin-top: 40px;
}
.why-us-box {
  float: left;
  width: 94%;
  text-align: left;
  /*background: url(../../images/home-page/site-img46.png) no-repeat 34px top;*/
}
.why-us-col-right .why-us-box {
  float: right;
}
.why-us-box ul {
  float: left;
  width: 100%;
  padding: 0px;
  min-height: 120px;
  position: relative;
  /*margin: 50px 0px 0px 0px;*/
}
.why-us-box ul.two {
  padding-top: 40px;
}
.why-us-box ul.three {
  padding-top: 40px;
}
.why-us-box li {
  padding: 0px;
  margin: 0px;
}
.why-us-box ul::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 33px;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.45);
  z-index: -1;
}
.why-us-box ul:last-child:before {
  bottom: 40px;
}
.why-us-box h3 {
  margin-bottom: 10px;
  color: #272727;
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
}
.why-us-box li.icon {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 30px;
}
.why-us-box li.icon i {
  color: #fff;
  font-size: 30px;
  width: 70px;
  height: 70px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  line-height: 70px;
  background-color: #000;
  border-radius: 100%;
}
.why-us-box li.text {
  float: left;
  width: 79%;
}
.why-us-box ul:hover i {

background-image: -moz-linear-gradient(left, #03d2b3 0%, #1761b6 100%); /* FF3.6-15 */
background-image: -webkit-linear-gradient(left, #03d2b3 0%,#1761b6 100%); /* Chrome10-25,Safari5.1-6 */
background-image: linear-gradient(to right, #03d2b3 0%,#1761b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03d2b3', endColorstr='#1761b6',GradientType=1 ); /* IE6-9 */
}
.why-us-box ul.active i {
background-image: linear-gradient(to bottom, #02aab0, #00b3b2, #00bcb1, #00c5b0, #00cdac);
}
.client-testimonial {
  padding: 60px 0;
  background-color: #0b1e34;
/*  background: url(../../images/home-page/testimonial-bg.png) no-repeat center center;
  background-size: cover;*/
}
.content-testimonial {
/*  float: left;
  width: 50%;*/
}
.video-testimonial {
/*  float: left;
  width: 44%;
  margin-left: 4%;*/
}
.video-testimonial-row {
  height: 315px;
  background: #fff;
  margin-top: 20px;
  width: 48%;
  margin-right:2%;
  border: 2px solid #fff;
  padding: 4px 4px 4px 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  vertical-align: top;
	box-sizing: border-box;
}
.video-testimonial-secondrow {
  height: 150px;
  margin: 22px auto 0 auto;
  width: 85%;
}
.video-testimonial-secondrow > div {
  background: #fff;
  width: 48%;
  border: 2px solid #fff;
  padding: 2px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 1%;
  display: inline-flex;
  box-sizing: border-box;
  display: inline-block;
}
.video-testimonial-secondrow > div:last-child {
  margin-right: 0;
}
.video-testimonial-row iframe, .video-testimonial-secondrow iframe {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 0px;
}
.video-testimonial-secondrow iframe {
  margin-bottom: -6px;
}
.cd-author .cd-author-info {
 /* margin-top: 10px;*/
   width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
	border-radius: 10px;
}
.cd-author .cd-author-info > li:first-child{ float: left; position: relative; }
.cd-author .cd-author-info > li:last-child{  width: 100%; text-align: center;}
.cd-author .cd-author-info > li > img{ max-height:30px; margin-top:5px; }
.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
/*  max-width: 960px;*/
  margin:auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0px 0px;
  z-index: 1;
  box-sizing: border-box;
  text-align: center;
}
.cd-testimonials-wrapper .bx-wrapper .bx-viewport .bx-wrapper .bx-controls { display: none;}
.client_test_row{ background-color: #fff; padding:15px; color: #000; box-shadow: 0 0 5px 0 rgba(173, 173, 173, 1); min-height: 230px; border-radius: 10px;}
.client_test_row > i {  font-family: "Georgia", serif;
  color: #666;
  line-height: 0.8;
  font-size: 70px;
  font-size: 8.375rem;
  text-align: center;}
.cd-testimonials-wrapper .bx-wrapper .bx-viewport{ padding: 0px 5px; }
.cd-author .cd-author-info{ background:#f5f5f5; padding: 10px }
/*.cd-testimonials-wrapper::after {
   quotation mark 
  content: '\201C';
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 50px;
  font-family: "Georgia", serif;
  color: #666;
  font-size: 70px;
  font-size: 8.375rem;
  text-align: center;
   visible on big devices only 
  display: none;
}
*/
@media only screen and (min-width: 1170px) {
.cd-testimonials-wrapper::after {
  /* quotation mark visible */
  display: block;
}
}
.cd-testimonials {
  color: #f0f0f0;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
/*.cd-testimonials > li {
  position: absolute;
  opacity: 0;
 background:white;

}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}*/
.cd-testimonials p {
line-height: 1.4;
margin-bottom: 1em;
padding: 0 14px;
font-size: 16px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp:4;
-webkit-box-orient: vertical;
	max-height: 92px;
	overflow: hidden;
}
.client_center_text_form{ height: 180px; position: relative; }
.client_center_text_form_pos {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
    width: 90%;
}
.client_center_text_form_pos > div > img{ margin:0 auto 20px; }
.client_center_text_form > div > img{  margin: 10px auto 20px auto; max-width: 100%; max-height: 40px; }

@media only screen and (min-width: 768px) {
.cd-testimonials p {
  font-size: 13px;
}
}

@media only screen and (min-width: 1170px) {
.cd-testimonials p {
  font-size: 13px;
  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;*/
  margin-right: 5px;
}
.cd-author .cd-author-info {
  text-align: center;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child img {
 /* width: 150px;*/
/*  margin-bottom: 10px;*/
}
.cd-author .cd-author-info li:nth-child(2) {
  font-size: 15px;
  color:#1761b6;
}
.cd-author .cd-author-info li > span{
  font-size: 13px;
  color: #000;
  display: block;
  white-space: nowrap;

}

.client-testimonial .heading-white > h2{ margin-bottom: 10px;}
@media only screen and (min-width: 768px) {
.cd-author img {
/*  width: 60px;
  height: 60px;
  background-color: #f5f5f5; border-radius: 100%;*/
}
.cd-author .cd-author-info {
  line-height: 1.4;
}
.cd-author .cd-author-info li:first-child {
  font-size: 18px;
	color: #2665af;
}
/*.cd-author .cd-author-info li:last-child {
  font-size: 14px;
}*/
}
.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;
}
.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: #ffffff;
}
.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;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  left: 20%;
}
}

@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: #ffffff;
}
}
.cd-see-all {
  margin:30px 0 0 0;
	display: inline-block;
}
.cd-testimonials-all {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  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;
}
.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 {
  clear: both;
  content: "";
  display: table;
}
.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: #ffffff;
  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-all-wrapper {
  -webkit-overflow-scrolling: touch;
}
.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);
}
.blog-achivement {
  float: left;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #f5f5f5;
}
.blog-achivement > div {
  display: table-cell;
  vertical-align: top;
  padding: 3%;
  margin: 0;
  background-size: cover;
}
.best-achivement {
  color: #f1f0f0;
}
.blog-achivement-full-box {
  text-align: center;
  margin: 20px 0;
  border: 4px solid #1761b6;
  background: #fff;
  padding: 25px 0 25px 0;
  border-radius: 25px 0 25px 0;
  color: #161616;
  font-size: 26px;
}
.best-achivement ul {
  margin: 0px 0 30px 0;
  text-align: center;
}
.best-achivement ul li {
  text-align: center;
  margin: 20px;
  border: 4px solid #1761b6;
  background: #fff;
  padding: 15px 0 15px 0;
  border-radius: 25px 0 25px 0;
  display: inline-block;
  width: 140px;
  height: 117px;
  vertical-align: top;
  transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -webkit-transition: all 0.7s ease-in;
  -ms-transition: all 0.7s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide > p > a{color:#000}
.best-achivement ul li:before, .best-achivement ul li:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.best-achivement ul li:hover {
  border-radius: 0px 25px 0 25px;
  -moz-border-radius: 0px 25px 0 25px;
  -webkit-border-radius: 0px 25px 0 25px;
  -ms-border-radius: 0px 25px 0 25px;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  background: #1761b6;
}
.best-achivement ul li h3 {
  font-size: 30px;
  color: #1761b6;
  font-weight: 600;
}
.best-achivement ul li p {
  line-height: 18px;
  color: #263340;
}
.best-achivement ul li:hover h3, .best-achivement ul li:hover p {
  color: #fff;
}
.our-blogs {

  color: #f1f0f0;
}
.our-blogs-container {
  width: 100%;
  float: left;
  padding:0;
  font-size: 0;
}
.our-blogs .slide {
  background: #fff;
/*  padding: 8px;*/
display: inline-block;
  margin-bottom: 15px;
  width: 30%;
  margin-right: 5%;
/*  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);*/
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  vertical-align: top;
	border-radius: 10px;
	overflow: hidden;
}
.contact_us_stripe{display: none;}
.our-blogs .slide:hover .blog_content_text > h2 > a{ color: #1761b6;}
.our-blogs .slide > .slide_blog_image{ position: relative; height: 250px; }
.our-blogs .slide > .slide_blog_image > .category_blog{ position: absolute; top: 20px; left: 20px; background-color: #1761b6; padding: 5px 10px; color: #fff; font-size: 13px; text-transform: uppercase; display: inline-block;}
.our-blogs .slide > .slide_blog_image > img{ width: 100%; height: 100% }
.our-blogs .slide:nth-child(3n+3){ margin-right: 0 }
.blog_content_text{ padding: 20px 30px; }
.blog_content_text > h2 > a{max-height: 45px; font-size: 18px; font-weight: 600!important; padding: 0;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;   }
.blog_content_text a{ color: #777; padding: 20px 0 10px; display: block; font-size: 15px;  }
.blog_content_text > span{ background-color: #1761b6; padding: 5px 10px; color: #fff; font-size: 13px; text-transform: uppercase; margin:5px 0 15px; display: inline-block; }
.our-blogs .slide h3 {
  color: #161616;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: none;
}
.our-blogs .slide h3:hover {
  color: #003471;
}
.our-blogs .slide p {
  color: #616161;
}
.our-blogs .blog-see-all-btn {
    margin-top:30px;
	text-align: center;
}
.our-blogs .blog-see-all-btn a{ 
	display: inline-block;
	
}
/*Monetization*/
.monetization-section {
  background: #fff;
  width: 100%;
  padding: 60px 0;
}
.monetization-img {
  background: url(../../images/home-page/monetization.png) no-repeat center center;
  background-size: 100%;
  height: 400px;
}
/*Awards*/

.awards {
  padding: 50px 0 40px 0;
  background: url(../../images/home-page/cms-critic-bg.jpg) no-repeat 0 0 #6d3c03;
	background-size: cover;
}
.awards-row {
  margin: 35px 0 0 0;
}
.awards-img {
  float: left;
}
.awards-desc {
  margin-left: 28%;
}
.awards-desc h2 {
  color: #fff;
  text-transform: none;
  font-size: 40px;
  text-align: center;
  margin-top: 15px;
  font-weight: 300;
}
.awards-box {
  margin-top: 50px;
  text-align: center;
}
.awards-circle {
  border: 5px solid #fff;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
background: #1761b6;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03d2b3', endColorstr='#1761b6',GradientType=1 ); /* IE6-9 */
}
.awards-circle span {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  position: absolute;
  left: 50%;
  margin: auto;
  top: 50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  vertical-align: middle;
}
.awards-circle:hover {
  background: #0b1e34;
  border-color: #fff;
}
a.scrollToTop i {
background-color: #1761b6;
	border: 2px solid #fff;
/*background-image: -moz-linear-gradient(top, #1761b6 0%, #03d2b3 100%); 
background-image: -webkit-linear-gradient(top, #1761b6 0%,#03d2b3 100%); 
background-image: linear-gradient(to bottom, #1761b6 0%,#03d2b3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1761b6', endColorstr='#03d2b3',GradientType=0 );
*/}
a.scrollToTop i:hover {
background-color: #1761b6;
}
.read_more_testimonials{ margin-top: 20px; }
.read_more_testimonials a{display:inline-block; margin: 0 10px; }
.read_more_testimonials span{ display: block; padding-bottom: 10px; color: #fff; }

/*.our-demos .heading-white > h2{ color: #000 }*/
.certified_section, .contact_us_stripe{ background:#efefef; padding: 60px 0; clear: both;}
.certified_section > h2, .achievements_section > h2, .our_blogs_section > h2, .contact_us_stripe > h2, .seao_client_testimonial > h2, 
.our-packages .heading > h2, .why-us .heading > h2
{ text-align: center; padding-bottom: 10px; font-size: 30px; font-weight: 300; margin: 0;}
.our-demos  h2 {text-align: center; padding-bottom: 10px; margin: 0;}
.certified_product_seao{ background: #fff; position: relative; padding:20px; box-shadow: 0 0 25px 2px rgba(0,0,0,0.07); border-radius: 10px; min-height: 85px;}
.certified_section ul{ margin:0; padding: 0; list-style-type: none; font-size: 0;}
.certified_section ul > li{ display: inline-block; width: 31%; vertical-align: top; margin-right: 3.45%; margin-bottom: 25px; font-size: 14px; }
.certified_section ul > li:nth-child(3n+3){margin-right: 0;}
.certified_product_seao_content .plugin-price {font-size: 20px;padding: 10px 0 0; display: block;}
.certified_product_seao_content{ padding-left: 85px; }
.certified_product_seao_content::after{content: ''; display: block; clear: both;}
.certified_product_seao_content > h2{ font-size: 17px; font-weight: 400; line-height: 22px!important;overflow: hidden; max-height: 47px;
 display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; color: #0b1e34;}
.certified_product_seao > .certified_image{ position: absolute;overflow: hidden; background: #ddd; width: 65px; height: 65px; /*top:10px; */border-radius: 10px; }
.certified_product_seao_content > p{font-size: 15px; color: #555; padding-top: 5px;}
.certified_product_seao_content > a {background: transparent;border: 1px solid #1761b6;border-radius: 20px;padding: 5px 17px; font-size: 14px; display: inline-block; margin-top:15px; font-family: 'Roboto',sans-serif}
.certified_product_seao_content > a:hover{ background: #1761b6; color: #fff; }
.view_more_plugin{ text-align: center; clear: both;}
.certified_image > img{ width: 100%; }
.view_more_plugin a{ display: inline-block;  overflow: hidden;  margin-top:30px;}
.certified_product_seao_content .plugin-price span.price_currency{ float: left; }
span.view_detail_product {
	font-weight: 400;
    color: #f26226;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: all .4s ease-in-out;
	line-height: normal;
}
span.view_detail_product i {
	margin-left: 3px;
	vertical-align: middle;
}
.certified_product_seao:hover h2 {
	color: #2665af;
}
/*.certified_product_seao span.view_detail_product:hover {
    transition-duration: 0.3s;
	background:#f26226; 
	color: #fff; 
	border-color:#f26226;
}*/
/*.view_more_plugin a:hover{background-color:#1761b6 }*/


/*why choose us*/
.why_choose_us > ul{font-size: 0;}
.why_choose_us > ul > li{margin-bottom: 30px; }
.why_choose_us img {max-width: 40px;}
.why_choose_us_box{ position: relative; }
.why_choose_us_box_content > h2{ font-size: 17px; transition: all 0.5s ease-in-out; font-weight: 400; margin-bottom: 15px;}
.why_choose_us_box_content p{ padding-top: 10px; font-family: "Roboto",sans-serif; font-size: 15px; color: #777;}
/*.why_choose_us > ul > li:nth-child(3n+3){ margin-right: 0; }*/
.why_choose_us_box > .seao_icon_star_font > i{ font-size: 30px; position: relative; left: 0; width: 60px; height: 60px; background: #efefef;border-radius: 100%; transition: all 0.5s ease-in-out; }
.why_choose_us_box > .seao_icon_star_font > i:before{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.why_choose_us_box_content{ display: inline-block; vertical-align: top; margin-top:0; width: 75%;}
.why_choose_us > ul > li > p{ padding-top: 5px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    color: #666;
line-height: 20px;
padding-left: 55px;
margin-top: -15px;}

/*achievements_section blog section*/
.achievements_section, .seao_client_testimonial{ padding: 60px 0; clear:both;}
.seao_client_testimonial{ background: url(../../images/home-page/testibg.jpg);background-repeat: no-repeat; background-attachment: fixed; background-size: cover; position: relative;}
.seao_client_testimonial:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	content: " ";
}
.seao_client_testimonial > h2 {color: #fff; position: relative;}
.achievements_section > p{ font-size: 15px; font-family: "Roboto",sans-serif; line-height: 23px;    text-align: center;
    margin: 0 auto;
    max-width: 800px;}
.achive_block{ font-size: 0; padding-top: 60px; text-align: center;}
.achive_block > li{ display: inline-block; width: 20%; text-align: center; vertical-align: top; }
.count_achievement {font-size: 40px; padding-top: 20px;font-family: "Roboto",sans-serif; }
.count_achievement > span{ display: block; font-size: 14px; text-transform: uppercase;  }
.count_achievement > span::before {
    display: block;
    content: '';
    height: 3px;
    background-color: #efefef;
    width: 60px;
    text-align: center;
    margin: 10px auto 15px;
}
.achive_block > li:nth-child(1) span {
	border-color: #f44336;
}
.achive_block > li:nth-child(2) span {
	border-color: rgba(88,89,254,0.93);
}
.achive_block > li:nth-child(3) span {
	border-color: #4caf50;
}
.achive_block > li:nth-child(4) span {
	border-color: #2196f3;
}
.achive_block > li:nth-child(5) span {
	border-color: #ff9800;
}
.achive_block > li > span {    
	width: 80px;
    height: 80px;
    box-sizing: border-box;
    padding: 15px;
    border-radius:50%;
    display: block;
    margin: 0 auto;
    border: 1px solid #2665af;
}
.achive_block > li > span > img{ width: 100%; }
.products_achive{background-position:  0 -64px!important;}
.resources_achive{background-position:  0 -128px!important;}
.dev_pro{background-position:  0 -192px!important;}
.review_fab{background-position:  0 -256px!important;}



/*blogs section css*/
.our_blogs_section {background: #efefef;}
.our_blogs_section,.three_col_contact{padding: 60px 0; clear:both;}
.our_blogs_section .our-blogs{ max-width: 1200px; margin:auto; background:transparent!important;}
/*.slide{ width: 30%; display: inline-block; margin-right: 5%; }*/


/*support team section*/
.support_team_section{ padding-left: 90px;}
.contact_us_stripe_inner{ font-size: 0;   }
.contact_us_stripe_inner > li{position: relative; width: 30%; vertical-align: top; padding:15px 0; box-shadow: 0 0 20px 2px rgba(0,0,0,0.05); margin-right: 5%; background-color: #fff; height: 50px; display: inline-block; }
.contact_us_stripe_inner > li:last-child{margin-right: 0px}
.support_team_section > h3{ font-size: 18px; font-weight: 500;}
.support_team_section > p{ font-size: 14px; }
.iconfinder_contact{ position: absolute; top:5px ; left: 5px; background:#1761b6; width:70px; height: 70px; }
.iconfinder_contact > i{ font-size: 30px; color: #fff; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }

.our_blogs_section .bx-viewport{ padding:0 0 20px 0;}

/*.why_choose_us > ul > li:hover .why_choose_us_box > i{ background:#1761b6; color: #fff; }*/
.why_choose_us > ul > li:hover .why_choose_us_box > .seao_icon_star_font > i{background-color: #1761b6; color: #fff;}
.blog_content_text > h2 > span{ padding-top: 10px; display: inline-block; }
.issues-link,.bx-wrapper .bx-loading,
.subs-nwsltr-box .feed-icon
{ display: none!important; }

.video_testimonial_content { display: inline-block; width: 48%; vertical-align: top; margin-top: 20px; color: #fff; }
.video_testimonial_content > h2{ color: #fff; padding-bottom: 15px; font-size: 25px; }
.video_testimonial_content > p{ font-size: 15px; padding-bottom: 15px; font-weight: 300; }
.seao_view_box ul{font-size: 0; margin:0; padding: 0; text-align: center;}
.seao_view_box > ul > li:hover .seao_view_box_col {box-shadow: 0 0 25px 2px rgba(0,0,0,0.1);}
.seao_view_box_col > h2 {
    font-size: 17px;
    background: #fff;
    margin: -20px -20px 0;
    padding: 25px 15px;
    color: #0b1e34;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
	font-weight: 500;
}
.seao_view_box > ul > li:nth-child(1) .seao_view_box_col {
	border-top:3px solid #f26226;
}
.seao_view_box > ul > li:nth-child(2) .seao_view_box_col {
	border-top:3px solid #f26226;
}
.seao_view_box > ul > li:nth-child(3) .seao_view_box_col {
	border-top: 3px solid #f26226;
}
.seao_view_box_col{background-color: #fff;  padding: 20px; border-radius: 10px; overflow: hidden;  box-shadow: 0 0 25px 2px rgba(0,0,0,0.07);transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
.seao_view_box_col_inner_head{position: relative; width: 70%; display: inline-block; vertical-align: middle; padding-left: 70px; box-sizing: border-box;}
.seao_view_price_cart{ width: 30%;display: inline-block; vertical-align: middle; text-align: right; }
.seao_view_box_col_inner_head > .product_image { overflow: hidden; position: absolute; left: 0;min-height: 60px; max-height: 60px; width: 60px; height: 60px; border: 1px solid #ddd; border-radius: 10px; box-sizing: border-box;}
.seao_view_box_col_inner_head > .product_image img {  max-height: 50px;
  max-width: 50px;}
.seao_view_box_col_inner { padding: 15px 0;border-bottom: 1px solid #eee;}
.seao_view_box_col_inner_head > p{ font-size: 15px; color: #0b1e34; line-height: 20px; text-align: left; max-height: 44px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
/*.demo_ourpugins a:nth-last-of-type(1) .seao_view_box_col_inner{ border-bottom: 0 }*/
.seao_view_price_cart > span{ font-size: 14px;  text-align: right;  border-radius: 5px; color: #222;}
.seao_view_box > ul > li:last-child{ margin-right: 0; }
.seao_box_all_plugins{ border: 1px solid #2665af; border-radius:50px; padding:8px 23px; overflow: hidden; color: #2665af; line-height: normal;}
.seao_box_all_plugins:hover{background: #2665af; color: #fff;}
.seao_box_all_plugins i { margin-left: 3px;}
.btn_section_all_plugins{ text-align: center; font-size: 14px; margin-top: 20px;}
.seao_heading_main{ padding: 60px 0; /*background-color: #0b1e34;*/}
.seao-side-options-container > a:hover .seao-side-options-divider{background-color: #000;  }
/*.set_heading_font_seao h2,
.set_heading_font_seao h3,
.set_heading_font_seao h4{
  color: #fff;
}*/
.set_heading_font_seao h4{ font-size: 18px; }
/*.seao_heading_main .heading{ padding: 0; }*/
.seao_heading_main .heading:before {content: none;}
.seao_heading_main h3{ padding-top: 10px; }
.btn_style_ctn{text-align: center;}
.btn_style_ctn > button{background-color: #df8500; padding: 15px 30px; text-transform: uppercase; border:0; color: #fff; font-size: 15px; font-weight: 600; border-radius:25px;}
/*.bx-wrapper .bx-next{ right: 0!important }*/
.header-bg.common-box{ /*position: absolute; top:0;*/ /*height: 550px;*/}
.main_home_slider .bx-wrapper .bx-viewport{ height: 550px!important; }
/*.bx-wrapper .bx-viewport{ padding: 0!important; }*/
.client_test_row > div > img{ display: block; margin:auto; }
.our-demos.common-box .bx-wrapper .bx-viewport{ padding: 20px 0;}
/*.cd-testimonials-wrapper.cd-container .bx-wrapper{ max-width: unset!important; }*/

.seao_icon_star_font{display: inline-block; margin-right:15px; vertical-align: middle;}

 .our-blogs .bx-wrapper .bx-viewport{ padding: 0px 0 10px 0!important;}

 .block_section_contact{ font-size: 0;}
.block_section_contact > li{ display: inline-block; width: 33.33%; vertical-align: top; padding-right: 5%; box-sizing: border-box;}
.block_section_contact > li:last-child{padding-right: 0;}
.block_section_contact > li ._seao_one_col_block{ padding-left:70px; position: relative;  }
.block_section_contact > li ._seao_one_col_block > img { position: absolute; left: 0; width: 40px;}
.block_section_contact > li ._seao_one_col_block > h3{ font-size: 20px; font-weight: 500; color: #000; }
.block_section_contact > li ._seao_one_col_block > p{ font-size: 15px; padding-top: 5px; }
.block_section_contact > li ._seao_one_col_block ._bottom_action {-webkit-transition: color .5s linear;
    transition: color .5s linear;font-weight: 600;}
.block_section_contact > li ._seao_one_col_block ._bottom_action i {
  margin-left: 7px;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  width: 15px;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
}
/*@media (max-width: 1024px){

.hm-caption-col {
    width: 30%;
}

}*/
.mobile-app-img .bx-wrapper .bx-pager{ display: block; padding-top: 0; }
.mobile-app-img .bx-wrapper .bx-pager,
.mobile-app-img .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}


.client_test_row .cd-author{ position: absolute;  bottom: 0px; transform: translateX(-50%); -webkit-transform: translateX(-50%); left: 50%; width: 100%;}


@media(max-width: 1199px){

/*.demos-col{ width: 13.333%; margin:0 4% 4% 0; }*/
  /*.seao_view_box > ul > li{ width: 45% }*/
  .seao_view_box_col{ margin-bottom: 25px; }
}
@media(max-width: 1024px){
  .achive_block > li{width: 33.33%; margin-bottom: 30px;}
 /* .why_choose_us > ul > li{ width: 46%; margin-right: 4%; }
  .why_choose_us > ul > li:nth-child(3n+3){ margin-right: 4% }*/
}

@media(max-width: 992px){

  .certified_section ul > li{ width: 48%; margin-right: 2%; }
  .certified_section ul > li:nth-child(4n+4){margin-right: 0; }
  .certified_section ul > li:nth-child(3n+3){ margin-right: 2%;}
  .our-plugins, .our-demos, .certified_section, .contact_us_stripe, .our-packages, .why-us, .achievements_section, .seao_client_testimonial, .our_blogs_section,.monetization-section{padding: 25px 0}
/*  .demos-col{ width: 22.75%; margin:0 3% 3% 0; }
    .demos-col:nth-child(4n+4){margin:0;}
.demos-col:nth-child(6n+6){margin-right: 3%;}*/

.mobile-app-img{float: left!important; width: 100%!important}
.mobile-app-content{ width: 100%!important }
}
@media(max-width: 768px){


  /*.seao_view_box > ul > li{ width: 100%; margin-right: 0; } */
  .contact_us_stripe_inner > li{width: 46%; margin-right: 4%; margin-bottom: 20px;}
  
  

  .block_section_contact > li{ width: 50%; padding-bottom: 30px; }

}
@media(max-width: 600px){
	
    .certified_section ul > li, .contact_us_stripe_inner > li{ width: 100%; margin-right:0; }
    .achive_block > li{ width: 50%; }
      .block_section_contact > li{ width: 100%; }

/*      .demos-col{ width: 46%; margin: 0 6% 6% 0;}
          .demos-col:nth-child(2n+2){margin:0;}*/
	
	/* Services section */
	.hm-caption-colInner a {
		color: #f26226;
		border-color: #f26226;
	}
	.what-seao,
	.seao_heading_main {
		padding: 25px 0;
	}
  .awards-img img{
    max-height: 250px;
  }
          
 
}

@media(max-width: 400px){

    .achive_block > li{ width: 100%; }

}

.demo_ourpugins .seao_view_box_col_inner{
  transition:all 0.5s ease-out;
  min-height: 60px;
  height: 60px;
  overflow: hidden;
}
.demo_ourpugins a:hover .seao_view_box_col_inner .seao_view_box_col_inner_head > p{
  color: #2665af;
}
/*.demo_ourpugins a:hover .seao_view_box_col_inner{
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0,0,0,0.4), 5px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 10px 13px -8px rgba(0,0,0,0.4), 5px 5px 15px 5px rgba(0,0,0,0);
}*/
.contentheightsect{
  /*height: 329px;*/ overflow: hidden; margin-top: 10px;
}
.seao_view_price_cart._discount span:last-child {
    text-decoration: line-through;
    background-color: #fff;
    margin-left: 5px;
    font-size: 14px;
    margin-top:10px; color: #777;
    display: inline-block;
}
.seao_view_box_col .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .seao_view_box_col .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
  right: -19px
}
/*.cd-hero__slider li{
    background-repeat: no-repeat;
    background-size: cover;
}

.cd-hero__slider li:first-of-type{
  background-image: url(../../images/home-page/bg_1.jpg);
}
.cd-hero__slider li:nth-of-type(2){
    background-image: url(../../images/home-page/bg_2.jpg);
}
 
 .cd-hero__slider li:nth-of-type(3),  .cd-hero__slider li:nth-of-type(5){
    background-image: url(../../images/home-page/bg_3.jpg);
}
 .cd-hero__slider li:nth-of-type(4){
    background-image: url(../../images/home-page/bg_4.jpg);
}*/
.sociallinks > a:first-child img {
    opacity: 0.4;
}

