/*
========================
Header area start
========================
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,700&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #191919;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.header-area {
    padding: 15px 0;
    position: sticky;
    top: 0;
    width: 100%;
    display: block;
    z-index: 9999999;
    background-color: #fff;
    transition: 0.3s all ease;
}

.headerfixed {
    padding: 8px 0;
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.1);
}

.navbar-nav li {
    padding: 13px 15px 8px;
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    transition: 0.2s all ease;
}

.navbar-nav li a:hover {
    opacity: 0.7;
}

.navbar-brand img {
    max-width: 200px;
}

/* hamburger-area */

.hamburger {
    /*! padding: 15px 15px; */
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none !important;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    outline: none;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
    outline: none;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    outline: none;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    outline: none;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*=== zikzak-area start ===*/

.zikzak-area {
    background: linear-gradient(to top, #00AB4F, #0F5F30);
    -webkit-background: linear-gradient(to top, #00AB4F, #0F5F30);
    -moz-background: linear-gradient(to top, #00AB4F, #0F5F30);
    padding: 70px 0;
}

.zikzak-left h2 {
    font-size: 48px;
    font-weight: 800;
    color: #FFF;
}

.zikzak-left p {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
}

.zikzak-left a, .menucontact {
    font-size: 25px;
    font-weight: 700;
    color: #FFF;
    background: #FFA729;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 10px;
    margin-top: -15px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.zikzak-left a:hover {
    opacity: .8;
}

.zikzak-right img {
    width: 100%;
}

/*=== about-area start ===*/

.about-area {
    padding: 80px 0;
}

.about-upper h4 {
    font-size: 36px;
    font-weight: 500;
    color: #A9A9A9;
    text-align: center;
}

.about-upper h2 {
    font-size: 42px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.about-right img {
    width: 75px;
    display: block;
    margin-left: auto;
    margin-top: -40px;
    margin-right: 30px;
}

.about-right p {
    font-size: 17px;
    font-weight: 400;
    color: #42454A;
    margin-top: 15px;
}

/*=== founder-area start ===*/

.founder-area {
    background: linear-gradient(to top, #71CBFE, #0A78A3);
    -webkit-background: linear-gradient(to top, #71CBFE, #0A78A3);
    -moz-background: linear-gradient(to top, #71CBFE, #0A78A3);
    padding: 70px 0;
    position: relative;
}

.founder-upper img {
    max-width: 120px;
    position: absolute;
    top: 10px;
    left: 35px;
}

.star img {
    max-width: 100px;
    position: absolute;
    bottom: 15px;
    right: 45px;
}

.founder-upper h4 {
    font-size: 42px;
    font-weight: 800;
    color: #FFF;
    text-align: center;
}

.founder-upper {
    padding-bottom: 45px;
}

.founder-left img,
.founder-right img {
    width: 100%;
}

.found-inr-item img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 10px;
}

.founder-left,
.founder-right {
    position: relative;
}

.founder-inner-part {
    background: rgba(57, 60, 67, .9);
    padding: 10px 15px 15px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
}

.founder-left:hover .founder-inner-part,
.founder-right:hover .founder-inner-part {
    opacity: 1;
}

.founder-inner-part p {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: left;
}

.founder-inner-part a {
    font-size: 14px;
    font-weight: 400;
    color: #0A9CCB;
    font-style: italic;
    display: inline-block;
    margin-left: 10px;
    transform: 0.2s all ease;
    -webkit-transform: 0.2s all ease;
}

.founder-inner-part a:hover {
    opacity: .8;
}

.found-cnt h4 {
    font-size: 24px;
    font-weight: 800;
    color: #2C2E35;
    text-align: center;
    margin-bottom: 0;
}

.found-cnt p {
    font-size: 20px;
    color: #2C2E35;
    text-align: center;
}

.found-cnt {
    margin-top: 30px;
}

/*=== driven-area start ===*/

.driven-area {
    padding: 80px 0;
}

.driven-upper h4 {
    font-size: 32px;
    font-weight: 400;
    color: #2C2E35;
    text-align: center;
}

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

.driven-cnt p {
    font-size: 18px;
    font-weight: 400;
    color: #393C43;
}

/*=== timeline-area start ===*/

.timeline-area {
    background: linear-gradient(#F5951D, #FCA125, #F28900);
    padding: 80px 0;
    position: relative;
}

.triangle .trang-1 {
    max-width: 180px;
    position: absolute;
    top: 10px;
    left: 30px;
}

.triangle .trang-2 {
    max-width: 180px;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.timeline-upper h4 {
    font-size: 36px;
    font-weight: 400;
    color: #2C2E35;
    text-align: center;
}

.timeline-upper p {
    font-size: 18px;
    font-weight: 700;
    color: #2C2E35;
    text-align: center;
}

/* Timeline styling */

.timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
}

.timeline:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 2em;
    width: 0.25em;
    height: calc(85% + 6em);
    background: #FFF;
}

@media screen and (min-width: 45em) {
    .timeline:before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline__entry {
    position: relative;
    color: #2C2E35;
    margin: 20px 0;
}

.timeline__entry:after {
    content: "";
    display: table;
    clear: both;
}

.timeline__id {
    position: absolute;
    top: 1em;
    left: 2em;
    padding: 0.5em 1em;
    background: #00ADEF;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    border-radius: 10px;
}

.timeline__id strong {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin: auto;
}

@media screen and (min-width: 45em) {
    .timeline__id {
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline__content {
    position: relative;
    display: block;
    margin-left: 6em;
    padding: 30px;
    background: #FFF;
    border-radius: 15px;
}

@media screen and (min-width: 45em) {
    .timeline__content {
        margin-left: 0;
        width: calc(50% - 4em);
    }
}

.timeline__content:before {
    content: "";
    position: absolute;
    display: block;
    top: 50px;
    left: -1em;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-right: 1em solid #FFF;
}

@media screen and (min-width: 45em) {
    .timeline__content:before {
        left: auto;
        right: -1em;
        border-left: 1em solid #FFF;
        border-right: none;
    }
}

@media screen and (min-width: 45em) {
    .timeline__content--flipped {
        float: right;
    }
    .timeline__content--flipped:before {
        left: -1em;
        right: auto;
        border-left: none;
        border-right: 1em solid #FFF;
    }
}

.timeline__heading {
    margin-bottom: 0.25em;
    font-size: 1.2rem;
    color: #2C2E35;
    font-size: 25px;
    font-weight: 700;
}

.timeline__text {
    color: #2C2E35;
    font-size: 18px;
    font-weight: 600;
}

.timeline__text:last-child {
    margin-bottom: 0;
}

.section-title {
    padding-bottom: 2em;
    text-align: center;
    color: #ddd;
}

/*=== choose-area start ===*/

.choose-area {
    padding: 60px 0;
}

.choose-upper {
    margin-bottom: 30px;
}

.choose-item-1 h4,
.choose-item-2 h4,
.choose-item-3 h4,
.choose-item-4 h4,
.choose-item-5 h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2C2E35;
    text-align: center;
    margin-top: 30px;
}

.choose-item-1 p,
.choose-item-2 p,
.choose-item-3 p,
.choose-item-4 p,
.choose-item-5 p {
    font-size: 15px;
    font-weight: 600;
    color: #2C2E35;
    text-align: center;
}

.choose-item-1 img,
.choose-item-3 img {
    max-width: 130px;
    display: block;
    margin: 0 auto
}

.choose-item-2 img,
.choose-item-5 img {
    max-width: 170px;
    display: block;
    margin: 0 auto
}

.choose-item-4 img {
    max-width: 220px;
    display: block;
    margin: 0 auto
}

.choose-item-1,
.choose-item-5 {
    margin-top: 180px;
}

.choose-item-3 {
    margin-top: 250px;
}

.choose-item-1,
.choose-item-2,
.choose-item-3,
.choose-item-4,
.choose-item-5 {
    position: relative;
}

.choose-item-1::after,
.choose-item-3::after {
    content: "";
    display: block;
    position: absolute;
    width: 166px;
    height: 2px;
    border: 2px dashed #00ADEF;
    top: -27px;
    right: -92px;
    transform: rotate(135deg);
}

.choose-item-2::after {
    content: "";
    display: block;
    position: absolute;
    width: 179px;
    height: 2px;
    border: 2px dashed #00ADEF;
    bottom: 109px;
    right: -107px;
    transform: rotate(45deg);
}

.choose-item-4::after {
    content: "";
    display: block;
    position: absolute;
    width: 105px;
    height: 2px;
    border: 2px dashed #00ADEF;
    bottom: 152px;
    right: -71px;
    transform: rotate(45deg);
}

.choose-item-1 h2,
.choose-item-2 h2,
.choose-item-3 h2,
.choose-item-4 h2,
.choose-item-5 h2 {
    font-size: 46px;
    font-weight: 800;
    color: #444444;
    position: absolute;
    top: -10px;
    left: 50px;
}

/*=== service-area start ===*/

.service-area {
    padding: 70px 0 10px;
}

.service-upper h4 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

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

.service-item-1 img {
    width: 100%;
}

.service-item {
    border: 1px solid #ddd;
    padding: 15px 10px;
    text-align: center;
    /*! margin-top: 20px; */
    min-height: 170px;
}

.service-item img {
    max-width: 70px;
}

.service-item p {
    font-size: 14px;
    font-weight: 700;
    color: #2C2E35;
    text-align: center;
    margin-top: 20px;
}

.intelligence-part {
    background: #FFF;
    margin-top: 30px;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.int-item img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.int-cnt h4 {
    font-size: 30px;
    font-weight: 700;
    color: #53BFFD;
}

.int-cnt p {
    font-size: 20px;
    font-weight: 400;
    color: #2C2E35;
    margin-top: 15px;
    margin-bottom: 10px;
}
.indentright
{
    margin-left:20px;
    font-size:20px;
}

.int-cnt a:hover {
    opacity: .8;
}

.int-btn span {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #53BFFD;
    display: inline;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    cursor: pointer;
}

/*=== partners-area start ===*/

.partners-area {
    padding: 70px 0;
}

.main-content img {
    max-width: 260px;
    display: block;
    margin: 0 auto
}

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

/*===  testimonial-area start ===*/

.testimonial-area {
    padding: 40px 0 0;
}

.testimonial-part {
    background-image: url(images/test-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.test-sec {
    /*background: linear-gradient(121deg, #AAA 48%, rgba(83, 191, 253, .0) 20%); */
    z-index: 9999999999999 !important;
}

.test-upper h4 {
    font-size: 36px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

.test-upper {
    padding-bottom: 30px;
}

/*.test-left img {*/
/*    width: 100%;*/
/*}*/



.test-right h3 {
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
}

.test-right p {
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
}

/*=== contact-area start ===*/

.contact-area {
    background: #ECECED;
    padding: 60px 0 100px;
}

.contact-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #56585E;
}

.contact-left h4 {
    font-size: 22px;
    font-weight: 600;
    color: #56585E;
}

.contact-left p {
    font-size: 17px;
    font-weight: 500;
    color: #56585E;
}

.contact-left p i {
    font-size: 20px;
    color: #F5951D;
    margin-right: 8px;
}

.contact-left ul li {
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
}

.contact-left ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #56585E;
    display: inline-block;
    margin-bottom: 20px;
}

.contact-left {
    padding-right: 50px;
}

/*=== footer-area start ===*/

.footer-area {
    padding: 40px 0;
    background: #FFF;
    border: 1px solid #333;
    margin-bottom: 15px;
}

.social-icon ul li {
    display: inline-block;
    padding: 0 15px;
}

.social-icon ul li a {
    font-size: 30px;
    color: #00ADEF;
    display: inline-block;
}

/*-- carousel --*/

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    color: red;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

/*-- carousel-2 --*/

.main-content-2 {
    position: relative;
}

.main-content-2 .owl-theme .custom-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.main-content-2 .owl-theme .custom-nav .owl-prev,
.main-content-2 .owl-theme .custom-nav .owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content-2 .owl-theme .custom-nav .owl-prev i,
.main-content-2 .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    color: #FFF;
}

.main-content-2 .owl-theme .custom-nav .owl-prev {
    left: 15px;
    outline: none;
}

.main-content-2 .owl-theme .custom-nav .owl-next {
    right: 15px;
    outline: none;
}

.tabs {
    width: 100%;
}

.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-links li {
    list-style: none;
    width: 20%;
    padding: 10px;
}

.tab-links li:first-child {
    padding-left: 0;
}

.tab-links li:last-child {
    padding-right: 0;
}

.moretext {
    display: none;
 
}

.tab-links li.active .service-item {
    border: 1px solid #2C2E35;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}