@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,700;1,500&display=swap');
@font-face {
    font-family: nebula;
    src: url("../images/fonts/Nebula-Regular.otf");
}

body {
    font-family: 'Poppins', sans-serif;
}

html {
    overflow: auto;
}

.contact-us .contact-us-inner-right form button body {
    overflow: hidden;
}


/* commn-style */

p {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.head h1,
.head-title {
    font-family: nebula;
}

.head h1 {
    font-size: 74px;
    font-weight: 400;
    color: #000;
}

.head_common h1 {
    font-family: nebula;
    font-size: 50px;
    text-transform: uppercase;
    padding-right: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    word-wrap: break-word;
}

.overlay {
    position: absolute;
    /* Sit on top of the page content */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 23%);
    /* Black background with opacity */
    /*  z-index: 2; */
    cursor: pointer;
    /* Add a pointer on hover */
}


/* ------------navbar------------ */

.logoChange .logo-svg {
    filter: brightness(0) invert(1);
}

.logoChange .header-nav-toggle {
    color: #fff;
}

header {
    left: 0;
    padding: 1em 0;
    position: fixed;
    right: 0;
    z-index: 500;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.header-nav-toggle {
    font-size: 25px;
    color: #000;
}

#header-main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.99);
    z-index: 1002;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    overflow-y: scroll;
    overflow-x: hidden;
}

#header-main-nav .colorlib-table {
    display: table;
    width: 100%;
    height: 100%!important;
}

#header-main-nav .colorlib-table .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}

#header-main-nav .colorlib-table .img:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
}

#header-main-nav .colorlib-table .colorlib-table-cell {
    display: table-cell;
    vertical-align: top;
}

#header-main-nav .header-nav-toggle {
    position: absolute;
    top: 40px;
    right: 0px;
    padding: 20px;
    height: 44px;
    width: 44px;
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    #header-main-nav .header-nav-toggle {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

#header-main-nav .header-nav-toggle.show {
    visibility: visible;
    opacity: 1;
    color: #fff;
}

.menu-show #header-main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#header-main-nav ul {
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#header-main-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#header-main-nav ul li a {
    display: block;
    color: white;
    padding: 5px 0;
    text-decoration: none;
}

#header-main-nav ul li a span {
    color: white;
    position: relative;
    padding: 0 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

#header-main-nav ul li a:hover span {
    color: #F5ED43;
}

#header-main-nav ul li a span small {
    position: absolute;
    bottom: 7px;
    left: -30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#header-main-nav ul li a:hover,
#header-main-nav ul li a:active,
#header-main-nav ul li a:focus {
    outline: none;
    text-decoration: none;
}

#header-main-nav ul li a:hover span:before,
#header-main-nav ul li a:active span:before,
#header-main-nav ul li a:focus span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#header-main-nav ul li.active a span {
    color: #F5ED43;
}

#header-main-nav ul li.active a span:before {
    background: #fec771;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

.locations {
    padding: 50px;
    text-align: left;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.locations h3 {
    font-weight: 500;
    margin-bottom: 25px;
}

.locations p {
    font-weight: 300;
}

.locations p,
.locations h3 {
    color: #040404;
    font-size: 22px;
}

.d-large-only span img {
    width: 80px;
    position: relative;
    bottom: 25px;
}

.d-small-only span img {
    width: 80px;
}

.d-slider-only img {
    width: 80px;
}

.google_partner img {
    width: 80px;
}


/* header....banner */

.caption-box {
    display: flex;
    align-items: center;
    padding-left: 60px;
}

.carousel-item img,
.banner-caption .caption-small,
.banner-caption h1,
.banner-caption p {
    color: #4A4A4A;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
}

.banner-caption h1 {
    font-weight: 400;
    font-size: 58px;
    font-family: nebula;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -ms-animation-name: slideInRight;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 15px;
}

.banner-caption h1:nth-child(3) {
    margin-top: 0;
}

.banner-caption h1:nth-child(4) {
    margin-top: 0;
}

.banner-caption h1:after {
    content: "";
    background: #F5ED43;
    height: 15px;
    width: 100%;
    position: absolute;
    left: -5px;
    bottom: 10px;
    z-index: -1;
}

.banner-caption .caption-small {
    font-size: 28px;
    font-weight: 300;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    margin-bottom: 0;
}

.banner-caption p {
    font-size: 18px;
    padding-top: 30px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
}

.carousel-item img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-indicators {
    display: none;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow-x: hidden;
    overflow: hidden;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
    color: #F5ED43;
    font-size: 25px;
}

.inner-container {
    position: relative;
}

.social-menu {
    display: inline-flex;
    position: absolute;
    right: 7%;
    bottom: 10%;
    z-index: 10;
}

.social-menu a {
    color: #4A4A4A;
    text-decoration: none;
}

.social-menu li {
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 50%;
    border: 2px solid #F5ED43;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    margin-left: 12px;
}

.social-menu li:hover {
    background: #000;
    color: #fff;
}

.home-slide::before {
    position: absolute;
    content: "";
    right: 14rem;
    background: url(../images/team_line3.svg);
    width: 400px;
    transform: translateY(-50%);
    top: -5rem;
    height: 100px;
    background-size: 400px 130px;
    transform: rotate(90deg);
    display: none;
}

.banner_line-hd-1 {
    position: absolute;
    top: 6em;
    left: -90px;
    right: 0;
    height: 160px;
    max-height: 160px;
    width: 100%;
    overflow-y: hidden;
    z-index: -1;
    max-width: 290px;
    display: none;
}

.banner_line-hd-1 svg {
    width: 170px;
}

.banner_line-hd-1 img {
    width: 12%;
    position: absolute;
    left: -10px;
    /*width: 50%;
    position: absolute;
    left: -20%;
    top: -92%;*/
}

.banner_line-hd-2 {
    position: absolute;
    top: 18em;
    right: -3rem;
    /* height: 190px; */
    /* max-height: 190px; */
    /* width: 100%; */
    overflow-y: hidden;
    /* z-index: -1; */
    /* max-width: 285px;*/
    display: none;
}

.banner_line-hd-2 svg {
    width: 185px;
}


/* -----------------------------banner lines----------------------------- */

.home-slide,
.home-slide .home-slider {
    position: relative;
    /*    height: 100vh;*/
}


/*.home-slide::after {
    content: "";
    background: url(../images/banner_line3.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    height: 160px;
    width: 150px;
    z-index: 100;
    top: 50%;
    transform: translate(0%, -50%);
}*/

.home-slide .home-slider::before {
    content: "";
    background: url(../images/banner_line4.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -10%;
    height: 75px;
    width: 165px;
    bottom: 130px;
}

.banner_line1 {
    position: absolute;
    top: 0%;
    height: 30%;
    width: 20%;
}

.banner_line1 img {
    width: 200px;
    stroke-dasharray: 100;
    animation: dash 5s linear;
}

.banner_line1 .path {
    stroke-dasharray: 10;
    stroke-dashoffset: 100;
    animation: flow 3s linear infinite;
    /*        animation: londing3 2s linear 0s infinite;  */
}

.scroll_down {
    position: absolute;
    top: 44%;
    left: 85px;
    transform: rotate(90deg);
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    color: #000000;
    opacity: 60%;
}

.scoll_inn {
    position: relative;
    display: flex;
}

.c-scrolldown {
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: -20px;
    left: 115px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    transform: rotate(-90deg);
    display: inline-block;
}

.c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, black 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
    0% {
        background-position: 0 -60px;
    }
    75% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 60px;
    }
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 200;
}


/* ---------keyFrames slider-------- */

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}


/* -----------------------------------about-video------------------------- */

.plyr--video {
    height: 100%;
}

.plyr--video .plyr__controls {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.plyr--video:hover .plyr__controls {
    opacity: 1;
}

.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none;
}

.plyr__control--overlaid {
    background: transparent;
    /* border: 5px solid #fff; */
    width: 100px!important;
    height: 100px;
}

.plyr__control--overlaid:hover {
    background: #426C89!important;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plyr__control .plyr__control--overlaid {
    width: 100px;
    height: 100px;
}

.plyr__control--overlaid::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #426C89;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.plyr__control--overlaid::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 95px;
    height: 95px;
    background: #426C89;
    border-radius: 50%;
    transition: all 200ms;
    border: solid 4px #fff;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.plyr__control--overlaid svg {
    z-index: 5;
}

.banner_line5 {
    position: absolute;
    top: -194px;
    left: 0;
    right: 0;
    height: 350px;
    max-height: 350px;
    width: 100%;
    overflow-y: hidden;
    z-index: -1;
}

.banner_line5 img {
    width: 6%;
    position: absolute;
    left: 7px;
}

.about-us {
    position: relative;
}

.about-us h1 {
    font-size: 50px;
}

.abt_line1 {
    top: 25px;
    left: auto;
    right: 195px;
    height: 350px;
    max-height: 350px;
}

.about_content h2 {
    font-size: 30px;
}

.wd_1 {
    width: 77%;
    float: left;
}

.wd_2 {
    width: 23%;
    float: left;
}

.about_content {
    float: right;
}


/* -------about video end--------- */

.head-title {
    font-size: 50px;
    color: #000;
    font-weight: 400;
}

.services {
    padding: 20px;
    position: relative;
}


/* .services .inner-box {
    background: url(../images/dot-line.svg) no-repeat;
} */

.list-service {
    position: relative;
}


/* .list-service .outer-bg  {
    position: absolute;
    top: 14px;
    width: 85%;
    right: 47px;
} */

.our-services {
    background: url(../images/line-square-1.svg) no-repeat;
    background-size: cover;
}

.our-services h1 {
    font-size: 50px;
}

.services .service-info {
    background: #f5ed43;
    padding: 20px;
    clip-path: polygon(0% 28%, 100% 0%, 88% 100%, 10% 100%);
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    cursor: pointer;
}

.service-wrapper .services .inner-box a {
    text-decoration: none;
    color: #000;
}

.services .inner-box {
    position: relative;
}

.services .bg-overlay-box:hover .service-info {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.services .step-count {
    padding: 15px;
    display: flex;
    align-items: flex-end;
}

.services .service-box {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 10px;
}

.bg-overlay-box {
    height: auto;
    position: relative;
    background: transparent;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.bg-overlay-box:hover::before {
    transform: rotate3d(1, 1, 1, 360deg);
    right: 38px;
    top: -14px;
}

.bg-overlay-box::after {
    content: "";
    background: #111;
    position: absolute;
    height: 2px;
    width: 75%;
    right: 37px;
    bottom: 12px;
}

.bg-overlay-box::before {
    content: "";
    background: #111;
    position: absolute;
    height: 100%;
    right: 52px;
    bottom: 12px;
    transform: rotate3d(1, 1, 1, 348deg);
    top: -11px;
    width: 2px;
    z-index: 1;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.bg-overlay-box .top-dot {
    border-top: 5px dotted #111;
    transform: rotate3d(1, 1, 1, 345deg);
    width: 85%;
    position: absolute;
    top: 21px;
    right: 61px;
    z-index: 1;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.bg-overlay-box:hover .top-dot {
    transform: rotate3d(1, 1, 1, 360deg);
    top: -14px;
    right: 42px;
    width: 90%;
}

.bg-overlay-box .top-dot:before {
    content: "";
    background: url(../images/dot-border.svg) no-repeat top;
    position: absolute;
    top: 2px;
    left: -19px;
    width: 30px;
    height: 73px;
    transform: rotate3d(1, 1, 1, 12deg);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.bg-overlay-box:hover .top-dot::before {
    transform: rotate3d(1, 1, 1, 1deg);
    top: 4px;
    left: -14px;
}

.services .service-box h4 {
    font-weight: 600;
}

.services .step-count h1 {
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1.3px;
    -webkit-text-stroke-color: black;
    font-family: 'Kanit', sans-serif;
    line-height: 50px;
    font-weight: 700;
}

.sub-category .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
}

.sub-category .c-list {
    align-items: center;
}

.drag-item {
    padding: 15px;
}

.drag-item h2 {
    font-weight: 600;
    margin-bottom: 0;
}

.drag-item a {
    color: #111;
    text-decoration: none;
    display: flex;
}

.drag-item svg {
    font-size: 35px;
}


/* trustedby new added  */

section.trusted_section {
    position: relative;
    padding: 0 80px;
    float: left;
    width: 100%;
    /*    background: url(../img/team_bg.svg);*/
    background: url(../img/ser_bg.svg);
    background-position: top;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: 95%;
}

.trusted_logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 22% 22% 22% 22%;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
    row-gap: 50px;
    padding: 35px 0 0 0;
}

.trustedlogos {
    padding: 35px 0 0 0;
    float: left;
    width: 100%;
}

.trustedlogos .owl-logos {
    margin-bottom: 35px;
}

.trustedlogos .owl-logos .item,
.trusted_logos .owl-logos {
    width: 100%;
    float: left;
    border: 1.5px solid #707070;
}

.trustedlogos span,
.trusted_logos span {
    /*    border: 1.5px solid #707070;*/
    padding: 0px 0px;
    display: grid;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    /*    box-shadow: 0px 1px 2px rgba(13, 18, 30, 0.08);*/
    /*    background: #f5f9ff;*/
    background: #ffffff;
    position: relative;
    transition: .3s;
}

.trustedlogos span img,
.trusted_logos span img {
    max-width: 230px;
}

.trust_line {
    bottom: -73px;
    right: -60px;
    z-index: -1;
}

.trustedlogos span::after,
.trusted_logos span::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.trustedlogos span:hover::after,
.trusted_logos span:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.trustedlogos .owl-logos:hover,
.trusted_logos .owl-logos:hover {
    /*box-shadow: 2px 2px 5px 0px rgb(151 152 180 / 60%);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);*/
}

.t_line1 {
    left: 0;
    bottom: -125px;
    width: 200px;
}

.line_common {
    position: absolute;
    overflow-y: hidden;
}

.trust_line {
    bottom: -73px;
    right: -60px;
    z-index: -1;
}

.trustedlogos .owl-logos .owl-dots {
    display: none;
}


/*----------------------section our team start----------------------*/

.our-team {
    background: url(../images/team-line-square-1.svg) no-repeat;
    background-size: cover;
    /*     float: left;*/
    overflow: hidden;
    width: 100%;
}

.our-team .pic {}

.our-team .team-member {
    display: flex;
    margin: auto;
    align-items: center;
}

.our-team .description {
    background: #F5ED43;
    width: 37%;
}

.our-team button {
    color: #111;
    padding: 1rem 3rem;
    font-size: 19px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
    background: #f5f9ff;
    position: relative;
}

.our-team .team-member .description h1 {
    font-size: 27px;
    font-style: normal;
    margin-bottom: 10px;
    /*font-weight: 400;*/
}

.our-team .team-member .description h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    /*font-weight: 400;*/
}

.our-team .head h1 {
    font-family: nebula;
    font-size: 50px;
}

.our-team .team-member .description a {
    font-size: 14px;
    font-weight: 400;
}

.our-team::before {
    position: absolute;
    content: "";
    right: 8rem;
    background: url(../images/team_line1.svg);
    width: 400px;
    top: 25%;
    transform: translateY(-50%);
    bottom: 0;
    height: 90px;
    background-size: 400px 90px;
}

.team-member.second::before {
    position: absolute;
    content: "";
    left: -23rem;
    background: url(../images/team_line3.svg);
    width: 400px;
    transform: translateY(-50%);
    bottom: 10rem;
    height: 125px;
    background-size: 400px 160px;
}

.team-member.first::after {
    position: absolute;
    content: "";
    right: -15rem;
    background: url(../images/team_line2.svg);
    width: 400px;
    transform: translateY(-50%);
    bottom: 10%;
    height: 75px;
    background-size: 400px 75px;
}

.animate-border-2::before,
.animate-border-2::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 0;
    height: 2px;
    transition: width 0.0375s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.animate-border-2::before {
    top: 0;
    left: 0;
}

.animate-border-2::after {
    right: 0;
    bottom: 0;
    left: auto;
}

.animate-border-2 .services-border-2::before {
    top: 0;
    left: 0;
}

.animate-border-2 .services-border-2::before,
.animate-border-2 .services-border-2::after {
    content: "";
    position: absolute;
    background-color: #000;
    height: 0;
    width: 2px;
    transition: height 0.0375s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.animate-border-2 .services-border-2::after {
    top: auto;
    bottom: 0;
    right: 0;
}

.view_button a {
    text-transform: capitalize;
    text-decoration: none;
    color: #111;
    border: 1px solid #111;
    padding: 1.5rem 3rem;
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
    background: #f5f9ff;
    position: relative;
}

.animate-border-2:hover::after,
.animate-border-2:hover::before {
    width: 100%;
}

.animate-border-2:hover .services-border-2::after,
.animate-border-2:hover .services-border-2::before {
    height: 100%;
}

.view_button button:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.3s;
    box-shadow: 0px 30px 30px rgba(13, 18, 30, 0.08);
}

section.ourtrusted {
    padding: 0 15px;
    background: url(../images/team-line-square-1.svg) no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
}


/*----------------------section our team end----------------------*/


/*---------------------section we are hiring start----------------------*/

.hiring-button {
    bottom: 18%;
    right: 6%;
    position: absolute;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    outline: none;
}

.hiring-button:active {
    border: none;
}

.hiring-button img:focus-visible {
    outline: none;
}

.hiring-wrapper button:focus {
    border: none;
    outline: none;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.hiring {
    /* display: flex; */
    background-color: #F5ED43;
    /*   float: left;*/
    width: 100%;
    overflow: hidden;
}

.hiring-bg-central {
    width: 100%;
}

.hiring-wrapper {
    position: relative;
    z-index: 9;
}

.hiring .hiring-wrapper::after {
    position: absolute;
    content: "";
    right: 0%;
    background: url(../images/hiring_line4.svg);
    width: 280px;
    bottom: -5.7rem;
    height: 100px;
    background-size: 280px 100px;
    z-index: 1;
}

.hiring .hiring-wrapper::before {
    position: absolute;
    content: "";
    left: 10%;
    background: url(../images/hiring_line3.svg);
    width: 225px;
    bottom: -8.8rem;
    height: 150px;
    background-size: 225px 150px;
    z-index: 1;
}

.hiring::before {
    position: absolute;
    content: "";
    right: 0rem;
    background: url(../images/hiring_line1.svg);
    width: 400px;
    top: -6%;
    transform: translateY(-50%);
    bottom: 0;
    height: 75px;
    background-size: 400px 75px;
    z-index: ;
}

.hiring::after {
    position: absolute;
    content: "";
    left: 27%;
    background: url(../images/hiring_line2.svg);
    width: 100px;
    top: -20%;
    transform: translateY(-50%);
    bottom: 0;
    height: 250px;
    background-size: 100px 290px;
    z-index: ;
}


/*---------------------section we are hiring end----------------------*/


/*---------------------section contact start----------------------*/

.contact-us .contact-us-inner-left h1 {
    font-family: nebula;
    font-size: 50px;
}

.contact-us .contact-us-inner-right form {
    background: #F5F5F5;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    filter: drop-shadow(-11px 11px 20px rgba(0, 0, 0, 0.16));
}

.contact-us .contact-us-inner-right form input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    padding: 0.375rem 0rem;
    color: #000;
}

.contact-us .contact-us-inner-right form input:focus {
    border: none !important;
    border-bottom: 1px solid #707070 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.contact-us .contact-us-inner-right form button {
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    background: #F5ED43;
    border: 1px solid #f6ed43;
    padding: 10px 30px;
}

.contact-us .contact-us-inner-right form button:hover {
    transition: all 0.4s ease-out 0s;
    color: #f6ed43;
    background: #111;
    border-color: #111;
}

.contact-us-inner-left h6 {
    text-align: center;
    font-size: 20px;
    margin: 0;
}

.contact-us-inner-left span {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    padding: 0 0 25px 0;
}

.contact-us::after {
    position: absolute;
    content: "";
    right: -10%;
    background: url(../images/contact_line3.svg);
    width: 250px;
    bottom: -6.5rem;
    height: 100px;
    background-size: 250px 100px;
    z-index: 1;
    display: none;
}

.contact-us::before {
    position: absolute;
    content: "";
    left: -12%;
    transform: translateY(-0%);
    background: url(../images/contact_line2.svg);
    width: 100px;
    bottom: -7rem;
    height: 200px;
    background-size: 100px 200px;
    z-index: 1;
    display: none;
}

.contact-us-inner-right::before {
    position: absolute;
    content: "";
    left: -13%;
    top: 58%;
    transform: translateY(-15%);
    background: url(../images/contact_line1.svg);
    width: 125px;
    bottom: -5.5rem;
    height: 200px;
    background-size: 380px 200px;
    z-index: -1;
}


/*---------------------section contact end----------------------*/


/*---------------------section blogs start----------------------*/

.blogs {
    padding: 0 80px 80px 80px;
}

.blogs ul {
    column-gap: 20px;
    align-items: center;
}

.blogs ul li {
    list-style: none;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.blogs .head-line {
    padding: 50px 170px 0 240px;
    font-family: nebula;
    font-size: 50px;
}

.blogs p {
    font-size: 16px;
    font-weight: 200;
    line-height: normal;
}

.blogs h4 a {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    color: #000;
}

.blogs h1 a {
    color: #1492E6;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
}

.blogs .down {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    padding: 2rem 0 0 0;
    position: relative;
}

.blogs .down.row-cols-md-3>* {
    width: 100%;
}

.blogs .up .left img {
    border: 3px solid #F5ED43;
    border-radius: 25px;
    z-index: 9;
    position: relative;
}

.blogs .up .left {
    text-align: right;
}

.blogs .up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    position: relative;
    align-items: center;
}

.blogs::after {
    position: absolute;
    content: "";
    left: 50%;
    background: url(../images/blog_second_line3.svg);
    width: 220px;
    bottom: 0rem;
    height: 130px;
    background-size: 220px 130px;
    z-index: 1;
    transform: translateX(10%);
}

.blogs::before {
    position: absolute;
    content: "";
    left: -4%;
    background: url(../images/blog_second_line2.svg);
    width: 135px;
    bottom: 0rem;
    height: 100px;
    background-size: 135px 100px;
    z-index: 1;
}

.blogs .down::before {
    position: absolute;
    content: "";
    left: -3%;
    background: url(../images/blog_second_line1.svg);
    width: 180px;
    top: 7%;
    height: 200px;
    background-size: 180px 200px;
}

.blogs .up::before {
    position: absolute;
    content: "";
    left: 48%;
    background: url(../images/blog_first_line1.svg);
    width: 280px;
    bottom: -3rem;
    height: 200px;
    background-size: 280px 200px;
    z-index: 1;
    transform: translateX(-50%);
    display: none;
}

.blogs .up .right::after {
    position: absolute;
    content: "";
    right: -30%;
    background: url(../images/blog_first_line2.svg);
    width: 210px;
    bottom: -2rem;
    height: 100px;
    background-size: 210px 100px;
    z-index: 1;
}

.blogs .up .right {
    display: flex;
    align-items: center;
}

.blogs .up .right .inner {
    padding: 0 5rem 0 0;
}


/*---------------------section blogs end----------------------*/


/*---------------------section footer start----------------------*/

footer {
    background: #000000;
    color: #ffffff;
    float: left;
    width: 100%;
    border-top: 2px solid #fff;
}

footer .footer-main {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.ftr-left {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}

.ftr-right {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.ftr-left h2 {
    font-size: 60px;
    padding: 3.5rem 0 0 0;
}

.ftr-right a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    border: 2px solid #fff;
    padding: 30px 50px;
    border-top: none;
    border-right: none;
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.ftr-address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 0 80px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.ftr-add {
    font-weight: 200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 34px;
    border-right: 2px solid #fff;
}

.ftr-add p {
    margin-bottom: 0px;
}

.ftr-add p span {
    font-size: 14px;
}

.ftr-add span {
    font-size: 12px;
}

.ftr-add .call_ftr a,
.ftr-add .mail_ftr a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: .3s;
}

.ftr-add .call_ftr .fa,
.ftr-add .mail_ftr .fa {
    font-size: 14px;
}

.ftr-add .call_ftr a:hover,
.ftr-add .mail_ftr a:hover {
    transition: .3s;
    color: #F5ED43;
}

.footer-last {
    position: relative;
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1fr;
    background: #000000;
}

.ftr-last-inner {
    position: relative;
    float: left;
    padding: 0 80px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ftr-last-inner>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
    justify-content: center;
}

.ftr-last-inner>div a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
    padding: 0 0 10px 0;
    transition: all 0.6s ease;
}

.ftr-last-last>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 5px;
    justify-content: center;
}

.ftr-last-last>div p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 13px;
    padding: 0 0 10px 0;
}

.ftr-last-last>div a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
    padding: 0 0 10px 0;
    transition: all 0.6s ease;
    display: none;
}

.ftr_head {
    padding: 0 0 0 110px;
}

.ftr-right a:hover {
    color: #000;
}

.ftr-right a:nth-child(1)::before {
    background-color: #f6ed43;
    /*background-color: #3b5998;*/
}

.ftr-right a:nth-child(3)::before {
    background-color: #f6ed43;
    /*background-color: #0072b1;*/
}

.ftr-right a:nth-child(4)::before {
    background-color: #f6ed43;
    /*background-color: #1D9BF0;*/
}


/*.ftr-right a:nth-child(5)::before {*/


/*    background-color: #00acee;*/


/*}*/

.ftr-right a:nth-child(2)::before {
    background-color: #f6ed43;
    /*background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), */
    /*radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),*/
    /*radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),*/
    /*radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), */
    /*radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), */
    /*radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), */
    /*radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), */
    /*linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);*/
}

.ftr-right a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform: translateY(100%);
    transition: all 0.6s ease;
}

.ftr-right a:hover:before {
    transition: all 0.5s ease;
    color: #9ebaff;
    text-shadow: -1px -1px #9ebaff;
    transform: translateY(0);
    z-index: -1;
}

.ftr-last-inner>div>img {
    filter: brightness(0) invert(1);
    height: 50px;
}


/*---------------------section footer end----------------------*/


/*----terms & conditions == privacy policy start ----*/


/* -------------mediaquery----------- */

@media(min-width:1951px) and (max-width:2700px) {
    .head_common {
        left: 25% !important;
    }
}

@media(min-width:1600px) and (max-width:1950px) {
    .head_common {
        left: 16% !important;
    }
}

@media(min-width:1500px) and (max-width:1600px) {
    .head_common {
        left: 7% !important;
    }
}

@media(max-width:1500px) {
    .scroll_down {
        display: none;
    }
}

@media(max-width:1199px) {
    .banner-caption {
        padding-top: 7rem;
        overflow: hidden !important;
    }
}

@media(max-width:991px) {
    .flex-reverse-mbl {
        flex-direction: column-reverse;
    }
    .head_common h1 {
        font-size: 30px;
    }
    /*#header-main-nav .header-nav-toggle.show {
        color: rgb(0 0 0);
    }*/
}

@media(min-width:576px) {
    #header-main-nav .header-nav-toggle {
        right: 40px;
    }
}

@media(min-width:769px) {
    .ftr_ a span {
        display: none;
    }
    .d-small-only {
        display: none;
    }
}

@media(min-width:992px) {
    .service-wrapper {
        position: relative;
        background: url(../images/round-bg.svg) no-repeat;
        background-size: cover;
        background-size: contain;
    }
    .services .step-count h1 {
        font-size: 90px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 8%;
    }
    .home-slide video#banner_video {
        position: relative !important;
        right: -4px;
    }
    .d-large-only span img {
        display: none;
    }
}

@media(min-width:1025px) {
    .services .step-count h1 {
        font-size: 120px;
    }
}

@media(min-width:1201px) {
    .banner_line5 img,
    .home-slide .home-slider::before {
        display: none;
    }
}

@media(min-width:1201px) and (max-width:1400px) {
    .banner_line-hd-1 {
        display: none;
    }
    .bg-overlay-box .top-dot {
        transform: rotate3d(1, 1, 1, 338deg);
    }
}

@media only screen and (min-device-width: 1181px) and (max-device-width: 1199px) {
    .bg-overlay-box::before {
        right: 0px;
    }
    .bg-overlay-box::after {
        width: 85%;
        right: -20px;
    }
    .bg-overlay-box .top-dot {
        transform: rotate3d(1, 1, 1, 333deg);
        width: 95%;
        top: 38px;
        right: 12px;
    }
    .services .service-info {
        padding: 50px 20px;
    }
    .services {
        padding: 0;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1180px) {
    .service-wrapper {
        background-size: contain;
    }
    .list-service .outer-bg {
        display: none;
    }
    .services .service-info {
        clip-path: polygon(0% 15%, 100% 0%, 88% 100%, 10% 100%);
    }
    .bg-overlay-box::after {
        width: 83%;
        right: -25px;
    }
    .bg-overlay-box .top-dot {
        width: 100%;
        top: 15px;
        right: -10px;
        transform: rotate3d(1, 1, 1, 347deg);
    }
    .bg-overlay-box::before {
        right: -15px;
        transform: rotate3d(1, 1, 1, 355deg);
    }
    .bg-overlay-box:hover::before {
        right: -25px;
    }
    .bg-overlay-box:hover .top-dot {
        right: -20px;
        width: 100%;
    }
}

@media(max-width:1370px) {
    .ftr-add {
        padding: 1rem 2rem;
    }
    .ftr-left h2 {
        font-size: 6rem;
    }
    .hiring-button img {
        width: 50%;
    }
    .hiring-button {
        bottom: 22%;
    }
}

@media (min-width: 1025px) and (max-width: 1370px) {
    .ftr-right a {
        padding: 15px 50px;
        font-size: 16px;
    }
    .ftr-left h2 {
        font-size: 3rem;
        padding: 1.5rem 0 0 0;
    }
    .ftr_head {
        padding: 0 0 0 35px;
    }
    .ftr-address {
        padding: 0 0 0 5px;
    }
    .ftr-last-inner {
        padding: 0 0px;
    }
}

@media(max-width:1200px) {
    .blogs::before {
        display: none;
    }
    .blogs::after {
        display: none;
    }
    .blogs .down::before {
        display: none;
    }
    .blogs .up .right::after {
        display: none;
    }
    .blogs .up::before {
        display: none;
    }
    .blogs ul li {
        font-size: 16px;
    }
    .contact-us::after {
        display: none;
    }
    .contact-us::before {
        display: none;
    }
    .contact-us-inner-right::before {
        display: none;
    }
    .hiring .hiring-wrapper::after {
        display: none;
    }
    .hiring .hiring-wrapper::before {
        display: none;
    }
    .our-team::before {
        display: none;
    }
    .team-member.first::after {
        display: none;
    }
    .team-member.second::before {
        display: none;
    }
    .hiring::before {
        display: none;
    }
    .hiring::after {
        display: none;
    }
    .home-slide::before {
        display: none;
    }
    .home-slide::after {
        display: none;
    }
    .home-slide .home-slider::before {
        display: none;
    }
    .our-services {
        background: url(../images/team-line-square-1.svg) no-repeat;
        background-size: cover;
    }
    .tab-none {
        display: none;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .blogs {
        padding: 0 20px 80px 20px;
    }
    .blogs .container-fluid .p-5 {
        padding: 0px !important;
    }
    .blogs .card-body h1.card-head {
        margin: 0;
    }
    .blogs-card.card-body {
        padding: 0 !important;
    }
    .blogs .up .right .inner h1.card-head {
        margin: 0 0 5px 0;
    }
    .blogs .up {
        column-gap: 10px;
    }
    .trusted-by.trusted_section h1 {
        margin-bottom: 0px;
    }
    .about-us h1 {
        margin-bottom: 10px !important;
    }
    .head h1,
    .head-title {
        font-size: 43px !important;
    }
    .caption-box {
        padding-left: 15px;
    }
    .social-menu li {
        font-size: 15px;
        width: 40px;
        height: 40px;
        margin-left: 0;
    }
    .contact-us .contact-us-inner-left h1 {
        font-size: 40px;
    }
    .banner-caption h1 {
        font-size: 45px;
    }
    .banner-caption .caption-small {
        font-size: 25px;
    }
}

@media(max-width:992px) {
    .ftr-add {
        font-size: 14px;
    }
    .blogs .container-fluid .p-5 {
        padding: 0px !important;
    }
    .blogs .up .right .inner {
        padding: 0 0rem 0 0;
    }
    .blogs .down {
        grid-template-columns: 1fr 1fr;
    }
    .blogs .card-body {
        padding: 0px;
    }
    .hiring-button {
        right: 0%;
        text-align: right;
    }
    .hiring-button img {
        width: 40%;
    }
    .hiring-button {
        bottom: 26%;
    }
    .our-team .description {
        width: 50%;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .footer-last {
        display: block;
    }
    footer .footer-main {
        display: block;
    }
    .ftr-left h2 {
        font-size: 3rem;
        padding: 1.5rem 0 0 0;
    }
    .ftr-address {
        display: block;
        padding: 0 0 0 0px;
    }
    .ftr-left {
        text-align: left;
        align-items: start;
    }
    .ftr-right a {
        padding: 15px;
        text-align: center;
        font-size: 20px;
        border: none;
    }
    .ftr-add {
        border: none;
    }
    .ftr-last-inner>div {
        align-items: center;
        padding: 20px;
        /*        padding-left: 0rem!important;*/
    }
    .ftr-last-last>div p {
        padding-left: 0rem!important;
    }
    .ftr-last-last>div a {
        padding-left: 0rem!important;
    }
    .blogs .down {
        display: block;
    }
    .blogs .up {
        display: block;
    }
    .blogs .head-line {
        padding: 100px 170px 0 0px;
    }
    .blogs {
        padding: 0 20px 30px 20px;
    }
    .blogs .up .right .inner {
        padding: 15px 0rem 0 0;
    }
    .blogs .head-line {
        padding: 20px 0px 0px 0px;
        text-align: center;
    }
    .contact-us .contact-us-inner-left h1 {
        font-size: 40px;
        text-align: center;
    }
    .ftr-right {
        border-bottom: 2px solid #fff;
        flex-direction: row;
    }
    .ftr_ a strong {
        display: none;
    }
    #header-main-nav ul {
        padding: 20px 0 0 0;
    }
    .ftr-last-inner {
        border-bottom: 2px solid #fff;
    }
    .wd_1 {
        width: 100%;
        float: left;
    }
    .wd_2 {
        width: 100%;
    }
    .about_content {
        padding: 0 15px;
        text-align: center;
    }
    .social-menu li {
        font-size: 15px;
        width: 40px;
        height: 40px;
        margin: 0;
    }
    .d-large-only {
        display: none;
    }
}

@media(max-width:1024px) {
    .home-slide::after {
        display: none;
    }
    .home-slide .home-slider::before {
        display: none;
    }
    .banner_line5 img {
        display: none;
    }
    .line_common {
        display: none;
    }
}

@media(max-width:991px) {
    #header-main-nav .colorlib-table .colorlib-table-cell .row .col-lg-8 {
        order: -1;
    }
    header {
        box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 25%), 2px 2px 2px 2px rgba(0, 0, 0, 0);
    }
    .caption-box {
        padding-left: 20px;
        overflow: hidden;
    }
    .header-nav-toggle {
        display: flex;
        align-items: center;
    }
    .blogs .card .blogs-card h1 {
        margin: 0;
    }
    .blogs .card .blogs-card ul {
        padding: 0 !important;
    }
    .view_button a {
        padding: 0.5rem 3rem;
    }
    .contact-us .contact-us-inner-right form {
        row-gap: 45px;
    }
    .drag-item {
        padding: 0px 15px 20px 15px;
    }
    .about-us {
        padding: 20px 0 0 0;
    }
}

@media(min-width:769px) and (max-width:1024px) {
    .ftr_head {
        padding: 0 0 0 35px;
    }
    .ftr-left h2 {
        font-size: 3rem;
        padding: 1.5rem 0 0 0;
    }
    .ftr-right a {
        padding: 15px 50px;
        font-size: 16px;
    }
    .ftr-address {
        padding: 0 0 0 5px;
    }
    .ftr-last-inner {
        padding: 0 0px;
    }
}

@media(min-width:769px) and (max-width:991px) {
    .carousel-item img {
        max-height: 450px;
    }
    .bg-overlay-box .top-dot {
        transform: rotate3d(1, 1, 1, 349deg);
    }
    .services .step-count h1 {
        /*    font-size: 135px;*/
    }
    .blogs .head-line {
        font-size: 43px !important;
        margin-bottom: 10px !important;
    }
    .head h1,
    .head-title {
        font-size: 43px !important;
        margin-bottom: 10px !important;
    }
    .contact-us .contact-us-inner-left h1 {
        font-size: 43px;
        text-align: center;
        margin-bottom: 10px;
    }
    .blogs {
        padding: 0 20px 80px 20px;
    }
    .blogs .up {
        column-gap: 10px;
    }
    .social-menu li {
        font-size: 15px;
        width: 40px;
        height: 40px;
        margin-left: 0;
    }
    .our-team .team-member.second {
        justify-content: flex-start!important;
    }
    .blogs .up .left img {
        min-height: 400px;
        object-fit: cover;
    }
    .wd_1 {
        width: 65%;
        float: left;
    }
    .wd_2 {
        width: 35%;
        float: left;
    }
    .banner-caption h1 {
        font-size: 45px;
    }
    .d-large-only span img {
        display: block;
    }
}

@media(min-width:768px) and (max-width:768px) {
    .bg-overlay-box .top-dot {
        transform: rotate3d(1, 1, 1, 349deg);
    }
    .contacts-column-gap-default .col-md-12 {
        width: 50% !important;
    }
    .contacts-column-gap-default {
        display: block !important;
    }
}

@media(min-width:576px) and (max-width:991px) {
    .carousel-item img,
    .carousel-item video {
        opacity: 0.1;
        position: absolute;
        top: 0;
        overflow: hidden;
        object-fit: cover;
        object-position: 100% 15%;
        right: -5px;
    }
    .about_content h2 {
        font-size: 26px;
    }
    .home-slide .home-slider {
        position: unset;
    }
    .social-menu {
        bottom: -10%;
    }
    .banner-caption .caption-small {
        font-size: 25px;
    }
}

@media(max-width:768px) {
    .d-large-only span img {
        display: none;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .ftr-last-last>div {
        flex-direction: row;
        column-gap: 50px;
    }
    .ftr_head {
        padding: 1rem 2rem;
    }
    .carousel-item img {
        max-height: 550px;
    }
    .banner-caption h1 {
        font-size: 45px;
    }
    .blogs .head-line {
        font-size: 40px !important;
        margin-bottom: 10px !important;
    }
    .head h1,
    .head-title {
        font-size: 40px !important;
        margin-bottom: 10px !important;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .bg-overlay-box .top-dot {
        transform: rotate3d(1, 1, 1, 338deg);
    }
    .services .step-count {
        /*font-size: 90px;
    position: absolute;
    left: 0;*/
    }
}

@media only screen and (max-width: 576px) {
    .hiring .hiring-wrapper.pb-5 {
        padding-bottom: 1rem !important;
    }
    .hiring .hiring-wrapper.pt-5 {
        padding-top: 1rem!important;
    }
    .hiring-button {
        bottom: 0%;
    }
    .hiring-button img {
        width: 26%;
    }
    .contact-us .contact-us-inner-left h1 {
        font-size: 30px;
    }
    .blogs .head-line {
        font-size: 30px;
    }
    .our-team .team-member {
        display: block;
    }
    .our-team .pic {
        text-align: center;
    }
    .our-team .description {
        width: 100%;
        position: relative;
        top: -15px;
        z-index: -1;
    }
    .our-team .head h1 {
        text-align: center;
        font-size: 30px;
        padding-left: 0px !important;
    }
    .caption-box {
        padding-left: 15px;
    }
}

@media(max-width:575px) {
    .services .service-box {
        padding-right: 0px;
        padding-left: 0px;
    }
    .g_partner.d-small-only {
        text-align: center;
        padding: 20px 0 0 0;
        position: absolute;
        bottom: -2%;
        right: 0;
    }
    .outer-bg {
        display: none;
    }
    .services .service-info {
        clip-path: polygon(0% 10%, 100% 0%, 88% 100%, 10% 100%);
    }
    .inner-box,
    .sub-category {
        flex-direction: column;
    }
    .bg-overlay-box:after,
    .bg-overlay-box:before {
        content: none;
    }
    .bg-overlay-box .top-dot {
        display: none;
    }
    .banner-caption h1 {
        font-size: 30px;
        color: #fff;
    }
    .banner-caption p {
        font-size: 14px;
        color: #fff;
        padding-top: 20px;
    }
    .banner-caption h1:after {
        background: rgba(245, 237, 67, 0.7);
        height: 8px;
    }
    .banner-caption .caption-small {
        font-size: 20px;
        color: #fff;
    }
    .banner-caption h1:after {
        bottom: 0;
    }
    .head h1,
    .head-title {
        font-size: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .mbl-reverse {
        flex-direction: column-reverse;
    }
    header {
        /*    position: relative;*/
    }
    .social-menu {
        position: relative;
        right: 10px;
        display: flex;
        justify-content: end;
        margin-top: 25px;
    }
    .trusted_logos {
        grid-template-columns: 40% 40%;
        column-gap: 30px;
        row-gap: 30px;
        padding: 0;
    }
    .trusted_logos span img {
        max-width: 150px;
        padding: 0 15px;
    }
    .our-services {
        background-image: none;
    }
    .services .step-count {
        display: none;
    }
    .services .service-info {
        clip-path: inherit;
    }
    .drag-item.pt-5 {
        padding-top: 0rem!important;
    }
    .drag-item {
        padding-top: 0px;
    }
    .drag-item.mt-5 {
        margin-top: 0rem!important;
    }
    .services {
        padding: 0px;
        position: relative;
        margin-top: 0px !important;
        padding-bottom: 5px;
    }
    .ftr-left h2 {
        font-size: 2rem;
    }
    .blogs h4 {
        font-size: 16px;
        padding-bottom: 0rem!important;
    }
    .about-us h1 {
        font-size: 30px;
        margin-bottom: 10px !important;
    }
    .about_content h2 {
        font-size: 21px;
    }
    .our-services .head.mt-5 {
        margin-top: 20px!important;
    }
    .our-services h1 {
        font-size: 30px;
    }
    .carousel-item img,
    .carousel-item video {
        display: none !important;
    }
    .carousel-inner {
        background: linear-gradient(0deg, rgb(194 188 95 / 59%), rgb(83 105 135 / 86%)), url(../images/page-banner.jpg)no-repeat;
        background-size: cover;
        min-height: 450px;
    }
    .banner-caption {
        overflow: hidden;
    }
    .header .logo-svg,
    .header-nav-toggle {
        filter: brightness(0) invert(1);
    }
    .social-menu {
        display: block;
        text-align: left;
        left: 10px;
    }
    .social-menu li {
        font-size: 16px;
        width: 34px;
        height: 34px;
        border: 1px solid #F5ED43;
    }
    .scroll_down {
        display: none;
    }
    .drag-item svg {
        font-size: 22px;
    }
    .drag-item h2 {
        font-size: 22px;
    }
    .contact-us .contact-us-inner-right form {
        row-gap: 40px;
    }
    .ftr-last-inner {
        padding: 0;
    }
    .pt-xs-1 {
        padding-top: 1rem;
    }
    .mt-xs-1 {
        margin-top: 1rem;
    }
    #header-main-nav ul li {
        font-size: 20px;
    }
    #header-main-nav ul {
        padding: 20px 0 0 25px;
    }
    .trustedlogos {
        padding: 10px 0 0 0;
    }
    .ftr_head {
        padding: 0 0 0 20px;
    }
    .view_button button {
        padding: 0.3rem 2rem;
    }
    section.section.about-us .head.mt-5 {
        margin-top: 0 !important;
    }
    .locations {
        padding: 35px 35px;
    }
    .locations p {
        font-size: 17px;
    }
    .locations h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .address-box.mb-5 {
        margin-bottom: 1rem !important;
    }
}

@media(min-width:426px) and (max-width:575px) {
    .ftr-last-last>div {
        column-gap: 30px;
        flex-direction: row;
        align-items: center;
    }
    .ftr-last-inner>div a {
        padding: 0 0 0px 0;
    }
    .ftr-last-inner>div {
        row-gap: 10px;
    }
    .ftr-add {
        padding: 1rem 20px;
    }
}

@media(max-width:425px) {
    .ftr-last-inner {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        row-gap: 25px;
    }
    .ftr-last-last>div {
        align-items: center;
    }
    .ftr-last-inner>div {
        padding: 0;
    }
    .ftr-add {
        padding: 1rem 20px;
    }
}

@media(max-width:375px) {
    .carousel-inner {
        min-height: 480px;
    }
}


/*-------------svg---------------*/


/*------------------we are hiring start------------------*/

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 5542px;
        stroke-dasharray: 5542px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 5542px
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 5542px;
        stroke-dasharray: 5542px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 5542px
    }
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(245, 237, 67)
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(245, 237, 67)
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 3s ease-in 0s both, animate-svg-fill-1 0.7s ease-in 0.8s both;
    animation: animate-svg-stroke-1 3s ease-in 0s both, animate-svg-fill-1 0.7s ease-in 0.8s both
}

@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 801.5368733590454px;
        stroke-dasharray: 801.5368733590454px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 801.5368733590454px
    }
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 801.5368733590454px;
        stroke-dasharray: 801.5368733590454px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 801.5368733590454px
    }
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(255, 255, 255)
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(255, 255, 255)
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 3s ease-in 0.12s both, animate-svg-fill-2 0.7s ease-in 0.9s both;
    animation: animate-svg-stroke-2 3s ease-in 0.12s both, animate-svg-fill-2 0.7s ease-in 0.9s both
}

@-webkit-keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 749.6990515543707px;
        stroke-dasharray: 749.6990515543707px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 749.6990515543707px
    }
}

@keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 749.6990515543707px;
        stroke-dasharray: 749.6990515543707px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 749.6990515543707px
    }
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(255, 255, 255)
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(255, 255, 255)
    }
}

section.hir_ .svg-elem-3 {
    -webkit-animation: animate-svg-stroke-3 3s ease-in 0.24s both, animate-svg-fill-3 0.7s ease-in 1s both;
    animation: animate-svg-stroke-3 3s ease-in 0.24s both, animate-svg-fill-3 0.7s ease-in 1s both;
    fill: rgb(255, 255, 255) !important;
}

@-webkit-keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 5994.9296875px;
        stroke-dasharray: 5994.9296875px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 5994.9296875px
    }
}

@keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 5994.9296875px;
        stroke-dasharray: 5994.9296875px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 5994.9296875px
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-stroke-4 3s ease-in 0.36s both, animate-svg-fill-4 0.7s ease-in 1.1s both;
    animation: animate-svg-stroke-4 3s ease-in 0.36s both, animate-svg-fill-4 0.7s ease-in 1.1s both
}

@-webkit-keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 78.38400268554688px;
        stroke-dasharray: 78.38400268554688px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 78.38400268554688px
    }
}

@keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 78.38400268554688px;
        stroke-dasharray: 78.38400268554688px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 78.38400268554688px
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-stroke-5 3s ease-in 0.48s both, animate-svg-fill-5 0.7s ease-in 1.2000000000000002s both;
    animation: animate-svg-stroke-5 3s ease-in 0.48s both, animate-svg-fill-5 0.7s ease-in 1.2000000000000002s both
}

@-webkit-keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 71.70500183105469px;
        stroke-dasharray: 71.70500183105469px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 71.70500183105469px
    }
}

@keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 71.70500183105469px;
        stroke-dasharray: 71.70500183105469px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 71.70500183105469px
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-stroke-6 3s ease-in 0.6s both, animate-svg-fill-6 0.7s ease-in 1.3s both;
    animation: animate-svg-stroke-6 3s ease-in 0.6s both, animate-svg-fill-6 0.7s ease-in 1.3s both
}

@-webkit-keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 96.99500274658203px;
        stroke-dasharray: 96.99500274658203px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 96.99500274658203px
    }
}

@keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 96.99500274658203px;
        stroke-dasharray: 96.99500274658203px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 96.99500274658203px
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-stroke-7 3s ease-in 0.72s both, animate-svg-fill-7 0.7s ease-in 1.4000000000000001s both;
    animation: animate-svg-stroke-7 3s ease-in 0.72s both, animate-svg-fill-7 0.7s ease-in 1.4000000000000001s both
}

@-webkit-keyframes animate-svg-stroke-8 {
    0% {
        stroke-dashoffset: 272.1769682087222px;
        stroke-dasharray: 272.1769682087222px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 272.1769682087222px
    }
}

@keyframes animate-svg-stroke-8 {
    0% {
        stroke-dashoffset: 272.1769682087222px;
        stroke-dasharray: 272.1769682087222px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 272.1769682087222px
    }
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(255, 255, 255)
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(255, 255, 255)
    }
}

.svg-elem-8 {
    -webkit-animation: animate-svg-stroke-8 3s ease-in 0.84s both, animate-svg-fill-8 0.7s ease-in 1.5s both;
    animation: animate-svg-stroke-8 3s ease-in 0.84s both, animate-svg-fill-8 0.7s ease-in 1.5s both
}

@-webkit-keyframes animate-svg-stroke-9 {
    0% {
        stroke-dashoffset: 54.378211975097656px;
        stroke-dasharray: 54.378211975097656px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 54.378211975097656px
    }
}

@keyframes animate-svg-stroke-9 {
    0% {
        stroke-dashoffset: 54.378211975097656px;
        stroke-dasharray: 54.378211975097656px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 54.378211975097656px
    }
}

.svg-elem-9 {
    -webkit-animation: animate-svg-stroke-9 3s ease-in 0.96s both, animate-svg-fill-9 0.7s ease-in 1.6s both;
    animation: animate-svg-stroke-9 3s ease-in 0.96s both, animate-svg-fill-9 0.7s ease-in 1.6s both
}

@-webkit-keyframes animate-svg-stroke-10 {
    0% {
        stroke-dashoffset: 90.42545318603516px;
        stroke-dasharray: 90.42545318603516px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 90.42545318603516px
    }
}

@keyframes animate-svg-stroke-10 {
    0% {
        stroke-dashoffset: 90.42545318603516px;
        stroke-dasharray: 90.42545318603516px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 90.42545318603516px
    }
}

.svg-elem-10 {
    -webkit-animation: animate-svg-stroke-10 3s ease-in 1.08s both, animate-svg-fill-10 0.7s ease-in 1.7000000000000002s both;
    animation: animate-svg-stroke-10 3s ease-in 1.08s both, animate-svg-fill-10 0.7s ease-in 1.7000000000000002s both
}

@-webkit-keyframes animate-svg-stroke-11 {
    0% {
        stroke-dashoffset: 96.99500274658203px;
        stroke-dasharray: 96.99500274658203px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 96.99500274658203px
    }
}

@keyframes animate-svg-stroke-11 {
    0% {
        stroke-dashoffset: 96.99500274658203px;
        stroke-dasharray: 96.99500274658203px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 96.99500274658203px
    }
}

.svg-elem-11 {
    -webkit-animation: animate-svg-stroke-11 3s ease-in 1.2s both, animate-svg-fill-11 0.7s ease-in 1.8s both;
    animation: animate-svg-stroke-11 3s ease-in 1.2s both, animate-svg-fill-11 0.7s ease-in 1.8s both
}


/*------------we are hiring end ------------*/


/*svg .svg-elem-1 {
  stroke-dashoffset: 0;
    stroke-dasharray: 0;
    -webkit-transition: stroke-dashoffset 1s linear 0.4s;
    transition: stroke-dashoffset 1s linear 0.4s;
    stroke-dasharray: 10;
    stroke-dashoffset: 100;
    animation: flow 3s linear infinite;
    animation: londing3 2s linear 0s infinite;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-2 {
  stroke-dashoffset: 0;
    stroke-dasharray: 0;
    -webkit-transition: stroke-dashoffset 1s linear 0.4s;
    transition: stroke-dashoffset 1s linear 0.4s;
    stroke-dasharray: 10;
    stroke-dashoffset: 100;
    animation: flow 3s linear infinite;
    animation: londing3 2s linear 0s infinite;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}
*/


/*@keyframes flow {
    100% {
        stroke-dashoffset: 0;
    }
}
*/


/***************************************************



/*------------------banner line 2 start------------------*/

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(74, 74, 74)
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(74, 74, 74)
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 0.7s linear 0.8s both;
    animation: animate-svg-fill-1 0.7s linear 0.8s both
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(74, 74, 74)
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(74, 74, 74)
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 0.7s linear 0.9s both;
    animation: animate-svg-fill-2 0.7s linear 0.9s both
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(74, 74, 74)
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent
    }
    100% {
        fill: rgb(74, 74, 74)
    }
}

.svg-elem-34 {
    -webkit-animation: animate-svg-fill-3 0.7s linear 1s both;
    animation: animate-svg-fill-3 0.7s linear 1s both;
    fill: rgb(74 74 74) !important;
}


/*------------------banner line 1 start-----------------*/

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 159.5px;
        stroke-dasharray: 159.5px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 159.5px
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 159.5px;
        stroke-dasharray: 159.5px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 159.5px
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: mymove infinite;
    animation-iteration-count: 3;
    animation-duration: 5s;
}

@keyframes mymove {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 291px;
        stroke-dasharray: 291px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 291px
    }
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 291px;
        stroke-dasharray: 291px
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 291px
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
    animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both
}

.action-section {
    color: #fff;
    position: fixed;
    top: calc(100% - 70px);
    bottom: 0px;
    right: 10px;
    height: fit-content;
    z-index: 999;
}

.chat-btn {
    position: relative;
    float: right;
    margin: 5px 0px;
    margin-right: -185px;
    background: rgb(63 223 78);
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 50px;
    border-radius: 50%;
}

.mail-btn,
.call-btn {
    position: relative;
    float: right;
    margin: 5px 0px;
    margin-right: -185px;
    background: rgb(0 0 0);
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 50px;
    border-radius: 50%;
}

.call-btn,
.chat-btn,
.mail-btn {
    margin-right: 0px;
}

.call-btn a,
.mail-btn a,
.chat-btn a {
    color: #fff;
    text-decoration: none;
    z-index: 99;
}

.call-btn {
    margin: 5px 5px 5px 5px;
}

.btn_inner {
    padding: 10px 15px;
}

.call-btn svg,
.mail-btn svg,
.chat-btn svg {
    margin-right: 10px;
    margin-top: 0px;
    font-size: 25px;
    height: 25px;
    width: 20px;
}

.call-btn:hover {
    /*    width: 180px !important;*/
    right: 0px;
    transition: 0.3s;
}

.mail-btn:hover,
.chat-btn:hover {
    /*    width: 180px;*/
    right: 0px;
    transition: 0.3s;
}

.action-section span {
    font-size: 13px;
}

.clear {
    clear: both;
}

/pulse animation start //pulse animation start//pulse animation start/
.interested-products li.msg-status .pulse {
    display: block;
}

.call-btn:after,
.mail-btn:after,
.chat-btn:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0px;
    margin: auto;
    z-index: 3;
    border: 5px solid rgb(7, 94, 84);
    -webkit-animation: pulsejg1 1.5s linear infinite;
    -moz-animation: pulsejg1 1.5s linear infinite;
    animation: pulsejg1 1.5s linear infinite;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgb(22 255 0);
    -moz-box-shadow: inset 0px 0px 15px 10px rgb(22 255 0);
    box-shadow: inset 10px 10px 10px 10px rgb(22 255 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}

.pulse {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: -25px;
    right: -25px;
    border: 3px solid rgba(255, 255, 255, .1);
    -webkit-animation: pulsejg1 1.5s linear infinite;
    -moz-animation: pulsejg1 1.5s linear infinite;
    animation: pulsejg1 1.5s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgb(22 255 0);
    -moz-box-shadow: inset 0px 0px 15px 10px rgb(22 255 0);
    box-shadow: inset 0px 0px 15px 10px rgb(22 255 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }
    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }
    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }
    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg1 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }
    50% {
        -moz-transform: scale(.6);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(.9);
        opacity: .2;
    }
    70% {
        -moz-transform: scale(1.1);
        opacity: .35;
    }
    80% {
        -moz-transform: scale(1.25);
        opacity: .2;
    }
    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }
    50% {
        transform: scale(.6);
        opacity: 0;
    }
    60% {
        transform: scale(.9);
        opacity: .1;
    }
    70% {
        transform: scale(1.1);
        opacity: .25;
    }
    80% {
        transform: scale(1.25);
        opacity: .1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}