html,
body {
    margin: 0;
    font-size: 100%;
    background: #F6F7FF;
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Inter', sans-serif;
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #1d1d1f;
    font-weight: 600;
    letter-spacing: -0.02em;
}

li {
    list-style-type: none;
}

p {
    margin: 0;
    font-size: 19px;
    line-height: 1.47059;
    letter-spacing: -0.01em;
    color: #1d1d1f;
    text-align: left;
}

ul {
    margin: 0;
    padding: 0;
}


/*-- header --*/

a.navbar-brand {
    font-size: .75em;
    color: #1d1d1f;
    padding: 0;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.01em;
    text-shadow: none;
    position: relative;
}

.header-agile {
    width: auto;
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.social ul li {
    margin: 0px;
    display: inline-block;
}

.social ul li a {
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    /* color: #ddd; */
    letter-spacing: 1px;
    font-size: 15px;
    position: relative;
    padding: 0 0.1rem;
}

.social.social-invisible {
    display: none;
}


/*-- //header --*/


/*-- banner --*/

.banner-text {
    text-align: center;
}

.banner-text a {
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    outline: none;
    padding: 0px;
    text-decoration: underline;
    margin-top: 20px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
}


/*-- text Slider --*/

p.sub-para {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}

.slider-top span {
    font-weight: 600;
}

.home h3 {
    font-size: 2em;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.15em;
}


/* //text slider */

.bs-slider-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}

.bs-slider-overlay1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}

h4.agile-title,
h1.agile-title,
h2.agile-title {
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-shadow: none;
    font-size: 4.5em;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 0.5em;
}

.banner-text h5 {
    letter-spacing: 0.01em;
    text-shadow: none;
    font-size: 1.2em;
    text-transform: none;
    color: #86868b;
    font-weight: 400;
    margin-bottom: 1em;
}


/*-- //banner --*/


/*-- banner --*/

.csslider>ul>li,
.bs-slider-overlay,
.csslider>ul>li,
.bs-slider-overlay1 {
    min-height: 750px;
}

.csslider>ul>li:first-child {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
}

.csslider>ul>li:nth-child(2) {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
}

.csslider>ul>li:nth-child(3) {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
}

.csslider {
    position: relative;
}

.csslider>input {
    display: none;
}

.csslider>input:nth-of-type(3):checked~ul li:first-of-type {
    margin-left: -200%;
}

.csslider>input:nth-of-type(4):checked~ul li:first-of-type {
    margin-left: -300%;
}

.csslider>input:nth-of-type(2):checked~ul li:first-of-type {
    margin-left: -100%;
}

.csslider>input:nth-of-type(1):checked~ul li:first-of-type {
    margin-left: 0%;
}

.csslider>ul {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.csslider>ul>li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.csslider>.navigation {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider>.navigation>div {
    margin-left: -100%;
}

.csslider>.navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 2px;
    background: #F6F7FF;
    border: 3px solid #F6F7FF;
}

.csslider>.navigation label:hover:after {
    opacity: 1;
}

.csslider>.navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    background: transparent;
    border-radius: 50%;
    padding: 3px;
    opacity: 0;
    border: 4px solid #F6F7FF;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after {
    opacity: 1;
}

.csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2) {
    display: block;
    left: 0;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3) {
    display: block;
    right: 0;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}


/*#region MODULES */

#slider1 {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .csslider>.navigation {
        bottom: 75px;
    }
}

@media screen and (max-width: 768px) {
    .csslider>ul>li {
        min-height: 486px;
    }
}

@media screen and (max-width:736px) {
    .csslider>.navigation {
        bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .csslider>ul>li {
        min-height: 420px;
    }
}

@media screen and (max-width: 600px) {
    .csslider>ul>li {
        min-height: 385px;
    }
}

@media screen and (max-width: 480px) {
    .csslider>ul>li {
        min-height: 330px;
    }
}

@media screen and (max-width: 384px) {
    .csslider>ul>li {
        min-height: 280px;
    }
}


/* //banner */


/* header */


/* CSS Document */

header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: saturate(180%) blur(25px);
    -webkit-backdrop-filter: saturate(180%) blur(25px);
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 100% !important;
}

header .header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

header.scrolled {
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: saturate(180%) blur(30px);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.toggle,
[id^=drop] {
    display: none;
}


/* Giving a background-color to the nav container. */

nav {
    margin: 0;
    padding: 0;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}


/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}


/* Positioning the navigation items inline */

nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}


/* Styling the links */

nav a {
    font-weight: 400;
    text-transform: none;
    color: #1d1d1f;
    letter-spacing: -0.01em;
    font-size: 17px;
    position: relative;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

nav ul li ul li:hover {
    background: #f8f9fa;
}


/* Background color change on Hover */

nav a:hover {
    color: #0071e3;
    background: transparent;
}

.menu li.active a {
    color: #0071e3;
    background: transparent;
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 25px;
    background: #F6F7FF;
    padding: 10px;
}

ul.inner-dropdown a:hover {
    color: #333;
}


/* Display Dropdowns on Hover */

nav ul li:hover>ul {
    display: inherit;
}


/* Fisrt Tier Dropdown */

nav ul ul li {
    width: 160px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}


/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li>a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width: 991px) {
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }
    nav {
        margin: 0;
    }
    .header-agile {
        float: left;
    }
    nav ul {
        width: 100%;
    }
    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }
    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 4px 18px;
        font-size: 20px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: transparent;
        color: #1d1d1f;
        margin-top: 25px !important;
    }
    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 25%;
        padding: 5px;
        font-weight: normal;
        font-size: 15px;
        letter-spacing: 1px;
        background: none;
        color: #1d1d1f;
    }
    /* .toggle:hover {
        color: #333;
        background-color: #F6F7FF;
    } */
    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        background: rgba(246, 247, 255, 0.95);
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }
    nav ul ul ul a {
        padding: 0 80px;
    }
    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }
    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }
    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }
    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }
    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }
    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }
    nav a {
        color: #1d1d1f;
    }
    nav a:hover {
        color: #0071e3;
    }
    .menu li.active a {
        color: #0071e3;
    }
    nav ul ul li a {
        display: inline-block;
        font-size: 15px;
    }
    ul.inner-dropdown {
        padding-bottom: 0 !important;
        padding-top: 8px !important;
    }
}

@media all and (max-width: 330px) {
    nav ul li {
        display: block;
        width: 94%;
    }
}


/*-- // header --*/


/* -- about --*/

.about h4 {
    font-size: 40px;
    text-transform: none;
    letter-spacing: -0.02em;
    font-weight: 600;
    line-height: 1.1;
}

.about-padding {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-div {
    position: relative;
}

.position-img {
    position: absolute;
    right: 0;
    bottom: 10%;
}

.position-img1 {
    position: absolute;
    left: 0;
    bottom: 10%;
}


/* -- //about --*/


/*-- services --*/

.bottom-gd-content h4 {
    letter-spacing: 2px;
}

.bottom-gd-icon span {
    font-size: 2em;
    color: #ff3c41;
}

.bottom-gd-ser {
    background: #F6F7FF;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bottom-gd-ser:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

h3.heading {
    font-size: 48px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.services {
    background: #F6F7FF;
    padding: 100px 0;
}


/*-- //services --*/


/*-- gallery --*/

section#gallery {
    position: relative;
}

.gal-img {
    padding: 10px;
}

.gal-img img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    margin-bottom: 15px;
}

.gal-img:hover.gal-img img {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}


/*-- popup --*/

.pop-overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #F6F7FF;
    border-radius: 5px;
    max-width: 500px;
    position: relative;
    margin: 8em auto;
    padding: 3em 1em;
}

.popup p {
    font-size: 16px;
    color: #666;
    letter-spacing: .5px;
    line-height: 30px;
}

.popup h2 {
    margin-top: 0;
    color: #fff;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #ff3c41;
}


/*-- //popup --*/


/*-- //gallery --*/


/*-- stats --*/

.stats-info {
    background: url(../images/slider5.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.stats-info h3.heading,
p.center {
    color: #fff;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
}

p.text-li {
    color: #ccc;
}

.stats-grid-w3-agile .icon-right-w3ls {
    background: #048ccc;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    margin: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.stats-grid-w3-agile span.fa {
    font-size: 30px;
    color: #fff;
    line-height: 65px;
}

.counter {
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}


/*-- //stats --*/


/*-- contact --*/

.contact-left span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #03A9F4;
    font-size: 16px;
    padding-left: 10px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact select,
.contact textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    background-color: transparent;
    text-transform: capitalize;
    background-image: none;
    letter-spacing: 1px;
    /* -webkit-appearance: none; */
    transition: .3s ease-in-out;
    border: 1px solid #ccc;
}

.contact textarea {
    height: 120px;
}

.footer-style-w3ls p {
    font-size: 16px;
}

.footer-style-w3ls p a {
    color: #707579;
}

.contact button.btn {
    background: #048cc4;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    border: none;
    padding: 12px 40px;
    letter-spacing: 2px;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.contact iframe {
    border: none;
    outline: none;
    height: 310px;
    width: 100%;
    padding: 5px;
}

.phone-icon {
    text-align: center;
}


/*-- //contact --*/


/* -- //newsletter --*/

.subscribe-text input[type="email"] {
    outline: none;
    padding: 13px 20px;
    color: #333;
    font-size: 16px;
    width: 88%;
    border: none;
    background: none;
    letter-spacing: 1px;
}

.subscribe-text {
    background: #f5f6f7;
}

button.btn1 {
    color: #808080;
    border: none;
    padding: 13px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 12%;
}

.subscribe-text form {
    border: 1px solid #808080;
    width: 100%;
}


/* -- //newsletter --*/


/*-- footer --*/

ul.bottom-links-w3_pvt {
    border-top: 1px solid #1a1d1d;
    border-bottom: 1px solid #1a1d1d;
    padding: 1.5em 0;
    margin: 3em 0;
}

ul.bottom-links-w3_pvt li {
    display: inline-block;
    margin: 0 2em;
}

ul.bottom-links-w3_pvt li:last-child {
    float: right;
}

ul.bottom-links-w3_pvt li a.active,
ul.bottom-links-w3_pvt li a:hover {
    color: #34c663;
}

ul.bottom-links-w3_pvt li a {
    font-size: 14px;
    color: #606161;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footv4-left h2 a {
    font-size: 0.9em;
    letter-spacing: 0.5px;
    color: #fff !important;
    display: block;
    position: relative;
    margin-bottom: 1em;
    font-weight: 800;
    text-transform: uppercase;
}

ul.d-flex.header-agile li span {
    margin-right: 1em;
    color: #0cc5b7;
}

.footv4-left ul.v4-rel li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
}

ul.footer-link li {
    display: inline-block;
    line-height: 2;
    margin-right: 1em;
}

ul.footer-link li a {
    color: #F6F7FF;
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: 1px;
}

footer {
    background: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0;
}

.footerv4-w3ls {
    padding-top: 0 !important;
    background: #000000 !important;
}

.footerv4-top {
    background: #000000 !important;
}

.copy-right p {
    color: #F6F7FF;
}

.copy-right p a {
    color: #F6F7FF;
}

.footer-logo a {
    font-size: 32px;
    color: #F6F7FF;
    letter-spacing: 1px;
    font-weight: 600;
}


/*-- //footer --*/


/*-- move top --*/

a.move-top {
    color: #fff;
    font-size: 20px;
    background: #04a4eb;
    width: 40px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-bottom: 20px;
    display: inline-block;
    position: fixed;
    bottom: 40px;
    right: 40px;
}


/*--// move top --*/


/*-- Responsive design --*/

@media(max-width:1440px) {}

@media(max-width:1080px) {
    .csslider>ul>li,
    .bs-slider-overlay,
    .csslider>ul>li,
    .bs-slider-overlay1 {
        min-height: 680px;
    }
    h4.agile-title,
    h1.agile-title,
    h2.agile-title {
        font-size: 3.5em;
    }
    .about-padding {
        padding: 2em 3em;
    }
    .about h4 {
        font-size: 28px;
    }
    h3.heading {
        font-size: 35px;
        letter-spacing: 1px;
    }
    p.text-li {
        font-size: 15px;
    }
    .bottom-gd-content h4 {
        letter-spacing: 1px;
        font-size: 22px;
    }
}

@media(max-width:1024px) {
    .csslider>ul>li,
    .bs-slider-overlay,
    .csslider>ul>li,
    .bs-slider-overlay1 {
        min-height: 650px;
    }
}

@media(max-width:991px) {
    .about-padding {
        padding: 0em 1em;
    }
    .img-div {
        margin: 4em 0;
    }
    .csslider>ul>li,
    .bs-slider-overlay,
    .csslider>ul>li,
    .bs-slider-overlay1 {
        min-height: 600px;
    }
    header {
        padding: 0rem 0;
    }
    .social.social-invisible {
        display: block;
    }
    /* .social {
        display: none;
    } */
    .header-agile {
        width: auto;
    }
}

@media(max-width:900px) {
    h4.agile-title,
    h1.agile-title,
    h2.agile-title {
        font-size: 3em;
    }
}

@media(max-width:736px) {
    h4.agile-title,
    h1.agile-title,
    h2.agile-title {
        font-size: 2.6em;
        letter-spacing: 1px;
    }
    .banner-text h5 {
        letter-spacing: 4px;
        font-size: 1.2em;
    }
    .csslider>ul>li,
    .bs-slider-overlay,
    .csslider>ul>li,
    .bs-slider-overlay1 {
        min-height: 550px;
    }
    .stats-grid-w3-agile .icon-right-w3ls {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .stats-grid-w3-agile span.fa {
        font-size: 25px;
        line-height: 60px;
    }
    .counter {
        font-size: 34px;
    }
    .footer-logo a {
        font-size: 28px;
    }
    .copy-right p {
        font-size: 16px;
    }
}

@media(max-width:667px) {
    .img-div {
        margin: 2em 0 0;
    }
    .position-img,
    .position-img1 {
        position: static;
        margin: 2em 0;
    }
    .about h4 {
        font-size: 25px;
    }
    p {
        font-size: 16px;
    }
    .csslider>ul>li,
    .bs-slider-overlay,
    .csslider>ul>li,
    .bs-slider-overlay1 {
        min-height: 500px;
    }
}

@media(max-width:568px) {
    h3.heading {
        font-size: 30px;
        letter-spacing: 1px;
    }
    h4.agile-title,
    h1.agile-title,
    h2.agile-title {
        font-size: 2.2em;
        letter-spacing: 1px;
    }
    .banner-text h5 {
        letter-spacing: 3px;
        font-size: 1em;
    }
    .csslider>ul>li,
    .bs-slider-overlay,
    .csslider>ul>li,
    .bs-slider-overlay1 {
        min-height: 450px;
    }
}

@media(max-width:480px) {
    .bottom-gd-content h4 {
        font-size: 20px;
    }
    p {
        line-height: 1.8;
    }
    .menu .toggle {
        width: 30%;
    }
    ul.footer-link {
        text-align: center;
    }
}

@media(max-width:414px) {
    .about h4 {
        font-size: 23px;
    }
    .counter {
        font-size: 30px;
    }
    h3.heading {
        font-size: 27px;
        letter-spacing: 0px;
    }
    .contact input[type="text"],
    .contact input[type="email"],
    .contact select,
    .contact textarea {
        font-size: 14px;
    }
    .contact button.btn {
        font-size: 16px;
        padding: 10px 35px;
        letter-spacing: 1px;
    }
    h4.agile-title,
    h1.agile-title,
    h2.agile-title {
        font-size: 2em;
        letter-spacing: 0px;
    }
    .banner-text h5 {
        letter-spacing: 2px;
        font-size: .9em;
    }
    .menu .toggle {
        width: 35%;
    }
}

@media(max-width:384px) {
    h4.agile-title,
    h1.agile-title,
    h2.agile-title {
        font-size: 1.8em;
    }
    .banner-text a {
        font-size: 15px;
        margin-top: 10px;
    }
    .footer-logo a {
        font-size: 25px;
        letter-spacing: 0;
    }
    .popup {
        margin: 8em 1em;
    }
}


/*-- //Responsive design --*/


/* main-slider-css */

.banner-info {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 22px;
}

.container {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 980px;
    }
}


/* .banner-info a {
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    outline: none;
    padding: 0px;
    text-decoration: underline;
    margin-top: 20px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
} */

.banner-info h5 {
    letter-spacing: 0.01em;
    text-shadow: none;
    font-size: 1.2em;
    text-transform: none;
    color: #86868b;
    font-weight: 400;
    margin-bottom: 1em;
}

.banner-view {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    background-size: cover;
    min-height: 100vh;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    padding: 120px 0 80px;
}

.banner-top1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-size: cover;
}

.banner-top2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    background-size: cover;
}

.banner-view:before {
    content: "";
    background: transparent;
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 1680px) {
    .banner-view {
        min-height: 750px;
    }
}

@media (max-width: 1440px) {
    .banner-view {
        min-height: 680px;
    }
}

@media (max-width: 1080px) {
    .banner-view {
        min-height: 660px;
    }
}

@media (max-width: 992px) {
    .banner-view {
        min-height: 630px;
    }
}

@media (max-width: 736px) {
    .banner-view {
        min-height: 580px;
    }
    .banner-info h5 {
        letter-spacing: 4px;
        font-size: 1.2em;
    }
}

@media (max-width: 600px) {
    .banner-view {
        min-height: 530px;
    }
}

@media (max-width: 568px) {
    .banner-view {
        min-height: 400px;
    }
    .banner-info h5 {
        letter-spacing: 3px;
        font-size: 1em;
        margin-top: 52px !important;

    }
}

@media (max-width: 414px) {
    .banner-info h5 {
        letter-spacing: 2px;
        font-size: .9em;
    }
}

@media (max-width: 384px) {
    .banner-info a {
        font-size: 15px;
        margin-top: 10px;
    }
}

.app-btn {
    width: 45%;
    max-width: 160px;
    color: #000;
    margin: 20px 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    /* font-size: 10px; */
    text-transform: uppercase;
}

* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

#w3lDemoBar.w3l-demo-bar {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 40px 5px;
    padding-top: 70px;
    margin-bottom: 70px;
    background: #0D1326;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

#w3lDemoBar.w3l-demo-bar a {
    display: block;
    color: #e6ebff;
    text-decoration: none;
    line-height: 24px;
    opacity: .6;
    margin-bottom: 20px;
    text-align: center;
}

#w3lDemoBar.w3l-demo-bar span.w3l-icon {
    display: block;
}

#w3lDemoBar.w3l-demo-bar a:hover {
    opacity: 1;
}

#w3lDemoBar.w3l-demo-bar .w3l-icon svg {
    color: #e6ebff;
}

#w3lDemoBar.w3l-demo-bar .responsive-icons {
    margin-top: 30px;
    border-top: 1px solid #41414d;
    padding-top: 40px;
}

#w3lDemoBar.w3l-demo-bar .demo-btns {
    border-top: 1px solid #41414d;
    padding-top: 30px;
}

#w3lDemoBar.w3l-demo-bar .responsive-icons a span.fa {
    font-size: 26px;
}

#w3lDemoBar.w3l-demo-bar .no-margin-bottom {
    margin-bottom: 0;
}

.toggle-right-sidebar span {
    background: #0D1326;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #e6ebff;
    border-radius: 50px;
    font-size: 26px;
    cursor: pointer;
    opacity: .5;
}

.pull-right {
    float: right;
    position: fixed;
    right: 0px;
    top: 70px;
    width: 90px;
    z-index: 99999;
    text-align: center;
}


/* ============================================================
RIGHT SIDEBAR SECTION
============================================================ */

#right-sidebar {
    width: 90px;
    position: fixed;
    height: 100%;
    z-index: 1000;
    right: 0px;
    top: 0;
    margin-top: 60px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow-y: auto;
}


/* ============================================================
RIGHT SIDEBAR TOGGLE SECTION
============================================================ */

.hide-right-bar-notifications {
    margin-right: -300px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
    #w3lDemoBar.w3l-demo-bar a.desktop-mode {
        display: none;
    }
}

@media (max-width: 767px) {
    #w3lDemoBar.w3l-demo-bar a.tablet-mode {
        display: none;
    }

    .toggle{
        margin-top:-56px !important
    }

   
}

@media (max-width: 568px) {
    #w3lDemoBar.w3l-demo-bar a.mobile-mode {
        display: none;
    }
    #w3lDemoBar.w3l-demo-bar .responsive-icons {
        margin-top: 0px;
        border-top: none;
        padding-top: 0px;
    }
    #right-sidebar,
    .pull-right {
        width: 90px;
    }
    #w3lDemoBar.w3l-demo-bar .no-margin-bottom-mobile {
        margin-bottom: 0;
    }
}

* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif !important;
}

*::before,
*::after {
    box-sizing: border-box;
}

/* Override Bootstrap and all other font families to use Inter only */
body, html, input, textarea, select, button, a, p, h1, h2, h3, h4, h5, h6, span, div, li, ul, ol, table, td, th, label {
    font-family: 'Inter', sans-serif !important;
}

.accordion .accordion-item {
    border-bottom: none;
    will-change: transform;
    transform: translateZ(0);
}

.accordion .accordion-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.accordion .accordion-item:last-child button {
    border-bottom: none !important;
}

.accordion .accordion-item:last-child button[aria-expanded='true'] {
    border-bottom: none !important;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: none;
}

#accordion-button-5 {
    border-bottom: none !important;
}

#accordion-button-5[aria-expanded='true'] {
    border-bottom: none !important;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #F6F7FF;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    transition: color 0.3s ease;
    will-change: color;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #0071e3;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #041424;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    right: 28px;
    width: 28px;
    height: 28px;
    border: 2px solid rgba(246, 247, 255, 0.4);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0, 113, 227, 0.1);
    will-change: transform;
    transform: translateZ(0);
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 12px;
    left: 6px;
    width: 12px;
    height: 2px;
    background: currentColor;
    transition: all 0.3s ease;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 6px;
    left: 12px;
    width: 2px;
    height: 12px;
    background: currentColor;
    transition: all 0.3s ease;
}

.accordion button:hover .icon {
    border-color: #0071e3;
    background: rgba(0, 113, 227, 0.2);
    transform: translateZ(0) scale(1.1);
}

.accordion button[aria-expanded='true'] {
    color: #0071e3;
}

.accordion button[aria-expanded='true'] .icon {
    border-color: #0071e3;
    background: rgba(0, 113, 227, 0.3);
    transform: translateZ(0) rotate(180deg);
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
    opacity: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 500px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    margin: 1.5em 0;
    color: #F6F7FF;
    line-height: 1.8;
}

.accordion .accordion-item:last-child .accordion-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.accordion .accordion-item:last-child .accordion-content p {
    margin-bottom: 0 !important;
}


/* testimonial  */


/* * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
} */

.testimonial {
    width: 100%;
    /* height: 100vh; */
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #3d5a80; */
    /* background: linear-gradient(to right, #820bf9, #ffce29); */
    background: linear-gradient(to right, #048cc4, #041424, #048cc4);
    color: #3d5a80;
}

.testimonial-slide {
    padding: 40px 20px;
}

.testimonial_box-top {
    background-color: #F6F7FF;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.testimonial_box-icon {
    padding: 10px 0;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}


/* .testimonial_box-text {
    padding: 10px 0;
} */

.testimonial_box-text p {
    /* color: #293241; */
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0;
}

.testimonial_box-img {
    padding: 10px 0 10px;
    display: flex;
    justify-content: center;
}

.testimonial_box-img img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}


/* .testimonial_box-name {
    padding-top: 10px;
} */

.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    /* color: #293241; */
    margin-bottom: 0;
}

.testimonial_box-job p {
    /* color: #293241; */
    font-size: 17px;
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    line-height: 20px;
    /* font-weight: 300; */
    margin-bottom: 0;
}


/* partner  */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.banner {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    min-height: 400px !important;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
}

.new_readmore {
    font-size: 19px;
    /* color: red; */
    margin-top: 10px;
}
