/*====================================== reset.css is here ========================================*/

/* *{margin:0; padding:0; box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; }
*:after,*:before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;} */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}


q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: 0 none !important;
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure {
    display: block;
}

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

/**************************************************************************************/
/* a {color:#000; text-decoration:none; outline:0 none !important; }
a:hover, a:focus {color:#000;  text-decoration:none; outline:0 none !important;} */
/* h1 {font-size:24px;font-family: "Poppins", sans-serif;}
h2 {font-size:22px;font-family: "Poppins", sans-serif;}
h3 {font-size:18px;font-family: "Poppins", sans-serif;}
h4 {font-size:16px;font-family: "Poppins", sans-serif;}
h5 {font-size:14px;font-family: "Poppins", sans-serif;}
h6 {font-size:12px;font-family: "Poppins", sans-serif;} */
/*---------------------------------------------------*/
/* :root {
    --color-primary: #FFFFFF;
    --color-primary-rgb: 255,255,255;
    --color-secondary: #CF6679;
    --color-secondary-rgb: 207,102,121;
    --color-text: #E4E4E4;
    --color-text-rgb: 228,228,228;
    --color-accent: #501AC8;
    --color-accent-rgb: 80,26,200;
    --color-custom-1: #F2F8FF;
    --color-custom-1-rgb: 242,248,255;
    --color-custom-2: #FCF6F5;
    --color-custom-2-rgb: 252,246,245;
    --color-custom-3: #000000;
    --color-custom-3-rgb: 0,0,0;
    --color-custom-4: #000662;

    } */

/* html {} */
/* body {color:#5f6168; font-family: "Open Sans", sans-serif; font-size:16px;} */
.flt-lt {
    float: left;
}

.flt-rt {
    float: right;
}

/* Alignment css */
.txt_left {
    text-align: left;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_justify {
    text-align: justify;
}

.txt_nowrap {
    text-align: justify;
}

/*-----------LayOut Start here-----------------------*/
.wrapper {
    margin: 0 auto;
    padding: 63px 0 0;
    position: relative;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

/* .container									{max-width:1165px; margin:0 auto; padding: 0 30px;} */

/* h2{color: #ffffff;font-size: 40px;margin: 10px 0;} */
/* h2 span{color: #f68f3f;} */

/* .header{background: #fff !important;position: fixed;top: 0;left: 0;width: 100%;z-index: 99;box-shadow: 0 0 2px #ccc;display: inline-block;-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
.header .container{max-width:1780px;}
.navbar-brand img{width: 200px;} */

/* button{background-color: #f68f3f;color: #fff;justify-content: center;text-align: center;border-radius: 10px;align-items: center;padding: 10px 30px;border: 0;font-size: 14px;cursor: pointer;outline: none !important;}
button:hover{background-color: #d86812;color: #fff;} */
.btn2 {
    background-color: #f68f3f;
    color: #fff;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    align-items: center;
    padding: 10px 30px;
    border: 0;
    font-size: 14px;
}

.btn2:hover {
    background-color: #d86812;
    color: #fff;
}

/* .navbar{justify-content: space-between;} */
/* .nav-menu{display: inline-block !important;} */
/* .nav-menu ul{} */
.nav-menu ul li {
    padding: 0 20px;
}

.nav-menu ul li a {
    color: #5f6168;
    font-weight: 600;
}

.nav-menu ul li a:hover {
    color: #f68f3f;
}


.menu {
    float: right;
    margin: 13px 0 0;
    display: none;
    border: 1px solid #777;
    padding: 6px;
    border-radius: 4px;
}

#nav-icon {
    width: 26px;
    height: 20px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #7777;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 8px;
}

#nav-icon span:nth-child(3) {
    top: 16px;
}

.open #nav-icon span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open #nav-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.open #nav-icon span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.banner {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #000;
}

.video-section {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .container {
    max-width: 1780px;
}

.slider,
.slide {
    height: calc(100vh - 74px);
}

.slide {
    position: relative;
    transition: 1s;
}

.slide_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slide_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
}

/* .slide_img::before{content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgb(0 0 0 / 60%); z-index: 1;} */
.slide_content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 5%;
}

.slide_content_in {
    width: 730px;
}

.slide_content_left {
    left: 15%;
    transform: translate(-15%, -50%);
}

.slide_content_right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}

.slide_content {
    color: #FFF;
}

.slide_content h2 {
    font-size: 50px;
    margin: 10px 0;
}

.slide_content h2 span {
    color: #f68f3f;
}

.animated {
    transition: all .5s ease;
}

/* .top-title{ } */
.title {
    font-size: 3.5rem;
}

// Change animation presets
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
}


/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

.zoomInImage {
    animation-name: zoomInImage;
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

.zoomOutImage {
    animation-name: zoomOutImage;
    transition: 1s;
}


.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);

    &.prev-arrow {
        left: 3%;
        transform: scaleX(-1);
        z-index: 999;
    }

    &.next-arrow {
        left: auto;
        right: 3%;
    }

    i {
        display: block;
        position: absolute;
        margin: -10px 0 0 -10px;
        width: 20px;
        height: 20px;
        left: 50%;
        top: 50%;

        &:before,
        &:after {
            content: '';
            width: 10px;
            height: 2px;
            border-radius: 1px;
            position: absolute;
            left: 50%;
            top: 50%;
            background: var(--active);
            margin: -1px 0 0 -5px;
            display: block;
            transform-origin: 9px 50%;
        }

        &:before {
            transform: rotate(-40deg);
        }

        &:after {
            transform: rotate(40deg);
        }
    }

    &:before,
    &:after {
        content: '';
        display: block;
        position: absolute;
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
        border-radius: 50%;
        border: 2px solid var(--border);
    }

    svg {
        width: 44px;
        height: 44px;
        display: block;
        position: relative;
        z-index: 1;
        color: var(--active);
        stroke-width: 2px;
        stroke-dashoffset: 126;
        stroke-dasharray: 126 126 0;
        transform: rotate(0deg);
    }

    &.animate {
        svg {
            animation: stroke 1s ease forwards .3s;
        }

        i {
            animation: arrow 1.6s ease forwards;

            &:before {
                animation: arrowUp 1.6s ease forwards;
            }

            &:after {
                animation: arrowDown 1.6s ease forwards;
            }
        }
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes arrow {

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

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
}


.partnar-logos {
    background: #F2F4FF;
    padding: 80px 0 40px;
}

.partnar-logos ul {
    margin: 0;
}

.partnar-logos u li {
    padding: 0 20px;
    margin: 0;
    display: inline-block;
}

.process {
    display: block;
    margin: 0;
    padding: 60px 0;
    text-align: center;
}

.process ul {
    margin: 80px -10px;
    background: url(../images/process-border.png) no-repeat center 72px;
    display: inline-block;
}

.process ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: 20%;
    float: left;
}

.block {
    display: block;
    margin: 0;
    padding: 0;
}

.block figure {
    border: 1px solid #ccc;
    padding: 40px;
    border-radius: 100%;
    width: 166px;
    height: 166px;
    margin: 0 auto 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.block figure span {
    background: #f68f3f;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 20px;
    line-height: 30px;
    font-weight: 600;
}

.block h3 {
    font-size: 20px;
    font-weight: 500;
}

.block p {
    font-size: 14px;
}

.block img {
    width: 48px;
    position: relative;
}

.block figure::before {
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    background: #f2f4ff;
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 0;
}

.process ul li:nth-child(even) {
    margin-top: 30px;
}

/* .block img{width: ;} */
.title-block {
    display: block;
    margin: 0;
    padding: 0;
}

.title-block span {
    color: #f68f3f;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 18px;
}

.title-block span::before {
    content: '';
    display: inline-block;
    background: #f68f3f;
    height: 2px;
    width: 50px;
    margin: -10px 10px 3px 0;
}

.title-block span::after {
    content: '';
    display: inline-block;
    background: #f68f3f;
    height: 2px;
    width: 50px;
    margin: -10px 0 3px 10px;
}

.title-block h2 {
    color: #302F5B;
    font-weight: 500;
    font-size: 1.2rem;
}

.title-block h3 {
    color: #302F5B;
    font-weight: 500;
}

.title-block h4 {
    color: #302F5B;
    font-weight: 500;
    font-size: 30px;
    margin: 0;
}

.title-block p {
    color: #5f6168;
}

.features {
    display: block;
    margin: 0;
    padding: 60px 0;
    background: #f2f4ff;
}

.features ul {
    display: block;
    margin: 0;
    padding: 0;
}

.features ul li {
    display: inline-block;
    margin: 0;
    padding: 10px 10px;
    float: left;
    width: 50%;
}

.block1 {
    z-index: 1;
    position: relative;
    display: block;
    margin: 0;
    padding: 40px 20px;
    box-shadow: 0 12px 32px 0 rgba(25, 41, 66, 0.07);
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
}

.block1 i {
    color: #f68f3f;
    font-size: 30px;
    margin: 0 0 20px;
}

.block1 h3 {
    color: #302F5B;
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
}

.block1 p {
    color: #5f6168;
}

ul.list-block {
    margin: 0;
    display: inline-block;
    padding: 0;
}

ul.list-block li {
    padding: 5px 0;
    display: inline-block;
    width: 50%;
    float: left;
}

ul.list-block i {
    margin: 0 5px 0 0;
    display: inline-block;
    color: #f68f3f;
}

ul.list-block2 {
    margin: 0px 0 0px;
    display: inline-block;
    padding: 0;
}

ul.list-block2 h3 {
    color: #000;
    font-size: 18px;
}

ul.list-block2 li {
    padding: 5px 5px;
    display: block;
    float: left;
    width: 50%;
    font-size: 14px;
}

ul.list-block2 li h3 {
    font-size: 14px;
    color: #d86812;
}

ul.list-block2 i {
    margin: 0 5px 0 0;
    display: inline-block;
    color: #f68f3f;
}

.features .title-block {
    margin: 0 0 -32px 0;
}


.features .tab-content .title-block {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
    display: block;
}

.video {
    overflow: hidden;
}

.features .video-section2 {
    position: relative;
    width: 250%;
    height: 100%;
    object-fit: cover;
    margin: -2px 0 0 -147%;
}

.features .video-section3 {
    position: relative;
    width: 231%;
    height: 115%;
    object-fit: fill;
    margin: -62px 0 0 -130%;
}

.features .tab-content {
    width: 100%;
    padding: 20px 20px;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    background: #fff;
}

.features .nav {
    float: right;
    margin: 0px 40px -1px 0;
    border: 1px solid #dee2e6;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-bottom: 0;
    background: #fff;
    transform: skewX(-40deg);
}

.features .nav li.nav-item {
    width: auto !important;
    padding: 0;
    transform: skewX(4deg);
    /* background: #dee2e6; */
    border-right: 1px solid #ccc;
}

.features .nav-link {
    margin: 0;
    outline: none !important;
    font-weight: 600;
    border-radius: 0 !important;
    background: none !important;
    color: #fe5d00;
    border: 0;
    position: relative;
    transform: skewX(38deg);
}

.features .nav li.nav-item:has(.nav-link.active) {
    background: #fe5d00;
}

.features .nav-link.active {
    color: #fff !important;
}

.features .nav li.nav-item:nth-last-child(1) .nav-link::after {
    display: none;
}

.features .tab-pane .row {
    margin: 0;
}

.block1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotate(0deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    transform: rotate(0deg);
    /* opacity: 0; */
}

.block1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f68f3f;
    transform: rotate(0deg);
    z-index: -1;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    transform: rotate(0deg);
    opacity: 0;
}

.block1:hover::before {
    transform: rotate(12deg);
    opacity: 1;
}

.services {
    display: block;
    margin: 0;
    padding: 60px 0;
    text-align: center;
}

.services h3 {
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 10px 14px;
    /* padding-left: 14px; */
    margin-left: -14px;
    margin-bottom: 14px;
}

.services-tabs {
    box-shadow: 0 12px 32px 0 rgb(25 41 66 / 10%);
    padding: 40px 20px;
    margin: 20px 0 0 0;
    border: 1px solid rgb(25 41 66 / 5%);
}

.services .tab-content {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 14px;
}

.services .title-block span {
    font-size: 24px;
}

/* .left-top{border-right: 1px solid rgba(0, 0, 0, 0.1);} */
.left-top .nav-link {
    color: #5f6168;
    font-size: 16px;
    font-weight: 600;
    background: none;
    outline: none;
}

.left-top .nav-link i {
    margin: 0 10px 0 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: none !important;
    color: #f68f3f;
}

.testimonial {
    padding: 60px 0;
    display: block;
    margin: 0;
}

.testimonial ul {
    margin: 0;
    padding: 0;
}

.testimonial ul li {
    width: 33.3%;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 10px;
}

.testimonial .slick-list {
    padding: 0 100px 0 0px !important;
}


.testimonial .title-block {
    text-align: center;
}

.testimonial .row .title-block {
    text-align: left;
}

.testimonial .title-block img {
    margin: 0 0 10px;
    width: 176px;
}

.testimonial .title-block h2 {
    font-size: 26px;
}

.testimonial .title-block h3 {
    font-size: 22px;
}

.testimonial .title-block h3 small {
    color: #d86812;
}

.block2 {
    display: block;
    margin: 0;
    padding: 30px 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 16px 0 rgba(25, 41, 66, 0.07);
}

.block2 figure {
    display: flex;
    align-items: center;
}

.block2 figure img {
    width: 68px;
    height: 68px;
    margin: 0 10px 0 0;
}

.block2 h3 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 10px;
}

.block2 h4 {
    color: #000;
    font-weight: 400;
    text-align: right;
    margin: 20px 0 0;
}

.block2 p {
    margin: 0;
    font-size: 14px;
}

.rating-block {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}

.rating {}

.rating i {
    color: #f68f3f;
}

.fa-quote-right {
    font-size: 50px;
    opacity: 0.1;
}

.container2 {
    width: 79%;
    float: right;
    overflow: hidden;
}

.portfolio {
    padding: 60px 0;
    background: #F2F4FF;
}

.portfolio ul {
    margin: 40px -10px 0;
    padding: 0;
}

.portfolio ul li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: 25%;
    float: left;
}

.portfolio ul li img {
    border-radius: 4px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.portfolio ul li a {
    position: relative;
    display: block;
}

.portfolio ul li a:hover::after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f68f3f;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

/* .footer{display: block; margin: 0; padding: 60px 0; background: #F2F4FF;} */
/* .footer img{width: 200px; height: auto; margin: 0 0 20px 0;}
.footer p{font-size: 14px;}
.footer h3{font-size: 18px; font-weight: 500; color: #000; margin: 0 0 20px; border-bottom: 2px solid #f68f3f; display: table; padding: 0 0 5px;}
.footer ul{margin: 0; padding: 0;}
.footer ul li{display: inline-block; margin: 0; padding: 5px 0; float: left; width: 50%;}
.footer a{display: inline-block; margin: 0; padding: 0; color: #5f6168;}
.footer a i{margin: 0 0 0 10px;}
.footer a:hover{color: #f68f3f;} */
.center-block {
    align-items: center;
}

.mobile {
    display: none;
}

/* -------Don't Remove this---------------*/
input,
textarea,
button,
select {
    -webkit-appearance: none;
    /*Safari/Chrome*/
    -moz-appearance: none;
    /*Firefox*/
    -ms-appearance: none;
    /*IE*/
    -o-appearance: none;
    /*Opera*/
    appearance: none;
}