body {
    font-family: "Poppins", sans-serif;
}

* {
    margin: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1390px;
    padding: 0px 15px;
    margin: 0 auto;
}

header.header-outer {
    padding: 41px 0px;
}

header.header-outer .header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header.header-outer .header-inner .header-logo {
    width: 100%;
    max-width: 247px;
}

header.header-outer .header-inner .header-logo a {
    display: inline-block;
    width: 100%;
}

header.header-outer .header-inner .header-logo a img {
    width: 100%;
    vertical-align: bottom;
}

header.header-outer .header-inner .header-navigation {
    width: calc(100% - 247px);
}

header.header-outer .header-inner .header-navigation ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: right;
}

header.header-outer .header-inner .header-navigation ul li {
    display: inline-block;
  
    margin-right: 12px;
}

header.header-outer .header-inner .header-navigation ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #171515;
    text-transform: capitalize;
    padding: 17px 24px;
    display:inline-block;
}

header.header-outer .header-inner .header-navigation ul li:last-child a{
    border: 2px solid #5F71F7;
    border-radius: 60px;
    color: #5F71F7;
    margin-right: 0px;
    margin-left: 15px;
    padding: 15.5px 37px;
}


header.header-outer .header-inner .header-navigation ul li:last-child {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}


.activeMenu{
    border-radius: 12px;
    background: #5F71F726;
    color: #5F71F7 !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

section.banner-outer {
    padding: 100px 0px 80px;
    background: linear-gradient(180deg, #FFFFFF 0%, #DDE1FF 100%);
    /* position: relative;
    overflow: hidden; */
    overflow-x: hidden;
}
section.banner-outer.bg .banner-inner .banner-top {
    position: relative;
    margin: 0px;
}
section.banner-outer.bg {
    background-image: url("../images/banner-bgg.jfif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 140px 0px;
    position: relative;
}
section.banner-outer.bg:before {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}
section.banner-outer.bg .banner-inner .banner-top h1 {
    color: #fff;
}
section.banner-outer.bg .banner-inner .banner-top p {
    color: #fff;
}

/* section.banner-outer .container:before {
    position: absolute;
    bottom: 12%;
    left: calc(100% - 15px);
    width: 100%;
    height: 180px;
    content: "";
    background-image: url(../images/banner-right-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
section.banner-outer .container:after {
    position: absolute;
    bottom: 12%;
    right: calc(100% - 15px);
    width: 100%;
    height: 180px;
    content: "";
    background-image: url(../images/banner-left-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
section.banner-outer .container {
    position: relative;
} */
section.banner-outer .banner-inner .banner-top {
    margin-bottom: 100px;
    text-align: center;
    padding: 0px 15px;
}

section.banner-outer .banner-inner .banner-top h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 20px;
    color: #171515;
}

section.banner-outer .banner-inner .banner-top h1 span.blue {
    color: #5F71F7;
}

section.banner-outer .banner-inner .banner-top p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 44px;
    color: #171515;
    text-align: center;
    width: 100%;
    max-width: 1260px;
    margin: 0px auto 40px auto;
}

section.banner-outer .banner-inner .banner-top .button a {
    display: inline-block;
    text-decoration: none;
    background: #5F71F7;
    border-radius: 60px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    padding: 24px 85px;
    border: 2px solid #5F71F7;
}

section.banner-outer .banner-inner .banner-bottom {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}   
section.banner-outer .banner-inner .banner-top-outer .right-images {
    width: 15%;
}
section.banner-outer .banner-inner .banner-top-outer .right-images img {
    width: 100%;
}
section.banner-outer .banner-inner .banner-top-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

section.banner-outer .banner-inner .banner-bottom .two-box {
    width: calc(50% - 5px);
    border: 2px solid #5F71F7;
    margin: 0px 10px 10px 0px;
    display: flex;
    flex-wrap: wrap;
    padding: 45px 30px;
    align-items: center;
}

section.banner-outer .banner-inner .banner-bottom .two-box:nth-child(2n) {
    margin-right: 0px;
}

section.banner-outer .banner-inner .banner-bottom .two-box .summary {
    width: calc(100% - 75px);
}

section.banner-outer .banner-inner .banner-bottom .two-box .image-box {
    width: 75px;
    padding-right: 15px;
}

section.banner-outer .banner-inner .banner-bottom .two-box .image-box img {
    width: 100%;
}

section.banner-outer .banner-inner .banner-bottom .two-box .summary p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #171515;
}

section.banner-outer .banner-inner .banner-bottom .two-box.one {
    border-radius: 30px 0px 0px 0px;
}

section.banner-outer .banner-inner .banner-bottom .two-box.two {
    border-radius: 0px 30px 0px 0px;
}

section.banner-outer .banner-inner .banner-bottom .two-box.three {
    border-radius: 0px 0px 0px 30px;
}

section.banner-outer .banner-inner .banner-bottom .two-box.four {
    border-radius: 0px 0px 30px 0px;
}

section.slider-secton {
    padding: 100px 15px;
}

section.slider-secton .slider-box {
    padding: 50px 15px;
    width: 100%;
   /* max-width: 1600px;*/
    background: #F2E7FF;
    border: 1px solid #6013B8;
    border-radius: 30px;
}

section.slider-secton .slider-box .slider-inner {
    display: flex;
    flex-wrap: wrap;
}

section.slider-secton .slider-outer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
section.slider-secton .owl-carousel {
    width: 100%;
    max-width: 70%;
     /*max-width: 1360px;*/
    /*max-width: 1603px;*/
    margin: 0 auto;
}

section.slider-secton .slider-box .slider-inner .slider-right {
    width: 35%;
    padding-right: 60px;
}

section.slider-secton .slider-box .slider-inner .slider-left {
    width: 65%;
    padding-right: 88px;
}

section.slider-secton .slider-box .slider-inner .slider-left .top-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #171515;
    margin-bottom: 15px;
}

section.slider-secton .slider-box .slider-inner .slider-left h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px;
}

section.slider-secton .slider-box .slider-inner .slider-left p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #171515;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 50px 0;
}

section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .right-box {
    width: calc(100% - 65px);
}

section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .icon-box {
    width: 65px;
    padding-right: 15px;
}

section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active:last-child {
    margin-bottom: 0px;
}

section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .right-box h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 11px;
}

section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .right-box p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #171515;
    margin: 0px;
}

section.slider-secton .slider-box.color-two {
    background-color: #FEF8DD;
    border: 1px solid #B19209;
}

section.slider-secton .slider-box.color-three {
    border: 1px solid #105EB8;
    background: #E3F0FF;
}

section.slider-secton .slider-box.color-four {
    border: 1px solid #1C7808;
    background: #E1F8DC;
}

section.slider-secton .slider-box.color-five {
    background: #FFEBF6;
    border: 1px solid #9E0B5F;
}

section.slider-secton .slider-box.color-one .color-one {
    color: #6013B8;
}

section.slider-secton .slider-box.color-two .color-one {
    color: #B19209;
}

section.slider-secton .slider-box.color-three .color-one {
    color: #105EB8;
}

section.slider-secton .slider-box.color-four .color-one {
    color: #1C7808;
}

section.slider-secton .slider-box.color-five .color-one {
    color: #9E0B5F;
}

section.slider-secton .owl-carousel .owl-dots {
    margin: 0px !important;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: rotate(90deg);
}

section.slider-secton .owl-carousel .owl-dots button.owl-dot span {
    margin: 0px 5px;
    border: 1px solid #171515;
    background: transparent;
    width: 12px;
    height: 12px;
    opacity: 1;
}

section.slider-secton .owl-carousel .owl-dots button.owl-dot.active span {
    background: #171515;
    width: 50px;
}

section.full-screen-section img {
    width: 100%;
    vertical-align: bottom;
}

section.our-solution {
    padding: 80px 0px;
    background: #F2F2F2;
}

section.our-solution .header-our-sol h2.sol-head {
    font-family: Poppins;
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #171515;
    margin-bottom: 60px;
}

section.our-solution .sol-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.our-solution .sol-data .sol-box {
    width: calc(33.33% - 10px);
    padding: 45px 35px;
    background: #FFFFFF;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section.our-solution .sol-data .sol-box:nth-child(3n) {
    margin-right: 0px;
}

section.our-solution .sol-data .sol-box .icon-sol {
    width: 70px;
}

section.our-solution .sol-data .sol-box .icon-sol img {
    width: 100%;
}

section.our-solution .sol-data .sol-box .sol-ine-text {
    width: calc(100% - 70px);
    padding-left: 20px;
}

section.our-solution .sol-data .sol-box .sol-ine-text h6 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #171515;
}

section.Global {
    padding: 80px 0px;
}

section.Global .global-inner-head h2.global-heading {
    font-family: Poppins;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    color: #171515;
    margin-bottom: 20px;
}

section.Global .global-inner-head {
    text-align: center;
    margin-bottom: 40px;
}

section.Global .global-inner-head p.global-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}

section.Global .global-map {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

section.Global .global-map img {
    width: 100%;
}

section.testimonial-outer {
    padding: 80px 0px;
    background: #5F71F7;
}

section.testimonial-outer .testimonial-inner h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

section.testimonial-outer .testimonial-inner .testimonial-box-slider .testimonia-box {
    background-color: #fff;
    padding: 57px 45px 30px;
    border-radius: 30px;
}

section.testimonial-outer .testimonial-inner .testimonial-box-slider .testimonia-box h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #292E30;
    margin-bottom: 30px;
}

section.testimonial-outer .testimonial-inner .testimonial-box-slider .testimonia-box p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #292E30;
    margin-bottom: 30px;
}

section.testimonial-outer .testimonial-inner .testimonial-box-slider .testimonia-box h6 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #3457D5;
}

section.testimonial-outer .testimonial-inner .testimonial-box-slider .testimonia-box .image {
    width: 100px;
    margin: 0 0 0 auto;
}

section.testimonial-outer .testimonial-inner .owl-stage-outer:after {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 10%;
    height: calc(100% + 1px);
    content: "";
    background: linear-gradient(90deg, #FFFFFF 0%, #5F71F7 52.39%, #5F71F7 100%);
    border-radius: 30px 0px 0px 30px;
    transform: rotate(180deg);
}

section.testimonial-outer .testimonial-inner .owl-stage-outer:before {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 10%;
    height: calc(100% + 1px);
    content: "";
    background: linear-gradient(90deg, #FFFFFF 0%, #5F71F7 52.39%, #5F71F7 100%);
    border-radius: 30px 0px 0px 30px;
    z-index: 1;
}

section.testimonial-outer .owl-nav button:hover {
    background: transparent !important;
}

section.testimonial-outer .owl-nav {
    border-radius: 40px;
    width: 327px;
    border: 3px solid #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

section.testimonial-outer .testimonial-inner .owl-stage-outer {
    position: relative;
}

section.testimonial-outer .owl-nav button.owl-prev {
    margin: 0px;
}

section.testimonial-outer .owl-nav button.owl-prev span {
    color: #fff;
    font-size: 47px;
    top: -2px;
    position: relative;
}

section.testimonial-outer .owl-nav button.owl-next {
    margin: 0px;
}

section.testimonial-outer .owl-nav button.owl-next span {
    color: #fff;
    font-size: 47px;
    top: -2px;
    position: relative;
}

section.testimonial-outer .owl-nav:before {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #ffffff;
    z-index: 111;
    content: "";
    transform: translateX(50%);
}

section.accordion-outer {
    padding: 80px 0px;
}

section.accordion-outer .accordion-inner h2 {
    color: #292E30;
    font-family: Poppins;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
}

section.accordion-outer .accordion-inner .accordion-box {
    margin-top: 80px;
}

.accordion-box .accordion-block h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #111112;
}

.accordion-box .accordion-block p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #8C8C8C;
    margin-top: 20px;
}

section.accordion-outer .accordion-inner {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}

section.accordion-outer .accordion-inner .accordion-box .accordion-block {
    padding: 35px 135px 35px 35px;
    background: #F2F2F2;
    margin-bottom: 20px;
    border-radius: 20px;
    position: relative;
}
section.accordion-outer .accordion-inner .accordion-box .accordion-block:before {
    top: 29px;
    right: 46px;
    background-image: url("../images/accordion.png");
    content: "";
    width: 42px;
    height: 42px;
    z-index: 11;
    background-size: cover;
    position: absolute;
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}
section.accordion-outer .accordion-inner .accordion-box .accordion-block.active:before {
    transform: rotate(0deg);
}
footer.fotter {
    background: #111112;
    padding: 120px 0px 60px;
}

footer.fotter .fotter-inner {
    width: 100%;
    max-width: 1060px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}

footer.fotter .fotter-inner .left-box {
    width: 40%;
}

footer.fotter .fotter-inner .right-box {
    width: 60%;
    padding-left: 30px;
}

footer.fotter .fotter-inner .right-box .map iframe {
    width: 100%;
    height: 230px;
}

footer.fotter .fotter-inner .right-box .fotter-text p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    color: #fff;
}

footer.fotter .copyright {
    margin-top: 80px;
    text-align: center;
    color: #fff;
}

footer.fotter .copyright p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #586268;
}

footer.fotter .fotter-inner .left-box .logo-fotter {
    margin: 0px;
    width: 100%;
    max-width: 230px;
    margin-bottom: 60px;
}

footer.fotter .fotter-inner .left-box .logo-fotter img.logo1-img {
    width: 100%;
    vertical-align: bottom;
}

footer.fotter .fotter-inner .left-box .fotter-links ul {
    padding: 0px;
}

footer.fotter .fotter-inner .left-box .fotter-links ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

footer.fotter .fotter-inner .left-box .fotter-links ul li a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
}

footer.fotter .fotter-inner .left-box .social {
    display: flex;
    flex-wrap: wrap;
}

footer.fotter .fotter-inner .left-box .social .icon-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 130px;
}

footer.fotter .fotter-inner .left-box .social .icon-social a {
    padding: 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

footer.fotter .fotter-inner .left-box .social .icon-social a img {
    width: 100%;
}

header.header-outer .header-inner .header-navigation .toggle {
    display: none;
}
.whatsapp-button {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 6%;
    right: 1%;
    z-index: 111;
}
.whatsapp-button a {
    display: inline-block;
    width: 100%;
}
.whatsapp-button a img {
    width: 100%;
}
section.banner-about {
    padding: 78px 0px 0px;
}
section.banner-about .banner-top .banner-top-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #8A979E;
}
section.banner-about .banner-top h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    color: #171515;
    text-align: center;
    margin-bottom: 40px;
}
section.banner-about .banner-top p {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #171515;
    text-align: center;
}
section.slider-secton.about .slider-box {
    margin: 0 auto;
    background: #F2F2F2;
    border: 0px;
}
section.slider-secton.about .slider-box.color-one .color-one {
    color: #3457D5;
}
section.slider-secton.about .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .icon-box img {
    width: 100%;
}
section.slider-secton.about .slider-box .slider-inner .slider-left h2 {
    margin-bottom: 50px;
}
section.slider-secton.about .slider-box .slider-inner .slider-right {
    width: 35%;
    padding-right: 0;
}
section.slider-secton.about .slider-box .slider-inner .slider-left {
    width: 65%;
    padding-right: 88px;
}
section.slider-secton.about .top-box-about {
    width: 100%;
    max-width: 1600px;
    border-radius: 40px;
    background: #F2F2F2;
    margin: 80px auto 0px;
    padding: 49px 40px 49px 190px;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #171515;
    position: relative;
}
section.slider-secton.about .top-box-about:before {
    position: absolute;
    top: 22px;
    left: 44px;
    width: 100px;
    height: 100px;
    content: "";
    background-image: url("../images/SVG/Quote.svg");
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}
.get-in-touch {
    border: 2px solid #3457D5;
    background: #3457D5;
    padding: 80px 0px;
}
.get-in-touch .get-in-touch-inner {
    width: 100%;
    max-width: 912px;
    margin: 0 auto;
}
.get-in-touch .get-in-touch-inner .main h2.title {
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
}
.get-in-touch .get-in-touch-inner .main p.subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.get-in-touch .get-in-touch-inner .main {
    margin-bottom: 80px;
}
.get-in-touch .get-in-touch-inner .form-inner {
    display: flex;
    flex-wrap: wrap;
}
.get-in-touch .get-in-touch-inner .form-inner .left {
    width: calc(50% - 14px);
    margin-right: 14px;
}
.get-in-touch .get-in-touch-inner .form-inner .right {
    width: calc(50% - 14px);
    margin-left: 14px;
}
.get-in-touch .get-in-touch-inner .form-inner .left .mb-3 {
    margin-bottom: 30px;
}
.get-in-touch .get-in-touch-inner .form-inner .left .mb-3:last-child {
    margin-bottom: 0px;
}
.get-in-touch .get-in-touch-inner .form-inner .left .mb-3 input, .get-in-touch .get-in-touch-inner .form-inner .right .mb-3 textarea {
    width: 100%;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #586268;
    background: #FFFFFF;
    padding: 20px 18px;
    border-radius: 12px;
    border: 1px solid #fff;
}
.get-in-touch .get-in-touch-inner .form-inner .left .mb-3 input::placeholder, .get-in-touch .get-in-touch-inner .form-inner .right .mb-3 textarea::placeholder {
    color: #586268;
}
.get-in-touch .get-in-touch-inner .form-inner .left .mb-3 input:focus, .get-in-touch .get-in-touch-inner .form-inner .right .mb-3 textarea:focus {
    outline: none;
}
.get-in-touch .get-in-touch-inner .form-inner .right .text-center {
    margin-top: 11px;
}
.get-in-touch .get-in-touch-inner .form-inner .right .text-center button.btn.custom-btn {
    border: 2px solid #3457D5;
    background: #111112;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    width: 100%;
    padding: 26px;
    outline: 2px solid #111112;
    border-radius: 30px;
    display: inline-block;
}
section.slider-secton.about .slider-box .slider-inner .slider-right img {
    width: 100%;
}
section.our-solution.categories .sol-box a {
    display: flex;
    text-decoration: none;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
}
section.our-solution.categories .sol-box a .sol-ine-text {
    text-align: left;
}
.full-screen-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #E0E4FF 15.89%);
    padding: 80px 15px;
}
.full-screen-section .full-image {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}

.full-screen-section .full-image img {
    width: 100%;
    max-width: 70%;
}

/* Responsive */

@media screen and (max-width: 1366px){
section.slider-secton .slider-box .slider-inner .slider-left {
    padding-right: 42px;
}
section.slider-secton .slider-box .slider-inner .slider-left h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
}
section.slider-secton .slider-box .slider-inner .slider-left p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 30px 0;
}
section.slider-secton .slider-box .slider-inner .slider-left .top-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .right-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .right-box p {
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}
section.slider-secton .slider-box .slider-inner .slider-right {
    padding-right: 40px;
}
}

@media screen and (max-width: 1200px){
    section.slider-secton .slider-box .slider-inner .slider-left {
    padding-right: 25px;
}
section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active {
    margin-bottom: 15px;
}
header.header-outer .header-inner .header-navigation ul li a {

    font-size: 16px;
    line-height: 26px;
    padding: 15px 20px;
}
section.banner-outer .banner-inner .banner-top h1 {
    font-size: 55px;
    line-height: 75px;
}
section.banner-outer .banner-inner .banner-top p {
    font-size: 20px;
    line-height: 35px;
}
/*section.slider-secton .slider-box .slider-inner .slider-left h2 {
    font-size: 42px;
    line-height: 52px;
}
section.slider-secton .slider-box .slider-inner .slider-left p {
    font-size: 20px;
    line-height: 30px;
}
section.our-solution .header-our-sol h2.sol-head {
    font-size: 45px;
}
section.our-solution .sol-data .sol-box .sol-ine-text h6 {
    font-size: 18px;
    line-height: 28px;;
}*/
section.slider-secton .slider-box {
    padding: 30px 15px;
    border-radius: 20px;
}
section.our-solution .sol-data .sol-box {
    padding: 35px 25px;
}
section.Global .global-inner-head h2.global-heading {
    font-size: 45px;
    line-height: 55px;
}
section.testimonial-outer .testimonial-inner h2 {
    font-size: 45px;
    line-height: 55px;
}
section.accordion-outer .accordion-inner h2 {
    font-size: 45px;
    line-height: 55px;
}
section.banner-about .banner-top h1 {
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 30px;
}
section.banner-about .banner-top p {
    font-size: 18px;
    line-height: 32px;
}
section.slider-secton.about .top-box-about {
    font-size: 18px;
    line-height: 32px;
}
.get-in-touch .get-in-touch-inner .main h2.title {
    font-size: 50px;
    line-height: 70px;
}
section.banner-outer .banner-inner .banner-bottom .two-box {
    padding: 30px 20px;
}
section.banner-outer .banner-inner .banner-bottom .two-box .image-box {
    width: 60px;
}
section.banner-outer .banner-inner .banner-bottom .two-box .summary {
    width: calc(100% - 60px);
}
section.banner-outer .banner-inner .banner-bottom .two-box .summary p {
    font-size: 17px;
    line-height: 24px;
}

}
@media screen and (max-width: 1024px) {
section.banner-outer.bg {
    padding: 110px 0px;
}
    section.slider-secton .owl-carousel {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
    .whatsapp-button {
        width: 60px;
        height: 60px;
    }
    section.our-solution .sol-data .sol-box {
        width: calc(50% - 9px);
        padding: 45px 35px;
        background: #FFFFFF;
        border-radius: 30px;
        margin-right: 16px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    section.our-solution .sol-data .sol-box:nth-child(3n) {
        margin-right: auto;
    }

    section.our-solution .sol-data .sol-box:nth-child(2n) {
        margin-right: 0px;
    }
    section.slider-secton .slider-box .slider-inner .slider-left {
        padding-right: 60px;
    }



    section.banner-outer .banner-inner .banner-top h1 {
        font-size: 45px;
        line-height: 55px;
    }
    section.banner-outer {
        padding: 80px 0px 80px;
    }
    section.banner-outer .banner-inner .banner-top p {
        font-size: 18px;
        line-height: 28px;
    }
    section.banner-outer .banner-inner .banner-top .button a {
        font-size: 22px;
        padding: 18px 75px;;
    }
    section.slider-secton {
        padding: 80px 15px;
    }
   /* section.slider-secton .slider-box {
        padding: 70px 30px;
    }
*/   /* section.slider-secton .slider-box .slider-inner .slider-left h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 13px;
    }
    section.slider-secton .slider-box .slider-inner .slider-left p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 auto 40px 0;
    }*/
   /* section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .right-box h4 {
        font-size: 20px;
    }
    section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .right-box p {
        font-size: 16px;
        line-height: 24px;
    }*/
    section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .icon-box {
        width: 55px;
    }
    section.slider-secton .slider-box .slider-inner .slider-left .slider-bottom-box-outer .slider-bottom-box-active .right-box {
        width: calc(100% - 55px);
    }
   /* section.slider-secton .owl-carousel .owl-dots {
        right: -10px;
    }*/
    section.our-solution .header-our-sol h2.sol-head {
        font-size: 40px;
    }
    section.Global .global-inner-head h2.global-heading {
        font-size: 40px;
        line-height: 50px;
    }
    section.testimonial-outer .testimonial-inner h2 {
        font-size: 40px;
        line-height: 50px;
    }
    section.testimonial-outer .testimonial-inner .testimonial-box-slider .testimonia-box {
        padding: 50px 35px 30px;
    }
    section.accordion-outer .accordion-inner h2 {
        font-size: 40px;
        line-height: 50px;
    }
    section.accordion-outer .accordion-inner .accordion-box {
        margin-top: 50px;
    }
    section.testimonial-outer .owl-nav {
        width: 250px;
    }
    section.banner-about .banner-top h1 {
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    section.slider-secton.about .top-box-about {
        font-size: 16px;
        line-height: 26px;
        padding: 35px 30px 35px 100px;
    }
    section.slider-secton.about .top-box-about:before {
        top: 30px;
        left: 20px;
        width: 60px;
        height: 60px;
    }
    .get-in-touch .get-in-touch-inner .main h2.title {
        font-size: 45px;
        line-height: 61px;
    }
    .get-in-touch .get-in-touch-inner .main {
        margin-bottom: 60px;
    }
 section.testimonial-outer .testimonial-inner .owl-stage-outer:before,section.testimonial-outer .testimonial-inner .owl-stage-outer:after{
        display: none
    }
}


@media screen and (max-width: 992px){
header.header-outer .header-inner .header-navigation .toggle {
    display: block;
}
header.header-outer .header-inner .header-navigation .nav {
    display: none;
}
header.header-outer .header-inner .header-navigation .toggle {
    text-align: right;
}
header.header-outer .header-inner .header-navigation .toggle i.fa.fa-bars {
    font-size: 30px;
    color: #5f71f7;
}
header.header-outer .header-inner .header-navigation .nav {
    position: absolute;
    top: 87px;
    width: 100%;
    left: 0px;
    padding: 20px;
    background: #ffffff;
    z-index: 1;
}
header.header-outer .header-inner .header-navigation ul {
    text-align: left;
}
header.header-outer .header-inner .header-navigation ul li {
    display: block;
    margin-right: 0;
}
header.header-outer .header-inner .header-navigation .toggle.main i.fa.fa-bars:before {
    content: "\f00d";
}
section.banner-outer .banner-inner .banner-bottom .two-box {
    padding: 30px 20px;
}
section.banner-outer .banner-inner .banner-bottom .two-box .image-box {
    width: 60px;
}
section.banner-outer .banner-inner .banner-bottom .two-box .summary {
    width: calc(100% - 60px);
}
section.banner-outer .banner-inner .banner-bottom .two-box {
    margin: 0px 0px 10px 0px;
    
}
section.banner-outer .banner-inner .banner-bottom .two-box.one {
    border-radius: 30px 30px 0px 0px;
}
section.banner-outer .banner-inner .banner-bottom .two-box.two {
    border-radius: 0px 0px 0px 0px;
}
section.banner-outer .banner-inner .banner-bottom .two-box.three {
    border-radius: 0px 0px 0px 0px;
}
section.banner-outer .banner-inner .banner-bottom .two-box.four {
    border-radius: 0px 0px 30px 30px;
}
section.banner-outer .banner-inner .banner-bottom .two-box {
    width: 100%;
}
section.banner-outer.bg {
    padding: 80px 0px;
}
}
@media screen and (max-width: 768px){
header.header-outer {
    padding: 31px 0px;
}
.full-screen-section .full-image img {
    max-width: 100%;
}
   section.banner-outer.bg {
    padding: 80px 0px;
}
    section.banner-outer {
        padding: 60px 0px 60px;
    }
    section.banner-outer .banner-inner .banner-top h1 {
        font-size: 35px;
        line-height: 45px;
    }
    section.banner-outer .banner-inner .banner-top p {
        font-size: 16px;
        line-height: 26px;
    }
    section.banner-outer .banner-inner .banner-top {
        margin-bottom: 70px;
    }
    section.banner-outer .banner-inner .banner-top .button a {
        font-size: 20px;
        padding: 16px 70px;
    }

    section.slider-secton .slider-box.color-three {
        border: 1px solid #105EB8;
        background: #E3F0FF;
    }
    section.slider-secton .slider-box .slider-inner .slider-left h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 13px;
    }
    section.slider-secton .slider-box .slider-inner .slider-left p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 25px 0;
}
    section.slider-secton .slider-box {
        padding: 30px 15px 50px;
    }
    section.slider-secton .slider-box .slider-inner .slider-left {
        padding-right: 0px;
        width: 100%;
    }
    section.slider-secton .slider-box .slider-inner .slider-right {
        width: 100%;
        padding-right: 0px;
        padding-top: 0px;
    }
    section.slider-secton .slider-box .slider-inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
   
    section.slider-secton .slider-box .slider-inner .slider-left {
        padding-top: 30px;
    }
    section.slider-secton .owl-carousel .owl-dots {
        right: 50%;
        top: unset;
        bottom: -25px;
        transform: translatex(50%);
    }
    section.our-solution {
        padding: 60px 0px;
    }
    section.our-solution .sol-data .sol-box {
        width: 100%;
        padding: 22px 15px;
        border-radius: 20px;
        margin-right: 0px;
    }
    section.our-solution .sol-data .sol-box .icon-sol {
        width: 50px;
    }
    section.our-solution .sol-data .sol-box .sol-ine-text {
        width: calc(100% - 50px);
        padding-left: 10px;
    }
    section.our-solution .header-our-sol h2.sol-head {
        font-size: 30px;
        margin-bottom: 30px;
    }
    section.our-solution .sol-data .sol-box .sol-ine-text h6 {
        font-size: 16px;
        line-height: 26px;
    }
    section.Global .global-inner-head h2.global-heading {
        font-size: 30px;
        line-height: 40px;
    }
    section.Global .global-inner-head p.global-text {
        font-size: 18px;
        line-height: 28px;
    }
    section.Global {
        padding: 60px 0px;
    }
    section.testimonial-outer {
        padding: 60px 0px;
    }
    section.testimonial-outer .testimonial-inner .testimonial-box-slider .testimonia-box h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    section.testimonial-outer .testimonial-inner .testimonial-box-slider .testimonia-box p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }
   
    section.testimonial-outer .testimonial-inner .testimonial-box-slider .testimonia-box h6 {
        font-size: 18px;
        line-height: 28px;
    }
    section.accordion-outer .accordion-inner h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.accordion-outer {
        padding: 60px 0px;
    }
    section.accordion-outer .accordion-inner .accordion-box .accordion-block {
        padding: 25px 45px 25px 25px;
        margin-bottom: 15px;
        border-radius: 20px;
        position: relative;
    }
    .accordion-box .accordion-block h3 {
        font-size: 18px;
        line-height: 28px;
    }
    section.accordion-outer .accordion-inner .accordion-box .accordion-block:before {
        top: 28px;
        right: 15px;
        width: 25px;
        height: 25px;
    }
    .accordion-box .accordion-block p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    section.accordion-outer .accordion-inner .accordion-box {
        margin-top: 40px;
    }
    footer.fotter {
        padding: 70px 0px 30px;
    }
    footer.fotter .fotter-inner .left-box .fotter-links ul li a {
        font-size: 16px;
        line-height: 26px;
    }
    footer.fotter .fotter-inner .left-box {
        width: 100%;
        margin-bottom: 30px;
    }
    footer.fotter .fotter-inner .right-box {
        width: 100%;
        padding-left: 0px;
    }
    footer.fotter .fotter-inner .right-box .fotter-text p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    footer.fotter .copyright {
        margin-top: 40px;
    }
    footer.fotter .copyright p {
        font-size: 16px;
    }
    footer.fotter .fotter-inner .left-box .logo-fotter {
        margin-bottom: 40px;
    }
    section.testimonial-outer .owl-nav button.owl-prev span {
        font-size: 30px;
    }
    section.testimonial-outer .owl-nav button.owl-next span {
        font-size: 30px;
    }
    section.testimonial-outer .testimonial-inner h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .whatsapp-button {
        width: 40px;
        height: 40px;
    }
    section.banner-about .banner-top h1 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    section.banner-about .banner-top .banner-top-title {
        font-size: 19px;
    }
    section.banner-about .banner-top p {
        font-size: 16px;
        line-height: 30px;
    }
    section.slider-secton.about .slider-box .slider-inner .slider-right {
        width: 100%;
        padding-right: 0;
    }
    section.slider-secton.about .slider-box .slider-inner .slider-left {
        width: 100%;
        padding-right: 0;
    }
    section.slider-secton.about .top-box-about {
        margin: 59px auto 0px;
    }
    .get-in-touch {
        padding: 60px 0px;
    }
    .get-in-touch {
        border: 2px solid #3457D5;
        background: #3457D5;
        padding: 60px 0px;
    }
    .get-in-touch .get-in-touch-inner .main p.subtitle {
        font-size: 18px;
    }
    .get-in-touch .get-in-touch-inner .main p.subtitle {
        font-size: 18px;
        line-height: 28px;
    }
    .get-in-touch .get-in-touch-inner .form-inner .left .mb-3 {
        margin-bottom: 20px;
    }
    .get-in-touch .get-in-touch-inner .form-inner .right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .get-in-touch .get-in-touch-inner .form-inner .left {
        width: 100%;
        margin-right: 0;
    }
    .get-in-touch .get-in-touch-inner .form-inner .left .mb-3 input, .get-in-touch .get-in-touch-inner .form-inner .right .mb-3 textarea {
        width: 100%;
        font-family: Poppins;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        color: #586268;
        background: #FFFFFF;
        padding: 15px 15px;
        border-radius: 12px;
        border: 1px solid #fff;
    }
    .get-in-touch .get-in-touch-inner .form-inner .right .text-center button.btn.custom-btn {
        font-size: 18px;
        padding: 17px;
    }
    section.slider-secton.about .slider-box .slider-inner .slider-left h2 {
        margin-bottom: 35px;
    }
    section.slider-secton.about .container {
        padding: 0px 0px;
    }
    section.slider-secton.about .top-box-about {
        padding: 90px 35px 35px 35px;
    }
    section.slider-secton.about .top-box-about {
        padding: 90px 35px 35px 35px;
    }
    section.banner-about {
        padding: 60px 0px 0px;
    }
    section.banner-outer .banner-inner .banner-bottom .two-box .summary {
        width: 100%;
    }
    section.banner-outer .banner-inner .banner-bottom .two-box .summary p {
        font-size: 16px;
        line-height: 23px;
    }
    section.banner-outer .banner-inner .banner-top-outer .right-images img {
        display: none;
    }
    section.banner-outer .banner-inner .banner-bottom {
        padding: 0px 15px;
        width: 100%;
    }
    section.slider-secton .container {
        padding: 0px;
    }
    .full-screen-section .full-image {
        max-width: 100%;
}
}

