.header_left_pan {
    color: #fff;
}
.o-skills-hero h1 {
    color: #fff;
    text-transform: capitalize;
}
.slick-slide {
    margin: 0px 20px;
}

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

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

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

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

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

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.common_btn {
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
@media (min-width: 1024px){
.padding-top-100 {
    padding-top: 100px;
}
.app{
	color: #fff;
    font-size: 42px;
    /* padding-top: 50px; */
	padding-top: 40px;
    padding-right: 20px;
    line-height: 1.3;
	
}

.o-skills-hero__background {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	padding-top: 20px;
	padding-bottom: 50px;
}

element.style {
    background-color: transparent;
}
@media (min-width: 1024px)
.o-skills-hero__schedule .header_right_pan {
    margin-top: 0;
}

.o-skills-hero__schedule .header_right_pan {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #1d2942a3;
    padding: 6px;
    margin-top: 20px;
}

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

.padding-bottom-40 {
    padding-bottom: 40px;
}
html *, html *:before, html *:after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}


@media (min-width: 1024px)
.o-skills-hero__schedule .header_right_pan .holder {
    padding: 40px 50px 15px 50px;
}
.o-skills-hero__schedule .header_right_pan .holder {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 10px;
}


.btn {
    display: inline-block;
    padding: 12px 30px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn_wrapper .btn-orange:hover {
    color: #000;
}

.btn_wrapper .btn-orange {
    z-index: 0;
    color: #fff;
    border: 1px solid #ffffff;
    background-color: #e8824c;
}
.btn_wrapper .btn-orange:hover {
    color: #000;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn_wrapper .btn-orange:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    z-index: -1;
    border-radius: 5px;
}

.o-skills-hero__schedule .header_right_pan .holder {
    padding: 40px 50px 15px 50px;
}
.o-skills-hero__schedule .header_right_pan .holder {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 10px;
}
.gradient-green-blue {
    
    background: linear-gradient(320deg, #1680a7 0%, #ED3237 47%, #004475 100%);
    margin-top: 30px;
}
.margin-0 {
    margin: 0 !important;
}
.anchor-link {
    font-size: 14px;
    line-height: 24px;
    color: #8acfea;
    font-weight: 400;
    text-decoration: underline;
    max-width: 340px;
    margin: 20px auto 0;
    display: block;
}

.o-skills-hero__schedule p {
    font-size: 17px;
}
.o-skills-hero p {
    color: #fff;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-10 {
    margin-top: 10px;
}


.android-section {
    padding: 70px 0 0px;
}

.android-section h2 {
    margin-bottom: 25px;
    text-align: center;
}
@media (min-width: 1024px)
h2 {
    font-size: 48px;
    line-height: 61px;
}


element.style {
}
.android-section h2 {
    margin-bottom: 25px;
    text-align: center;
}

@media (min-width: 992px)
.col-md-6 {
    width: 50%;
}

.android-list {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}
.android-section-background {
	background-color: #ececec;
    
}

.android-section p {
    padding: 0 40px;
}
.android-section p {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.android-section .android-list span {
    position: relative;
    font-size: 19px;
    line-height: 29px;
    display: inline-block;
    margin-bottom: 30px;
    
}

.android-section android-list {
    padding: 0 50px;
}

ul.allservices li {
    list-style: none;
    padding: 5px 0;
    display: inline-flex;
	font-size: 15px;
}

.btn_wrapper {
    overflow: hidden;
}
@media (min-width: 1024px)
.btn-center-block {
    width: 350px;
}
.btn-center-block {
    margin: 0px auto;
    width: 295px;
}	
.btn-center-left {
	margin: 0px auto;
	padding-top: 20px;
}
.o-mobile-app-features .mobile-holder-clip .mobile-holder-phone {
    width: 33vw;
    height: 50vh;
    position: fixed;
    bottom: -20px;
    right: 60px;
}
@media (min-width: 1025px)
.o-mobile-app-features .mobile-holder-clip .mobile-in-hand {
    display: block;
}
.o-mobile-app-features .mobile-holder-clip .mobile-in-hand {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: auto;
    display: none;
}
@media (min-width: 1025px)
.o-mobile-app-features__content {
    display: block;
    padding: 0;
}

@media (min-width: 1025px)
.o-mobile-app-features .mobile-holder-clip {
    display: block;
}
.o-mobile-app-features .mobile-holder-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(auto, auto, auto, auto);
    display: none;
}
.mobile-app-features-android-section {
    background: none #0890c7;
}	

/* ....node-js-development..... */


.custom-service-development {
    position: relative;
}
.pattern {
    position: relative;
    overflow: hidden;
}
@media (min-width: 1024px)
.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-80 {
    padding-top: 40px;
    padding-bottom: 10px;
}


.custom-service-development .container {
    /* position: relative; */
    z-index: 9;
}

.custom-service-development h2 {
	margin-top: 30px;
    margin-bottom: 50px;
}
.custom-service-development .service-wrap-mod .services-pan {
    min-height: initial;
    width: auto;
    margin: 15px 0;
}

.cmn-heading-para {
    font-size: 20px !important;
    line-height: 32px !important;
    color: #333 !important;
    margin-bottom: 20px;
    font-weight: 500 !important;
    font-family: "Montserrat",sans-serif !important;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.max-width-1024-center {
    max-width: 1024px;
    margin: 0px auto;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.custom-service-development .service-wrap {
    text-align: center;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
/* @media only screen and (min-width: 1024px) */
/* .masonry { */
    /* column-count: 3; */
/* } */

@media (max-width: 767px)
.custom-software-development h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700 !important;
}
.masonry {
    transition: all .5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
}


.custom-service-development .service-wrap .services-pan__backend {
    position: relative;
}
@media (min-width: 1080px)
.custom-software-service .service-wrap .services-pan {
    min-height: 620px;
}
@media (min-width: 1024px)
.custom-service-development .service-wrap .services-pan {
    width: 30%;
    min-height: auto;
    padding: 120px 30px 30px;
}
.custom-service-development .service-wrap .services-pan {
    display: inline-block;
    vertical-align: top;
    /* margin: 15px; */
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}
.masonry .brick {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 1024px)
.services-pan {
    padding: 120px 30px 30px;
}
.services-pan {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}

.custom-service-development .service-wrap .services-pan__backend:before {
    width: 78px;
    height: 75px;
}
@media (min-width: 1024px)
.services-pan:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50px;
    width: 100px;
    height: 75px;
    transform: translate(-50%, 0);
}



@media (min-width: 1024px)
.custom-service-development .service-wrap .services-pan h3 {
    padding: 0 2px;
}
.font-size-24 {
    font-size: 24px;
    line-height: 32px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-20 {
    margin-top: 20px;
}
.font-size-24 {
    font-size: 23px !important;
	font-weight: 400;
}
.custom-service-development p {
    font-size: 16px;
    line-height: 30px;
}

html *, html *:before, html *:after {
    box-sizing: border-box;
}
@media (min-width: 1360px)
p {
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
}
.custom-service-development .service-wrap .services-pan a {
    width: 134px;
    height: 46px;
    line-height: 42px;
    border: 2px solid #9e9e9e;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    transition: .3s all ease-in;
}
.custom-service-development .service-wrap .services-pan a:hover {
    border: 2px solid #ED3237;
    color: #ED3237;
}

.services-pan a.btn {
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: underline;
    max-width: 340px;
    margin: 0 auto 0;
    display: block;
    padding: 0;
    text-transform: none;
}
.header_left_pan  p{
			padding-right:60px !important;
		}

.masonry {
    column-count: 3;
}

@media only screen and (min-width: 368px) and (max-width: 670px),(min-width: 375px) and (max-width: 667px){
	.masonry {
			column-count: auto;
		}
		.header_left_pan  p{
			padding-right:0px !important;
		}
	.custom-service-development h2 {
			margin-top: 0px;
			margin-bottom: 15px;
			font-size: 31px;
			font-weight: 400;
			line-height: 1.4;
			padding-bottom: 30px;
		}
	.wordpress-container h1 {
			font-size: 30px;
		}
	.center h2 {
			font-size: 30px;
		}
	.ui-designs {
			margin-top: 50px;
			
		}
	.creates-powerful, col-md-6 {
			padding-top: 20px !important;
			padding-bottom: 10px !important;
    
		}
	.maintenance {
			padding-left: 15px !important;
			padding-right: 15px !important;
		}		
	
}


@media only screen and (min-width: 368px) and (max-width: 670px){
	
	
	
}


/* ....python-development..... */

.python-development {
	text-align: center;
    margin-top: -28px;
}



.maintenance {
	padding-left: 30px;
}1

.maintenance-services {
	margin-bottom: -70px;
}

.ui-designs {
	color: #fff;
    font-size: 72px;
    padding-top: 23px;
    padding-right: 20px;
    line-height: 1.3;
}

.think-design {
	padding-bottom: 50px;
	line-height: 1.3;
}

.creates-powerful, col-md-6 {
	text-align: center;
    padding-top: 81px;
    padding-bottom: 67px;
    padding-left: 30px;
    padding-right: 30px;
    
	
}


/*----------------------------------------------------
/ 3. Revolution Services
------------------------------------------------------*/
.service_section{
    background: url(../images/bg/1.jpg);
}
.service_section2 {
    background: url(../images/bg/1-1.jpg) no-repeat center center / cover;
}
.icon_box_1{
    display: inline-block;
    position: relative;
    width: 100%;
    background: transparent;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.icon_box_1 .back i,
.icon_box_1 .front i {
    font-size: 64px;
    line-height: 1;
    color: #aaaaaa;
    display: block;
    margin-bottom: 17px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_1 .back h3,
.icon_box_1 .front h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;    
    color: #d5d7da;
    margin: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.icon_box_1 .back h3,
.icon_box_1 .back i{
    color: #ffffff;
}
.icon_box_1 .flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: transparent;
    z-index: 2;    
    padding: 48px 45px 45px;
    width: 100%;
}
.vertical .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.back {
    background: #ED3237;
    -webkit-transform: rotateY(
-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: relative;
    padding: 48px 45px 45px 45px;
    border: 2px solid #ED3237;
    width: 100%;
}
.icon_box_1:hover .front, .icon_box_1.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.icon_box_1:hover .back, .icon_box_1.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.custom_column .col-lg-3{
    width: 20%;
}


.pull-center {
	padding: 0 0 10px 0px;
}
@media (max-width: 480px){
	.custom_column .col-lg-3{
		width: 50% !important;
		float: left;
	}
}
.smart-website {
	font-size: 34px;
    line-height: 50px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;    
    margin: 0 0 25px;
}

.smart_title {
	font-size: 15px;
    line-height: .8;
    font-weight: 400;
	color: #ED3237;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.ab_img1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.ab_img1 img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: -2px 4px 30px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 4px 30px 0px rgb(0 0 0 / 30%);
}

.ab_img2 {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 2;
}

.ab_img2:after {
    position: absolute;
    top: -40px;
    left: 40px;
    content: '';
    border: 10px solid #e62b4a;
    width: 470px;
    height: 458px;
}

.common_btn.red_bg:hover {
    color: #fff;
}

.common_btn.red_bg {
    padding: 28px 40.5px;
}

.common_btn span {
    position: relative;
    z-index: 2;
}

.common_btn.red_bg:after {
    background: #e62b4a;
}
.common_btn:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}


.common_btn.red_bg:hover:after {
    width: 100%;
}

	
.common_btn.red_bg:after {
    background: #ED3237;
}
.common_btn:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.light-bg {
    background: #f7f7f7;
}
.page-section {
    padding: 75px 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}



.section-title h2 {
    font-size: 28px;
}
.section-title h2 {
    /* text-transform: uppercase; */
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    margin: 0 0 12px;
    padding: 14px 0;
}
.section-title .h2:before {
	background-color: #ED3237;
}
.section-title h1:before, .section-title h2:before {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    margin: -2px auto;
    position: absolute;
    width: 40px;
}
.section-title {
    border-bottom-width: 0px;
    margin-bottom: 40px;
    position: relative;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.title-sub {
	font-size: 18px;
    font-weight: 400;
}

.border-black {
    border: 1px solid #000000;
}

.features-block .header-box {
  display: block;
  min-height: 30px;
  margin: 0 0 13px;
  overflow: hidden;
}
.features-block .header-box .icon-box {
  background: none;
  color: #1e1e1e;
  float: left;
  height: 30px;
  margin: 0 10px 0 0; 
  text-align: center;
  width: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.features-block .header-box a.icon-box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.features-block .header-box .icon-box i:before {
  font-size: 20px;
  line-height: 30px;
}
.features-block .header-box h6 {
  margin: 6px 0 0;
}
.features-list {
	padding:40px 0 0 0px;
}
.features-list-left {
	text-align:left;
}
.features-list-right {
	text-align:left;
}
.features-list-right.text-right{
	text-align:right;
}
.features-list li {
	list-style:none;
	padding:20px 0;
	line-height:2;
	font-size:15px;
	font-weight:300;
	position:relative;
}
.features-list li i {
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size: 32px;
	width:70px;
	height:70px;
	margin:20px auto;
	line-height:70px;
	top:0px;
	text-align:center;
	position:absolute;
}
.features-list-left li i {
	left:0px;
}
.features-list-right li i {
	right:0px;
}
.features-list-left .features-content {
	margin-left:90px;
}
.features-list-right .features-content {
	margin-right:90px;
}
/* Additional Features */
.responsive-features span {
    font-size: 24px;
    margin-right: 10px;
}
.responsive-features h5 {
    display: inline-block;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.features-list-item:hover i{
	background-color: #ED3237;
}
.custom_column .col-lg-3 {
    width: 20%;
}
.commonSection {
    padding: 70px 0;
    position: relative;
}
.paddingSection {
	padding: 70px 0 70px;
    position: relative;
}
.commonSection .container {
    position: relative;
    z-index: 2;
}

.red_color {
    color: #ED3237;
}
.sub_title {
    font-size: 15px;
    line-height: .8;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.white {
    color: #ffffff;
}
.sec_title {
    font-size: 40px;
    line-height: 49px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    margin: 0 0 25px;
}
.color_aaa {
    color: #e7e7e7;
}
.sec_desc {
    margin: 0 0 54px;
}

.custom_column .col-lg-3 {
    width: 20%;
}
.icon_box_1 {
    display: inline-block;
    position: relative;
    width: 100%;
    background: transparent;
    
}


.a {
    color: #000;
}

/*----------------------------------------------------
/ 3. Services Section
------------------------------------------------------*/
.service_section{
    background: #D10000;
}
.range-services {
	background: #D10000;
	top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 70px;
    padding-bottom: 50px;
}

	/* .......home-page....... */


@media (min-width: 1024px)
	.custom-home-service {
		padding: 0 !important;
	}
}

.custom-home-service {
    position: relative;
    min-height: 820px;
    padding: 20px 10px;
}
.relative {
    position: relative;
}
.border-bottom-lightgreen {
    border-bottom: 1px solid #e2f1ef;
}

.bg-grey {
    background-color: #f5f5f5 !important;
}

.lement.style {
    min-height: 430px;
}
@media (min-width: 1024px)
.custom-home-service .home-pattern {
    display: block;
}
.custom-home-service .home-pattern {
    display: none;
}
.home-pattern {
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px)
.custom-home-service_holder {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translate(-50%, 0);
}

@media (min-width: 1024px)
.custom-home-service_holder h3 {
    color: #fff !important;
}
.custom-home-service_holder h3 {
    color: #333 !important;
}

.white {
    color: #fff !important;
}
html *, html *:before, html *:after {
    box-sizing: border-box;
}
@media (min-width: 1024px)
h3 {
    font-size: 36px;
    line-height: 49px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
	/* color: #fff; */
	color: #333;
}
@media (min-width: 1024px)
.custom-home-service .white-box {
    margin: 0 10px;
}

.custom-home-service .white-box__blue-border {
    border-bottom: 4px solid #4A90E2;
}
@media (min-width: 1024px)
.custom-home-service .white-box {
    margin: 0 10px;
}
.custom-home-service .white-box {
    background-color: #fff;
    display: inline-block;
    width: 225px;
    height: 225px;
    border-bottom: 4px solid #ED3237;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 20px;
    position: relative;
    padding: 130px 20px 0;
    font-size: 20px;    
    color: #333;
    font-weight: 500;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(168 168 168 / 50%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(168,168,168,0.5);
    box-shadow: 0px 0px 20px 0px rgb(168 168 168 / 50%);
}

.custom-home-service .white-box__choose-01:before {
    content: '';
    background-position: 0 0;
}
.custom-home-service .white-box:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, 0);
    background-image: url(../images/app-development/home-development-icons.png);
    width: 70px;
    height: 63px;
}
.custom-home-service .white-box:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    background-image: url(../images/home-arrow.png);
    width: 22px;
    height: 22px;
}

.custom-home-service .white-box__choose-02:before {
    content: '';
    background-position: -80px 0;
}


.custom-home-service .white-box__choose-03:before {
    content: '';
    background-position: -160px 0;
}
.custom-home-service .white-box__choose-04:before {
    content: '';
    background-position: -240px 0;
}

@media (max-width: 767px)
.custom-home-service_holder h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 25px;
}

.btn-blue {
    z-index: 0;
    color: #fff;    
    background-color: #ED3237;
}
@media (min-width: 1024px)
.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 1024px)
.o-home-technology .box {
    margin: 0 5px;
}

.o-home-technology .box__home-technology-01:before {
    content: '';
    background-position: 0 -73px;
}
.o-home-technology .box:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, 0);
    background-image: url(../images/app-development/home-development-icons.png);
    width: 60px;
    height: 55px;
}
.o-home-technology .box:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    background-image: url(../images/home-arrow.png);
    width: 22px;
    height: 22px;
}
.o-home-technology .box__home-technology-01:hover {
    background-color: #ED3237;
}
.o-home-technology .box:hover {
    color: #fff;
}
.o-home-technology .box__home-technology-01:hover:before {
    content: '';
    background-position: 0 -138px;
}
.o-home-technology .box__home-technology-02:before {
    content: '';
    background-position: -70px -73px;
}
.o-home-technology .box__home-technology-03:before {
    content: '';
    background-position: -140px -73px;
}
.o-home-technology .box__home-technology-04:before {
    content: '';
    background-position: -210px -73px;
}
.o-home-technology .box__home-technology-05:before {
    content: '';
    background-position: -280px -73px;
}
.o-home-technology .box__home-technology-06:before {
    content: '';
    background-position: -350px -73px;
}

.o-home-technology .box__home-technology-02:hover {
    background-color: #ED3237;
}
.o-home-technology .box:hover {
    color: #fff;
}
.o-home-technology .box__home-technology-03:hover {
    background-color: #ED3237;
}
.o-home-technology .box__home-technology-04:hover {
    background-color: #ED3237;
}
.o-home-technology .box__home-technology-05:hover {
    background-color: #ED3237;
}
.o-home-technology .box__home-technology-06:hover {
    background-color: #ED3237;
}
.o-home-technology .box:hover {
    color: #fff;
}
.o-home-technology .box:hover:before {
    background-image: url(../images/app-development/home-development-icons.png);
}
.o-home-technology .box:hover:after {
    background-image: url(../images/app-development/home-arrow-hover.png);
}
.o-home-technology .box {
    background-color: #fff;
    display: inline-block;
    width: 175px;
    height: 210px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px 20px;
    position: relative;
    padding: 120px 10px 0;
    font-size: 20px;
    font-family: "Montserrat",sans-serif;
    color: #333;
    font-weight: 500;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(168 168 168 / 50%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(168,168,168,0.5);
    box-shadow: 0px 0px 12px 0px rgb(168 168 168 / 50%);
    z-index: 9;
}
.padding-140 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.o-home-technology .box__home-technology-02:hover:before {
    content: '';
    background-position: -70px -138px;
}
.o-home-technology .box__home-technology-03:hover:before {
    content: '';
    background-position: -140px -138px;
}
.o-home-technology .box__home-technology-04:hover:before {
    content: '';
    background-position: -210px -138px;
}
.o-home-technology .box__home-technology-05:hover:before {
    content: '';
    background-position: -280px -138px;
}
.o-home-technology .box__home-technology-06:hover:before {
    content: '';
    background-position: -350px -138px;
}

	/* .....our-clients...... */
	
.our-clients {
	padding: 70px;
}
.clients-text {
	text-align: center;
    padding-bottom: 50px; 
}
.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px
}

.brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff
}

.brands_slider {
    height: 100%;
    margin-top: 50px
}

.brands_item {
    height: 100%
}

.brands_item img {
    max-width: 100%
}
.height{
    min-height: 390px;
}
.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}

/* .......service-provide....... */

.services-provide {
    background: #f9f9f9;
    position: relative; 
    padding-bottom: 50px; 
    padding-top: 1px; 
}

.section-title {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

.section-title .title-bold {
    /* text-transform: uppercase; */
    font-size: 35px;
    font-weight: 100;
    line-height: 22px;
    margin-bottom:20px;
}
.section-title .sub-title {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 22px;
}

@media (min-width: 768px){
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
.service-content-wrapper {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    padding: 50px 0px 50px 0px;
	border-bottom: 4px solid #ED3237;
    border-radius: 5px;
}
.service-content-wrapper:hover {
    background-color: #00c8ef12;
}
.service-content-wrapper .col-md-3{
	width: 50% !important;
	float: left;
}


@media (max-width: 480px){
	.service-content-wrapper .col-md-3 {
		width: 50% !important;
		float: left;
	}
}
.service-content-wrapper span {
    width: 80px;
    height: 80px;
    text-align: center;
    color: #8DCF3F;
    font-size: 40px;
    display: block;
    margin: 30px auto;
    margin-top: 30px;
    border-radius: 50%;
    line-height: 82px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.m-t-0 {
    margin-top: 0 !important;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'linearicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service-content-wrapper p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}

.service-content-wrapper:hover span {
    background: #80c431;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.textsmart {
	font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
	
}

/* .......why-choose....... */

.why-choose-screen {
    background: #D10000;
    color: #fff;
}

@media (min-width: 1024px){
	.why-choose-screen_left {
		/*min-height: 416px;*/
	}
}
.why-choose-screen_left {
    background-color: #1D2942;
    /* min-height: 256px; */
   padding: 27px 35px 26px;
}
@media (min-width: 992px){
	.col-md-5 {
		width: 41.66666667%;
	}
}

@media (min-width: 1024px) {
	.why-choose-screen_left h2 {
		font-size: 56px;
		line-height: 60px;
	}	
}
.why-choose-screen_left h2 {
    font-size: 45px;
    line-height: 54px;
	font-weight: 400;
    position: relative;
    /* text-transform: uppercase; */
}
.white {
    color: #fff !important;
}

.why-choose-screen_left h2 span {
    display: block;
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.why-choose-screen_left h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    background-color: #ED3237;
    width: 170px;
    height: 3px;
}

@media (min-width: 1024px){
	.why-choose-screen_right {
		padding: 50px 50px 0;
	}
}

.why-choose-screen_right {
    background-color: #075091;
    /*min-height: 416px;*/
    padding: 40px 35px 40px;
}

.why-text {
    font-size: 30px;
    font-weight: 200;
    line-height: 1.3;
	padding-right: 50px;
}
.padding-bottom-30 {
    padding-bottom: 65px;
}

/* ......contact-page....... */


.ready_2 {
    background: url(../images/bg/4.jpg) no-repeat center center / cover;
}
.commonSection {
    padding: 90px 0;
    position: relative;
}

.commonSection .container {
    position: relative;
    z-index: 2;
}


.service_section_2 {
}
.commonSection {
    padding: 80px 0;
    position: relative;
}


.sec_desc {
    margin: 0 0 54px;
}
.icon_box_2 h3 {
    font-size: 20px;
    letter-spacing: .80px;
    color: #000;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 35px;
}
.icon_box_2 a {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1.0px;
    color: #000;
    line-height: .8;
    text-transform: uppercase;
    margin: 0;
}
.icon_box_2:hover {
    -webkit-box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 5%);
    border-color: transparent;
}
.icon_box_2:hover:after{
    visibility: visible;
    opacity: 1;
    height: 101%;
}
.icon_box_2 a:hover{
    color: #ED3237;
}
.align{
    text-align: justify;
}
.service_section_2{}
.icon_box_2{
    position: relative;
    width: 100%;
    background: #fff;
    border: 2px solid #f4f4f4;
    padding: 20px 65px 20px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.icon_box_2:after{
    width: 4px;
    height: 0;
    position: absolute;
    content: '';
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    background: #ED3237;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.icon_box_2 h3{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .80px;
    color: #000;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 35px;
}
.icon_box_2 p{
    margin: 0 0 31px;
}
.icon_box_2 .iconWrap{
    position: relative;
    margin: 0 0 44px;
}

/* ......great-reviews....... */

.real-google-reviews {
    position: relative;
}
.home-pattern {
    position: relative;
    overflow: hidden;
}

.c-icon-desc-3-col {
    position: relative;
    text-align: center;
    background-color: #fff;
}
.new-real-google-reviews {
    padding: 50px 0 !important;
}
.bg-grey {
    background-color: #f5f5f5 !important;
}
.review-top {
    margin-bottom: 60px;
}
element.style {
    text-transform: capitalize;
}
.review-top h2 {
    font-size: 40px;
    padding-bottom: 15px;
}
.new-real-google-reviews h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 500;
}
.review-top h3 {
    font-size: 18px;
    line-height: 32px;
    max-width: 530px;
    margin: 0 auto 20px;
}
.no-slider {
    display: block;
}
@media (min-width: 1024px)
.c-icon-desc-3-col .row>div {
	width: 33%;
	margin: 0 0 40px;
	
}
.c-icon-desc-3-col .row>div {
    /* float: none; */
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

@media (min-width: 1024px)
.new-real-google-reviews .new-review-box {
    margin-bottom: 20px;
    padding: 30px;
    min-height: 330px;
}
.new-real-google-reviews .new-review-box {
    border: 2px solid #C8C7CC;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 40px;
    padding: 40px 30px 0;
}
.bg-white {
    background: #fff !important;
}
.new-review-box {
    position: relative;
}

.new-real-google-reviews .new-review-box .client-img__home {
    background-color: transparent ! important;
}
@media (min-width: 768px)
.new-real-google-reviews .new-review-box .client-img {
    position: absolute;
    left: 20px;
    top: -40px;
    background-color: #ffffff;
    padding: 10px;
    display: block;
}
.new-real-google-reviews .new-review-box .client-img {
    /* display: none; */
    width: 84px;
}
.new-real-google-reviews .new-review-box .client-img {
    position: absolute;
    left: 20px;
    top: -40px;
    background-color: #ffffff;
    padding: 10px;
    display: block;
}
.new-real-google-reviews .new-review-box h3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px;
}
.new-real-google-reviews .new-review-box p.clint-details {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #8A8A8F;
    line-height: 18px;
    margin-top: 10px;
}
.new-real-google-reviews .new-review-box p.clint-details strong {
    color: #333;
}
.new-real-google-reviews .new-review-box .review-quote__home {
    padding: 0 10px;
    bottom: -15px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fff 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );
}
.new-real-google-reviews .new-review-box .review-quote {
    position: absolute;
    right: 10px;
    bottom: -25px;
    background-color: #fafafa;
    padding: 10px;
    display: block;
}
.new-real-google-reviews .new-review-box {
    margin-bottom: 20px;
    padding: 30px;
}
@media (min-width: 768px)
.new-real-google-reviews .new-review-box .review-quote {
    position: absolute;
    right: 10px;
    bottom: -25px;
    background-color: #fafafa;
    padding: 10px;
    display: block;
}
.new-real-google-reviews .new-review-box {
    border: 2px solid #C8C7CC ! important;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 40px;
    padding: 40px 30px 0;
}
.bg-white {
    background: #fff !important;
}
.new-real-google-reviews .new-review-box h4 {
    color: #ED3237;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "Source Serif Pro",serif;
}
.new-real-google-reviews ul.review-icon li {
    margin: 0 20px 20px !important;
	padding-right: 50px;
}
.new-real-google-reviews ul li {
    display: inline-block;
    margin-right: 3px;
}
.new-real-google-reviews h5 {
    font-size: 18px;
    font-weight: 600;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.slider-img2{
	width: 95%;
    position: absolute;
    right: 70px;
    /* bottom: 60px; */
    animation: run 5s linear 2s infinite alternate;
}

@keyframes run {
	25% {
		transform: translate (50px, -40px);
	}
    50% {
        transform: translate(70px,-40px);
    }
	75% {
		transform: translate (-20px, 30px);
	}
    100% {
        transform: translate(-50px,-60px);
    }
}

.slider-img {
	width: 95%;
    position: absolute;
    right: 70px;
    /* bottom: 60px; */
    animation: animate 5s linear 2s infinite alternate;
}


.slider-img .main-img {
    width: 450px;
}
@keyframes animate {
	25% {
		transform: translate (-50px, -20px);
	}
    50% {
        transform: translate(70px,-100px);
    }
	75% {
		transform: translate (80px, 100px);
	}
    100% {
        transform: translate(50px, -50px);
    }
}

/* .......about-us....... */


.inner-team-wrapper {
	background-position: bottom center;
	background-repeat: no-repeat;
}
.inner-team-area {
	position: relative;
}
.inner-team-area::before {
	position: absolute;
	content: "";
	top: 304px;
	right: 0;
	background: url(../img/bg/team_inner_shape.png);
	width: 326px;
	height: 357px;
}
.team-inner-title {
	margin-bottom: 45px;
}
.inner-bg-wrapper {
	background-position: bottom center;
	background-repeat: no-repeat;
}
.inner-ptop-area {
	position: relative;
}
.inner-ptop-area::before {
	position: absolute;
	content: "";
	top: 304px;
	right: 0;
	background: url(../img/bg/team_inner_shape.png);
	width: 326px;
	height: 357px;
}
.text-center {
    text-align: center!important;
}

.team-social a {
    margin: 0 5px;
}
a, button {
    color: #1696e7;
    outline: medium none;
}
a, .button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial_2 {
    background: url(../images/bg/7.jpg) no-repeat center center / cover;
}
.commonSection {
    padding: 80px 0;
    position: relative;
}
.testimoniTab {
    position: relative;
}
.col-lg-5 {
    width: 41.66666667%;
}
@media (min-width: 1200px){
	.col-lg-5 {
		width: 41.66666667%;
	}
}
.color_aaa {
    color: #aaaaaa;
}
.sub_title {
    font-size: 12px;
    line-height: .8;
    font-weight: 400;
    color: #818181;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.white {
    color: #ffffff;
}


.owl-carousel.owl-loaded {
    display: block;
}
.testimoniTab ul {
    margin: 53px 0 0;
    padding: 0;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
element.style {
    transform: translate3d(-458.001px, 0px, 0px);
    transition: all 0.75s ease 0s;
    width: 916.002px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.testimoniTab ul li:last-child {
    margin-right: 0;
}
.testimoniTab ul li.active {
    opacity: 1;
}
.testimoniTab ul li {
    list-style: none;
    display: inline-block;
    opacity: .60;
    margin-right: 42px;
}
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.testimoniTab ul li a {
    display: block;
}
.testimoniTab ul li a span {
    width: 79px;
    height: 79px;
    display: block;
    margin-bottom: 21px;
    position: relative;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.testimoniTab ul li a span img {
    width: 100%;
    height: 100%;
}
.testimoniTab ul li a span::after {
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "“";
    font-size: 30px;
    line-height: 0.8;
    z-index: 9;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(0, 170, 239);
    padding: 11px 0px;
}
.testimoniTab ul li a .author_detail {
    position: relative;
}
.testimoniTab ul li a .author_detail h5 {
    font-size: 16px;
    line-height: .8;
    color: #fff;
    margin: 0 0 16px;
    text-transform: uppercase;
}
.testimoniTab ul li a .author_detail h6 {
    font-size: 12px;
    line-height: .8;
    color: #aaaaaa;
    letter-spacing: 1.2px;
    margin: 0;
    text-transform: uppercase;
}
.testimoniTab ul li a {
    display: block;
}
.testimoniTab ul li:last-child {
    margin-right: 0;
}
.testimoniTab ul li.active {
    opacity: 1;
}
.testimoniTab ul li {
    list-style: none;
    display: inline-block;
    opacity: .60;
    margin-right: 42px;
}
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel.owl-loaded {
    display: block;
}
.testimoniTab ul {
    margin: 53px 0 0;
    padding: 0;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

element.style {
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.testimoniTab ul li:last-child {
    margin-right: 0;
}
.testimoniTab ul li.active {
    opacity: 1;
}
.testimoniTab ul li {
    list-style: none;
    display: inline-block;
    opacity: .60;
    margin-right: 42px;
}
.ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.testi_con p {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.96px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 21px;
}
.tab-content > .active {
    display: block;
}
.fade.in {
    opacity: 1;
}
.testi_con {
    position: relative;
    text-align: left;
    padding-top: 120px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.testi_con span {
    text-transform: uppercase;
    color: #aaaaaa;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: .9;
    display: block;
    margin: 0;
}

.testi_con {
    position: relative;
    text-align: left;
    padding-top: 90px;
}

.dots_owl .owl-dot.active, .dots_owl .owl-dot:hover {
    background: #fff;
}

@media (min-width: 1200px)
.col-lg-7 {
    width: 58.33333333%;
}
@media (min-width: 1200px)
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
@media (min-width: 768px)
.col-sm-7 {
    width: 58.33333333%;
}
.dots_owl {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
}
.dots_owl .owl-dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 0;
    background: #1cadce;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}

.inner-about {
	height: 600px;
}
.service-about-wrapper {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    padding: 40px 0px 40px 0px;
	border-bottom: 4px solid #ED3237;
    border-radius: 5px;
}
.service-about-process {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 40px 0px 40px 0px;
    
}
.working-process {
	padding: 0px;
}

.service-process {
	margin-top: -70px;
}
.section-title .process-title {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 22px;
	padding-bottom: 70px;
}


