@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');

/*** 

====================================================================
  Import All Css
====================================================================

***/

@import 'bootstrap.min.css';
@import 'animate.css';
@import 'about-sonar.css';
@import 'classy-nav.min.css';
@import 'dzsparallaxer.css';
@import 'owl.carousel.min.css';
@import 'magnific-popup.css';
@import 'animated-headline.css';
@import 'font-awesome.min.css';
@import 'themify-icons.css';
@import 'style1.css';
@import 'global.css';
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}

p {
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-100-85 {
    padding-top: 100px;
    padding-bottom: 85px;
}

.section-padding-70-0 {
    padding-top: 70px;
    padding-bottom: 0;
}

.section-padding-0-70 {
    padding-top: 0px;
    padding-bottom: 70px;
}

.section-padding-0-0 {
    padding-top: 0;
    padding-bottom: 0
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0;
}

.section-padding-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section-padding-0-200 {
    padding-top: 0;
    padding-bottom: 200px;
}

.section-padding-200-0 {
    padding-top: 200px;
    padding-bottom: 0;
}

.section-padding-200-100 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-50-150 {
    padding-top: 50px;
    padding-bottom: 150px;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-heading>p {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.dream-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.dream-dots span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.dream-dots span:first-child {
    background-color: #00a8ff;
}

.dream-dots span:nth-child(2) {
    background-color: #9c88ff;
}

.dream-dots span:nth-child(3) {
    background-color: #fbc531;
}

.dream-dots span:nth-child(4) {
    background-color: #4cd137;
}

.dream-dots span:nth-child(5) {
    background-color: #487eb0;
}

.dream-dots span:nth-child(6) {
    background-color: #e84118;
}

.dream-dots span:nth-child(7) {
    background-color: #8c7ae6;
}

.header-area {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-area.sticky {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.done a {
    color: black !important;
}

.welcome_area {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 700px !important;
}

.flex {
    display: flex
}


/* .welcome_area.home {
    background: url(../img/bg-img/demo3-bg1.jpg) no-repeat top center;
    background-size: cover;
} */

.welcome-content {
    position: relative;
    z-index: 1;
    margin-top: 90px;
}

.promo-section {
    margin-bottom: 30px;
}

.integration-link {
    padding: 8px 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: .58px;
    font-size: 14px;
    line-height: 24px;
    color: #d5d5ea
}

.integration-link:hover {
    color: #fff;
    text-decoration: none;
}

.integration-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom right, #f11a1a 0, #0e0707);
    border-radius: 100px;
    opacity: .5;
}

.integration-link.light:before {
    background: #f2f2ffe6;
    opacity: 1;
}

.integration-link.light .integration-text {
    color: #333
}

.integration-link.full:before {
    opacity: 1
}

.integration-icon {
    margin: 0 5px 0 0;
}

.integration-text {
    margin: 0 7px 0 0;
}

.integration-link>* {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
}

.promo-section {
    margin-bottom: 30px;
}

.promo-section.bg {
    background: #ff966a;
    padding: 10px 20px;
    display: inline-block;
}

.promo-section.bg2 {
    background: #cb202d;
    padding: 10px 20px;
    display: inline-block;
}

.promo-section.bg .special-head {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 1px;
}

.features {
    position: relative;
}

.services-block-four {
    position: relative;
    margin-bottom: 50px;
}

.services-block-four .inner-box {
    position: relative;
    padding-left: 120px;
}

.licenes .services-block-four .inner-box .icon-box {
    font-size: 56px;
    border-radius: 0%
}

.licenes .services-block-four .inner-box .icon-box:after {
    border-radius: 0%
}

.services-block-four .inner-box .icon-box:after,
.services-block-four .inner-box .icon-box:before {
    background: #ff3333
}

.services-block-four .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border: 2px solid;
    font-size: 40px;
    line-height: 98px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px !important;
    transition: .3s ease;
}

.service-img-wrapper .image-box {
    position: relative;
}

@media (max-width: 1200px) {
    .service-img-wrapper .image-box .rings {
        left: 3% !important;
    }
    .service-img-wrapper .image-box {
        margin-top: 0 !important
    }
}

@media (max-width: 992px) {
    .service-img-wrapper .image-box {
        margin-top: 30px !important
    }
    .service-img-wrapper .phone-img {
        padding: 0 20% !important
    }
    .service-img-wrapper .image-box .rings {
        left: 17% !important;
        width: 66%;
    }
}

.service-img-wrapper .image-box .rings {
    position: absolute;
    top: 5%;
    z-index: -1;
    margin: 0 auto;
    left: 10%;
    transform: translate(-50%, -50%);
    -webkit-animation: rotate-m 4s linear infinite;
    -o-animation: rotate-m 4s linear infinite;
    animation: rotate-m 4s linear infinite;
}

.services-block-four .inner-box .icon-box span {
    position: relative;
    z-index: 99;
}

.services-block-four .inner-box:hover .icon-box,
.services-block-four .inner-box:hover .icon-box span {
    color: #fff;
    transition: .5s ease;
}

.services-block-four .inner-box .icon-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: .7s ease;
}

.services-block-four .inner-box:hover .icon-box:after {
    transform: scale(1);
    transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    width: 1px;
    height: 95%;
    background: #ff3333
}

.services-block-four:last-child .inner-box .icon-box:before {
    display: none;
}

.services-block-four .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.services-block-four.how .inner-box {
    padding-left: 70px;
    position: relative;
}

.services-block-four .inner-box h3 a {
    color: #13287e;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-four .inner-box .icon-box {
    color: #ff3333
}

.services-block-four .inner-box .text {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
    margin-bottom: 10px;
}

.services-block-four .inner-box .read-more {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-four .inner-box .read-more:hover {
    color: #253267;
}

.service-img-wrapper .image-box img {
    animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
}

@media (min-width: 992px) {
    .service-img-wrapper .image-box {
        margin-top: -30px;
    }
}

@media (max-width: 992px) {
    .service-img-wrapper .image-box img {
        width: 79%;
    }
}

@media (max-width: 767px) {
    .services-block-four {
        margin-bottom: 40px
    }
}

.service-img-wrapper .image-box {
    position: relative;
}

@keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes floating2 {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        -moz-transform: rotateX(0deg) translateY(15px);
        -ms-transform: rotateX(0deg) translateY(15px);
        -o-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.icon-img-box {
    position: absolute;
    left: 0;
    top: 0;
}


/* ##### Service Area CSS ##### */

.service_single_content {
    position: relative;
    z-index: 1;
    padding: 50px 15px 30px;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #ff3333;
    border-radius: 15px
}

.service_single_content .service_icon i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    display: block;
}

.service_single_content .service_icon {
    margin-bottom: 20px;
    min-height: 56px;
    position: relative;
    display: inline-block;
}

.service_single_content .service_icon:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    right: -30px;
    top: -20px;
    z-index: -1;
    background: #ff3333;
    opacity: .5;
    border-radius: 50%;
    transition: .4s ease-in-out;
}

.service_single_content:hover .service_icon:after {
    right: 0px;
    top: 0px;
}

.service_single_content h6 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 17px;
}

.service_single_content p {
    margin-bottom: 0
}

.bold {
    font-weight: 600 !important
}

.bolder {
    font-weight: 700 !important
}

.w-text {
    color: #fff !important
}

.b-text {
    color: #333 !important
}

.service_single_content.feto .service_icon {
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 30px;
    box-shadow: -3px 5px 18px rgba(0, 0, 0, 0.29);
}

.service_single_content.feto .service_icon:after {
    display: none;
}

.service_single_content.feto h6 {
    color: #fff;
    font-weight: bold;
    font-size: 20px
}

.service_single_content.feto p {
    color: rgba(255, 255, 255, .7)
}

@-webkit-keyframes rotate-m {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-m {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.what-we-do .outer .header-wraperumn {
    float: right;
}

.service-box-three {
    position: relative;
    z-index: 1;
    border: 2px solid #eee;
    padding: 20px 15px;
    border-radius: 10px;
    background: #fff;
}

.service-box-three .inner-box {
    position: relative;
    display: block;
    text-align: right;
    padding-right: 90px;
}

.service-box-three .icon-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    color: #fff !important;
    font-size: 30px;
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}


/*top circle */

body.light-version {
    background: #fff !important;
}

.light-version p {
    color: #888;
}

.light-version h1,
.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6,
.light-version .growing-company p .counter,
.light-version .service_single_content .service_icon i,
.light-version .portfolio-menu button,
.light-version .post-meta p a,
.light-version .group label,
.light-version input:focus~label,
.light-version textarea:focus~label,
.light-version input:valid~label,
.light-version textarea:valid~label,
.light-version .copywrite_text>p>a {
    color: #ff3333;
}

.light-version .dream-faq-area dt {
    color: #fff;
    border: 1px solid #f2f4f8;
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
    background-image: -webkit-linear-gradient(to right, #21d397 0%, #7450fe 100%);
    border-radius: 25px;
    margin-bottom: 15px;
}

.light-version .dream-faq-area dt:first-child {
    border-top: 1px solid #f2f4f8;
}

.light-version .timelineBox {
    background: #f2f4f8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.light-version .single-mission h6,
.light-version .single-mission p,
.light-version .welcome-content h2,
.light-version .welcome-content p,
.light-version .cool_fact_detail h3,
.light-version .cool_fact_detail h2,
.light-version .cta-content h2,
.light-version .cta-content p {
    color: #fff;
}

.light-version .portfolio-menu button.active {
    color: #13287e;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.light-version .single-team-member:after {
    position: absolute;
    width: 50%;
    height: 105%;
    top: 0;
    border-radius: 20px;
    left: 0;
    background-color: #f2f4f8;
    content: "";
    z-index: -5;
}

.light-version #scrollUp {
    color: #000;
}

.light-version #scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #000;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
}

.light-version .group input,
.light-version .group textarea {
    color: #13287e !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.subscribe .group input {
    color: #fff !important
}

.subscribe .group label {
    color: #fff !important
}

.light-version .group input:focus~.bar:before,
.light-version .group textarea:focus~.bar:before,
.light-version .group input:focus~.bar:after,
.light-version .group textarea:focus~.bar:after {
    background-color: #13287e;
}

.light-version .client_slides .owl-dot {
    color: #13287e;
    background-color: transparent;
}

.light-version .client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.gis-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    width: 100%;
    margin-top: 30px;
}

.gis-grid,
.gis-grid2 {
    display: grid;
    /* grid-template-columns: repeat( auto-fit, minmax( 200px, 1fr ) ); */
    grid-gap: 20px;
    width: 100%;
    margin-top: 30px;
    text-align: left;
}

.gis-grid2 .grid-item {
    /* background: #f2f2f2; */
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.gis-grid .grid-item,
.gis-grid2 .grid-item {
    background: #ffffff;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.gis-grid .grid-item .divFlex,
.gis-grid2 .grid-item .divFlex {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex: auto;
}

.gis-grid .grid-item .divFlex img,
.gis-grid2 .grid-item .divFlex img {
    width: 60px;
    padding-right: 10px;
    float: left;
    transition: 0.5s;
}

.gis-grid2 .grid-item:hover {
    background: #FF3333 !important;
    color: #fff;
}

.gis-grid .grid-item:hover,
.gis-grid2 .grid-item:hover {
    background: #FF3333;
    color: #fff;
}

.gis-grid .grid-item:hover .divFlex img,
.gis-grid2 .grid-item:hover .divFlex img {
    filter: invert(100);
}

.gis-grid .grid-item .divFlex,
.gis-grid2 .grid-item .divFlex {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex: auto;
}

.gis-grid .grid-item .divFlex img,
.gis-grid2 .grid-item .divFlex img {
    width: 60px;
    padding-right: 10px;
    float: left;
    transition: 0.5s;
}

.gis-grid2 .grid-item:hover {
    background: #FF3333 !important;
    color: #fff;
}

.gis-grid .grid-item:hover,
.gis-grid2 .grid-item:hover {
    background: #FF3333;
    color: #fff;
}

.gis-grid .grid-item:hover .divFlex img,
.gis-grid2 .grid-item:hover .divFlex img {
    filter: invert(100);
}

.section-heading1 {
    font-size: 32px!important;
    text-align: left!important;
    margin-bottom: 0
}