@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,700;1,14..32,700&amp;display=swap');

/* CSS Document */
body,
html {
    height: 100%;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-family: "Outfit", serif;
    width: 100%;
    max-width: 100%;
}

h1 {
    font-family: "Inter", serif;
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", serif;
}

h2,
h3 {
    font-weight: 800;
}

h4,
h5,
h6 {
    font-weight: 600;
}

h3 {
    font-size: 54px !important;
}

p,
a,
input,
select,
textarea,
li {
    font-family: "Outfit", serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none !important;
    transition: all 0.5s;
}

.carousel-item img {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

div#navbarCollapse {
    flex-direction: row-reverse;
}

.pric-sing {
    border: none !important;
}

.pric-sing .pric-blk {
    display: block;
    margin: 0 0 10px;
}

.pric-sing .pric-blk-inn h5 {
    font-size: 26px;
}

.pric-sing .pric-blk-inn h4 {
    font-size: 42px;
}

.pric-sing .pric-blk-inn h4 span {
    font-size: 22px;
    display: block;
}

.pric-sing .pric-blk img {
    width: 60px;
    margin: 0 0 10px;
}

/*Sidebar Css Start*/
.side-menu.open {
    left: calc(100% - 65%);
}

.side-menu {
    position: fixed;
    left: calc(100% - 70px);
    width: 95%;
    height: 50%;
    top: 0%;
    z-index: 9999;
    transition: all 1s;
    margin: auto;
    bottom: 0;
}

.side-menu .side-menu-innr {
    height: 100%;
}

.side-menu .side-menu-innr .outer-wrap {
    width: 70px;
    float: left;
    height: 70%;
    cursor: pointer;
    transition: all 1s;
    background-image: -moz-linear-gradient(-168deg, rgb(0, 172, 212) 0%, rgb(2, 132, 196) 52%, rgb(4, 91, 180) 100%);
    background: #096dbd;
    background-image: -ms-linear-gradient(-168deg, rgb(0, 172, 212) 0%, rgb(2, 132, 196) 52%, rgb(4, 91, 180) 100%);
    border-radius: 23px;
    margin-left: -10px;
    position: relative;
    margin-top: 0px;
}

.side-menu .side-menu-innr .outer-wrap .icons {
    position: relative;
    top: 0;
    height: 100%;
}

.side-menu .side-menu-innr .outer-wrap .icons .humburger_menu {
    width: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5sease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5sease-in-out;
    cursor: pointer;
    display: inline-flex;
    margin-top: 30px;
    margin-left: 20px;
    z-index: 101;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.side-menu .side-menu-innr .outer-wrap .icons .humburger_menu i {
    color: #0197c1;
}

.side-menu.open .side-menu-innr .outer-wrap .icons .humburger_menu i.cross {
    display: block;
}

.side-menu .side-menu-innr .outer-wrap .icons ._menutxt {
    text-align: center;
    margin: 18px 0;
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
}

.side-menu .side-menu-innr .outer-wrap .icons ul.social-media-icons {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 0 !important;
    text-align: center;
    margin: 0;
}

.side-menu .side-menu-innr .outer-wrap .icons ul.social-media-icons li {
    margin: 14px 0;
}

.side-menu .side-menu-innr .outer-wrap .icons ul.social-media-icons li a {
    display: block;
    width: 22px;
    color: #fff;
    margin: auto;
    transition: 0.1slinear;
}

.side-menu .side-br-content {
    background: #fff;
    height: 100%;
    margin-left: 70px;
    position: relative;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 30px;
    box-shadow: -9px 16px 26px 6px rgb(0 0 0 / 25%);
}

.side-menu .side-br-content .container-fluid {
    height: 100%;
}

.side-menu .side-br-content .row {
    /*align-items: center;*/
    height: 100%;
    justify-content: start;
}

.side-menu .side-br-content ul.menu-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.side-menu .side-br-content ul.menu-list li {
    position: relative;
    list-style: none;
    overflow: hidden;
}

.side-menu .side-br-content ul.menu-list li a {
    position: relative;
    font-size: 22px;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: transparent;
    color: #000;
    overflow: hidden;
    padding-left: 10px;
}

.side-menu .side-br-content ul.menu-list li a::before {
    content: "";
    position: absolute;
    background: #656efb;
    overflow: hidden;
    transition: 1s;
    height: 100%;
    width: 3px;
    left: 0;
}

.side-menu .side-br-content ul.menu-list li a:hover::before {
    width: 100%;
    filter: drop-shadow(0 0 25px var(--clr));
}

.side-menu .side-br-content ul.menu-list li a span {
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.side-menu .side-br-content ul.ser-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: -9px 16px 26px 6px rgb(0 0 0 / 5%);
    padding: 2.5rem 1rem;
    border-radius: 6px;
    background-image: -webkit-linear-gradient(-168deg, rgb(0 0 0) 0%, rgb(8 122 213) 52%, rgb(9 108 188) 100%);
}

.side-menu .side-br-content ul.ser-wrap li {
    position: relative;
    flex: 0 0 30%;
    text-align: center;
    padding: 0 10px;
    margin: 10px 0;
}

.side-menu .side-br-content ul.ser-wrap li .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 1slinear;
    cursor: pointer;
}

.side-menu .side-br-content ul.ser-wrap li .wrap img {
    max-width: 100%;
    width: 30px;
    object-fit: fill;
    filter: brightness(0) invert(1);
}

.side-menu .side-br-content ul.ser-wrap li .wrap p {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background: unset !important;
}




/*Header Css Start*/
.hdr-menu {
    margin: 0;
}

header {
    padding: 30px 0;
}

.logo {
    position: relative;
    z-index: 123;
    float: left;
    width: 20%;
}

.logo img {
    width: 100%;
}

.logo a {
    color: #6ddb07;
}

nav {
    position: relative;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #head-mobile {
    display: none;
}

#cssmenu {
    font-family: sans-serif;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    color: #111204;
    font-size: 16px;
}

li.has-sub i {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    /*  background: #448d00 !important;*/
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    padding: 10px 0;
    z-index: 999;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all 0.25sease;
    -ms-transition: all 0.25s ease;
    background: #096dbd;
    transition: all 0.25sease;
    margin: 0;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto;
}

#cssmenu li:hover>ul>li {
    height: 35px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu ul ul li a {
    /* border-bottom: 1px solid rgba(150, 150, 150, 0.15); */
    padding: 11px 15px;
    width: 250px !important;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}

#cssmenu ul ul li a:hover {
    background-color: #06070c;
    color: #ffffff !important;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333;
}

@media screen and (max-width: 1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none;
    }

    .logo2 {
        display: none;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444;
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        display: inline-block;
        padding: 12px 20px;
    }

    #cssmenu>ul>li {
        float: none;
    }

    #cssmenu ul ul li a {
        padding-left: 25px;
    }

    #cssmenu ul ul li {
        background: #6971fa !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important;
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none;
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none;
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: "";
    }

    .button:before {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: "";
    }

    .button.menu-opened:after {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #6971fa;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: "";
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: "";
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none;
    }
}

nav#cssmenu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

ul.hdr-menu {
    float: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hdr-menu li {
    margin-left: 20px;
}

.hdr-button a {
    padding: 10px 20px;
    background-color: #096dbd;
    border-radius: 10px;
    color: #fff !important;
}

.hdr-button a:hover {
    background-color: #06070c;
    color: #ffffff !important;
}

/*Header Css End*/


/*Banner Css Start*/
.banner-sec {
    padding: 50px 0;
}

.banner-row {
    display: flex;
    position: relative;
}

.banner-row::before {
    content: '';
    background-image: url(../images/boder-line.png);
    position: absolute;
    width: 620px;
    height: 625px;
    background-size: cover;
    right: 220px;
    opacity: 0.3;
}

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

.first-img1 img {
    height: 258px;
    object-fit: cover;
    border-radius: 25px;
}

.banner-box1 {
    width: 20%;
    margin-top: 360px;
}

.first-img {
    position: relative;
    text-align: end;
}

.lines-img {
    width: 60% !important;
    position: absolute;
    bottom: -40px;
    right: -50px;
    z-index: -1;
    height: auto !important;
}

.banner-box2 {
    width: 50%;
    position: relative;
    left: 80px;
}

.banner-box2 h1 {
    font-size: 120px;
    line-height: 120px;
    margin: 0 0 40px;
}

.banner-box2 p {
    margin: 0 0 30px;
    width: 70%;
}

.banner-box2 h1 span {
    margin-left: 100px;
}

.banner-box3 {
    width: 50%;
    margin-top: -50px;
}

.theme-btn1 {
    background-color: #06070c;
    color: #ffffff;
    display: inline-block;
    padding: 16px 30px;
    border-radius: 30px;
}

.theme-btn1:hover {
    color: #fff;
    background-color: #096dbd;
}

.theme-btn1 img {
    margin-left: 8px;
    filter: invert(1);
}

.theme-btn1:hover img {
    filter: invert(1);
}

.first-img a {
    height: 150px;
    width: 150px;
    display: inline-flex;
    position: absolute;
    bottom: 0px;
    right: 40px;
    background-color: #096dbd8c;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 35px;
    color: #FFC93E;
    backdrop-filter: blur(6px);
}

.first-img a::before {
    content: '';
    background-image: url(../images/btn-txt.png);
    position: absolute;
    height: 140px;
    width: 150px;
    background-size: cover;
    animation: rotate-animation 10s infinitelinear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.first-img a:hover {
    background-color: #06070c91;
    color: #000;
}

.welcome-img {
    position: absolute;
    top: -60px;
    left: -160px;
}

.welcome-img img {
    width: 80%;
    animation: swing ease-in-out 1s infinite alternate;
}

@keyframes swing {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

/*Logo Slider Css Start*/
.partners-sec {
    text-align: center;
    padding: 50px 0;
}

.partnr-title {
    margin: 0 auto 25px;
    width: 40%;
    position: relative;
}

.partnr-title h5 {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.partnr-title::before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #096dbd;
    position: absolute;
    left: 0;
    top: 11px;
}

.partnr-slider {
    background-color: #111204;
    margin: 0 !important;
    padding: 20px 30px;
    border-radius: 20px;
}

.partnr-slid img {
    max-height: 43px;
    margin: 0 auto;
}

.partners-sec .slick-dots {
    display: none !important;
}

.partnr-slid {
    padding: 0 12px;
}

/*Process Sec Css Start*/
.process-sec {
    padding: 60px 0;
    overflow: hidden;
}

.proces-title {
    display: flex;
    border-bottom: 1px solid #00000026;
    padding-bottom: 50px;
}

.process-hd,
.process-perag {
    width: 50%;
}

.process-hd h6 {
    color: #000000;
    font-size: 14px;
}

.process-hd h3 {
    color: #000000;
    margin: 0;
}

.process-perag p {
    margin: 0;
}

.proc-blk {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00000026;
    padding: 35px 13px;
    position: sticky;
    top: 0;
    background-color: #fff;
}

.proc-title,
.proc-perag,
.proc-btn {
    width: 34%;
}

.proc-btn {
    text-align: right;
}

.proc-btn span {
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.proc-btn span::before {
    content: '';
    height: 60px;
    width: 60px;
    background-color: #06070c;
    position: absolute;
    border-radius: 100%;
    left: 10px;
    top: 10px;
    transition: all 0.5s;
}

.proc-btn span:hover::before {
    transform: scale(1.7);
}

.proc-btn span img {
    z-index: 9;
    position: relative;
    transition: all 0.5s;
}

.proc-btn span:hover img {
    transform: rotate(5deg);
}

.proc-title h4 {
    margin: 0;
    color: #000;
    font-size: 38px;
}

.proc-title h4 span {
    font-size: 16px;
    height: 45px;
    width: 45px;
    border: 1px solid #000;
    color: #000000;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -8px;
    margin-right: 12px;
}

.proc-btn a {
    text-transform: uppercase;
    box-shadow: 0 5px 10px 0px #00000038;
}

/*Horizontal Scroll Text Sec Css Start*/
section.horizon-text {
    overflow: hidden;
    padding: 80px 0 0;
}

.horizon-text .container {
    position: relative;
    width: 100vw;
    overflow: hidden;
    max-width: none;
}

.scrolling-text {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
    will-change: transform;
    backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
    white-space: nowrap;
    transition: transform 0.5scubic -bezier(0.23, 0.36, 0.28, 0.83);
    line-height: 1em;
    font-size: 22px;
    margin: 0;
}

.scrolling-text .scrolling-text-content b {
    font-size: 32px;
    padding: 0 30px;
}

.strip-f {
    background-color: #06070c;
    color: #fff !important;
    height: 70px !important;
    transform: rotate(3deg);
    display: inline-flex;
    align-items: center;
}

.strip-l {
    background-color: #096dbd;
    color: #ffffff !important;
    height: 70px !important;
    transform: rotate(-2deg);
    display: inline-flex;
    align-items: center;
    top: -70px;
}


/*Rotate Circle Css Start*/
section.advrt-sec {
    padding: 10px 0 30px;
    overflow: hidden;
}

.advr-title h6 {
    color: #096dbd;
}

.advr-title a {
    margin-top: 10px;
}

.theme-btn2 {
    padding: 20px 40px;
    background-color: #096dbd;
    border-radius: 10px;
    color: #fff !important;
    display: inline-block;
}

.theme-btn2:hover {
    background-color: #06070c;
    color: #ffffff !important;
}

.cir-ani {
    position: relative;
    width: 710px;
    left: -100px;
    transform: scale(0.8);
}

.about-case>div,
.blue,
.case-s1 .img-holder,
.cir-ani>div,
.cream-banner .content-side,
.main-sec,
.main-sec h1,
.menu__default-content--anime,
.nav-menu,
.sty-link {
    position: relative;
}

.l-div,
.sty-link:hover::before {
    animation: 15s linear infinite rotation;
}

.l-div .poly {
    transform: rotate(0);
}

.content-area,
.filter.hdpe,
.hex-card img,
.img-holder img,
.img-holder video,
.poly img {
    width: 100%;
}

.cir-ani span:not(.t-div span) {
    filter: grayscale(1);
    transition: 350ms ease-in-out;
}

.l-div .ic1 {
    top: 280px;
    left: -44px;
}

.l-div span {
    animation: 15s linear infinite rotationldiv;
}

#cursor,
.blue:before,
.case-banner .float-img,
.l-div span,
.m-div span,
.main-sec .hex-img,
.menu-logo,
.nav-menu:after,
.sty-link:before {
    position: absolute;
}

.l-div .ic2 {
    top: 10px;
    left: 112px;
}

.l-div .ic3 {
    top: 0;
    left: 470px;
}

.l-div .ic4 {
    top: 60px;
    right: 70px;
}

.l-div .ic5 {
    bottom: 250px;
    right: -39px;
}

.l-div .ic6 {
    bottom: -10px;
    right: 156px;
}

.l-div .ic7 {
    bottom: 42px;
    left: 64px;
}

.m-div {
    animation: 15s linear infinite rotationClockwise;
}

.m-div {
    top: 120px;
    width: 480px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.m-div,
.t-div {
    position: absolute !important;
}

.t-div {
    top: 50%;
    max-width: 430px;
    left: 50%;
}

#cursor,
.t-div {
    transform: translate(-50%, -50%);
}

.t-div .poly {
    /*background: #4fd8fdad;*/
    width: 175px;
    transform: rotate(-36deg);
    height: 175px;
}

.c-say,
.countdown,
.green-box,
.main-sec,
.t-div .poly,
.txt-scroll {
    text-align: center;
}

.drag-pointer,
.hexa-box,
.stories .video,
.t-div .poly {
    /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
    background-color: #222020;
    border-radius: 100%;
}

.t-div .poly img {
    width: 90px;
    transform: rotate(36deg) translate(20px, 25px);
}

.m-div .poly {
    transform: rotate(80deg);
}

.content-area,
.filter.hdpe,
.hex-card img,
.img-holder img,
.img-holder video,
.poly img {
    width: 100%;
}

.cir-ani span:not(.t-div span) {
    filter: grayscale(0);
    transition: 350ms ease-in-out;
}

.advert-cycle span img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100%;
}

.m-div .ic1 {
    top: 53px;
}

.m-div span {
    animation: 15s linear infinite rotationmdiv;
}

.m-div .ic2 {
    top: -25px;
    right: 85px;
}

.m-div .ic3 {
    top: 290px;
    right: -16px;
}

.m-div .ic4 {
    top: 390px;
    left: 90px;
}

.l-div:hover,
.l-div:hover span,
.m-div:hover,
.m-div:hover span {
    animation-play-state: paused;
}

@keyframes rotationldiv {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes rotationClockwise {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-359deg);
    }
}

@keyframes rotationmdiv {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

.cir-ani span:hover {
    filter: grayscale(0) !important;
    cursor: pointer;
}

.advrt-sec .row {
    align-items: center;
}

.advr-title {
    color: #000;
    padding-right: 130px;
}

.advr-title p {
    line-height: 30px;
}

/*Categories Sec Css Start*/
.ctgry-sec {
    overflow: hidden;
}

.general-container {
    display: flex;
    height: 550px;
    margin: 0 auto;
    max-width: 100vw;
    width: 100vw;
}

.radio {
    display: none;
}

.content::before {
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.content>* {
    position: relative;
    z-index: 1;
}

.content:hover {
    box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.content {
    background: transparent;
    /* background-image: url("../images/ctgr-img1.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    cursor: pointer;
    flex: 1;
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
}


.content .ctgr-title {
    background-image: url("../images/ctgr-img1.png");
}

.content:nth-of-type(2) {
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content:nth-of-type(2) .ctgr-title {
    background-image: url("../images/ctgr-img2.png");
}

.content:nth-of-type(3) {
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content:nth-of-type(3) .ctgr-title {
    background-image: url("../images/ctgr-img3.png");
}

.content:nth-of-type(4) {
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content:nth-of-type(4) .ctgr-title{
    background-image: url("../images/ctgr-img4.png");
}

.content {
    transition: .3s ease;
    overflow: hidden;
}

.content .ctgr-title{
    transform: scale(1);
    transition: .3s ease;
}

.content:hover .ctgr-title{
    transform: scale(1.1);
    transition: .3s ease;
}

.card-title {
    bottom: 1.2rem;
    color: black;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    left: 1.5rem;
    line-height: 1.1;
    opacity: 0;
    position: absolute;
    transform: translateX(2rem);
    transition: 290ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 300ms;
    transition-property: opacity, transform;
    user-select: none;
    white-space: nowrap;
}



.paddT {
    padding-left: 3rem;
    padding-right: 3rem;
}

.radio:checked+.content {
    border-radius: 0;
    /* box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3); */
    /*flex: 4;*/
}

.marg-bott {
    margin-bottom: 1.5rem;
}

.ctgr-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px;
    position: relative;
}

.ctgr-title::before {
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.5;
}

.ctgr-title h5 {
    color: #fff;
    font-size: 50px;
}

.ctgr-title-btn h3 {
    color: #fff;
    font-size: 26px !important;
}

.ctgr-title h5,
.ctgr-title-btn {
    position: relative;
}

.ctgr-title-btn a {
    background-color: #00000078;
    height: 50px;
    width: 50px;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.ctgr-title-btn a:hover {
    background-color: #06070c;
}

.ctgr-title-btn a img {
    filter: invert(1);
}

.ctgr-title-btn a:hover img {
    filter: brightness(0.5);
}

/*Covering All Aspects Sec Css Start*/
section.aspects-sec {
    padding: 80px 0;
}

.aspect-imgs {
    position: relative;
    display: inline-block;
}

.aspect-imgs::before {
    content: '';
    background-image: url(../images/line.png);
    position: absolute;
    height: 200px;
    width: 50px;
    right: 170px;
    background-repeat: no-repeat;
    top: -40px;
    z-index: -1;
}

.aspect-imgs::after {
    content: '';
    background-image: url(../images/circle-line.png);
    position: absolute;
    height: 200px;
    width: 200px;
    right: -60px;
    background-repeat: no-repeat;
    bottom: -70px;
    background-size: cover;
    z-index: -1;
    border-radius: 100%;
}

.aspect-txt h3 {
    width: 90%;
    margin: 0 0 30px;
}

.aspect-txt a {
    margin-top: 20px;
}

.aspect-img {
    width: 50%;
    float: left;
    height: 250px;
}

.aspect-img1 img {
    width: 100%;
    border-radius: 50px 0px 0px 0px;
    padding: 15px;
}

.aspect-img2 img {
    width: 75%;
    margin-top: 20px;
    margin-left: 15px;
    border-radius: 0px 50px 0px 0px;
}

.aspect-img3 img {
    width: 75%;
    margin-top: 65px;
    margin-left: 40px;
    border-radius: 0px 0px 0px 50px;
}

.aspect-img4 img {
    width: 100%;
    border-radius: 0px 0px 50px 0px;
    margin-top: 30px;
}

.flx-box {
    align-items: center;
}

/*Testimonials Sec Css Start*/
section.tmls-sec {
    padding-top: 50px;
}

.hd-title {
    text-align: center;
    margin: 0 0 35px;
}

.hd-title h3 {
    margin: 0;
}

.tmls-slid {
    display: flex;
    align-items: center;
}

.tmls-slid {
    display: flex !important;
    align-items: center;
    border-radius: 30px;
    background-color: #D9D9D9;
    padding: 50px;
}

.tmls-txt {
    padding-right: 40px;
}

.tmls-txt img {
    margin: 0 0 20px;
}

.tmls-txt h4 {
    font-weight: 600;
    color: #000;
    font-size: 28px;
    margin: 0 0 12px;
}

.tmls-txt-img {
    width: 70%;
}

.tmls-txt-img img {
    /* width: 340px; */
    /* height: 340px; */
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
}

.tmls-txt h5 {
    color: #000;
    font-weight: 600;
    margin: 30px 0 5px;
}

.tmls-txt span {
    font-family: "Outfit", serif;
}

section.tmls-sec .slick-dots {
    display: none !important;
}

section.tmls-sec .slick-prev:before {
    content: '\f104';
}

section.tmls-sec .slick-next:before {
    content: '\f105';
}

section.tmls-sec .slick-prev:before,
section.tmls-sec .slick-next:before {
    font-family: fontawesome;
    font-size: 40px;
    opacity: 1;
    color: #000;
}

section.tmls-sec .slick-arrow {
    background-color: #fff;
    box-shadow: 0 0 0 1px #0000001c;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 99;
}

/*Faq Sec Css Start*/
section.faq-sec {
    background-color: #fff;
    padding: 60px 0;
}

.faq-blk {
    width: 60%;
    margin: 0 auto;
}

.faq-blk .card button {
    color: #ffffff !important;
    font-family: "Outfit", serif;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
    text-decoration: none !important;
    white-space: normal !important;
}

.faq-blk .card button i {
    position: absolute;
    right: 0;
    font-size: 34px;
}

.faq-blk .card {
    background-color: #096dbd;
    border-radius: 20px;
    padding: 25px 30px;
    margin-bottom: 16px;
}

.faq-blk .card-body p {
    margin: 10px 0 0;
    font-size: 18px !important;
    color: #fff;
}

.faq-blk form textarea {
    width: 100%;
    border: 2px solid #111204;
    resize: none;
    height: 160px;
    border-radius: 20px;
    padding: 12px 30px;
    font-size: 18px;
}

.faq-form-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.faq-form-txt p {
    margin: 0;
    width: 40%;
}

.faq-blk input.form-button {
    background-color: #096dbd !important;
    border: none !important;
    color: #ffffff !important;
    width: 30% !important;
    height: 60px !important;
    border-radius: 30px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    outline: none !important;
}

/*Cta Sec Css Start*/
.cta-sec {
    position: relative;
    text-align: center;
    padding-top: 60px;
}

.cta-sec::before {
    content: '';
    height: 50%;
    width: 100%;
    position: absolute;
    background-color: #000;
    left: 0;
    bottom: 0;
}

.cta-blk {
    background-color: #096dbd;
    color: #fff;
    position: relative;
    border-radius: 10px;
    padding: 100px 140px 40px;
}

img.imgs-cta-2 {
    position: absolute;
    left: 0;
    top: -50px;
    width: 180px;
}

img.imgs-cta-3 {
    position: absolute;
    top: -60px;
    width: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

img.imgs-cta-1 {
    position: absolute;
    right: 20px;
    width: 120px;
    bottom: -20px;
}

.cta-blk p {
    width: 40%;
    margin: 20px auto 30px;
}

.cta-blk a:hover {
    background-color: #000;
}

/*Footer Css Start*/
footer {
    background-color: #000;
    padding: 70px 0;
    color: #fff;
}

.ftr-blk img {
    width: 50%;
}

.ftr-blk img {
    margin: 0 0 25px;
}

.ftr-ul {
    float: right;
}

ul.ftr-cntc a i {
    color: #fff;
    font-size: 20px;
    min-width: 40px;
    text-align: center;
    float: left;
    margin: 3px 0 10px;
}

ul.ftr-cntc li a {
    color: #fff;
}

ul.ftr-cntc li {
    margin-bottom: 12px;
}

ul.ftr-soc {
    margin: 0;
    display: inline-flex;
}

ul.ftr-soc li a {
    background-color: #06070c;
    color: #000;
    display: inline-flex;
    min-width: 50px;
    text-align: center;
    border-radius: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

ul.ftr-soc li a:hover {
    background-color: #096dbd;
}

ul.ftr-soc li {
    margin-left: 8px;
}

.ftr-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ftr-links ul {
    margin: 0;
}

.ftr-links ul li {
    margin: 6px 0;
    position: relative;
}

.ftr-links ul li::before {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    background-color: #06070c;
    left: -20px;
    top: 8px;
    transform: rotate(45deg);
}

.ftr-links ul li a {
    color: #fff;
}

.copyrit {
    background-color: #000;
    border-top: 1px solid #ffffff3d;
    padding: 15px 0;
}

.copy-con {
    display: flex;
    justify-content: space-between;
}

.copy-con ul {
    margin: 0;
    display: flex;
}

.copy-con li {
    margin-right: 22px;
}

.copy-con li a {
    color: #fff;
}

.copy-con p {
    color: #fff;
    margin: 0;
}

footer a:hover,
.copy-con li a:hover {
    color: #096dbd !important;
}

section.trms-code-sec {
    padding: 50px 0;
    position: relative;
}

.trms-code h2 {
    color: #000;
    margin: 30px 0 8px;
}

.trms-code li {
    list-style-type: disc;
    margin: 10px 0;
}

.trms-code a {
    color: #096dbd;
}

.trms-code a:hover {
    color: #ffc900;
}

/*About Page Css Start*/
.inn-tmls .tmls-sec {
    padding: 0 0 50px;
}

.inn-banner-sec {
    padding: 40px 0;
    position: relative;
}

.inn-banner-sec::before {
    content: '';
    background-image: url(../images/fav.svg);
    position: absolute;
    height: 600px;
    width: 600px;
    background-size: cover;
    top: -60px;
    left: -100px;
    opacity: 0.1;
    transform: scale(1.5);
}

.about-banner {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background-color: #111204;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}

.about-banner img {
    width: 70%;
}

.inn-cap h2 {
    font-size: 60px;
    margin: 0;
}

.inn-cap p {
    margin: 15px 0 30px;
}

/*Contact Page Css Start*/
.contact-sec {
    padding: 30px 0 60px;
}

.contact-txt {
    margin: 0 0 40px;
}

.contact-txt h4 {
    font-size: 28px;
    color: #000;
}

.points-of-contact {
    margin-top: 3.552vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    max-width: 23.438vw;
}

.points-of-contact h4 {
    font-size: 2.404vw;
    margin-left: 1.823vw;
}

.points-of-contact-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 3.906vw;
}

.points-of-contact-items h6 {
    font-size: 1.25vw;
    font-weight: 700;
}

.points-of-contact-items a {
    font-size: .938vw;
    text-decoration: underline;
    color: #000;
    font-weight: 500;
    -webkit-transition: .3sease-in-out;
    transition: .3sease-in-out;
}

.cntc-form {
    background-color: #096dbd;
    padding: 40px;
    border-radius: 20px;
}

.cntc-form input,
.cntc-form select,
.cntc-form textarea {
    width: 100%;
    height: 58px !important;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 14px;
}

.cntc-form textarea {
    height: 150px !important;
    padding: 10px 20px;
    resize: none;
}

input.form-button {
    background-color: #06070c;
    color: #fff;
    border-color: #06070c;
    margin: 0;
}

.cntc-form input::placeholder,
.cntc-form textarea::placeholder {
    color: #fff;
}

/*Service Inn Pages Css Start*/
.serv-banner {
    padding: 40px 0;
    position: relative;
}

.serv-banner-txt::before {
    content: '';
    background-image: url(../images/service-lines.png);
    position: absolute;
    height: 280px;
    width: 600px;
    right: -170px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.serv-banner-img img {
    width: 100%;
}

.serv-banner-txt {
    text-align: center;
    position: relative;
}

.serv-banner-txt h2 {
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    line-height: 70px;
}

.serv-banner-txt p {
    margin: 30px 0;
}

.serv-banner-img1 img {
    width: 380px;
}

.serv-banner-img1 {
    margin-top: 130px;
}

.serv-banner-img2 {
    margin-top: 200px;
    position: relative;
}

.serv-banner-img2::before {
    content: '';
    background-image: url(../images/ss.png);
    height: 90px;
    width: 90px;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -30px;
    right: -40px;
    border-radius: 100%;
}

.serv-banner-img2 img {
    width: 100%;
    position: relative;
}

.serv-banner-btns a {
    min-width: 170px !important;
    padding: 15px 0;
    border-radius: 30px;
    margin: 0 10px;
    text-align: center;
}

.serv-banner-btns a img {
    margin-left: 8px;
}

.serv-banner-btns a.theme-btn2 img {
    filter: invert(1);
}

.serv-banner-btns a.theme-btn2:hover img {
    filter: invert(1);
}

.service-badge {
    position: absolute;
    left: -20px;
    top: -55px;
}

.service-badge img {
    width: 170px;
}

.cta2-sec {
    background-color: #0A0C28;
    color: #fff;
    padding: 20px 0;
    background-image: url(../images/grid-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.cta2-sec::before {
    content: '';
    background-image: url(../images/fav.svg);
    position: absolute;
    height: 290px;
    width: 210px;
    background-size: cover;
    bottom: -30px;
    right: 0;
    opacity: 0.2;
}

.cta2-img img {
    width: 100%;
}

.cta2-con p {
    margin: 15px 0 30px;
    width: 80%;
}

section.portf-sec {
    padding: 30px 0 90px;
    overflow: hidden;
}

section.portf-sec .proces-title {
    border: none;
}

.portf-blk {
    background-color: #0a0c28;
    padding: 10px 40px;
    height: 490px;
    border-radius: 70px 0 0px 0px;
    color: #fff;
    transition: all 0.5s;
}

.portf-blk img {
    max-height: 70px;
}

.portf-blk:hover {
    background-color: #0A0C28;
    cursor: pointer;
    border-radius: 0 70px 0 0;
}

.portf-blk-odd {
    background-color: #0A0C28;
    cursor: pointer;
    border-radius: 0 70px 0 0;
}

.portf-blk-odd:hover {
    cursor: pointer;
    border-radius: 0 70px 0 0;
}

.portf-blk h4 {
    font-size: 30px;
    margin: 20px 0 0;
}

.yellow {
    color: #FFC93E;
}

.portf-blk p {
    margin: 18px 0 28px;
}

.portf-blk .serv-banner-btns a {
    margin: 0 !important;
    border: 1px solid #fff;
}

.portf-blk-odd {
    margin-top: 50px;
}

/*Fba Sec Css Start*/
.fba-sec {
    padding: 70px 0;
    overflow: hidden;
}

section.fba-sec .proces-title {
    border-bottom: none;
}

section.fba-sec .portf-blk-odd {
    margin: 0;
}

section.fba-sec .portf-blk {
    margin: 0 0 30px;
}

section.fba-sec .portf-blk {
    margin: 0 0 30px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

.radius1 {
    border-radius: 100px 0 0 0 !important;
}

.radius2 {
    border-radius: 0 0px 0px 100px !important;
}

.radius3 {
    border-radius: 0 100px 0 0px !important;
    margin-top: 50px !important;
}

.radius4 {
    border-radius: 0 0 100px 0 !important;
}

span.img-shape {
    background-color: #d0d1dd4a;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

span.img-shape img {
    max-height: 80px;
}

.pkgs-sec .card {
    background-color: #096dbd;
    margin: 12px 0;
}

.pkgs-sec .card .btn {
    color: #fff !important;
    padding: 24px 30px !important;
    font-family: "Outfit", serif;
    font-size: 24px;
    text-decoration: none !important;
    position: relative;
}

.pkgs-sec .card .btn::before {
    content: 'Read More';
    position: absolute;
    right: 70px;
    font-size: 13px;
    top: 30px;
}

.pkgs-sec .card .btn span {
    color: #fff;
}

.pkgs-sec .crew .btn span {
    color: #FFC93E;
}

.pkgs-sec .card .btn i {
    float: right;
    background-color: #ffffff45;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: rotate(-90deg);
}

.pkgs-sec .card-body {
    padding: 0 50px 20px;
}

.pkgs-sec .card-body li {
    font-family: "Outfit", serif;
    color: #fff;
    list-style-type: disc;
    margin: 5px 0;
}

.crew {
    background-color: #0A0C28 !important;
}

.pkgs-sec .crew .btn i {
    background-color: #5956E8;
    transform: rotate(0deg);
}

.pkgs-sec .card:first-child {
    border-radius: 50px 0 0 !important;
}

.pkgs-sec .card:last-child {
    border-radius: 0px 0px 0px 50px !important;
}

.price-blk-main {
    height: 100%;
    background-color: #0A0C28;
    border-radius: 0 50px 50px 0px;
}

.pric-blk {
    display: flex;
    align-items: center;
    color: #fff;
}

.pric-blk img {
    margin-right: 15px;
    width: 45px;
}

.pric-blk-inn h5 {
    font-weight: 300;
    font-size: 18px;
    margin: 0;
}

.pric-blk-inn h5 span {
    color: #fff;
    font-weight: 600;
}

.pric-blk-inn h4 {
    font-weight: 800;
    font-size: 27px;
    margin: 0;
}

.pric-blk-inn h4 span {
    font-weight: 300;
    font-size: 16px;
    color: #FFC93E;
}

.pric-blk-box {
    border-bottom: 1px solid #ffffff38;
    padding: 28px 23px;
}

.pric-blk-box a {
    border: 1px solid #fff;
    width: 60%;
    display: inline-block;
    text-align: center;
    padding: 9px 0;
    border-radius: 30px;
    color: #fff !important;
    background-color: #ffffff21;
    margin-top: 12px;
}

.pric-blk-box a img {
    filter: invert(1);
    margin-left: 10px;
}

.pric-img img {
    width: 100%;
}

.profit-img img {
    width: 500px;
}

span.purple {
    color: #096dbd;
}

.get-started .modal-content {
    background-color: #096dbd;
    border: none;
    text-align: center;
}

.get-started-modal h3 {
    font-size: 32px !important;
    color: #fff;
    margin: 0 0 30px;
}

.get-started-modal h3 span {
    display: block;
    font-size: 44px;
}

.get-started-modal input,
.get-started-modal select,
.get-started-modal textarea {
    width: 100%;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    min-height: 50px;
    border-radius: 8px;
    margin: 0 0 12px;
    padding: 5px 14px;
    font-size: 16px;
    resize: none;
}

.get-started-modal input::placeholder,
.get-started-modal textarea::placeholder {
    color: #fff;
}

.get-started-modal input.submit {
    background-color: #ffc93e;
    color: #000;
    border-color: #ffc93e;
}

.get-started-modal textarea {
    height: 130px;
}

button.close {
    background-color: #ffc93e !important;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}

@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    header {
        padding: 20px 0 0;
    }

    .logo img {
        width: 100%;
    }

    .logo {
        width: 30%;
        padding: 0;
    }

    nav#cssmenu {
        display: inline-block;
    }

    .button:after {
        border-top: 0px solid #ff1654;
        border-bottom: 2px solid #096dbd;
    }

    .button:before {
        background: #096dbd;
    }

    #cssmenu .submenu-button:after {
        background: #096dbd;
    }

    #cssmenu .submenu-button:before {
        background: #6770fa;
    }

    #cssmenu ul li:hover {
        background: #ffffff;
    }

    .button.menu-opened:after {
        background: #096dbd;
    }

    .button.menu-opened:before {
        background: #096dbd;
    }

    .hdr-menu li {
        margin-left: 0;
    }

    .hdr-button a {
        background-color: transparent;
        color: #000 !important;
    }

    .banner-sec {
        overflow: hidden;
    }

    .banner-row {
        display: block;
    }

    .banner-box1 {
        width: 100%;
        margin-top: 0;
    }

    .banner-box2 {
        width: 100%;
        left: 0;
    }

    .banner-box2 h1 {
        font-size: 64px;
        line-height: 60px;
        margin: 0 0 20px;
    }

    .welcome-img {
        position: static;
    }

    .welcome-img img {
        width: 40%;
    }

    .banner-box3 {
        width: 100%;
        margin-top: 60px;
    }

    .partnr-title {
        width: 100%;
    }

    .proces-title {
        display: block;
    }

    .process-hd,
    .process-perag {
        width: 100%;
    }

    h3 {
        font-size: 42px !important;
    }

    .process-hd h3 {
        margin: 0 0 10px;
    }

    .proc-blk {
        display: block;
    }

    .proc-title,
    .proc-perag,
    .proc-btn {
        width: 100%;
    }

    .strip-f {
        transform: rotate(0deg);
    }

    .strip-l {
        transform: rotate(0deg);
        top: 0;
    }

    section.horizon-text {
        padding: 0;
    }

    .advr-title {
        padding-right: 0;
    }

    .advert-cycle {
        height: 400px;
    }

    .cir-ani {
        left: -180px;
        transform: scale(0.4);
        top: -140px;
    }

    .general-container {
        display: block;
        height: auto;
    }

    .aspect-img {
        height: auto;
    }

    .aspect-img img {
        margin: 0;
        width: 100%;
        border-radius: 0;
        padding: 0;
        height: 150px;
        object-fit: cover;
    }

    .aspect-imgs {
        border-radius: 20px;
        overflow: hidden;
        margin-top: 50px;
    }

    section.aspects-sec {
        padding: 40px 0;
    }

    .tmls-slid {
        flex-direction: column-reverse;
    }

    .tmls-txt-img img {
        height: 180px;
    }

    .tmls-txt {
        padding-right: 0;
        margin-top: 30px;
    }

    .tmls-sec .slick-next {
        right: 0;
    }

    .tmls-sec .slick-prev {
        left: 0;
    }

    .faq-blk {
        width: 100%;
    }

    .faq-blk .card button {
        font-size: 18px;
        white-space: normal;
        padding-right: 10px;
    }

    .faq-form-txt p {
        margin: 0 0 10px;
        width: 100%;
    }

    .faq-form-txt {
        display: block;
        margin-top: 0px;
    }

    .cta-blk {
        padding: 80px 30px;
    }

    .cta-blk p {
        width: 100%;
    }

    img.imgs-cta-2 {
        width: 100px;
    }

    img.imgs-cta-3 {
        width: 100px;
    }

    img.imgs-cta-1 {
        width: 70px;
    }

    .ftr-ul {
        float: none;
        margin-top: 20px;
    }

    .copy-con {
        display: block;
        text-align: center;
    }

    .copy-con ul {
        align-items: center;
        justify-content: center;
    }

    .copy-con li {
        margin: 0 7px;
    }
}

@media only screen and (max-width: 768px) {
    [data-aos] {
        animation: none !important;
        transition: none !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    header {
        padding: 20px 0 0;
    }

    .logo img {
        width: 100%;
    }

    .logo {
        width: 30%;
        padding: 0;
    }

    nav#cssmenu {
        display: inline-block;
    }

    .button:after {
        border-top: 0px solid #ff1654;
        border-bottom: 2px solid #096dbd;
    }

    .button:before {
        background: #096dbd;
    }

    #cssmenu .submenu-button:after {
        background: #096dbd;
    }

    #cssmenu .submenu-button:before {
        background: #6770fa;
    }

    #cssmenu ul li:hover {
        background: #ffffff;
    }

    .button.menu-opened:after {
        background: #096dbd;
    }

    .button.menu-opened:before {
        background: #096dbd;
    }

    .hdr-menu li {
        margin-left: 0;
    }

    .hdr-button a {
        background-color: transparent;
        color: #000 !important;
    }

    .banner-sec {
        overflow: hidden;
    }

    .banner-row {
        display: block;
    }

    .banner-row::before {
        display: none;
    }

    .banner-box1 {
        width: 100%;
        margin-top: 0;
    }

    .banner-box2 {
        width: 100%;
        left: 0;
    }

    .banner-box2 h1 {
        font-size: 64px;
        line-height: 60px;
        margin: 0 0 20px;
    }

    .welcome-img {
        position: static;
    }

    .welcome-img img {
        width: 40%;
    }

    .banner-box3 {
        width: 100%;
        margin-top: 60px;
    }

    .partnr-title {
        width: 100%;
    }

    .proces-title {
        display: block;
    }

    .process-hd,
    .process-perag {
        width: 100%;
    }

    h3 {
        font-size: 36px !important;
    }

    .process-hd h3 {
        margin: 0 0 10px;
    }

    .proc-blk {
        display: block;
    }

    .proc-title,
    .proc-perag,
    .proc-btn {
        width: 100%;
    }

    .strip-f {
        transform: rotate(0deg);
    }

    .strip-l {
        transform: rotate(0deg);
        top: 0;
    }

    section.horizon-text {
        padding: 0;
    }

    .advr-title {
        padding-right: 0;
    }

    .advert-cycle {
        height: 400px;
    }

    .cir-ani {
        left: -180px;
        transform: scale(0.4);
        top: -140px;
    }

    .general-container {
        display: block;
        height: auto;
    }

    .aspect-img {
        height: auto;
    }

    .aspect-img img {
        margin: 0;
        width: 100%;
        border-radius: 0;
        padding: 0;
        height: 150px;
        object-fit: cover;
    }

    .aspect-imgs {
        border-radius: 20px;
        overflow: hidden;
        margin-top: 50px;
    }

    section.aspects-sec {
        padding: 40px 0;
    }

    .tmls-slid {
        flex-direction: column-reverse;
    }

    .tmls-txt-img img {
        height: auto;
        width: 100%;
    }

    .first-img a {
        bottom: -24px;
    }

    .tmls-txt {
        padding-right: 0;
        margin-top: 30px;
    }

    .tmls-sec .slick-next {
        right: 0;
    }

    .tmls-sec .slick-prev {
        left: 0;
    }

    .faq-blk {
        width: 100%;
    }

    .card button {
        font-size: 18px;
        white-space: normal;
        padding-right: 10px;
    }

    .faq-form-txt p {
        margin: 0 0 10px;
        width: 100%;
    }

    .faq-form-txt {
        display: block;
        margin-top: 0px;
    }

    .cta-blk {
        padding: 80px 30px;
    }

    .cta-blk p {
        width: 100%;
    }

    img.imgs-cta-2 {
        width: 100px;
    }

    img.imgs-cta-3 {
        width: 100px;
    }

    img.imgs-cta-1 {
        width: 70px;
    }

    .ftr-ul {
        float: none;
        margin-top: 20px;
    }

    .copy-con {
        display: block;
        text-align: center;
    }

    .copy-con ul {
        align-items: center;
        justify-content: center;
    }

    .copy-con li {
        margin: 0 7px;
    }

    .tmls-txt h4 {
        font-size: 20px;
    }

    .inn-cap h2 {
        font-size: 38px;
    }

    .inn-cap {
        margin: 0 0 40px;
    }

    .inn-banner-sec {
        overflow: hidden;
    }

    .inn-banner-sec::before,
    .serv-banner-txt::before {
        display: none;
    }

    .serv-banner-img2 {
        margin-top: 0;
    }

    .serv-banner-txt h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .serv-banner-txt p {
        margin: 15px 0 30px;
    }

    .serv-banner-btns a {
        min-width: 150px !important;
        margin: 0 5px;
    }

    .serv-banner-img1 img {
        width: 100%;
    }

    .serv-banner-img1 {
        margin-top: 0;
        text-align: center;
    }

    .serv-banner-txt {
        margin: 50px 0 30px;
    }

    .profit-img img {
        width: 100%;
    }

    .cta2-sec {
        padding: 60px 0;
    }

    .radius3 {
        margin-top: 0px !important;
    }

    .serv-banner {
        overflow: hidden;
    }

    .points-of-contact {
        max-width: 100%;
    }

    .points-of-contact-items h6 {
        font-size: 20px;
    }

    .points-of-contact-items a {
        font-size: 12px;
    }

    .points-of-contact h4 {
        font-size: 20px;
    }

    .cntc-form {
        margin-top: 30px;
    }

    .ftr-links {
        align-items: flex-start;
        padding: 20px 30px;
    }

    .content:nth-of-type(4) {
        width: 100%;
    }

    .radius1 {
        border-radius: 0 !important;
    }

    .portf-blk {
        height: auto;
        border-radius: 0 !important;
        background-color: #0a0c28;
    }

    .portf-blk-odd:hover {
        background-color: #0a0c28;
        border-radius: 0 !important;
    }

    .service-badge img {
        display: none;
    }

    .pkgs-sec .card .btn {
        font-size: 18px;
    }

    .content {
        width: 100%;
    }
}

/*usama aman css start*/

@media (max-width: 767px) {
    
    ul.ftr-cntc a i {
        text-align: left;
        min-width: 30px;
    }
     
    #cssmenu .submenu-button {
        height: 100%;
    }
     
    #cssmenu>ul>li>a {
        font-size: 14px;
    }

    
    ul.ftr-cntc a i {
        text-align: left;
        min-width: 30px;
    }
     
    #cssmenu .submenu-button {
        height: 100%;
    }
     
    #cssmenu>ul>li>a {
        font-size: 14px;
    }
    
    h2{
        font-size:20px;
    }
    h3{
        font-size:18px;
    }
    h4{
        font-size:16px;
    }
    h5{
        font-size:14px;
    }
    h6{
        font-size:12px;
    }
    a{
        font-size:12px;
        height:unset;
        width:unset;
    }
    
    .banner-sec {
        padding: 0px 0px 30px 0px;
    }
    .banner-box2 h1 {
        font-size: 40px;
        line-height: normal;
    }    
    .banner-box2 h1 span {
        margin: 0;
    }

    .banner-box2 p {
        width: 100%;
    }

    .serv-banner-btns {
        display: flex;
        align-items: center;
        justify-content: left;
    }
    
    .serv-banner-btns a {
        width: 100% !important;
        font-size: 12px;
        padding: 10px;
        min-width: unset !important;
        margin: 0px 10px 0px 0px;
    }

    .welcome-img img {
        width: 30%;
    }

    .first-img a::before {
        height: 90px;
        width: 100px;
    }

    .first-img a {
        height: 100px;
        width: 100px;
    }

    .banner-box3 {
        margin-top: 0px;
        padding: 30px 0px;
    }

    .partners-sec {
        padding: 30px 0px;
    }

    .partnr-title h5 {
        font-size: 14px;
        width: 90%;
    }

    .process-sec {
        padding: 30px 0px;
    }

    .process-hd h3 {
        font-size: 18px !important;
    }

    .process-hd h6 {
        font-size: 12px;
    }

    .process-perag p {
        font-size: 12px;
    }
    
    .proces-title {
        padding-bottom: 20px;
    }

    .proc-blk {
        padding: 30px 0px;
    }

    .proc-title h4 {
        font-size: 16px;
    }

    .proc-title h4 span {
        font-size: 12px;
        height: 30px;
        width: 30px;
    }

    p {
        font-size: 12px;
    }

    .proc-btn {
        text-align: right;
    }

    .scrolling-text .scrolling-text-content b {
        font-size: 16px;
    }

    .advr-title h3 {
        font-size: 18px !important;
    }

    .advr-title p {
        line-height: normal;
    }

    .advr-title a {
        font-size: 12px;
        padding: 10px;
    }

    .cir-ani {
        left: -210px !important;
        top: -180px;
    }

    .ctgr-title h5 {
        font-size: 14px;
    }
    
    .ctgr-title-btn h3 {
        font-size: 18px !important;
    }

    .ctgr-title-btn a {
        height: 30px;
        width: 30px;
    }

    .ctgr-title-btn a img {
        width: 50%;
    }
    
    section.aspects-sec {
        padding: 30px 0px;
    }

    .aspect-txt h3 {
        width: 100%;
        font-size: 18px !important;
        margin-bottom: 20px;
    }

    .aspect-txt a {
        margin-top: 10px;
        font-size: 12px;
        padding: 10px;
    }

    .theme-btn1 img {
        width: 15%;
    }
    
    .aspect-imgs {
        margin-top: 20px;
    }

    section.tmls-sec {
        padding: 30px 0px;
    }
    
    .hd-title h3 {
        font-size: 18px !important;
    }

    .tmls-slid {
        padding: 20px;
        height: 100%;
    }
    
    .tmls-txt-img img {
        height: 30%;
        width: 30%;
        margin: auto;
    }

    .tmls-txt h4 {
        font-size: 16px;
        text-align: center;
    }
    
    section.tmls-sec .slick-arrow {
        height: 20px;
        width: 20px;
    }

    section.tmls-sec .slick-prev:before, section.tmls-sec .slick-next:before {
        font-size: 10px;
    }
    
    .tmls-txt h5 {
        font-size: 14px;
        margin: 10px 0px 0px 0px;
    }

    .tmls-txt span {
        font-size: 12px;
    }

    .tmls-txt {
        text-align: center;
    }

    section.faq-sec {
        padding: 30px 0px;
    }
    
    .faq-blk .card button {
        font-size: 12px;
    }
    
    .faq-blk .card-body p {
        font-size: 12px !important;
    }

    .faq-blk form textarea {
        font-size: 12px;
        height: 120px;
    }
    
    .faq-blk input.form-button {
        font-size: 12px !important;
        padding: 10px !important;
        height: unset !important;
    }

    .cta-sec {
        padding: 30px 0px;
    }
    
    .cta-sec h3 {
        font-size: 18px !important;
    }

    .cta-blk {
        padding: 50px 30px;
    }
    
    .theme-btn1 {
        padding: 10px;
        font-size: 12px;
    }

    footer {
        padding: 30px 0px;
    }
    
    .ftr-links {
        padding: 10px 0px;
    }
    
    .ftr-links h4 {
        font-size: 16px;
    }

    .ftr-links ul li a {
        font-size: 12px;
    }
    
    ul.ftr-cntc li a {
        font-size: 12px;
    }

    .copy-con li a {
        font-size: 12px;
    }
    
    .copy-con li {
        margin: 5px;
    }
    
.advert-cycle {
    height: 360px;
}


}





@media (min-width: 768px) and (max-width: 992px) {
    
    
nav#cssmenu {
    display: unset;
}
 
#cssmenu .submenu-button {
    height: 100%;
}
 
#cssmenu ul {
    float: left !important;
}
 
#cssmenu #head-mobile {
    padding: 10px 0px !important;
}
 
#cssmenu ul li a, #cssmenu ul ul li a {
    padding: 10px;
}
 
.hdr-menu li {
    margin: 0;
}
 
.button {
    top: 20px;
}
 
.button.menu-opened:before {
    background: #096dbd;
}
 
.button.menu-opened:after{
background: #096dbd;
}
 
.button:before{
    background: #096dbd;
}
 
.button:after{
    border-top:2px solid #096dbd;
    border-bottom:2px solid #096dbd;
}
 
#cssmenu .submenu-button:after{
    top:18px
}
 
#cssmenu .submenu-button:before{
    top:15px;
}

    h2{
        font-size:24px !important;
    }
    h3{
        font-size:20px !important;
    }
    h4{
        font-size:18px !important;
    }
    h5{
        font-size:16px !important;
    }
    h6{
        font-size:14px !important;
    }
    a{
        font-size:14px !important;
        height:unset !important;
         width:unset !important;
    }

    p{
        font-size:14px !important;
    }
    
    .logo img {
        width: 20%;
        margin: 0;
    }

    .banner-box2 h1 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 10px;
    }
    
    .welcome-img img {
        width: 40%;
    }

    .banner-row::before {
        z-index: -1;
        right: 0;
    }
    
    .logo {
        position: relative;
        text-align: left;
        height: 100%;
    }
    
    header {
        padding: 20px 0px;
    }

    .banner-box2 {
        width: 60%;
    }
    
    .welcome-img {
        left: -100px;
        z-index: -1;
    }

    .banner-box2 h1 span {
        margin: 0;
    }
    
    .banner-box3 {
        width: auto !important;
    }
    
    .banner-box2 {
        width: 100% !important;
    }

    .serv-banner-btns a {
        font-size: 12px;
        padding: 10px;
        min-width: unset;
        margin: 5px;
    }
    
    .first-img a::before {
        height: 80px;
        width: 90px;
    }
    
    .first-img a {
        height: 100px;
        width: 100px;
    }
    .partners-sec {
        padding: 30px 0px;
    }
    
    .process-sec {
        padding: 30px 0px;
    }
    
    .process-hd h3 {
        line-height: normal;
    }
    
    .proces-title {
        padding-bottom: 20px;
    }

    .proc-blk {
        padding: 20px 0px;
        justify-content: space-around;
    }
    
    .proc-btn {
        max-width: 100% !important;
        width: auto !important;
    }
    
    .process-hd, .process-perag {
        width: 100% !important;
    }
    
    section.horizon-text {
        padding: 30px 0px;
    }
    
    .cir-ani {
        left: -150px;
        width: 520px;
    }
    
    .m-div {
        width: 285px;
    }
    
    .advert-cycle span img {
        width: 50px !important;
        height: 50px !important;
    }
    
    .t-div .poly {
        width: 150px;
        height: 150px;
    }
    
    .m-div .ic3 {
        right: 0px;
        top: 55px;
    }
    
    .m-div .ic4 {
        left: 0;
        top: 200px;
    }
    
    .l-div .ic3 {
        left: 340px;
    }
    
    .l-div .ic1 {
        left: -16px;
    }
  
    .advr-title {
        padding-right: 90px;
    }
    
    .advr-title p {
        line-height: normal;
    }
    
    .theme-btn2 {
        padding: 10px;
    }
    
    .ctgr-title-btn h3 {
        font-size: unset !important;
    }

    .general-container {
        width: 100%;
        height: 300px;
    }

    section.aspects-sec {
    padding: 30px 0px;
}

.aspect-img {
    height: 100px;
    width: 160px;
}

.tmls-txt-img img {
    height: 100%;
    width: 100%;
    object-fit: unset;
}

section.faq-sec {
    padding: 30px 0px;
}

.faq-blk .card button {
    font-size: 16px;
}

.faq-blk .card-body p {
    font-size: 12px !important;
}

.faq-blk {
    width: 100% !important;
}

.cta-blk {
    padding: 100px 50px 30px 50px;
}

.theme-btn1 {
    padding: 10px;
    font-size: 12px !important;
}

ul.ftr-cntc li a {
    font-size: 12px !important;
}

footer a:hover, .copy-con li a:hover {
    color: #fff;
}

footer {
    padding: 30px 0px;
}

.copy-con li a {
    font-size: 12px !important;
}

.copy-con p {
    font-size: 12px !important;
}

.copy-con {
    align-items: center;
}

.aspect-imgs::after {
    height: 100px;
    width: 100px;
    right: 0;
}

.aspect-img3 img {
    margin-top: 10px;
    margin-left: 16px;
    width: 80%;
}

.aspect-img2 img {
    width: 80%;
    margin-top: 15px;
    margin-left: 0px;
}

.aspect-img4 img {
    margin-top: 5px;
    max-width: 80%;
}
    
.partnr-slid img {
    max-width: 70%;
    margin: auto;
}

}



/*usama aman css end*/

@media screen and (max-width: 992px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  
   .content .ctgr-title {
        background-position: center;
        background-size: cover;
    }
  
}



/*media query for adv circle*/

@media(min-width: 321px) and (max-width: 376px){
    
    .cir-ani {
        width: 760px !important;
        top: -180px !important;
    }
    
}

@media(min-width: 377px) and (max-width: 767px){
    
    .cir-ani {
        width: 810px !important;
        top: -220px !important;
    }
    
}


div#exampleModal {
    z-index: 99999999999999;
}