@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    background: #F4FCFF;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 600;
    margin: 0 0 15px;
    word-wrap: break-word;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

h1 {
    font-size: 38px;
    line-height: 48px;
}

h2 {
   font-size: 34px;
   line-height: 44px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 26px;
    line-height: 36px;
}

h5 {
    font-size: 22px;
    line-height: 32px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
 

a {
    color: #ff9000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

a:hover {
    color: #000;
    text-decoration: none;
}

span {
    display: inline-block;
}

img {
    width: 100%;
    border-radius: 3px;
}

a,
img,
header,
a:hover,
img:hover 
header[style="position: fixed;"],
.sidebar ul.menu li:hover a:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

img,
img:hover {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

ul,
ol {
    margin: 0 !important;
    padding: 0 !important;
}

ul li,
ol li {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 16px;
    list-style: none;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

ul li a,
ol li a {
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

figure {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.bg_shape {
    position: relative;
    display: flex;
    width: fit-content;
        margin: 20px 0;
}

.bg_shape span {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}

.bg_shape:after {
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    content: '';
    position: absolute;
    background: #ff9000;
    border-radius: 15px;
}

figure:hover img,
.bg_shape:hover span img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

section {
    z-index: 0;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

input,
select,
textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 7px 10px;
    font-family: 'Montserrat', sans-serif;
    
}

input:focus,
select:focus,
input:active,
select:active,
button:active,
textarea:focus,
textarea:active {
    outline: none;
}


.link{
    font-family: 'Montserrat', sans-serif;
    background: #ff9000;
    border: 2px solid #ff9000;
    color: #fff !important;
    text-decoration: none;
    letter-spacing: 1.5px;
    border-radius: 7px;
    padding: 7px 30px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.link:hover,
button:hover{
    background: #036c91 !important;
    border-color: #036c91 !important;
    color: #fff !important;
}

.white {
    color: #fff;
}

.color {
    color: #ff9000;
}

.color_dark {
    color: #ff9000;
}

.bg_white {
    background: #fff;
}

.f_500 {
    font-weight: 500;
}

/*-- Header --*/
header {
    position: absolute;
    padding: 5px 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
}

header.fixed {
    position: fixed;
    background: #000;
    width: 100%;
    left: 0;
    top: 0;
}

header .container {
    align-items: center;
}

header .navbar-brand {
    max-width: 200px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

header .navbar-brand img {
    border-radius: 0 !important;
}

header nav ul li a {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 2px 15px !important;
    line-height: 36px !important;
    border-radius: 5px !important;
}

header nav ul li a:hover {
    color: #fff !important;
    opacity: .75;
}

header nav ul li.link_btn {
    margin-left: 50px !important;
}

header nav ul li.link_btn a {
    /*color: #ff9000 !important;*/
    padding: 2px 20px !important;
    border: 1px solid #ff9000 !important;
}

header nav ul li.link_btn a:hover {
    opacity: 1 !important;
    color: #fff !important;
    background: #ff9000!important;
}

/*-- Slider --*/

.slider {
    position: relative;
    background: url(../images/slider.jpg) center no-repeat;
}

.slider section {
    padding: 250px 0 150px;
    background: rgb(0 0 0 / 50%);
}

.slider section h1 {
    margin-bottom: 30px !important;
}

.slider .bottom_img {
    left: 0;
    bottom: 0;
    position: absolute;
}

/*-- consulting --*/
.consulting figure img {
    max-height: 440px;
    object-fit: cover;
    object-position: top;
}

.consulting p {
    text-align: justify;
    padding-right: 15px;
    margin-bottom: 25px;
}


/*----*/
.expertise ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0 !important;
    justify-content: center;
}

.expertise ul li {
    flex: 0 0 25%;
    padding: 15px;
}

.expertise .box {
    text-align: left !important;
    border-radius: 10px;
    overflow: hidden;
}

.expertise .box .text {
    background: rgb(80 101 168 / 90%);
    padding: 25px;
}

.expertise .box:hover .text {
    background: rgb(80 101 168/ 95%);
}

.expertise h5 {
    color: #fff;
}

.expertise ul li ol li{
    padding: 0;
    color: #fff;
    margin-bottom: 10px;
}

.bg-1 {
    background: url(../images/abacus-banner.jpg);
}

.bg-2 {
    background: url(../images/vedicmath-banner.jpg);
}
.bg-contact {
    background: url(../images/contact-us.jpg);
}

.bg-3 {
    background: url(../images/phonics-banner.jpg);
}

 .bg-4 {
    background: url(../images/school-math-banner.jpg);
}

 .bg-5 {
    background: url(../images/hindi-banner.jpg);
}

.bg-6 {
    background: url(../images/cube-banner.jpg);
}

.bg-7 {
    background: url(../images/handwriting-banner.jpg);
}
.bg-8 {
    background: url(../images/reading-banner.jpg);
}

.expertise .box {
    background-size: cover;
    background-position: center;
}

.expertise .box h5 {
    min-height: 50px;
    font-size: 18px;
    line-height: 25px;
}

.expertise .box ol {
    display: flex;
    min-height: 166px;
    flex-direction: column;
    padding-left: 15px !important;
}

.expertise .box ol li {
    font-size: 16px;
    line-height: 22px;
    list-style: disc !important;
}

.expertise .box a {
    color: #fff;
    display: flex;
    font-weight: 500;
    margin-top: 10px;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.expertise .box a:hover {
    opacity: .75;
}

.expertise .box a img {
    max-width: 15px;
    margin-left: 10px;
}


.why_us ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px !important;
}

.why_us ul li {
    padding: 15px;
    flex: 0 0 33.3333%;
}

.why_us ul li .box, .box2 {
    padding: 10px;
    height: 100%;
    border-radius: 15px;
 border: 1px solid #e4eef1;
    
}

.why_us ul li .box img, .box2 img {
    max-width: 115px;
        margin:20px;

}

.why_us ul li .box:hover, .box2:hover {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #ff9000;
}
.why_us ol{
   display: flex;
    min-height: 166px;
    flex-direction: column;
    padding-left: 15px !important;
}

.why_us ol li{
        font-size: 16px;
    line-height: 22px;
    list-style: disc !important;
    padding: 5px !important;
    
}

.assistance {
    position: relative;
    
}

.assistance .container {
    position: relative;
    z-index: 2;
}

.assistance:after {
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 70%;
    position: absolute;
    background: rgb(80 101 168 / 100%);
    /*border-bottom-right-radius: 20px;*/
}

/*.assistance:before {*/
/*    left: 0;*/
/*    content: '';*/
/*    bottom: 30px;*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    z-index: 2;*/
/*    position: absolute;*/
/*    background: url(../images/call-to-action.png) no-repeat;*/
/*    background-size: contain;*/
/*}*/

.assistance a {
    display: flex;
    align-items: center;
}

.assistance a img {
    height: 35px;
    width: auto;
    margin-right: 7px;
}

.assistance .form_box {
    background: #fff;
    padding: 25px;
    height: 100%;
    box-shadow: 0 0 5px #0000004d;
    position: relative;
    border-radius: 10px;
}

.assistance .form_box input, textarea {
    border: 1px solid #777;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 16px;
    border-radius: 5px;
}
.assistance .form_box button {
    margin: 0 auto;
    display: block;
    color: #fff !important;
    background: #ff9000;
}

.assistance .form_box button:hover {
    background: #036c91 !important;
    border-color: #036c91 !important;
}

.blog ul {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -15px !important;*/
}

.blog ul li {
    flex: 0 0 25%;
    padding: 15px 5px;
}

.blog .box {
    display: flex;
    align-items: center;
    text-align: initial;
}

.blog .box img, iframe {
    height: 175px;
    object-fit: cover;
    border-radius: 0px;
    object-position: center;
    border-right: 7px solid #ff9000;
}

.blog .box .text {
    padding-left: 10px;
}

.blog .box .text h6,
.blog .box .text p {
    margin-bottom: 5px;
}

.blog .box .text a {
    font-weight: 500;
}


footer {
    background: #202020;
    padding: 50px 0;
    border-top: 3px solid #ff9000;
}

footer ul {
    display: flex;
    flex-direction: column;
}

footer ul.dot li {
    padding-left: 15px;
    position: relative;
}

footer ul.dot li:after {
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    content: '';
    opacity: .5;
    position: absolute;
    border-radius: 50%;
    background: #ff9000;
}

footer ul.dot li:hover:after {
    opacity: 1;
}

footer ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 24px;
}

footer ul li {
    margin-bottom: 7px;
}

footer ul li a:hover {
    opacity: .7;
    color: #fff;
}

footer ul li a img {
    width: 20px;
    margin-right: 7px;
}

footer ul.social, .assistance ul.social {
    flex-direction: initial;
    padding: 25px 0 0 !important;
}

footer ul.social li, .assistance ul.social li {
    padding-right: 10px;
}

footer ul.social li a {}

footer ul.social li a img, .assistance ul.social li a img {
    width: 35px;
    filter: brightness(0) invert(1);
}

footer .logo {
    margin-top: 25%;
}
footer .logo img{
    max-width:220px;
}
footer .copyright{
    border-top: 1px solid #ff9000;
    padding-top: 30px;
    margin-top: 50px;
    filter: opacity(0.5);
}

/*-- About Us --*/

.about_bg {
    background: url(../images/about-banner.jpg) no-repeat;
}
.demo{
     background: url(../images/book-a-demo-with.jpg) no-repeat;
}

.page_banner {
    background-size: cover;
    background-position: center;

}

.page_banner section {
    padding: 200px 125px;
    background: rgb(0 0 0 / 50%);
}

.call {
    padding-bottom: 100px;
}

.call .container .row {
    background: rgb(80 101 168 / 100%);
    padding: 30px;
    border-radius: 15px;
}

.our_mission {
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
}

.our_mission section {
    background: rgb(255 255 255 / 85%);
}

.our_mission section .auto {
    margin-bottom: 10px;
    width: auto;
}

.our_mission section .full {
    max-width: 400px;
    margin: 0 auto;
    display: block;
        padding: 10px 0;
}


/*-- Service Page css --*/
.box_figure {
    display: flex;
}

.box_figure figure {
    flex: 0 0 50%;
    height: 400px;
}

.box_figure figure img {
    height: 400px;
    object-fit: cover;
    margin: 0 !important;
    object-position: center;
}

.box_figure figure:nth-child(2) {
    transform: translate(-150px,150px);
    margin-bottom: 150px;
    box-shadow: 0 0 5px #aaa;
    border: 5px solid #fff;
    position: relative;
    z-index: 1;
}

span.line {
    height: 5px;
    width: 100px;
    position: relative;
    margin: 10px 0 15px;
    background: #B7B7B7;
}

span.line:after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    position: absolute;
    background: #ff9000;
}

.cloud_page .link {
    margin-top: 5px;
}

.kcica .bg_img {
    background: url(../images/Rectangle4.png) center no-repeat;
    margin: 25px auto !important;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    max-width: 600px;
}

.kcica .bg_img .box {
    background: rgb(4 108 145 / 90%);
    min-height: 270px;
    padding: 25px;
}

.kcica .bg_img h5 {
    text-align: center;
}

.kcica .bg_img p {
    color: #fff;
    display: flex;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
    align-items: center;
}

.kcica .bg_img p:nth-child(4) {
    padding-bottom: 0 !important;
}

.kcica .bg_img p:after {
    top: 0;
    bottom: 0;
    width: 1px;
    left: 130px;
    content: '';
    opacity: .2;
    background: #fff;
    position: absolute;
}

.kcica .bg_img b {
    font-weight: 600;
    flex: 0 0 150px;
}

.goca .bg_p {
    padding: 20px;
    margin-top: 20px;
    background: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px #d6d4d4;
}

.goca .icon_box {
    position: relative;
    max-width: 320px;
    margin: 85px auto;
}

.goca .icon_box img.icon {
    transform: translate(-50%, 20px);
    position: absolute;
    max-width: 50px;
    z-index: 9;
    left: 50%;
    top: 0;
}

.goca .icon_box .box {
    border: 1px solid #ff9000;
    border-radius: 20px;
    background: #fff;
    margin: -90px 20px;
    text-align: center;
    position: relative;
    padding: 20px;
    z-index: 1;
}

.hwdic img.full {
    max-width: 90%;
}

.kcida .bg_img .box {
    min-height: initial;
}

.kcida .bg_img .box p:nth-child(3) {
    padding-bottom: 0 !important;
}

/*.soca  p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}*/

.soca figure {
    border: 5px solid #fff;
    box-shadow: 0 0 5px #aaa;
}

.dbaacs {
    border-top: 50px solid #fff;
    overflow: visible;
}
.whatapp {
    position: fixed;
    right: 0px;
    bottom: 50px;
    z-index:9;
}
.dbaacs .box {
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 30px 30px 15px;
    box-shadow: 0 0 5px #dedcdc;
    /*margin-top: -300px;*/
    position: relative;
    z-index: 1;
    margin:20px 0;
}

.dbaacs ul li {
    list-style: disc !important;
    color: #ff9000;
    font-size:28px;
    width:100%;
}

.dbaacs ul {
    padding-left: 20px !important;
}

.dbaacs ul li p {
    color: #000;
    display: flex;
    font-size:18px;
    line-height: 26px;
   
    align-items: center;
}

.dbaacs ul li p b {
    color: #ff9000;
    font-weight: 600;
    min-width: 220px !important;
    display: inline-block;
}

.dbaacs h5{
   color: #ff9000; 
}
.hwdica ul {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    margin-top: 30px !important;
}

.hwdica ul li {
    padding: 15px;
    flex: 0 0 50%;
    position: relative;
}

.hwdica ul li:after {
    top: 0;
    left: 0;
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    background: #ff9000;
    border-radius: 10px;
}

.hwdica ul li:nth-child(2):after,
.hwdica ul li:nth-child(3):after {
    background: #ff9000;
}

.hwdica ul li:nth-child(2):after {
    right: 0;
    left: auto;
}

.hwdica ul li:nth-child(3):after {
    bottom: 0;
    top: auto;
}

.hwdica ul li:nth-child(4):after {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
}

.hwdica ul li .box {
    background: #fff;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0 5px #eeebeb;
    padding: 25px;
    height: 100%;
    z-index: 2;
}

.hwdica ul li .box span {
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #ff9000;
    border: 7px solid #fff;
    justify-content: center;
    box-shadow: 0 0 5px #b9b9b9;

}

.hwdica ul li .box span.dark {
    background: #ff9000;
}

.hwdica ul li:nth-child(1) .box span {
    float: right;
    margin-bottom: 25px;
}

.hwdica ul li:nth-child(2) .box span {
    position: relative;
    bottom: -48px;
}

.hwdica ul li:nth-child(3) .box {
    padding-top: 120px;

}

.hwdica ul li:nth-child(3) .box span {
    position: absolute;
    right: 25px;
    top: 25px;
}

.hwdica ul li:nth-child(4) .box span {}


.hwdica ul li .box p b {
    font-weight: 700;
}

.soca ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px !important;
}

.soca ul li {
    flex: 0 0 25%;
    margin: 0 -4px;
}

.soca ul li:nth-child(2n) img {
    margin-top: 65px;
}

.hwdisa img {
    margin-top: 20px;
}

.kcodta .bg_img .box {
    text-align: left;
    padding: 25px 30px 0px;
}

.kcodta .bg_img .box h5 {
    text-align: left;
}

.kcodta .bg_img .box p {
    display: block;
    text-align: left !important;
}

.kcodta .bg_img .box p:after {
    display: none;
}

/*-- Responsive --*/

@media (max-width: 1025px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }

    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    h2 {
       font-size: 32px;
       line-height: 43px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 16px;
        line-height: 26px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
     }

    a {
        font-size: 16px;
        line-height: 22px;
    }

    ul li,
    ol li {
        font-size: 16px;
        line-height: 26px;
    }

    header .navbar-brand {
        max-width: 170px;
    }

    header nav ul li a {
        font-size: 16px !important;
        padding: 2px 7px !important;
        line-height: 22px !important;
    }

    header nav ul li.link_btn a {
        padding: 2px 10px !important;
    }

    header nav ul li.link_btn {
        margin-left: 15px !important;
    }

    .slider section {
        padding: 150px 0 100px;
    }

    .slider section h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .expertise ul {
        margin: 15px -7px 0 !important;
    }
    .expertise ul li {
        padding: 7px;
    }
    .expertise .box .text {
        padding: 15px;
    }
    .expertise .box h5 {
      min-height: 48px;
      font-size: 16px;
      line-height: 26px;
    }
    .expertise .box h5 br {
        display: none;
    }
    .expertise .box ol {
        min-height: 150px;
    }
    .expertise .box ol li {
        font-size: 16px;
        line-height: 22px;
    }
    .why_us ul {
        margin: 0 -7px !important;
    }
    .why_us ul li {
        padding: 7px;
    }
    .blog .box img {
      height: 150px;
    }
    .link, button {
      border-radius: 5px;
      padding: 6px 20px;
      line-height: 26px;
      font-size: 16px;
    }
    .assistance h2 {
      font-size: 22px !important;
      line-height: 32px;
    }

    .navbar-toggler {
      background: #14b8f4;
      max-width: 50px;
      padding: 6px;
    }
    .navbar-toggler span {
      filter: brightness(0) invert(1);
      height: 1.2em;
      width: 1.2em;
      color: #fff;
    }
    .why_us ul li .box {
        padding: 15px;
    }
    .navbar-nav {
      background: #000;
      padding: 10px !important;
      text-align: center;
      margin-top: 10px !important;
      border-radius: 5px;
    }
    header nav ul li.link_btn {
      margin-left: 0 !important;
    }
    .navbar-nav li a {
      border-bottom: 1px solid #ffffff26;
      border-radius: 0 !important;
      line-height: 36px !important;
    }
}

@media (max-width: 991px) {
    .expertise ul li {
      flex: 0 0 33.33%;
    }
}

@media (max-width: 767px) {
    .slider section h1 br {
        display: none;
    }

    .why_us ul li,
    .expertise ul li {
      flex: 0 0 50%;
    }

    .consulting {
      text-align: center;
    }
    .consulting .col-md-4:nth-child(1) {
      order: 3;
    }
    .consulting .col-md-4:nth-child(2) {
      order: 1;
      max-width: 50%;
      
    }
    .consulting .col-md-4:nth-child(3) {
      order: 2;
      max-width: 50%;
    }

    .consulting img {
      height: 250px !important;
    }

    .consulting h2 {
      margin: 25px 0 15px;
    }
    .why_us h2,
    .expertise h2,
    .consulting p {
      text-align: center ;
    }
    .assistance .form_box {
        margin-top: 30px;
    }
    .blog .col-md-12.text-end {
      text-align: center !important;
    }
    .blog ul li {
        flex: 0 0 100%;
    }
    footer .logo {
        margin-top: 0;
    }
    footer h6 {
        margin-top: 20px;
    }
}


@media (max-width: 575px) {
    .slider section h1 {
      font-size: 18px;
      line-height: 28px;
    }
    .consulting img {
      height: 200px !important;
    }
    .slider section {
      padding: 130px 0 70px;
    }
    .why_us ul li, .expertise ul li {
        flex: 0 0 100%;
    }
    h2 {
      font-size: 32px;
      line-height: 38px;
    }
    .expertise .box .text {}
    .expertise .box h5 {
        min-height: auto;
    }
    .expertise .box ol {
        min-height: auto;
    }
    .assistance::after {
      width: 80%;
    }
    .assistance .form_box {
      max-width: 95%;
    }

    .expertise .box .text {
      padding: 25px;
    }
    .page_banner section {
    padding: 100px 20px;}
    .why_us .box2 {
        flex-direction:column;
    }
.box_figure figure {
    flex: 0 0 100%;
}
.box_figure {
    
    flex-direction: column;
}
.box_figure figure:nth-child(2) {
     transform: translate(-0px, 0px);
}
}
.box .star{
display:flex;
   margin-bottom:10px;
    flex-wrap:wrap;
    align-items: center;
}
.box .star img {
    max-width:30px!important;
    margin-right:5px;
}
.expertise .box img{
    max-width:60px;
    margin-bottom :10px;
}
.bgdark{
    background: rgb(80 101 168 / 100%);
}
.box1{
    padding: 25px;
    height: 100%;
    border-radius: 50px;
}
.bgorange{
    background:#ff9000;
}
.why_us .box2{
    display:flex;
    align-items:center;

}
.page_banner p{
    font-size:22px;
    line-height:30px;
}
.cloud_page ol li{
    width:50%;
    list-style-type: disc;
    margin-bottom:20px;
    font-size:18px;
    font-weight:600;
}
.drop {
    position: relative;
}
header .drop .drop_box a {
    width: 100%;
    border-radius: 0!important;
    border-bottom: 1px solid #f1f1f1;
}
header .drop .drop_box {
    position: absolute;
    min-width: 250px;
    background: #ff9000;
    display: none;
    z-index: 99;
}
header .drop:hover .drop_box{display:block}

.certificate ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    
}

.certificate ul li {
    flex: 0 0 25%;
    padding: 5px 5px;
}
.certificate ul li img{
    max-width:100px;
    max-height:100px;
}
.spacetop{
    margin-top:30px;
}
