:root {
  --main-white-color: white;
  --main-black-color: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*@font-face {*/
/*  font-family: 'FontAwesome';*/
/*  src: url('../fonts/fontawesome-webfont.eot?v=3.2.1');*/
/*  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: "source sans pro";*/
/*	font-style: normal;*/
/*	font-weight: 400;*/
/*	font-display: auto;*/
/*	src: url(../fonts/SourceSansPro-Regular.ttf);*/
	
/*}*/

/*@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,400;0,700;0,900;1,300;1,400;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,400;0,700;0,900;1,300;1,400;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200;300;400;600;700;900&display=swap');*/

body {
    /*height: 100%;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*background: #fff;*/
    /*color: #000;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*font-family: 'Varela Round', sans-serif;*/
    /*font-size: 17px;*/
    /*letter-spacing: normal;*/
    /*line-height: normal;*/
    /*text-align: left;*/
    /*-webkit-font-smoothing: antialiased;*/
    
  /*font-family: 'Varela Round', sans-serif;*/
  font-family: 'Source Serif Pro', serif;
  background: rgb(247 247 255);
  font-size: 17px;
    /*line-height: 30px;*/
        /*letter-spacing: .08em;*/
        font-weight: 400;
  
/*  animation: fadeInAnimation ease 3s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;*/
}
/*@keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }*/

h1,
.h1 {
  font-size: 36px;
  text-align: center;
  font-size: 5em;
  color: #404041;
}
.font10{font-size: 10px;}
.pr-55{padding-right: 55px !important;}.pl-55{padding-left: 55px !important;}.pt-50{padding-top: 50px !important;}.pb-50{padding-bottom: 50px !important;}.pt-20{padding-top: 20px !important;}.pb-20{padding-bottom: 20px;}
.pt-30{padding-top: 30px;}.pt-100{padding-top:100px !important;}
.mb-0{margin-bottom: 0px;}.mb-20{margin-bottom:20px;}
.ml-20{margin-left:20px !important;}.ml-40{margin-left: 40px;}
.mt-50{margin-top: 50px;}.mt-20{margin-top: 20px;}.mt-30{margin-top: 30px;}
.cstm-dropdown{    width: 98%;
    left: 1%;
    position: fixed;
    top: 63px;
    right: 1%;}
a.dropdown-item{position: relative}

.dropdown-item .fa.fa-arrow-right{    position: absolute;
    line-height: 22px;
    right: 15px;
    visibility: hidden;
    opacity: 0;
    transition:transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in, opacity 200ms ease-in;
    -webkit-transition:opacity 200ms ease-in, -webkit-transform 200ms ease-in;
    transition:opacity 200ms ease-in, -webkit-transform 200ms ease-in;
}
.dropdown-menu{min-width: 18rem}
.dropdown-item:hover .fa.fa-arrow-right{    
    visibility: visible;
    opacity: 1;transform: translateX(4px)}
.cstm-nav li.nav-item a.nav-link{position: relative;}
.cstm-nav li.nav-item a.nav-link:after {
    content: "";
    height: 10%;
    width: 5%;
    
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ec3f37;
    opacity: 0;
    transition: all ease .4s;
    top: 25%;
    transform: translateY(-50%);
}
.cstm-nav li.nav-item:hover a.nav-link:after {
    width: 10%;
    height: 5%;
    opacity: 1;
    transition: all ease .4s;
    z-index: -1;
}
.dropdown-toggle::after{border-top:0em solid;border-right: 0em solid;border-left:0em solid;}
.menumain li.nav-item.active a.nav-link{color: #ec3f37;}
/*Navigation css close*/

/*slider css start*/
.top-slider{width: 100%;background: #fff; padding-top: 100px; /*height: calc(100% - 120px);*/ position: relative; padding-bottom: 40px; }
.cstm-top-slider{height: auto;width: 100%;background: #fff;}
/*.top-slider .slider-img,.cstm-top-slider .slider-img{position: absolute;top: 50%;transform: translate(50%, -50%);margin-left: -50%; width: 100%; height: 100%}*/
.top-slider .slider-img,.cstm-top-slider .slider-img{position: static;
    top: 50%;
    width: 100%;
    /*height: 100%;*/}
.slider-hi{height:auto;}
.top-slider .slider-img img,.cstm-top-slider .slider-img img{
    width: 100% !important;
    height: auto !important;
}
.carousel{height:auto;width:100%;}
.carousel-inner{height: auto;width:100%;position: relative;display: flex;  align-items: center;}
.carousel-item{width:100%;height: auto;display: block;}
#carouselExampleIndicators .owl-dots button.active{width:auto;}
#carouselExampleIndicators .owl-dots{position: static;bottom: 0px; text-align: left; margin-top: 10px}
#carouselExampleIndicators .owl-nav{display: none;}
#carouselExampleIndicators .owl-theme .owl-dots .owl-dot span{margin: 0}
#carouselExampleIndicators .owl-theme .owl-dots .owl-dot.active span, #carouselExampleIndicators .owl-theme .owl-dots .owl-dot:hover span{background: #983c4c;}
#carouselExampleIndicators .owl-theme .owl-dots .owl-dot span{background: #ec3f37;}
.carousel-control-prev,.carousel-control-next{display: none;}
.main-slider-text {
    position: static;
    left: 0%;
    top: 30%;
    width: 100%;
}
.slider-btn-content {
    background-color: #ffc72a;
    border-color: #ffc72a;
    border-radius: 4px;
    padding: 8px 20px;
    color: #fff !important;
    width: fit-content;
    width: -moz-fit-content;
}
.carousel-indicators li{background-color: #fff;height: 10px;width: 10px;border-radius: 100%;margin: 0 7px;display: inline-block;}
.carousel-indicators li.active{background-color: #ffc72a;}
.carousel-indicators li:after,.carousel-indicators li:before{display: none;}
.main-slider-text h1{text-align: left;}
h1.text-extra-heavy {
    font-size: 50px;letter-spacing: 1px;
}
.main-slider-text p{
    /*letter-spacing: 1.5px;*/
    line-height: 30px;
    /*font-weight: normal !important;*/
}
.main-slider-text p.slider-btn-content{margin-top: 5%;}

/*slider css close*/

.btn-rounded {
    -webkit-border-radius: 1.875rem !important;
    -moz-border-radius: 1.875rem !important;
    -ms-border-radius: 1.875rem !important;
    -o-border-radius: 1.875rem !important;
    border-radius: 1.875rem !important;
}
.btn-rounded:hover{
        -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

/*about section start*/

.about-content,.about-effect-content {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 8px;
    opacity: .9;
}
.about-effect-content:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(255,255,255,0);
    right: -10px;
    bottom: -10px;
    border-radius: 8px !important;
    transition: background .3s ease-in;
    -ms-transition: background .3s ease-in;
}
.about-effect:hover .about-effect-content:after {
    background: rgba(255,255,255,.4);
    border-radius: 8px !important;
}
.about-effect:hover .about-content, .about-effect:hover .about-effect-content{opacity: 1;}
.about-content p,.about-effect-content p{font-size: 13px;color: #242d49;letter-spacing: 0.3px}
.about-content p.cards-headings-20,.about-effect-content p.cards-headings-20{font-size: 15px;color: #242d49;letter-spacing: 0.3px}
.aboutus{background: #fff; -webkit-transition: opacity 2s ease-in;
       -moz-transition: opacity 10s ease-in;
        -ms-transition: opacity 10s ease-in;
         -o-transition: opacity 10s ease-in;
            transition: opacity 10s ease-in;}
.aboutus .about-us-img img{width:100%;}
/*about section close*/
/*our client css start*/
.clients{padding: 45px 0}

h2.mbr-section-title{
    font-size: 45px;padding-bottom: 8px !important;margin-bottom: 30px;
}
h3.mbr-section-subtitle{
    text-align: center;
}
.pseudo_border {
    position:relative;
    display:inline-block;
}
.pseudo_border:after {
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
    margin:10px auto;
    width:40%;
    height:3px;
    background:#ffc72a;
}
.main-title-cli{text-align: center;width:100%;}
.clients .owl-nav .owl-next,.clients .owl-nav .owl-prev{font-size: 45px !important;}
.clients .owl-theme .owl-nav [class*=owl-]:hover {background: transparent;color:#ffc72a;}
.clients button:focus{
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.clients .owl-dots{display: none;}
.clients .owl-carousel-custom .owl-nav{
        position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    bottom: -80px;
}
/*our client css close*/
/*our services css start*/
.our-services{
        padding: 30px 0;
/*    background: url(../images/service-bg.jpg) no-repeat center;*/
background: #fff;
background-size: cover;
}
    .service-main-block {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}
.service-main-block h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #242d49;
    margin-top: 0;
    margin-bottom: 0px;
    text-align: left;
    letter-spacing: 2px;
    position: relative;
}
.service-main-block h2:after {
    content: '';
    width: 45px;
    height: 4px;
    background-color: #ff9f01;
    position: absolute;
    bottom: -15px;
    left: 0;
    transition: all 0.5s ease 0s;
    opacity:0;
    
}
.choose-us:hover .service-main-block h2:after,.testimonial:hover .service-main-block h2:after,.our-services:hover .service-main-block h2:after,
.industry:hover .service-main-block h2:after,.clients:hover .service-main-block h2:after,.aboutus:hover .service-main-block h2:after,.categories-area:hover .service-main-block h2:after,
.blog-details:hover .service-main-block h2:after,.blog-details:hover .service-main-block h2:after{
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.service-icond {
    background: #f28b35;
    display: inline-block;
    /*padding: 18px 18px;*/
    font-size: 35px;
    color: #fff;
    border-radius: 50%;
    /* margin: 0 auto; */
    margin-top: 0px;
    transition: all 0.5s ease 0s;
    left: -20px;
    top: 50%;
    transform: translate(0%, -50%);
    position: absolute;
        width: 60px;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icond i{font-size: 20px;line-height: 60px;}
.service-headingd {
    font-size: 18px;
    font-weight: 600;
    color: #242d49;
    padding-top: 0px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.service-textd {
    font-size: 14px;
    color: #353837;
    padding-top: 10px;
    font-weight: 300;
    letter-spacing: .3px;
    line-height: 20px;
    padding-left: 3px;padding-right: 3px;min-height: 110px;
}
.read-hm-btns {
    display: inline-block;
    margin: 50px 0 0;
    padding: 9px 16px;
    background: #f28b35;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    font-size: 15px;
    border-radius: 3px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    position: relative;
}
.read-hm-btns:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgb(241 139 53 / 49%) 0%, transparent 80%);
    background: -webkit-radial-gradient(center, ellipse, rgb(241 139 53 / 49%) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.aboutus .container:before, .aboutus .container:after,.clients .container:before ,.clients .container:after,
.our-services .container:after,.our-services .container:before,.site-footer .container:after,.site-footer .container:before{
    display: table;
    content: " ";
}
.row:before, .row:after {
    display: table;
    content: " ";
}
.service-boxs {
    background: #fff;
    text-align: center;
    padding: 30px 0 30px 0;

    transition: 0.4s;

        border: 1px solid #f2f2f2;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.service-icond-second {
    background: #10a5df;
    display: inline-block;
    padding: 7px 17px;
    font-size: 35px;
    color: #fff;
    border-radius: 5px;
    /* margin: 0 auto; */
    margin-top: -33px;
    transition: all 0.5s ease 0s;
}




.col-lg-3.col-md-6.col-xs-12.col-sm-6{float: left;}



.service-boxs:hover .service-icond,.service-boxs-second:hover .service-icond-second {
    -webkit-transform: rotateY(
180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(
180deg);
}
.service-boxs:hover,.service-boxs-second:hover {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
}
.service-boxs:hover a{text-decoration: none;}


.read-hm-btns:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.read-hm-btns:hover:before, .read-hm-btns:focus:before, .read-hm-btns:active:before{
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}




/*our services css start*/
/*footer css start*/
footer.site-footer{
    background-image: url(../images/footer-background.png);
    background-size: cover;background-repeat: no-repeat;
}
.site-footer:after,.site-footer:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.site-footer:after{clear: both;}
.site-footer .site-info {
    color: #fff;
}
.footer-title-text {
    font-size: 20px;
}
.d-block {
    display: block !important;
}
.footer-navigation{ }
ul.footer-menu{list-style-type: none;}
ul.footer-menu li{font-size: 15px;line-height: 26px;}
.footer-navigation ul.footer-menu li a{color: #fff;transition: all 0.5s;}

.tbs-footer-service li a .fa.fa-arrow-right,.tbs-footer-enterprise-solutions li a .fa.fa-arrow-right,.tbs-footer-technologies li a .fa.fa-arrow-right{margin-right: 10px;transition: transform 200ms ease-in, opacity 200ms ease-in, -webkit-transform 200ms ease-in;
transition: transform 200ms ease-in, opacity 200ms ease-in;transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
-webkit-transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in}
.tbs-footer-service li a:hover .fa.fa-arrow-right,.tbs-footer-enterprise-solutions li a:hover .fa.fa-arrow-right,.tbs-footer-technologies li a:hover .fa.fa-arrow-right{transform: translateX(4px)}
.footer-navigation ul.footer-menu li a:hover{color: #ffc72a;text-decoration: none;transition: all 0.5s;}

.contact-icon .fas.fa-home,.contact-icon .fas.fa-phone,.contact-icon .fas.fa-envelope,.contact-icon .fab.fa-skype{line-height: 26px}
.contact-icon .decoration{color: #fff;}
.contact-icon .decoration:hover{text-decoration: none;color: #fff;}
.contact-icon .mail{color: #fff;}
.footer-last-line {
    background: rgba(0,0,0,.2);
    padding: 15px 0;
}
ul.footer-copyrightLinks li {
    list-style-type: none;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}
ul.footer-copyrightLinks li:nth-child(2):before, ul.footer-copyrightLinks li:nth-child(3):before {
    content: '|';
    padding-right: 18px;
}
.footer-copyrightLinks li a.decoration{color: #fff;}
.footer-copyrightLinks li a.decoration:hover{text-decoration: none;}
.social-links a{color: #fff;}
.social-links a:hover{text-decoration: none;}
.footer-contacts{    display: inline-flex;
    align-items: center;
    justify-content: center;}
.footer-address{
    display: inline-flex;
	width: 100%;
    margin-bottom: 10px;
}
.footer-address span{display: inline-flex;position: relative;font-size: 20px;}
.footer-address p{display: inline-flex;vertical-align: top;margin-left: 15px;font-size: 17px;margin-bottom: 0px;}
.displayflex{display: flex;}
.align-item{align-items:center;}
.ftmargin-b{margin-bottom: 10px}
.add-margin-left{margin-left: 20px;}
.social-links{text-align: center;}
.center-text{text-align: center;width:100%;}
.social-links a i{padding-left: 10px;padding-right: 10px;}
/*footer css close*/
/*btn css start*/
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
        color: #fff;
    background-color: transparent;
    border-color: transparent;
    background-image: linear-gradient(to right, #ec3f37, #cf3b3b, #ee5449, #f28c37, #f28b35);
}
.btn-primary.focus, .btn-primary:focus{box-shadow: none;}


.hideme
{
    opacity:0;
}
/*.to-fade-in {*/
/*  opacity: 0;*/
/*}*/
/*.to-fade-in.fade-in {*/
/*  -webkit-animation: fade-in 3s forwards;*/
/*          animation: fade-in 3s forwards;*/
/*}*/

/*@-webkit-keyframes fade-in {*/
/*  0% {*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*  }*/
/*}*/

/*@keyframes fade-in {*/
/*  0% {*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*  }*/
/*}*/
@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 5%;
  }
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}
/*animation css start*/
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
/* @-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    -webkit-transform: translateX(20px);
  }

  80% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  60% {
    -moz-transform: translateX(20px);
  }

  80% {
    -moz-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  80% {
    -o-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    transform: translateX(20px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    -webkit-transform: translateX(-20px);
  }

  80% {
    -webkit-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  60% {
    -moz-transform: translateX(-20px);
  }

  80% {
    -moz-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    -o-transform: translateX(-20px);
  }

  80% {
    -o-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  50% {
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  50% {
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes moveUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes moveUp {
  0% {
    opacity: 1;
    -o-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@-o-keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}

.animated.animationDelay {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.animated.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.animated.animationDelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  -moz-animation-name: fadeBgColor;
  -o-animation-name: fadeBgColor;
  animation-name: fadeBgColor;
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated.moveUp {
  -webkit-animation-name: moveUp;
  -moz-animation-name: moveUp;
  -o-animation-name: moveUp;
  animation-name: moveUp;
}*/
/*animation css close*/
/*industry css start*/
.industry{padding: 70px 0px;background: #fff;}
#newcrousal .owl-item{border:5px solid rgba(0, 0, 0, 0.07);padding: 10px;transition: all 0.5s ease 0s;    
    /*margin-left: 50px;*/
   cursor: pointer;}
#newcrousal .owl-item:hover{box-shadow:0 10px 60px rgb(0 0 0 / 10%);transition: all 0.5s ease 0s;}
#newcrousal item{background: #fff;}
#newcrousal .owl-item img{width:90px;text-align: center;margin: 0 auto 30px;}
.service-main-block.in-ma{margin-bottom: 50px;}
.industry .cstm-div{align-items:center;display:flex;}
.cstm-div .item1{padding: 20px}
.cstm-div .item1 p{max-height: 100%;
    height: auto;
    margin-bottom: 0px;}
.industry .owl-carousel{height: 100%;max-height: 320px;}
.industry-block h4{margin-bottom: 10px;}
.industry-block .normal-content p{font-size: 17px;}
#newcrousal .owl-dots,#newcrousal .owl-nav{display: none;}
.industry .item1{    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
    box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;}
.industry .item1:hover {
    background: #ec3f37;
    box-shadow: 0 8px 20px 0px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}
.industry .item1:before{content: none;}
.industry .item1:hover p {
    color: #fff;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}

/*industry css close*/





/*why choose us css start*/



.choose-us a,
.choose-us a:active,
.choose-us a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.fa-lineheight{line-height: 90px;}

.choose-us img {
  max-width: 100%;
  height: auto;
}
.choose-us span,
.choose-us a,
.choose-us a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.choose-us {
    padding: 25px 0px;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding: 0;
  color: #f91942;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}
.section-head h4:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f;
}
p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}
.extra-text::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.extra-text span {
  font-weight: 700;
  color: #f91942;
}
.item1 {
  background: #fff;
  /*text-align: center;*/
/*  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);*/
/*  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;*/
    justify-content: center;
    margin: 0 35px 35px 0;
    min-height: 120px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    transition: all .5s ease;
        align-items: center;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 -1px 5px 0 rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
}
.item1:before{
        background-color: #ec3f37;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: right .4s ease-in-out;
}
.item1:hover:before {
    right: 0;
}
.item1:hover {
  background: #fff;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.item1:hover .item1,
.item1:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.item1:hover h6,
.item1:hover p {
  color: #ec3f37;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
}
.item1 .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #f91942;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}
.item1 .feature_box_col_one,.item1 .feature_box_col_two,.item1 .feature_box_col_three,
.item1 .feature_box_col_four,.item1 .feature_box_col_five,.item1 .feature_box_col_six{
  background: rgba(255, 199, 42, 0.2);
  color: #ec3f37;
}
.item1 p {
  font-size: 17px;
  line-height: 26px;
  max-height: 90px;
  height: 90px;color: #242d49;
  
}
.item1 h6 {
  margin-bottom: 20px;
  color: #242d49;
  font-size: 1.3rem;
}
.service-main-block p.bottom-content{margin-top: 40px;}

/*testimonial css*/
.testimonial {
    padding: 0px 0; 
    background: #fff;
    background-size: cover;
}
.service-main-block.cstm-mb{margin-bottom: 50px;}
.btn {
   border-radius: 5px;
   font-weight: normal;
   font-size: 15px;
   letter-spacing: 0.02em;
   line-height: 12px;
   text-align: center;
   font-weight: 600;
   font-size: 14px;
   padding: 14px 30px;
   cursor: pointer;
   /*font-family:'source sans pro'; */
}
.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px;
	margin: 0px -40px;
	padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}
.single-testimonial {
	border: 7px solid #ffc72a;
	text-align: center;
	border-radius: 45px;
	position: relative;
	z-index: 2;
        width:80%;margin: 0 auto;
}
.single-testimonial p {
	color: #242d49;
	font-size: 17px;
	line-height: 24px;
	padding: 70px 50px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;
}
.single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(../images/quote-new.png) no-repeat;
	background-size: 60%;
	width: 126px;
	height: 100px;
	transform: rotate(180deg);
	background-position: 15px 0px;
        background-color: #fff;
}
.single-testimonial::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -34px;
	background: url(../images/quote-new.png) no-repeat ;
	background-size: 60%;
	width: 126px;
	height: 100px;
	background-position: 15px 0px;background-color: #fff;
}
.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
}
.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
}
.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.client-video {
	padding-right: 15px;
}
.client-info {
	position: relative;
	z-index: 3;
}
.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 50px;
}
.client-info h6 {
	
	font-weight: 700;
	font-size: 18px;
	color: #242d49;
}
.client-info span {
	display: inline-block;
	color: #242d49;
	font-size: 12px;
}
.sec-title.white-title h2 {
	color: #242d49;
}
.owl-dots button {
	background: #fff !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
.owl-dots {
	text-align: center;
	margin-top: 50px;
}
.owl-dots button.active {
	width: 30px;
}
.testimonial-content .owl-nav,.testimonial-content .owl-dots{display: none;}
/*blog css start*/
.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 15px 0px rgb(0 0 0 / 10%);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  /*font-family: sans-serif;*/
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "";
}
.blog-card .details .tags ul:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1,
.blog-card .description h2 {
  /*font-family: 'Source Serif Pro', serif !important;*/
    text-align: left;
    font-size: 18px !important;
    letter-spacing: 0.3px;
    font-weight: bold;
    color: #242d49;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
	margin-bottom:15px;
  font-size: 1.7rem;
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #ec3f37;
  display: inline-block;
  position: relative;
      font-size: 14px;
    font-family: 'Varela Round', sans-serif;
}
.blog-card .description .read-more a:hover {
  text-decoration: none;
}
.blog-card .description .read-more a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
      margin-top: 1.25rem;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'Varela Round', sans-serif;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #ff9f01;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}
.blog p{
        letter-spacing: 1.5px;
    line-height: 30px;
    font-weight: normal !important;
}
.blog h1 {
    text-align: left;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e0e7ee;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  /*font-family: inherit;*/
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #d0dae5; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #88bfff; }
  .nice-select:after {
    border-bottom: 2px solid #90a1b5;
    border-right: 2px solid #90a1b5;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cdd5de; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important;
      overflow: auto;
      max-height: 300px;
    }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f7f9; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #90a1b5;
      cursor: default; }
 .blog-search input{width: 100%;border-top: 0px solid transparent;border-left: 0px solid transparent;border-right: 0px solid transparent;border-bottom: 1px solid #e8e8e8;height: 42px;padding-left: 30px;padding-right: 10px;}
.blog-search input:focus-visible{outline: none;}
.blog-search-input{margin-bottom: 30px;}
.blog-search-i{position: absolute;}
.blog-search-i i{line-height: 40px;}
 .banner-hi{display: flex;align-items:center;}
.icon_select_mate {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}

.select_mate {
  position: relative;
  float: left;
  min-width: 300px;
  width: 300px;
  min-height: 60px;
  /*font-family: "Roboto";*/
  color: #777;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: all 375ms ease-in-out;
  /* Oculto el elemento select */
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}
.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  list-style-type: none;
  padding: 10px 3%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
  font-size:15px;
  text-align: left;
}
.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background-color: #EEEEEE;
}
.cont_select_int .active {
  background-color: #EEEEEE;
}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 10px 3%;
  width: 100%;
  display: block;
  margin: 0px;
  cursor: pointer;
  text-align: left;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  /*font-family: inherit;*/
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;border-left:0px solid transparent;border-right: 0px solid transparent; 
border-top: 0px solid transparent;border-radius: 0px;
}
.nice-select span.current{font-size: 18px;}
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:focus{border-color:#e8e8e8;}
  .nice-select:active, .nice-select.open {
    border-color: transparent; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; 
      
    }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }



@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}
/*contact page css*/
.contact-form{
    background: #fff;
    margin-top: 7%;
    margin-bottom: 5%;
    width: 70%;
}

.contact-form .form-control{
    /*border-radius:1rem;*/
    border-radius: 0.5rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;padding-bottom: 10%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -15%;
    text-align: center;
    color: #242d49;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 2px;
}
.contact-form .btnContact {
    font-family: 'Varela Round', sans-serif;
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 2%;
    background: #ec3f37;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}



/*.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}*/

/*portfolio css start*/
.stacking-slide {
    height: 85vh;
    width: 100%;
    position: sticky;
    top: 66;overflow: hidden;}
.stacking-slide:nth-last-child(1) {
    height: 85vh;
  }
   .portfolio-img-list img {
    transition: all .7s;
    -o-object-fit: cover;
    object-fit: cover;
}
.portfolio-main{display: inline-flex;width: 100%;overflow: hidden;background: #fff;}
.portfolio-content{vertical-align: middle;/*height: 100vh;*/display: inline-block;width: 40%;background-color:rgb(255, 246, 245);}
.portfolio-img{display: inline-block;height: 100%;width: 60%;background: #fff;vertical-align:top;}
.portfolio-content p{margin-left: 40px;width:100%;}
.portfolio-content h3{margin-left: 40px;font-size: 1.4rem;font-weight: bold;width:100%}
/*portfolio css close*/
/*Services css start*/
.bottom-padding{padding-bottom: 120px;}
.position-relative{position: relative;}
.section-tittle {position: relative;}
.mb-60{margin-bottom: 60px;}

.section-tittle h2 {
    
    font-size: 36px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
}
.categories-area .single-cat{
        background: #fff;
    border-radius: 15px;
    padding: 40px 21px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    z-index: 1;
    border: 1px solid #f2f2f2;
    /*box-shadow: 0 25px 35px rgb(68 162 255 / 10%);*/
    min-height: 322px;
}
.categories-area .enter-single-cat{
        background: #fff;
    border-radius: 15px;
    padding: 40px 21px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    z-index: 1;
    border: 1px solid #f2f2f2;
    min-height: initial;
    
}


.categories-area .single-cat h5{min-height: 80px;}
.categories-area .single-cat .cat-icon {
    color: #FF4495;
    margin-bottom: 30px;
    display: block;
    margin-bottom: 50px;
    width: 78px;
    height: 78px;
    background: #fff;
    line-height: 78px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0px 2px 10px rgb(0 4 74 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories-area .single-cat .cat-cap p {
    margin-bottom: 36px;
    color: #192839;
    font-size: 17px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    margin: 0;
    font-weight: normal;
    line-height: 1.4;
}

/*.categories-area .single-cat:hover h5 a {
    color: #fff;
}*/
.categories-area .single-cat h5 a {
    color: #192839;
    font-size: 20px;
    font-weight: 700;
    /*margin-bottom: 21px;*/
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
/*.categories-area .single-cat:hover .cat-cap p {
    color: #fff;
}*/
.categories-area .shape-s1 {
    position: absolute;
    top: 13%;
    left: 3%;
    z-index: -1;
}
.d-none {
    display: none!important;
}
.categories-area .shape-s2 {
    position: absolute;
    top: -18%;
    right: 0%;
    z-index: -1;
}
.categories-area{
        padding: 130px 0 70px 0;
    background: #fff;
    background-size: cover;
}
.single-cat:hover,.enter-single-cat:hover{box-shadow: 0px 10px 30px rgb(0 0 0 / 15%)}








.read-more {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  float: right;
  /* button */
  /* bg button */
}
.read-more .link {
  
  background-color: transparent;
  font-size: 18px;
  letter-spacing: 2px;
  color: #4c6082;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  padding-left: 20px;
  left: 0;
  line-height: auto;
  overflow: hidden;
  /*line*/
  /*arrow*/
}
.read-more .link:before {
  content: "";
  background-color: #ec3f37;
  width: 3px;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: -1px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.read-more .link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  background-color: transparent;
  position: absolute;
  border: solid 3px #ec3f37;
  border-left: 0;
  border-bottom: 0;
  top: calc(50% - 9px);
  border-radius: 2px;
  transform: translateX(-42px) rotate(45deg);
  transition: all 0.3s 0.2s ease-in-out;
}
.read-more:before {
  content: "";
 // background-color: white;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 3px;
  transition: all 0.4s 0.3s ease-in-out;
}
.read-more:hover:before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
}
.read-more:hover .link {
  padding-left: 50px;
}
.read-more:hover .link:before {
  left: 10px;
  transform: rotate(90deg);
}
.read-more:hover .link:after {
  transform: translate(-33px) rotate(45deg);
}
.sr-pt{padding-top: 30px;}
.sr-pb{padding-bottom: 30px;}
.sr-bottom-padding{padding-bottom: 60px;}


@media (min-width: 1200px){
.d-xl-block {
    display: block!important;
}
}
@media (min-width: 1400px){
.d-xxl-block {
    display: block!important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
.section-tittle h2 {
    font-size: 40px;
}
}


/*Services css close*/

.video-testimonial-block { position: relative; width: auto; height: 206px; overflow: hidden; margin-bottom: 30px;border-radius: 12px;border: 3px solid #00000063; }
.video-testimonial-block .video-thumbnail { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; top: 0; left: 0; }
.video-testimonial-block .video { }
.video-testimonial-block .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0px; }
.video-testimonial-block .video-play { position: absolute; z-index: 2; top: 50%; left: 50%; margin-left: -40px; margin-top: -18px; text-decoration: none; }
.video-testimonial-block .video-play::before { content: "\f144"; font: normal normal normal 14px/1; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 50px; color: #b3b5bc; }
.video-testimonial-block .video-play:hover::before { color: #172651; }
.mb-10{margin-bottom: 10px;}


 ::-webkit-scrollbar {
     width: 5px;
     background-color: #fff;
     border-radius: 0 0 5px 0;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color:#ffc72a;
}

/*blog-page css start*/
.blog-details{background: #fff;padding: 70px 0;padding-top: 100px;}
.left-blog-section{background: #fff;box-shadow: 0 8px 20px 0px rgb(0 0 0 / 20%);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;}
.blog-filter .has-search{position: relative;display: inline-flex;align-items: center;padding-left: 10px;padding-right: 10px;}
.blog-filter .fa-search{position: absolute;}
.blog-filter .form-control{border: none;border-bottom: 1px solid transparent;font-size: 1rem;line-height: 28px;color: #212529;font-weight: 300;padding: 7px 30px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;letter-spacing: 1.5px;
}
.blog-filter .form-control:focus {
    box-shadow: none;border-bottom: 1px solid rgba(0,0,0,.3);
    border-radius: 0;
}
.blog-categories{padding-left: 0px;padding-right: 0px;max-height: 685px;overflow: auto;}
.blog-categories ul{list-style-type: none;}
.blog-categories li{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    cursor: pointer;transition:1s;
}
.blog-categories li:hover{background: #fbfbfb;transition:1s;padding-left: 20px;}
.appegic-blog-list-box-content label{padding-bottom: 25px;text-transform: uppercase;}
.appegic-blog-list-box-content h3{padding-bottom: 30px;font-size: 28px;font-weight: 700;}
.appegic-blog-list-box-content h3 a{color: #242d49;}
.appegic-blog-list-box-content h3 a:hover,.appegic-second-blog-box-bottom h4 a:hover{text-decoration: none;}
.appegic-blog-list-box-content p{display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;line-height: 29px;
}
.main-img img{-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
.main-img:hover img{
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.appegic-second-blog{padding-top: 55px;}
.appegic-second-blog-box .appegic-blog-list-box-img{display: block;box-shadow: 0 0 14px 1px #efefef;max-height:220px;overflow:hidden;}
.appegic-blog-list-box-img img{-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
.appegic-blog-list-box-img:hover img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.appegic-second-blog-box-bottom h4.appegic-blog-list-box-title{padding-top: 15px;font-size: 17px;font-weight: bold;padding-bottom: 15px;}
.appegic-second-blog-box-bottom h4 a{color: #242d49;}
p.appegic-secondblog-list-box-content{display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;line-height: 26px;
}
.service-main-block-new h2{    font-size: 2rem;
    font-weight: 700;
    color: #242d49;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 2px;
    position: relative;}
/*service inner page css*/
.e-develop-content,.e-ser-develop-content{align-items: flex-start;justify-content: center;display: inline-flex;}
.e-develop-content p{line-height: 30px;}
.e-develop-content figure{margin-bottom: 0px}
.e-develop-content figure img{width: 100%;}
.img-center-figure{align-items:center;margin-bottom: 0;display: flex;width:100%;justify-content:center;}
.img-center-right-portfolio{align-items:center;margin-bottom: 0;display: flex;width:100%;justify-content:right;}
.img-center-left-portfolio{align-items:center;margin-bottom: 0;display: flex;width:100%;justify-content:left;}
.img-center-figure img,.img-center-right-portfolio img,.img-center-left-portfolio img{width:auto;max-height: 300px;}
.enter-single-list{
        background: #fff;
    border-radius: 15px;
    padding: 20px 8px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    position: relative;
    z-index: 1;
    border: 1px solid #f2f2f2;
}
.enter-single-list:hover{box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);}
.enter-single-list ul{list-style-type: none;margin-bottom: 0px}
.enter-single-list ul li{line-height: 30px;}
.enter-single-list ul li:before{content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    margin-right: 10px;
    font-size: 14px;
    color: #ec3f37;}
.video-hover-enterprise:hover{box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);}
.pointer{cursor:pointer;}
.border-radius15{border-radius: 15px;}.border-radius20{border-radius: 20px;}
.e-industry-area{margin: 0 auto;display: block;text-align: center;width:100%;}
.e-industry-area figure{transition:all ease .4s;width: 80px;height: 80px;background-color: #fff;border-radius: 100%;text-align: center;margin: 0 auto;margin-bottom: 15px;}
.e-industry-area figure img{position: relative;top:15px;}
.e-industry-area h3,.e-industry-area p{transition:all ease .4s;}
.e-industry-arrow:before{    content: url(../images/right-arrow.png);
    position: absolute;
    left: 0;
    top: 18%;
    color: #fff;}
.e-industry-area:hover figure,.e-industry-area:hover h3,.e-industry-area:hover p{position: relative;top:-5px;transition:all ease .4s;}
.submit-project{width:100%;}
.submit-project form{width:100%;}
.submit-project input{width:100%;min-height: 32px;border-radius: 5px;border:1px solid gray;padding: 10px;font-size: 14px;}
.submit-project .btn-primary{min-width:110px;border-radius: 5px;border: 1px solid #d32820;
    margin-top: 20px;
    padding: 8px 20px;
    background-color: #ec3f37}


.p-overflow{
        display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
/*.img-center{background-image: url(../images/why-choose-us.jpg);background-position: center 0px;}*/
/*margin class start*/
.mb-50 {margin-bottom: 50px;}.mb-40{margin-bottom: 40px;}.mb-30{margin-bottom: 30px;}
.mb-4{margin-bottom: 1.5rem!important;}.mt-2{margin-top: 0.5rem!important;}
.ml-10{margin-left: 10px}
.mr-10{margin-right: 10px}
.mt-10{margin-top: 10px;}.mt-15{margin-top: 15px;}
.pt-0{padding-top: 0px;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p{ /*font-family: 'Varela Round', sans-serif;*/ font-family: 'Source Serif Pro', serif; }
.body-bg{background: #fbfbfb !important;}


/*new logo slider for index page*/
.logo-slider {
  background: #f5f5fd;
  /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
  height: 130px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 15px;
  
}
/*.logo-slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
   
  display: flex;
  width: calc(250px * 14);
}
.logo-slider .slide {
  height: 100px;
  width: 250px;
  transition: all 500ms linear 0s;
  text-align: center;
}
.logo-slider .slide-track:hover {
  animation-play-state: paused;
}*/
/*.logo-slider:hover .logo-block {
    filter: blur(3px);
}*/
.logo-slider .slide-track .slide .hvr-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transition: all 500ms linear 0s;
    opacity: 0;
}
.logo-slider .logo-block {
   cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    filter: blur(0px);
    transition: all 500ms linear 0s;
}
/*.logo-slider .logo-block:hover{filter:blur(0px);}*/
.logo-slider .logo-block img{transition: all 500ms linear 0s;}
.logo-slider:hover .slide img{filter:blur(2px);}
.logo-slider:hover .slide:hover img.hvr-logo{
    opacity: 1;filter:blur(0px);
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

/*top hedaer css*/
.cfBxtn {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    transition: all 0.5s ease-in-out 0s;
}
.cfBxtn .header-bottom {
    background:#fff;
    box-shadow: 1px 3px 4px 0 #adadad33;
    
}
.cfBxtn .header-container {
    max-width: 1320px;
    padding: 0px 20px;
    margin: 0px auto;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.hCVUSw {
    max-width: 161px;
}
.hCVUSw a {
    display: block;
}
.hCVUSw a img {
    width: 100%;
    max-width: 100%;
    display: block;
}
.fBxkTa {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.fBxkTa .bottomMenu {
    width: 100%;
    padding: 15px 0px;
}
.fBxkTa .menu-nav {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 0px;
    margin: 0px;
}
.fBxkTa .menu-nav li {
    list-style: none;
    display: block;
}
.fBxkTa .bottomMenu .menu-nav > li {
    padding: 9px 15px;
    margin-left: 10px;
}
.fBxkTa .bottomMenu .menu-nav > li:first-child {
    margin-left: 0px;
}
.fBxkTa .menu-nav li.has-submenu {
    position: relative;
}
.fBxkTa .bottomMenu .menu-nav > li > a {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.1em;
    display: block;
    text-decoration: none;
 font-family: 'Open Sans', sans-serif !important;
    position: relative;
}
.fBxkTa .menu-nav > li > a {
    transition: all 0.3s ease-in-out 0s;
}
.fBxkTa .menu-nav li .expand-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.5);
    transform-origin: center center;
}
.fBxkTa .menu-nav li .expand-icon svg {
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    height: auto;
    display: block;
}
.fBxkTa .menu-nav li .sub-menu-list {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 290px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 8px;
    border-radius: 4px;
    padding: 5px;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform: translate(0px, 10px);
    visibility: hidden;
    pointer-events: none;
    z-index: 99;
}
.fBxkTa .menu-nav li .sub-menu-list > li > a {
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #000000;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}
.fBxkTa .menu-nav > li:hover > a{color: #000;}
.fBxkTa .menu-nav li.has-submenu:hover > .sub-menu-list {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.fBxkTa .menu-nav li .sub-menu-list > li:hover > a {
   background: rgb(236 63 55);color: #fff;
}
.fBxkTa .menu-nav li .sub-menu-list > li:hover > .expand-icon{
    color: #fff;
}
.fBxkTa .menu-nav > li:hover > .expand-icon > svg {
    color: rgb(239, 83, 102);
    transform: scaleY(-1);
}
.fBxkTa .menu-nav li.has-submenu{position:relative;}
.dgCvgj {
    display: none;
}
.fBxkTa .menu-nav li .sub-menu-list .sub-menu-list {
    left: 100%;
    top: 0px;
}

.fBxkTa .menu-nav li .expand-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.5);
    transform-origin: center center;
}
.dgCvgj .menu-btn {
    position: fixed;
    top: 28px;
    right: 20px;
    z-index: 99;
    display: block;
    -webkit-box-pack: end;
    justify-content: flex-end;
    background-color: transparent;
    cursor: pointer;
    transition: all 300ms ease 0s;
}
.dgCvgj .menu-btn .menu-icon {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-top: 0px;
    padding-top: 0px;
}
.dgCvgj .menu-btn .menu-icon .top-line {
    position: absolute;
    left: 0px;
    top: 2px;
    right: 0px;
    width: 22px;
    height: 2px;
    margin-bottom: 0px;
    border-radius: 1px;
    background-color: rgb(239, 83, 102);
}
.dgCvgj .menu-btn .menu-icon .middle-line {
    position: absolute;
    left: 0px;
    top: 9px;
    right: 0px;
    width: 22px;
    height: 2px;
    margin-bottom: 0px;
    border-radius: 1px;
    background-color: rgb(239, 83, 102);
}
.dgCvgj .menu-btn .menu-icon .bottom-line {
    position: absolute;
    left: 0px;
    top: 16px;
    right: 0px;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: rgb(239, 83, 102);
}

.dgCvgj .mobilemenu .mobile-menu-content {
    position: fixed;
    inset: 0% auto auto 0%;
    z-index: 1;
    width: 100%;
    max-width: 315px;
    height: 100vh;
    transform: translate(-100%, 0px);
    background: linear-gradient(to top, rgb(255, 255, 255), rgb(240, 239, 255));
    transition: all 0.3s ease-in-out 0s;
}
.dgCvgj.menu-open .mobilemenu {
/*    visibility: visible;
    opacity: 1;*/
display: block;
}
.dgCvgj .mobilemenu {
    position: fixed;
    inset: 0px auto auto 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    z-index: 99;
/*    visibility: hidden;
    opacity: 0;*/
    display: none;
    transition: all 0.3s ease-in-out 0s;
	left:0;
	top:0;
}
.dgCvgj.menu-open .mobilemenu .mobile-menu-content {
    transform: translateX(0px);
}
.dgCvgj .mobilemenu .mobile-menu-content .menu-head {
    padding: 30px 24px 54px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.dgCvgj .mobilemenu .mobile-menu-content .menu-group {
    overflow: auto;
    height: calc(100vh - 87px);
}
.dgCvgj .mobilemenu .mobile-menu-content .menu-group .menu-nav {
    margin: 0px 0px 28px;
    text-align: left;
    padding: 0px 10px 0px 10px;
}

.dgCvgj .mobilemenu .mobile-menu-content .menu-group .menu-nav > li {
    list-style: none;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: rgb(61, 61, 61);
    position: relative;
}
.dgCvgj .mobilemenu .mobile-menu-content .menu-group .menu-nav > li a.link-text {
    color: rgb(61, 61, 61);
    max-width: calc(100% - 20px);
    display: flex;
}
.dgCvgj .mobilemenu .mobile-menu-content .menu-group .menu-nav > li .expand-icon {
    position: absolute;
    right: 10px;
    top: 19px;
    width: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.5);
    transform-origin: center center;
    z-index: 999;
    cursor: pointer;
}
.dgCvgj .mobilemenu .mobile-menu-content .menu-head .close-btn {
    line-height: 24px;
    background: url(../images/icon-close.svg) center center no-repeat;
    width: 18px;
    height: 18px;
}
.dgCvgj .mobilemenu .menu-nav li.has-submenu .expand-icon .icon-fixed-width{transform: rotate(0deg);transition: all 0.3s ease-in-out 0s;}
.dgCvgj .mobilemenu .menu-nav li.has-submenu .expand-icon.caret-down .icon-fixed-width{transform: rotate(90deg);transition: all 0.3s ease-in-out 0s;color: #ef5366;}
ul.sub-menu-list {
    padding-left: 12px;
}
.expand-icon.reverse > svg {
    color: rgb(239, 83, 102);
    transform: scaleY(-1);
}
.has-submenu.cstm-has .expand-icon{top:15px !important;}
.dgCvgj .mobilemenu .mobile-menu-content .menu-group .menu-nav li > .sub-menu-list.child.active,
.dgCvgj .mobilemenu .mobile-menu-content .menu-group .menu-nav li > .cstm-sub-menu.active{
    max-height: 1700px;
    opacity: 1;
    pointer-events: auto;
    padding-top: 12px;
    display: block !important;
}
.caret {
  cursor: pointer;
}
.nested {
  display: none;
}
.sub-menu-list.nested.active {
  display: block;
}

.dgCvgj .mobilemenu .mobile-menu-content .menu-group .menu-nav > li .sub-menu-list li {
    position: relative;
    padding: 10px 0px;
    list-style: none;
}
.dgCvgj .mobilemenu .mobile-menu-content .menu-group .menu-nav > li .sub-menu-list li .link-text {
    color: rgb(61, 61, 61);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    max-width: calc(100% - 20px);
    display: flex;
	letter-spacing: 0.1em;
    
}
.dgCvgj .mobilemenu .mobile-menu-content .menu-group .menu-nav > li .sub-menu-list li.active > .sub-menu-list {
    max-height: 1700px;
    opacity: 1;
    pointer-events: auto;
    padding-top: 12px;
}
.mobilemenu .menu-nav > li.active > .expand-icon > svg {
    color: rgb(239, 83, 102);
    transform: scaleY(-1);}
@media (min-width: 1200px) and (max-width: 1441px) and (max-height: 850px){

.cfBxtn .header-container {
    max-width: 1188px;
}
.hCVUSw {
    max-width: 137px;
}
}
@media (max-width: 1030px){
	.dgCvgj {
    display: block;
}
.fBxkTa {
    display: none;
}
}
@media (max-width: 991px){


.cfBxtn .header-bottom {
    padding: 16px 0px;
    height: auto;
}
}

/*services slider*/
.home-service{overflow: hidden;width:100%}
.home-service-list-wrap {
    overflow: hidden;
    position: relative;
}

.single-service-wrap {
    position: relative;
}
.home-service-list-wrap .home-service-list .single-service-wrap .service-single {
     
    margin: 0px 18px;
    min-width: 354px;
    position: relative;
    padding: 20px 18px 22px;
}
.gnAKxZ {
    max-width: 354px;
    width: 100%;
    padding: 21px 24px 23px;
    display: flex;
    align-items: flex-start;
    /*background-color: rgb(234, 241, 255);*/
    box-shadow: rgb(0 0 0 / 6%) 0px 1px 18px 0px, rgb(0 0 0 / 10%) 0px 3px 5px -1px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    border: 1px solid rgb(255, 255, 255);
    border-radius:12px;
}
.gnAKxZ .service-img-blk {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 16px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    text-align: center;
    background: #f28b35;
}
.service-img-blk i{line-height: 50px;color: #fff}
.home-service-list-wrap .home-service-list .single-service-wrap .service-single .service-img-blk {
    margin-right: 18px;
}

.gnAKxZ .service-content-blk {
    flex: 1 1 0%;
}
.gnAKxZ .service-content-blk h4 {
    font-size: 20px;
    
    margin-bottom: 10px;
    line-height: 24px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.gnAKxZ .service-content-blk h4 a {
    color: rgb(61, 61, 61);
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.gnAKxZ .service-content-blk p {
    font-size: 17px;
    line-height: 23px;
    margin: 0px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.gnAKxZ:hover {
    box-shadow: rgb(0 0 0 / 10%) 0px 11px 15px -3px, rgb(0 0 0 / 4%) 0px 9px 30px 3px, rgb(0 0 0 / 4%) 0px 20px 30px 3px;
    transform: translateY(-5px);
}
.home-service-list-wrap .home-service-list {
    padding: 40px 0px 80px calc((100vw - 1140px) / 2);
    padding-left: 0px;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
}
.home-service-list-wrap .home-service-list .single-service-wrap:nth-child(2n){top:30px;}
@media (min-width: 1200px) and (max-width: 1441px) and (max-height: 850px){
.home-service-list-wrap .home-service-list .single-service-wrap .service-single {
    margin: 0px 19px;
    padding: 18px 18px 20px;
}
.gnAKxZ .service-img-blk {
    width: 43px;
    height: 43px;
    margin-right: 14px;text-align: center;
    background: #f28b35;
}
.service-img-blk i{line-height: 43px;color: #fff}

.gnAKxZ .service-content-blk h4 {
    font-size: 19px;
    line-height: 22px;
}
.gnAKxZ .service-content-blk p {
    font-size: 17px;
    line-height: 21px;
}
}
@media (min-width: 1200px) and (max-width: 1441px) and (max-height: 850px){

.gnAKxZ {
    max-width: 310px;
    padding: 18px 21px 20px;
}
}
@-webkit-keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(-250px * 7));
  }
}
.home-service-list {
/*
  animation-play-state: paused;
  animation-direction:alternate-reverse;
*/
}
.home-service-list .owl-item {
    float: left;
}
.home-service-list:hover {
/*
  -webkit-animation: slide 30s linear infinite both;
          animation: slide 30s linear infinite both;
*/
}
/*industries css start*/
.ind-elementor-element{
    width:100%;
    }
    .ind-column-gap-extended{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    position: relative;
    align-items:center;
    }
    .ind-widget-container{
        margin: 0px 20px 30px 30px;
        padding: 13px;
        -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
		border:1px solid transparent;
    }
    .icon-box-s2{    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;}
    .icon-box-s2.s1 .icon-main, .icon-box-s2.s3 .icon-main {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    float: left;
    text-align: center;
    line-height: 1;
    color: #7141b1;
}
    .icon-box-s2.s3 .icon-main{
        float: right;
    }
    .ind-widget-container .icon-main{font-size: 25px;color: #ec3f37 !important;}
    .icon-box-s2.s3 .content-box {
    text-align: right;
    padding-left: 0;
    padding-right: 75px;
}

.bg-white{background: #fff;border-radius: 12px;box-shadow: rgb(0 0 0 / 8%) 0px 0px 18px;}
.icon-box-s2.s3 .content-box h5{font-size: 20px;}
.left-part,.right-part{width:30%;}
.middale-part{width:40%;}
.ind-widget-container .icon-box-s2.s1 .icon-main{float: left;}
.ind-widget-container .icon-box-s2.s1 .content-box{padding-right: 0;
    padding-left: 75px;
    text-align: left;}
.ind-widget-container.bg-white:hover {
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 18px;
}
/*mobile appdevelopment page css start*/
#mobilecrousal .owl-item{padding: 10px;transition: all 0.5s ease 0s;cursor: pointer;background: #fff}
#mobilecrousal .owl-item:hover{box-shadow:0 10px 60px rgb(0 0 0 / 10%);transition: all 0.5s ease 0s;}
#mobilecrousal item{background: #fff;}
#mobilecrousal .owl-item img{width:100%;text-align: center;margin: 0 auto;}
#mobilecrousal .owl-dots,#mobilecrousal .owl-nav{display: none;}
.cstm-centre-div{display: flex;align-items: center;}
#mobilecrousal .industry-block{padding: 0 20px}
#mobilecrousal {
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 20px;
}

.benifits-mobile{display: inline-block;font-size: 16px;}.benifits-mobile img{margin-right: 10px;}.benifits-mobile p{display: inline-block;}
.mobile-list{margin-right: 5px;width: 48%;display: inline-block;margin-left: 5px;margin-bottom: 30px;}
.submit-project.mobile-project textarea{width:100%;resize: none;padding: 10px}

/*@font-face {*/
/*	font-family: "Font Awesome 5 Brands";*/
/*	font-style: normal;*/
/*	font-weight: normal;*/
/*	font-display: auto;*/
/*	src: url(../fonts/webfonts/fa-brands-400.eot);*/
/*	src: url(../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(../fonts/webfonts/fa-brands-400.woff) format("woff"), url(../fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(../fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")*/
/*}*/

/*.fab {*/
/*	font-family: "Font Awesome 5 Brands"*/
/*}*/

/*@font-face {*/
/*	font-family: "Font Awesome 5 Free";*/
/*	font-style: normal;*/
/*	font-weight: 400;*/
/*	font-display: auto;*/
/*	src: url(../fonts/webfonts/fa-regular-400.eot);*/
/*	src: url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../fonts/webfonts/fa-regular-400.woff) format("woff"), url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")*/
/*}*/

/*.far {*/
/*	font-weight: 400*/
/*}*/

/*@font-face {*/
/*	font-family: "Font Awesome 5 Free";*/
/*	font-style: normal;*/
/*	font-weight: 900;*/
/*	font-display: auto;*/
/*	src: url(../fonts/webfonts/fa-solid-900.eot);*/
/*	src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")*/
/*}*/

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
	font-weight: 900
}

/*our process css start*/
.process-row {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 50px 0;
}
.process-row .process-img{
        flex-shrink: 0;
}
.process-row .info {
    padding: 0px 48px;
}
.process-row .down {
    display: inline-block;
    flex-shrink: 0;
    margin-top: auto;
}
.process-img img{width: 100%;}
.filter-cat {margin: 1em 0;}
.f-cat {margin: 15px 0px;}
.our-process-left{    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 5px;border:1px solid #f2f2f2;transition: all .4s ease-out 0s;}
.our-process-left:hover{
    box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
}



.filter-cat-results .f-cat {
  opacity: 0;
  display: none;
}
.filter-cat-results .f-cat.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
.filter-area{width:25%;}
.listing-row {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
    /*margin: 0 15px;*/
}
.listing-box{
        /*padding: 0 15px;*/
    flex: 0 0 100%;
    max-width: 100%;
}
.listing-box a{
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: all .3s ease-in-out;
    border-radius: 12px;
}
.listing-box a:hover{text-decoration: none;}
.listing-box a p,.listing-box a span{color: rgb(61, 61, 61);}
.listing-box:hover a{background: #ec3f37;transition: all .3s ease-in-out;}
.listing-box:hover a .position-name h4{color: #fff;}
.listing-box:hover a .position-number p,.listing-box:hover a .position-number span{color: #fff;}
.position-name h4{
    font-size: 18px;
    font-weight: 600;
    color: #252b33;
    margin-right: 30px;
    line-height: 28px;
    margin-bottom: 0px;
}
.position-number p{
    margin-bottom: 0;
    margin-right: 30px;
}
.position-number{
       display: flex;
    align-items: center;
    white-space: nowrap; 
}
.explore-block {
    padding: 0 42px 35px 45px;
    border: 1px solid #FFC01D;
    border-top: none;
    border-right: none;
    height: 100%;
    position: relative;
}
.explore-block:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #FFC01D;
    position: absolute;
    left: 0;
    top: 14px;
}
.explore-block .number {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background: #FFC01D;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    top: -10px;
    position: relative;
}
.explore-block h3 {
    font-weight: 500;
        font-size: 24px;
    
    line-height: normal;
    letter-spacing: 0.78px;
    margin: 0 0 12px;
}
.explore-block p {
    letter-spacing: 0.37px;
    margin: 0;
}
.explore-block:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1199px){

.process-row .info {
    padding: 0px 24px;
}

.process-row .process-img {
    max-width: 200px;
}
.process-row .info h3 {
    font-size: 22px;
}
.process-row .down {
    max-width: 70px;
}
}

@media only screen and (min-width: 991px){
.explore-block p {
    line-height: 32px;
}
.process-row:nth-child(2n) .process-img {
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.process-row:nth-child(2n) .info {
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.process-row:nth-child(2n) .down {
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.process-row:nth-child(2n) .our-process-left {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-right: 0px;margin-left: 10px;
}
.process-row:nth-child(2n) .down img {
    transform: scaleX(-1);
}


.process-row .process-img {
    margin: 15px 0px;
}


}
@media only screen and (max-width: 991px){
    .explore-block {
    padding: 0 30px 25px;
}
    .process-row .process-img {
    margin: 15px 0;
}
.process-row .info {
    padding: 0;
}
.process-row .down {
    display: none;
}
.process-row .info p {
    line-height: 28px;
    margin: 0 0 20px;
    font-size: 15px;
    letter-spacing: 0.44px;
}
.process-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 10px 0px;
}
.our-process-left{display: block;}
}

/*portfolio css start*/



/** code by webdevtrick ( https://webdevtrick.com ) **/
#myTab{box-shadow: rgb(0 0 0 / 8%) 0px 0px 8px;}
.nav-tabs {border: 0px solid #f2f2f2;border-bottom: 0px solid transparent;border-radius: 5px;}
.nav-tabs .nav-item{margin: 0 10px 0 10px;}
.nav{justify-content:space-between;}
#myTab li.nav-item:first-child{margin-left: 0px;}
#myTab li.nav-item:last-child{margin-right: 0px;}
.nav-tabs .nav-link{border: none;border-radius: 5px;transition: color .2s ease-out;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #fff;background-color: #ec3f37;border-color: #dee2e6 #dee2e6 #fff;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border-color: #e9ecef #e9ecef #dee2e6;background-color: #ec3f37;color: #fff;}
.nav-link {display: block;padding: 15px 40px;}
.tabs-dark .nav-link {color: #192839;}
.tabs-light .nav-link {color: #fff;}
.tabs-dark .nav-link:not(.active):hover {color: #fff;}
.tabs-light .nav-link:not(.active):hover {color: #495057;}
.nav-pills .nav-link{border-radius: 2px;color: #495057;transition: color .2s ease-out, box-shadow .2s;}
.nav-pills .nav-link:hover{box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.nav-pills .nav-item {margin: 0 5px;}
.nav-pills.pills-dark .nav-link.active {background-color: #343a40!important;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);}
.nav-pills.pills-dark .nav-link:not(.active):hover {color: #1d1e22;}
.tabs-marker .nav-link {position: relative;}
.tabs-marker .nav-link.active .marker {height: 30px;width: 30px;left: 50%;bottom: -30px;transform: translatex(-50%);position: absolute;overflow: hidden;}
.tabs-marker .nav-link.active .marker:after {
	content: "";
	height: 15px;
	width: 15px;
	top: -8px;
	left: 50%;
	transform: rotate(45deg) translatex(-50%);
	transform-origin: left;
	background-color: #fff;
 	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	position: absolute;
}
.fit-port{background: #fff;padding: 10px 15px;}
.work-project {
    position: relative;
    padding-bottom: 70%;
    pointer-events: all;
    overflow: hidden;
    transition: .5s;
    z-index: 100;
    pointer-events: all;
    border-radius: 10px;
}
.work-project.cstm-work-project{
    padding-bottom: 70%;
    z-index: 1;
}
.work-project{background: linear-gradient(0deg, rgba(39, 39, 39, 0) 50%, rgba(39, 39, 39, 0.8) 100%), url(https://www.creolestudios.com/wp-content/uploads/2019/11/whichwich-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;}
.work-project-overlay {position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: #000;opacity: 0;transition: .3s;z-index: -1;visibility: hidden;}
.work-project:hover .work-project-overlay, 
.work-project:active .work-project-overlay, 
.work-project:visited .work-project-overlay, 
.work-project:focus .work-project-overlay {opacity: .5;visibility: visible;}
.work-project .page-title:nth-child(2) {
    margin-bottom: 0;
    position: absolute;
    transition: .5s;
    opacity: 1;
}
.work-project .page-title:nth-child(2) {
    margin-bottom: 0;
    position: absolute;
    transition: .5s;
    opacity: 1;
}
.work-project .page-title {
    color: #fff !important;
    padding: 30px 30px 0px;
}
.work-project .page-title {font-size: 27px;text-transform: capitalize;}
.work-project .project-details {padding: 30px;color: #000;position: relative;height: 100%;/*background-color:#fff;*/}
.project-details .page-title {margin: 0;padding: 0 0 30px;}
.project-details .flag {margin: 0 0 30px;}
.project-details .flag span {color: #fff;vertical-align: middle;}
.project-details p {color: #000;font-style: italic;font-size: 18px;margin: 0 0 20px;}
.project-details .time, .project-details .project, .project-details .technology {display: flex;align-items: center;}
.project-details .time i, .project-details .project i, .project-details .technology i {font-size: 18px;margin-right: 10px;}
.project-details .time span, .project-details .project span, .project-details .technology span {vertical-align: middle;}
.portfolio-slider{height: 100%;widows: 100%;background: #fff;}
.project-details-overlay {
    position: absolute;
    bottom: 0;
    left: -100%;
    /*background-color: #fff;*/
    overflow: hidden;
    width: 77%;
    height: 100%;
    transition: .5s;
}
.work-project:hover .project-details-overlay, .work-project:active .project-details-overlay, .work-project:visited .project-details-overlay, .work-project:focus .project-details-overlay {
    left: 0;
}
.project-details .time, .project-details .project {margin: 0 0 15px;}
.project-link .view-link i {padding-left: 20px;transition: .3s ease-in-out;vertical-align: bottom;font-size: 23px;}
.work-project .project-link {position: absolute;bottom: 30px;}
.work-project.cstm-work-project .project-link{bottom: 10px;}
.project-link:hover .view-link i {padding-left: 25px;}
.project-link .view-link {font-size: 14px;color: #000;text-decoration: none;}
.portfolio-slider h1{font-size: 36px;text-align: center;font-weight: bold;}
.h-100vh {height: 100vh;}
.main-carousel button.owl-dot {width: 10px;height: 10px;border-radius: 10px;background: red !important;display: inline-block;}
.main-carousel button.owl-dot.active{background: blue !important;}
.main-carousel button.owl-dot span{width: 10px;height: 10px;border-radius: 10px;display: inline-block;}
.item.slide1 p {text-align: center;line-height: 30px;}
.f-bold{font-weight: bold;}
.logo-slider.portgolio-logo-slider{height: auto;}
.logo-slider.portgolio-logo-slider .slide img{filter:blur(0px);}
.logo-slider.portgolio-logo-slider .slide {height: auto;width: 150px;transition: all 500ms linear 0s;text-align: center;background: #fff;margin-left: 15px;margin-right: 15px;border-radius: 5px;padding: 15px;line-height: 88px;
display: flex;align-items: center;justify-content: center;}
.portfolio-key-features{padding: 70px 0;background: #fff;}
.portfolio-key-features:hover .service-main-block h2:after{opacity: 1;transition: all 0.5s ease 0s;}
.portfolio-key-features .e-ser-develop-content.responsive-image img{height:499px;}
.fadeInDownShort.go {-webkit-animation-name: fadeInDownShort;animation-name: fadeInDownShort;}
.media:first-child{margin-top: 0;}
.fadeInDownShort{opacity: 1;-webkit-transform:translateY(-20px);transform: translateY(-20px);}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.key-feature-icon {
    background: #ec3f37;
    border-radius: 50%;
    display: table;
    height: 80px;
    vertical-align: middle;
    width: 80px;
    text-align: center;
    position: relative;
    
}
.key-feature-icon:before {
    content: '';
    background: #ffc72a;
    width: 30%;
    height: 30%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    display: block;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
.key-feature-icon .fa {
    position: relative;
    z-index: 999;
    display: table-cell;
    vertical-align: middle;
    color: #ffc72a;
    font-size: 30px;
    line-height: 1;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
}
.media .media-heading {
    color: #242d49;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.key-feature-detail .media{display: flex;align-items:center;margin-bottom:15px;}
.media-heading {margin-top: 0;margin-bottom: 5px;}
.media p {font-size: 16px;line-height: 22px;font-weight: 400;color: #1d202b;}
.key-feature-icon:hover:before {width: 96%;height: 96%;}
.key-feature-icon:hover .fa {color: #fff;}
.key-feature-detail .media:last-child {margin-bottom: 0px;}
.right-key-features{display: flex;align-items:center;}
.featured-img{width:100%;max-width: 100%; overflow: hidden}
/*.featured-img figure{width:33%;display: inline-flex;justify-content: center;}*/
.featured-img figure{ text-align: center}
#img_capture_feature .key-feature-icon.left-icon::before {right: auto;left: 13px;width:15%;height: 15%;}
#we_are_here_box{
   padding: 50px 0; 
}
.contact_us.btn{
        background: rgb(236 63 55);
    color: #fff;
    letter-spacing: 1px;
}
/*==casestudy page start==*/
.cstm-card-area{border: 1px solid #d9d9d9;border-top-left-radius: 15px;border-top-right-radius: 15px;}
.cstm-card-header img{border-top-left-radius: 15px;border-top-right-radius: 15px;width: 100%;background-size: cover;}
.cstm-card-area .cstm-card-header{border-bottom: 1px solid #d9d9d9;}
.cstm-card-center{padding: 10px;}
.cstm-card-footer{display: flex;align-items: center;justify-content: right;}

.case-details h2{font-size: 2rem;font-weight: 700;color: #242d49;margin-top: 0;margin-bottom: 0px;text-align: left;letter-spacing: 2px;position: relative;}
.well-sm {padding: 9px;border-radius: 3px;}
.media{overflow: hidden;zoom: 1;}
.media-left{padding-right: 10px;}
.media-left,.media-body {display: table-cell;vertical-align: top;} 
.list {display: block;font-size: 20px;color: #242d49;align-items: center;text-align: left;}
.list .icon-new {height: 18px;width: 18px;border-radius: 50%;background: #ec3f3759;display: inline-block;position: relative;margin-right: 10px;top: 7px;}
.list .icon-new .fa {color: #ec3f37;font-size: 10px;margin: 4px 0 0 4px;position: absolute;}
.casestudy-center {align-items: center;margin-bottom: 0;display: flex;width: 100%;justify-content: center;height: 100%;}
.technologies-used .box {border-radius: 6px;box-shadow: 5px 5px 15px 0 rgb(28 37 48 / 6%);border: solid 0.5px #007dba;padding: 25px 25px;height: 161px;align-items: center;display: flex;margin-bottom: 25px;justify-content: center;}
.technologies-used .img-responsive {display: block;max-width: 100%;height: auto;}
.technologies-used .center-block {display: block;margin-right: auto;margin-left: auto;}
.process-section {
    position: relative;
}
.casestudy-process .process-section::before {background-image: url("../images/left-arrow.png");content: '';position: absolute;width: 10px;height: 20px;background-repeat: no-repeat;top: 54px;right: -5px;}
.casestudy-process .center-block {display: block;margin-right: auto;margin-left: auto;}
.casestudy-process .process-section::after {border: 1px solid #ec3f37;width: 187px;position: absolute;display: block;content: '';right: -100px;top: 62px;border-style: dashed;z-index: -1;}
.casestudy-process .media{display: flex;align-items: center;justify-content: center;height: 40px;}
.casestudy-process .media-left,.casestudy-process .media-body {display: table-cell;vertical-align: top;}
.casestudy-process .media .step {display: flex;font-size: 50px;align-items: center;margin: 0;color: #d3d2d2;margin-top: 0px;font-weight: bold;}
.casestudy-process .media .step span {transform: rotate(270deg);display: block;font-size: 13px;position: relative;left: 7px;}
.casestudy-process .media .media-body {width: auto;flex:initial;}
.casestudy-process .media .media-body .heading {color: #242d49;font-size: 20px;font-weight: bold;letter-spacing: 1px;margin-bottom: 0px;}
.casestudy-process ul {list-style-position: inside;}
.casestudy-process ul {text-align: center;margin-left: -30px;padding-inline-start: 40px;}
.casestudy-process ul li {color: #7c7c7c;font-size: 16px!important;}
.casestudy-process .no-before-after::before, .casestudy-process .no-before-after::after{display: none;}
.casestudy-process p{text-align:center;}
.case-study-section .content {position: relative;}
.case-study-section .owl-carousel .owl-item img {display: block;width: 100%;}
.case-study-section .owl-carousel .img-responsive{display: block;max-width: 100%;height: auto;}
.case-study-section .content .text-block {position: absolute;width: 100%;top: 113px;left: 80px;}
.case-study-section .content .text-block .heading {font-size: 40px;color: #fff;font-weight: 400!important;}
.case-study-section .content .text-block .text {font-size: 20px;color: #fff;position: relative;margin-top: 130px;}
.case-study-section .content .text-block .text a {color: #fff;}
.case-study-section .view-all{position: absolute;right: 40px;bottom: 0;font-size: 20px;z-index: 999;}
#case-study-slider .owl-dots {display: inline-block;position: absolute;margin-top: 0;bottom: -25px;}
.owl-carousel.case-study-slider button.owl-dot {background: 0 0;color: inherit;border: none;padding: 0!important;font: inherit;width:40px;}
#case-study-slider .owl-dots span {width: 40px;height: 5px;margin: 5px 3px;background: rgb(143 162 189);display: block;}
#case-study-slider .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {background: #ec3f37;}
#case-study-slider .owl-nav{display: none;}

/*get in touch css*/
.get-form .submit-form input[type=text],.get-form .submit-form input[type=number],
.get-form .submit-form select, .get-form .submit-form textarea {border:none;width: 100%;padding: 12px 0px;border-bottom: 1px solid #ccc;border-radius: 0px;box-sizing: border-box;margin-top: 6px;margin-bottom: 15px;resize: vertical;}
.get-form input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;}
.get-form .submit-form input:focus-visible,.get-form .submit-form textarea{outline: none;}
.get-form .submit-form input:focus,.get-form .submit-form textarea:focus{border-bottom: 1px solid #ec3f37;}
.int-tab .tab-1{display: inline-block;position: relative;margin-right: 10px;margin-bottom: 15px;}
.int-tab .tab-1 input{top: 0;left: 0;border-radius: 50px;opacity: 0;cursor: pointer;position: absolute;width:100%;height: 100%;}
.int-tab .tab-1 label{margin-bottom: 0;display: inline-block;padding: 5px 15px;border: 1px solid #000;border-radius: 50px;position: relative;cursor: pointer;}
.margin-auto{margin: 0 auto;}
.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: transparent;
  padding: 5px 15px;
  border:1px solid #000;
  cursor: pointer;
  border-radius: 50px;
  margin-right: 10px;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #000;color: #fff;
}
.int-tab .tab-1 input:checked + label{background: #000;color: #fff;}
.get-form button:hover {background-color: #db2f27;}
.get-form button{background-color: #ec3f37;color: white;padding: 10px 20px;border: none;border-radius: 4px;cursor: pointer;}
.get-select p{font-size: 22px;margin-top: 30px;margin-bottom: 15px;}
.address-area{margin-top: 60px;}
.address-area .card-body{padding: 20px 15px;box-shadow: rgb(0 0 0 / 8%) 0px 0px 8px;}
.get-form .file-upload span{margin-bottom: 50px;border: 1px dotted red;padding: 20px;border-radius: 5px;margin-top: 50px;display: block;max-width: 320px;position: relative;}
.get-form .file-upload input{opacity: 0;width:100%;height: 100%;display: inline-block;position: absolute;top: 0;left:0;cursor: pointer;z-index: 11;}
.get-form .file-upload span label{margin-bottom: 0px;padding-left: 30px;position: relative;}
.get-form .file-upload span label:after{background: url("../images/file-attach.svg");display: block;background-repeat: no-repeat;position: absolute;top: 0;left: 0;width: 30px;height: 30px;content: "";}
/*solution detail page css start*/
.sd-section-1 .sd-figure-1 img{width:100%;}
.sd-section-1 .sd-r-d h3{margin-bottom: 15px;}
.sd-section-1 .sd-r-d p{color: #000;text-align: justify;}
.sd-align{align-items:center;}
.sd-benefits{background: #fff;}
.sd-advanced-features .middale-part{text-align: center;}
.sd-font-bold{font-weight: bold;}

/*machine learning*/
.service-stats .stat-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0 auto 20px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 8px;
}
.service-stats .stat-icon img {height: 40px;}
.service-stats .stat-details p{text-align: center;}
.service-stats .stat-details h4 {
    font-weight: 900;
    font-size: 42px;
    line-height: 59.55px;
    text-align: center;
    color: #000;
}

.service-solution .related-plate {
    height: 219px;
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 8px;
    display: flex;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    background-color: #f4f4f6;
    cursor: pointer;
    overflow: hidden;
}
.service-solution .related-plate:before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    bottom: -30px;
    transform: rotate(-90deg);
    transition: all .5s;
}
.service-solution a:hover {
    text-decoration: none;
    color: #ec3f37;
}
.service-solution .related-plate:hover:before {
    bottom: 30px;
    transform: rotate(0deg);
    transition: all .5s;
    font-size: 30px;
}
.service-solution .related-plate .related-icon {
    width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}
.service-solution .related-plate .related-icon img {
    width: 50px;height: auto;
}
.service-solution .related-plate h6 {
    /*font-family: Open Sans,sans-serif;*/
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #373f54;
    padding-right: 35px;
}
.service-solution .related-plate:after {
    content: "";
    background-image: url(../images/35262af6a4a6f1cdd6d0eaf2844fa16e.svg);
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}
.service-solution .related-plate:hover:after {
    top: -100px;
    transition: all .5s;
}
.service-query {
   
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
   
    height: 304px;
}
.service-query .query-title {
    -webkit-flex: 1 1;
    flex: 1 1;
}
.right-tag-lines {
    /*font-family: Open Sans,sans-serif;*/
    font-weight: 300;
    font-size: 36px;
    line-height: 55px;
    text-align: left;
    color: #1d1e31;
}
.service-query .query-round {
    width: 30vw;
    height: 30vw;
    max-width: 330px;
    max-height: 330px;
    border-radius: 50%;
    background: hsla(0,0%,100%,.46);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-filter: drop-shadow(0 3px 36px rgba(0,0,0,.16));
    filter: drop-shadow(0 3px 36px rgba(0,0,0,.16));
    z-index: 9;
}
.service-query .query-round h5 {
    /*font-family: lato,sans-serif;*/
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #1d1e31;
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.cmr-solid-btn {
    min-width: 200px;
    height: 60px;
    border-radius: 10px;
    background: #ec3f37;
    border: none;
    box-shadow: 0 3px 26px rgb(0 0 0 / 9%);
    /*font-family: Open\ Sans,sans-serif;*/
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    overflow: hidden;
    outline: none!important;
    cursor: pointer;
}
/*.topdown {
    animation: mover 2s cubic-bezier(.76,0,.3,1) infinite alternate;
}*/
.service-query .query-round .brusher {
    position: absolute;
    top: -30px;
    right: 0;
}
.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}

@-moz-keyframes up-down{
  0% {
    -moz-transform:  translate(1px,20px)  ;
  }
  24% {
    -moz-transform:  translate(1px,30px)  ;
  }
  50% {
    -moz-transform:  translate(1px,12px)  ;
  }
  74% {
    -moz-transform:  translate(1px,22px)  ;
  }
  100% {
    -moz-transform:  translate(1px,22px)  ;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform:  translate(1px,20px)  ;
  }
  24% {
    -webkit-transform:  translate(1px,30px)  ;
  }
  50% {
    -webkit-transform:  translate(1px,12px)  ;
  }
  74% {
    -webkit-transform:  translate(1px,22px)  ;
  }
  100% {
    -webkit-transform:  translate(1px,22px)  ;
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform:  translate(1px,20px)  ;
  }
  24% {
    -o-transform:  translate(1px,30px)  ;
  }
  50% {
    -o-transform:  translate(1px,12px)  ;
  }
  74% {
    -o-transform:  translate(1px,22px)  ;
  }
  100% {
    -o-transform:  translate(1px,22px)  ;
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform:  translate(1px,20px)  ;
  }
  24% {
    -ms-transform:  translate(1px,30px)  ;
  }
  50% {
    -ms-transform:  translate(1px,12px)  ;
  }
  74% {
    -ms-transform:  translate(1px,22px)  ;
  }
  100% {
    -ms-transform:  translate(1px,22px)  ;
  }
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.cmr-solid-btn i {
    font-size: 24px;
    margin-left: 10px;
}
.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.thanky-section .thanky-img img{width:100%;}
.thanky-section .thanky-img h3{width:80%;margin: 0 auto;text-align: center;}
.discuss-project{width:100%;display: block;text-align: center;}
.enterprice-project a{cursor: pointer;min-width: 110px;
    padding: 8px 20px;
    color: #fff;display: block;}
.enterprice-project a:hover{text-decoration: none;}
.enterprice-project .btn-primary{min-width:inherit;border-radius: 5px;border: 1px solid #d32820;
    margin-top: 20px;
    padding: 0px;
    background-color: #ec3f37}

.dzhFsJ {
    max-width: 1068px;
    width: 100%;
    position: relative;
    margin: 0px auto 40px;
    padding-top: 22px;
    overflow: hidden;
}
.dzhFsJ a {
    display: block;
}
.dzhFsJ.duck-egg-blue .case-study-bg {
    background: rgb(194, 244, 240);
}
.dzhFsJ a .case-study-bg {
    max-width: calc(100% - 22px);
    height: calc(100% - 22px);
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    transform: translate(3px, -3px);
}
.dzhFsJ.duck-egg-blue .case-study-wrap {
    background-image: linear-gradient(113deg, rgba(222, 255, 252, 0.7), rgba(207, 254, 250, 0.7));
    background-size: 400% 400%;
    transition: all 0.3s ease 0s;
    z-index: 999;
    transform: translate(1px, -1px);
}
.dzhFsJ a .case-study-wrap {
    max-width: calc(100% - 22px);
    display: flex;
}
.dzhFsJ a .case-study-wrap .content-block {
    width: 48%;
    padding: 50px 64px 60px 75px;
    z-index: 99;
}
.dzhFsJ a .case-study-wrap .content-block h3 {
    font-size: 29px;
    line-height: 37px;
    margin-bottom: 19px;
    color: rgb(61, 61, 61);
    transition: all 0.3s ease 0s;
}
.dzhFsJ a .case-study-wrap .content-block p {
    font-size: 22px;
    letter-spacing: -0.15px;
    line-height: 29px;
    margin-bottom: 45px;
    color: rgb(61, 61, 61);
    transition: all 0.5s ease 0s;
}
.dzhFsJ a .case-study-wrap .content-block .line {
    width: 60px;
    height: 3px;
    background: rgb(239, 83, 102);
    border-radius: 1px;
    margin-bottom: 25px;
    display: block;
    transition: all 0.5s ease 0s;
    position: relative;
}
.dzhFsJ a .case-study-wrap .content-block .line::before {
    content: "";
    height: 100%;
    background: rgb(0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    transition: all 0.5s ease 0s;
}
.dzhFsJ a .case-study-wrap .content-block .btn-read {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(239, 83, 102);
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    transition: all 0.5s ease 0s;
}
.dzhFsJ a .case-study-wrap .img-block {
    width: 52%;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}
.dzhFsJ a .case-study-wrap .img-block .gatsby-image-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 544px;
    margin: 0px auto;
}
.dzhFsJ a:hover .case-study-wrap .content-block .line::before {
    width: 100%;
}
.dzhFsJ a:hover {text-decoration: none;}
.dzhFsJ a:hover .case-study-wrap .content-block h3 {
    color: #ec3f37;
}
.dzhFsJ a:hover .case-study-wrap {
    animation: 5s ease 0s infinite normal none running kYYQgs;
    box-shadow: rgb(0 0 0 / 10%) 5px -5px 30px -10px;
    transform: translate(3px, -3px);
}
.modal-footer .btn.btn-unique{background-color: rgb(236 63 55);color: #fff;}
.thank-y-section{
        background: url("https://www.slideegg.com/image/webp/preview/catalog/62230-thank you slide.webp");
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
}
@media (min-width: 1200px) and (max-width: 1441px) and (max-height: 850px){
.dzhFsJ {
    max-width: 940px;
}
.dzhFsJ a .case-study-wrap .content-block {
    padding: 54px 58px 68px 68px;z-index: 99;
}
.dzhFsJ a .case-study-wrap .content-block h3 {
    font-size: 26px;
    line-height: 34px;
}
.dzhFsJ a .case-study-wrap .content-block p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 50px;
}
.dzhFsJ a .case-study-wrap .content-block .line {
    margin-bottom: 21px;
}
}

.industry{padding-top: 0px; padding: 70px 0px 130px 0px }
.our-mission{padding-top: 0px;}
.our-process-container .process-row:last-child{padding-bottom: 0px;}
.work-project.cstm-work-project .project-details-overlay .page-title{color:#000 !important;}
.work-project .project-details-overlay .page-title{color:#000 !important;}
.work-project.cstm-work-project .flag span,.work-project.cstm-work-project .project-details p,
.work-project.cstm-work-project .project-link .view-link,.work-project.cstm-work-project .project-details{color: #000;}
.service-company-section{padding-bottom: 30px;}
.categories-area .nav-tabs li.nav-item a{font-size: 16px;}

.video-testimonial-block .video {
    border-radius: 15px;
}
.work-project.cstm-work-project .project-details-overlay{
    /*background-color:#fff;*/
}
.owl-carousel-newadd.owl-carousel .owl-item {
    min-height: 399px;
    max-height: 400px;
}
.portfolio-content .btn.btn-outline-secondary:hover{
	background: #ec3f37;
    border: 1px solid #ec3f37;
    color: #fff;
}
.portfolio-content .btn.btn-outline-secondary{
	
    border: 1px solid #ec3f37;
    color: #ec3f37;
}
.gettouch{
    position: fixed;
    bottom: 80px;
    right: 20px;
    height: auto;
    width: auto;
    background-image: none;
    background-color: #ffc72a;
    z-index: 9999;
    border-radius: 15px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 5px 10px;
    color: #000;
}
.gettouch a{
    color: #000;
}
.gettouch a:hover{
    text-decoration: none;
}
.footer-info .container {
    flex-wrap: wrap;
}
.d-flex-row {
    flex-direction: row;
}

.footer-info .footer-col.ext-links {
    width: 100%;
    flex-direction: column;
    margin: 0px 0 20px;
}
.d-flex {
    display: flex;
}
.footer-info .footer-col.ext-links>ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-info .footer-col>ul {
    float: left;
    width: 100%;
    margin: 0;
}
.footer-info .footer-col.ext-links>ul>li {
    width: auto;
    display: inline-block;
    margin: 0;
}
.footer-info .footer-col.ext-links>ul>li:first-child a {
    padding-left: 0;
    border-left: 0;
}
.footer-info .footer-col.ext-links>ul>li>a {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #474747;
    line-height: 1;
    border-left: 1px solid #555;
}
.footer-info .footer-col>ul>li>a {
    color: #fff;
}
.footer-last-line ul{width: 100%;text-align: center;}
@media only screen and (max-width: 992px){
.responsive-margin {
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 600px){
.footer-info .footer-col.ext-links {
    margin:0px;
}
.footer-info .footer-col.ext-links>ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-info .footer-col.ext-links>ul>li:first-child a{
    padding:0 30px;
}
.footer-info .footer-col.ext-links>ul>li>a{
    padding:0 30px;
    line-height: 2;
}
}
.video-portfolio{
    width: 100%;height: 100%;position: relative;
    
    pointer-events: all;
    overflow: hidden;
    transition: .5s;
    z-index: 100;
    pointer-events: all;
    border-radius: 10px;
}
.video-portfolio video{
    width: 100%;height: 100%;position: absolute;
}


/*================================
    14-May-2022
================================*/
.text-uppercase{
    text-transform: uppercase;
}
.top-slider.home-page-slider .slider-img {
    position: static;
    transform: none;
    margin: 0;
    width: 100%;
}
.right-banner-img {
    display: flex;
    align-items: center;
    padding: 0;
}
p{
        font-size: 18px;
    line-height: 28px;
}
.left-part > div, .right-part > div {
    width: 100%;
        margin-left: auto !important;
    margin-right: auto !important;
}
.home-service-list .owl-item:nth-child(2n) {
    top: 40px;
    position: relative;
}
/*
.fBxkTa .menu-nav > li:before {
    content: "";
    width: 30px;
    height: 30px;
    background: rgba(236,63,55,0.2);
    display: block;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 0;
    transition: all linear 0.4s;
}
.fBxkTa .menu-nav > li:hover:before{
    transform: translate(-50%, -50%) scale(1);
}*/
.case-study-img img{width:600px;height:auto}
@media screen and (min-width:1025px){
    .nested {
        display: block;
    }
}

/*only footer css*/
.add-footer{
    display: flex;
    align-items:center;
    justify-content:space-between;
}
.footer-last-line .add-footer ul{
    /*width:auto;*/
    text-align: center;
}
.footer-last-line .social-links {
	width:245px;
}
@media screen and (max-width: 767px){
    .add-footer{
        display: block;
        text-align: center;
    }
    .footer-last-line .add-footer ul{
    text-align: center;
}
.social-links{
    text-align:center !important;
}
}
.footer-address{
    display: flex;
    width: 100%;
    align-items:flex-start;
}
.footer-address span{
    font-size: 16px;
}
.footer-address p{
    display: inline-flex;
    vertical-align: baseline;
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 0px;
    align-items: flex-start;
    line-height: 18px;
}
.flag-div{
margin-bottom: 15px;    
}
.flag-div img{width:40px;}

textarea#w3review {
    height: 115px;
}
.wp-pagenavi {
    margin-top: 10px !important;
}
@media screen and (min-width: 1550px){
	.portfolio-img-list .portfolio-main .portfolio-img img{
		width:100%;
	}
}
.left-part .ind-widget-container:hover,.right-part .ind-widget-container:hover{
	box-shadow:rgb(241 20 20 / 20%) 0px 0px 18px;
}
@media screen and (min-width: 1200px){
	.container{
		max-width: 1188px;
    	padding: 0px 20px;
	}
}
/*
@media screen and (min-width: 1480px){
	.container{
		max-width: 1440px; 
    	padding: 0px 20px;
	}
}
@media screen and (min-width: 1680px){
	.container{
		max-width: 1620px;
    	padding: 0px 20px;
	}
}
*/


.home-page-slider,.home-page-slider .slider-hi,.carousel{height:100%;}
.home-page-slider .owl-slider-custom{height:100%;}
.home-page-slider .carousel-inner{height:100%; flex-wrap: nowrap; }
.home-page-slider .carousel-item{height:100%;display:flex;}
.home-page-slider .main-slider-text{top:0;}
.cstm-top-slider.top-page-slider{padding-bottom:50px;}
.top-page-slider .slider-add-img,.top-page-slider .slider-add-img img {
    width: 100%;
    height: 100%;
}
.cstm-top-slider.top-page-slider .carousel{display:flex;align-items:center;}
.cstm-top-slider.top-page-slider{height:auto;}
.about-img-section img {
    max-width: 100%; 
}
.custom-layout.pr-details-section > .container-fluid {
    padding-left: 17vw;
}
.featured-img .owl-item{
    float: left;
}
.owl-nav.disabled {
    display: none;
}
.team-member-pic img {
    max-width: 100%;
     
    width: 100%;
        transform: scale(1);
    transition: all linear 0.4s;
}
/*
.team-block:hover .team-member-pic img {
    transform: scale(1.1);
}
.team-block:hover .team-info .title {
    color: #ec3f37;
}
*/
.team-member-pic {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.team-block {
    margin-bottom: 30px;
       border-radius: 10px;
    transition: all linear 0.2s;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 18px;
}
.team-block:hover {
    box-shadow: rgb(241 20 20 / 20%) 0px 0px 18px;
 
}
.team-info {
    position: absolute;
    bottom: 10px;
    background: #fff;
    left: 10px;
    text-align: center;
    border-radius: 10px;
    right: 10px;
    padding: 10px 10px;
    
}
.team-info .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.team-info .position {
    color: #948989;
    font-size: 15px;
}

.clients h3 {
  margin-bottom: 30px;
}
section.enterprice-content {
  padding: 40px 0px;
  margin: 26px 0 0 0;
}
section.categories-area.position-relative {
  overflow-x: hidden;
}
.single .e-ser-develop-content {
    align-items: center;
}
section.partners-section {
    padding: 50px 0;
    margin: 0px 0;
}
.partners-section img { max-width: 100%; margin-bottom: 30px }

a.scrollup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 50px;
    width: 50px;
    background-image: none;
    background-color: #ffc72a;
    z-index: 9999;
    border-radius: 30px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.5s ease;
    display: none;
}
.scrollup svg {
    width: 30px;
    height: 45px;
    transform: rotate(185deg);
}
.slide.item {
    text-align: center;
}
.logo-slider .owl-item img {
    object-fit: contain;
    padding: 0 10px;
    margin: 0 auto;
	transform: scale(0.8);
}
.fixed-img .max-img img {
    max-height: 400px;
}
/* .footer-contacts .row > div:nth-of-type(1), .footer-contacts .row > div:nth-of-type(2) {
    max-width: 50%;
    flex: 0 0 50%;
	margin-bottom: 30px;
} */

.footer-contacts .row > div:nth-of-type(1) .flag-div img, .footer-contacts .row > div:nth-of-type(2) .flag-div img{
	display:none;
}
.footer-contacts {
    margin: 0 auto;
	padding:30px 0 30px 0;
}
.footer-contacts .row{
	justify-content: space-between;
}
/*.footer-contacts .row > div:nth-of-type(4), .footer-contacts .row > div:nth-of-type(5){
	max-width:220px;
	flex: 220px;
}*/
.footer-contacts .row > div {
    max-width: 20%;
    flex: 0 0 20%;
}
.footer-contacts .row > .flag-div {
    margin-bottom: 25px;
}
.about-us-img img {
    height: auto;
    max-height: 370px;
    object-fit: contain;
}
.social-links img {
    max-width: 30px;
	margin: 0 2px;
}
.footer-address img {
	width:18px;
	
}
.flag-div span {
    font-weight: 700;
}
.video-testimonial-block .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row:before, .row:after{
	display: none;
}

@media screen and (min-width: 1600px){
    .custom-layout.pr-details-section > .container-fluid {
    padding-left: 11vw;
}
    
}
@media screen and (min-width: 1366px){
    .custom-layout.pr-details-section > .container-fluid {
        padding-left: 8vw;
    }
    
}
@media screen and (max-width: 991px){
	.dgCvgj .mobilemenu{
		left:0;
		top:0;
	}
    .custom-layout.pr-details-section > .container-fluid {
    padding-left: 15px;
    max-width: 718px;
}
    .project-outer {
        padding-left: 15px !important;   
    }    
	
	.footer-contacts .row > div {
		max-width: 50%;
		flex: 0 0 50%;
	}
	
}
@media screen and (min-width: 992px){
.custom-img {
margin-left: -8vw;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
    flex: 0 0 50%; 
}
.post-main-img img {
    height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
}	
	
 	
	
}
@media screen and (max-width:767px){
	.footer-contacts .row > div:first-child, .footer-contacts .row > div:nth-of-type(2) {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.footer-contacts .row .responsive-margin {
		margin-bottom: 30px;
	}
	.footer-contacts .row > div {
    max-width: 100%;
    flex: 0 0 100%;
}
	.home-page-slider .carousel-inner {
		flex-wrap: wrap;
	}	
}
@media screen and (max-width:1038px){
    .custom-img {
        margin-left: -9vw;
    }
}

@media screen and (max-width: 1250px) {
    .top-slider .slider-img,.cstm-top-slider .slider-img{width:100%;text-align: right;}
    .top-slider .slider-img img,.cstm-top-slider .slider-img img{max-width: 450px;}
    .cstm-top-slider{height: auto;}
    .top-slider{height: auto;}
	.casestudy{max-height:600px}
}
@media screen and (max-width: 1200px) {
    .footer-contacts .footer-address{width:100%}
    .add-margin-left{margin-left: 0px;}
    .portfolio-content h3{width:95%;}
    .cstm-video-testimonial-block .video iframe{height: auto;}
    .cstm-video-testimonial-block .video-play{top:25%;left:40%;margin-left: 0;margin-top: 0;}
	h1.text-extra-heavy{ font-size: 40px }
}
@media screen and (max-width: 1024px) {
    .casestudy-process .media{overflow: visible;}
    .casestudy-process .media .step{margin-top: 0px;}
    #carouselExampleIndicators .owl-dots{bottom:50px;margin-top: 0px;}
    .responsive-slider-hi{height: 100%;max-height: 500px;}
	.cstm-top-slider.top-page-slider .responsive-slider-hi{height:auto;}
    .responsive-slider-hi .main-slider-text{top:18%;}
    .enterprice-content{padding-top: 20px;}
    .web-development .about-us-img img{width:100%;}
    .webdevelopment-tech .e-ser-develop-content img{width:100%;}
}
@media screen and (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
	
.slider-img img{max-width: 500px;width: 100%;}
.top-slider{height: auto;width: 100%;background: #fff;margin-top: 0px;padding-bottom: 0px;padding-top: 100px;}
/*.top-slider .slider-img,.cstm-top-slider .slider-img{transform: translate(0%, 50%);margin-left: 0;top: 0;}*/
.top-slider .slider-img,.cstm-top-slider .slider-img{transform: none;margin-left: 0;top: 0;}	
.main-slider-text{top: 10%;}
.about-us-img img{width:100%;text-align: center;margin: 0 auto;}
.contact-form form{padding-left: 0px;padding-right: 0px;}
.social-links{text-align: left;}
.cstm-nav li.nav-item:hover a.nav-link:after{width:0;height: 0;content:"";left:initial;right:initial;margin: 0 auto;
top:43%;transform: translateY(0%);margin-left: 15px;}
.dropdown-toggle::after{border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    background-color: transparent !important;vertical-align: middle;}
.cstm-nav li.nav-item a.nav-link:after{content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: initial;
    right: initial;
    margin: auto;
    background-color: #ec3f37;
    opacity: 1;
    transition: all ease .4s;
    top: 47%;
    transform: translateY(-50%);
    margin-left: 15px;}
li.nav-item.dmenu.dropdown > .dropdown-menu.sm-menu{display: none !important;}
li.nav-item.dmenu.dropdown.show > .dropdown-menu.sm-menu{display: block !important;}
.e-develop-content p{margin-bottom: 0;}
.e-industry-arrow:before{display: none;}
.top-slider .slider-hi{height: auto;}

.work-project:hover .project-details-overlay, .work-project:active .project-details-overlay, .work-project:visited .project-details-overlay, .work-project:focus .project-details-overlay {
    left: 0;height: auto;top: 0;bottom: initial;width: 100%;
}
.work-project .project-details {padding: 25px;height: auto;}
.project-details .flag, .project-details p, .project-details .time, .project-details .project, .project-details .technology {
    display: none;}
.categories-area .nav {justify-content: center;}
.case-study-section .content .text-block .heading{display: none;}
.casestudy-area{padding-bottom: 0px;}
.case-details-section .service-main-block.cstm-mb,.casestudy-middale-section .service-main-block.cstm-mb{margin-bottom: 30px;}
.our-mission{padding-top: 0;}
.enterprice-content{padding-bottom: 20px;}
.our-services.service-section{padding-bottom: 0;}
.address-area .card-body{margin-bottom: 20px;}
.get-form{margin-bottom: 20px;}
.service-solution .related-plate{margin-bottom: 25px;}
.service-query{height: auto;}
.service-query .query-title {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}
.service-query .query-round {
    margin: 20px auto;
    width: 300px;
    height: 300px;
}
.responsive-image img{width: 100%;}
.dzhFsJ a .case-study-wrap{flex-wrap:wrap;}
.dzhFsJ a .case-study-wrap .content-block{width:100%;}
.dzhFsJ a .case-study-wrap .img-block{width: 100%;}
	.casestudy{max-height:500px;}
	
	.portfolio-main {
		flex-wrap: wrap;
	}

	.portfolio-content, .portfolio-img{
		width: 100%;
		
	}
	
	.portfolio-img-list .portfolio-content {
		padding: 0px 30px 80px 30px;
	}
	.portfolio-img-list .portfolio-content  p, .portfolio-img-list .portfolio-content h3 {
		margin-left: 0;
    width: 100% !important;
	}
	.footer-last-line .social-links {
		width: 366px;
	}
	.nav-link {
		padding-left: 24px;
		padding-right: 24px;
	}
	.home-page-slider .carousel-inner{
		height:auto;
	}
}
@media screen and (min-width: 768px){
 .dektop-view{display: block;}.mobile-view{display: none}
		.portfolio-content{
		min-height: 400px;
	}
}
@media screen and (max-width: 768px){
   .carousel {
    overflow: hidden;
    height: auto;
} 

}
@media screen and (max-width: 767px){
   .carousel {
    overflow: hidden;
    height: auto;
} 
.slider-hi .carousel-inner{height: auto;}
.slider-hi .carousel-item{height: auto;}
.slider-hi .main-slider-text{position: relative;}
.top-slider{padding-bottom: 30px;}
.top-slider .slider-img{text-align: center;}
#carouselExampleIndicators .owl-dots{position: relative;bottom: 0px;}
.top-slider,.cstm-top-slider{height: auto;}
.cstm-top-slider{padding-top: 100px !important;}
.top-slider .slider-hi,.cstm-top-slider .slider-hi{height: auto;}
.top-slider .slider-img,.cstm-top-slider .slider-img{position: relative;transform: translate(0%, 0%)}
.industry .item1{margin-right: 0px;margin-bottom: 15px !important;}
.dektop-view{display: none;}
.mobile-view{display: block;}
.blog-filter .has-search{width:100%;}
.blog-categories{margin-bottom: 20px;max-height: 135px;}
.cstm-video-testimonial-block .video-thumbnail img.img-fluid{width:100%}
.cstm-video-testimonial-block .video-play{top:30%;}
.ind-column-gap-extended{display: block;}
.left-part, .middale-part, .right-part {width: 100%;}
.e-develop-content-img{text-align: center;}
.video-hover-enterprise .video-thumbnail .img-fluid{width:100%;}
.enter-single-list.mobile-list{width:98%;}
.filter-area {width: 100%;}
.contact-image img {width: 20%;margin-top: -7%;}
.mobile-app-img-responsive img{width:100%;}
.portfolio .e-ser-develop-content.img-center img{width:100%;}
.casestudy-process .process-section::before{display: none;}
.casestudy-process .process-section::after{display: none;}
.case-study-section .content .text-block{left:40px;}
.case-study-section .content .text-block .text{margin-top: 80px;}
.portfolio-key-features .e-ser-develop-content{width:100%;}
.portfolio-key-features .key-feature-detail{margin-top: 30px}
.portfolio-key-features .featured-img{width:100%;display: block;text-align: center;}
.portfolio-key-features .featured-img figure{width: 100%;display: inline-block;margin-bottom: 20px;}
.pr-0.blog-search{padding-right: 15px !important;}
.cstm-top-slider .slider-img{text-align: center;}
.slider-hi.responsive-slider-hi{margin-top: 0px;}
.enterprice-content{padding-bottom: 0px;}
.home-service-list-wrap .home-service-list .single-service-wrap .service-single{min-width: 440px;}
.res-testimonial{padding-top: 0px;}
.our-services.blog-section{padding-top: 0px;}
.clients,.our-services,.choose-us,.industry,.testimonial,.portfolio-key-features{padding:30px 0;}
.our-services.service-section .service-main-block{margin-bottom: 0px;}
.blog-details{padding-bottom: 30px;}.appegic-second-blog{padding-top: 30px;}
.casestudy-area {padding-bottom: 30px;}
.service-main-block h2{font-size: 1.5rem;}
.service-main-block-new h2{font-size: 1.5rem;font-weight: bold;}
.appegic-blog-list-box-content h3{font-size: 24px;}
h1.text-extra-heavy{font-size: 40px;}
.categories-area{padding: 30px 0px;}
.service-main-block.cstm-mb{margin-bottom: 30px;}
.company-section{padding-top: 70px;}
.our-mission .pt-30{padding-top: 0px;}
.our-process-container .service-main-block p.mt-50{margin-top: 30px;}
.service-company-section .service-main-block p.mt-50{margin-top: 30px;}
.testimonial.pb-50{padding-bottom: 0px !important;}.testimonial.pt-50{padding-top: 30px !important;}
.gettouch-section,.machine-learning,.mobile-app-section,.pr-details-section,.sd-section-1,.web-development{padding-top: 100px;}
.gettouch-section .pt-30,.machine-learning .pt-30,.mobile-app-section .pt-30,.pr-details-section .pt-30,
.sd-section-1 .pt-30,.web-development .pt-30{padding-top: 0px;}
.home-service-list-wrap .home-service-list{padding-bottom: 40px;}
.portfolio-key-features .feature-title.mt-50{margin-top: 30px;}
.middale-part .ind-widget-container{margin: 0;padding: 0;}
.left-part .ind-widget-container{margin-bottom: 20px;margin-left: 0;margin-right: 0;margin-top: 0;}
.right-part .ind-widget-container{margin-bottom: 0px;margin-left: 0 !important;margin-right: 0;margin-top: 20px;}
.dzhFsJ a .case-study-wrap .img-block img{width: 100%;}
    .portfolio-main {
        flex-wrap: wrap;
    }    
    .portfolio-img-list .portfolio-content {
        padding-bottom: 100px;
    }
    .portfolio-img-list .portfolio-content,.portfolio-img-list .portfolio-img{height: auto;width:100%;}
	.our-services.blog-section{padding-top:90px;}
	.casestudy-slider{height:100%;max-height:767px;}
    .home-service-list .owl-item:nth-child(2n) {
        top: 30px;
    }
	
	.home-page-slider .slider-hi,.home-page-slider .carousel{height:100%;overflow:visible}
	.home-page-slider .slider-hi .carousel-inner{height:100%;}
	.cstm-top-slider.top-page-slider .slider-add-img img{height:auto;}
	section.partners-section {
		margin-top: 50px;
	}
}
@media screen and (max-width: 575px){
    .clients .owl-carousel-custom .owl-nav{display: none;}
    .choose-us .item1{margin-right: 0px;}
    .portfolio-img-list .portfolio-content,.portfolio-img-list .portfolio-img{height: auto;width:100%;}
    .categories-area .single-cat .cat-cap p{text-align: center;}
    .contact-form{margin-top: 10%;width: 90%;}
    .technologies-used .img-responsive{height: 100%;}
    .company-section .e-ser-develop-content.img-center img{width:100%;}
    .home-service-list-wrap .home-service-list .single-service-wrap .service-single{
        min-width: 230px
    }
}
@media screen and (max-width: 500px){
    .responsive-slider-hi{max-height: initial;}
}
@media screen and (max-width: 500px){
.case-study-section .content .text-block .text{margin-top: 18px;}
.case-study-section .content .text-block{left:15px;}
}