@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;400;500;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");

@font-face {

    font-family: News701 BT;

    src: url(../fonts/tt0320m_.ttf);

}

@font-face {

    font-family: News706 BT Bold;

    src: url(../fonts/tt0365m_.ttf);

}

@font-face {

    font-family: Swis721 Th BT;

    src: url(../fonts/Swiss721BT-Thin.ttf);

}

@font-face {

    font-family: Swis721 BT Light;

    src: url(../fonts/Swiss-721-Light-BT_43251.ttf);

}

@font-face {

    font-family: Swis721 Light Condensed BT;

    src: url(../fonts/swisscl.ttf);

}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fffb76;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--bg-color);
}

html {

    scroll-behavior: smooth;

}



h1 {}



* {

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}

html {

    scroll-behavior: smooth;



}

body {

    position: relative;

    width: 100%;
    background-color: #fffb76;
    font-family: "Nunito", sans-serif;


}



ul {

    padding-left: 0;

}

p {

    margin-bottom: 0;

}

.banner-section {

    position: relative;

    width: 100%;

    /*height: 80%;*/

    background-blend-mode: multiply;

    background: #fffb76;


}

.banner-section::after {

    background-position: center left;
    position: absolute;
    content: '';
    left: -90px;
    bottom: 0;
    width: 60%;
    height: 100%;
    background: url('../images/1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.header_top {

    padding: 0 30px;

}

.banner-con {

    /*position: absolute;

    top: 0;

    left: 0;*/

    width: 100%;

    height: 650px;

    padding: 0 50px;

    z-index: 1;

}

.h_contact {

    width: 100%;

    padding: 10px 0 10px 0;

    /* border-bottom: 1px solid #ffffff; */

    display: flex;

    align-items: center;

    justify-content: space-between;





}

.h_contact ul {

    display: flex;

    align-items: center;

    margin-bottom: 0;

    list-style: none;

    justify-content: flex-end;

}

.h_contact li a {

    text-decoration: none;

    padding: 0 40px 0 0;

    color: #000;

    font-weight: 700;

    font-size: 18px;

    letter-spacing: 1px;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}

.h_contact li a img {

    height: 10px;

    margin-right: 8px;

}

.h_contact li a p {

    margin-bottom: 0;

    font-size: 16px;

    padding-bottom: 3px;

}

.h_contact li a .What_app {

    height: 14px;

}

.container_ {
    /* height: 100%; */
    width: 100%;
    padding: 0 0px 0px 0px;
    margin-top: 50px;


}

.banner_m {

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.banner_m h5 {

    text-transform: uppercase;

    color: #000;

    font-weight: 700;
    font-family: "Heebo", sans-serif;



}

.banner_m h1 {

    text-transform: uppercase;

    color: #000;

    font-weight: 700;

    font-size: 50px;

    padding-bottom: 20px;
    font-family: "Heebo", sans-serif;



}

.p_r {

    font-size: 25px;

    color: #000;

    font-family: Swis721 BT Light;

}

.banner_m h3 {

    color: #fff;

    font-family: Swis721 BT Light;

    font-size: 25px;

}

.spinnr {

    padding: 10px 0;

}

.spinnr p {

    font-size: 20px;

    color: #000;

    width: 70%;

}

.spinnr p a {

    text-decoration: none;

    color: #000;

}

.spinnr_o {

    padding: 20px 0 20px 0;

}

.interested {

    padding: 20px 0;

}

.interested h2 {

    font-size: 25px;

    text-transform: uppercase;

    font-weight: 700;

    line-height: 1.2;

}

.video-wrapper {

    position: relative;

    width: 100%;

    /*height: 100%;*/

    /*overflow: hidden;*/

}

.video-wrapper img {

    max-width: 70%;

}

.banner-section video {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: -1;

}

.right_bg_img_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/*.banner-section:after{

    position: absolute;

    content: '';

    right: 0px;

    top: 0;

    width: 100%;

    height: 100%;

   background: #ec5d27;

}*/

.right_bg_img {

    /*padding-right: 40px;*/

    display: flex;

    justify-content: flex-start;

    align-items: flex-end;

    flex-direction: column;

    position: relative;

    width: 120px;

    height: auto;

    /* border: 1px solid #000; */

    z-index: 3;

    -webkit-transition: 10s;

    -moz-transition: 10s;

    transition: 10s;



}

p#statuss,
p#status {

    font-size: 12px;
    text-transform: initial;

}

.sticky {

    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;

    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;



    position: fixed;

    z-index: 99;

    top: 0;

    right: 0;

    background: #ec5d27eb;

    border: none;

    width: 100%;

}

.sticky.h_contact ul {

    justify-content: center;

}





.left_bg_img {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 1000px;

    height: 250px;

    justify-content: flex-start;

    align-items: center;

    display: flex;

    /*border: 1px solid #000;*/

    z-index: 1;

    background-image: url('../images/left-bottom-bg-rajmith.png');

    background-repeat: no-repeat;

    background-size: cover;

    padding-left: 50px;

}

.right_content {

    /*border: 1px solid;*/

    width: 100%;

    height: 100%;



    /*background: #fff;*/

    border-radius: 50%;

}

.logo_icon {



    width: 100%;

    height: 100%;

}

.logo_icon img {

    max-width: 85%;

}

.bars {

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 20px 0;

    margin: 10px 0;

}

.bars span {

    width: 25px;

    height: 1.5px;

    background: #000;

    position: relative;

}

.bars span:after {

    position: absolute;

    content: '';

    top: -6px;

    right: 0;

    width: 160%;

    height: 1.5px;

    background: #000;

}

.bars span:before {

    position: absolute;

    content: '';

    bottom: -6px;

    right: 0;

    width: 160%;

    height: 1.5px;

    background: #000;

}

.social_menu ul {

    display: flex;

    justify-content: center;

    align-items: center;

    list-style: none;

}

.social_menu ul li {

    padding: 0 10px;

}

.social_menu ul li img {

    width: 70%;

}

.left_bg_c {

    position: relative;

    /* width: 100%; */

    /* height: 100%; */

    justify-content: flex-start;

    align-items: flex-start;

    flex-direction: column;

    display: flex;

    padding-left: 40px;

}

.left_bg_c h4 {

    font-size: 40px;

    font-family: 'News701 BT';

}

.left_bg_c p {

    font-size: 34px;

    color: #484848;

    font-family: Swis721 Th BT;

    margin-top: 0px;

}

.leaders {
    position: relative;
    background: #000;

}

.bg-white {

    background: #fff;

}

h2.heading_mn {

    text-align: center;

    font-size: 24px;

}

.same_box {

    padding: 100px 50px;

}

.contact_box {

    padding: 80px 50px 60px 50px;

}

.heading {

    font-family: Swis721 Th BT;

    padding-bottom: 10px;

    font-size: 30px;

    text-align: center;

}

.trust_p {

    font-size: 18px;

    line-height: 28px;

    font-family: Swis721 BT Light;

    text-align: center;

    padding: 0 80px 50px;

}

.leaders_logo {

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;
    margin-bottom: 26px;

}

.leaders_logo img {

    max-width: 60%;

}

.development_section {

    background: #fffb76;

    padding-bottom: 0;
    position: relative;

}

.left_content {

    width: 100%;

}

.portfolio_img {

    width: 70%;

    border-top-left-radius: 80px;

    position: relative;

}

.portfolio_img img {

    max-width: 100%;

    border-top-left-radius: 80px;

}

.p_btn {

    padding: 20px 0 0 30px;

}

.portfolio_btn {

    font-family: Swis721 BT Light;

    outline: none;

    border: none;

    background: transparent;

    font-size: 30px;

    text-transform: uppercase;

}

.child_img {

    position: absolute;

    right: -121px;

    bottom: -77px;

    width: 314px;

    height: 314px;



}

.child_img img {

    border-radius: initial;

    max-width: 100%;

    height: 100%;

}

.right_box {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    height: 100%;

    width: 100%;

}

.right_c h3 {

    padding-bottom: 15px;
    text-align: center;
    font-family: "Heebo", sans-serif;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.2;
}

}

.right_c p {

    font-size: 24px;

    font-family: Swis721 BT Light;

    padding: 10px 0;

    width: 100%;

    text-align: center;

    margin: 0 auto;

    line-height: 30px;

}

.right_c h3 a {

    text-decoration: none;

    color: #080202;

    cursor: default;

}

.right_c h5 {

    font-family: Swis721 BT Light;

    font-size: 28px;

    padding-right: 100px;

    padding-top: 20px;

    padding-bottom: 20px;

}

.technology_box {}

.technology_box>.row {

    margin: 5px;

    background: #fff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);

    padding: 30px 30px 20px;
    border-radius: 30px;

}

.technology_box h4 {

    text-align: center;

    padding-bottom: 25px;

}

.platforms_img_logo {

    position: relative;

    width: 100%;

    margin-bottom: 15px;
    padding: 0;

}

.platforms_img_logo img {
    border-radius: 15px;
    filter: brightness(0.8);
}

.platforms_img_logo h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    padding-bottom: 0;
    width: 100%;
}

.pt_20 {

    margin-top: 20px;

}

.mobile_app_logo {

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 15px 0;

    /* border: 1px solid #ccc; */

    /* background: #fff; */

    padding: 10px 0;

    border-radius: 10px;

}

.mobile_app_logo img {

    max-width: 40%;

}

.service_section {

    background: #000;
    position: relative;

}

.separator {
    z-index: 11;
    pointer-events: none;
    width: 100%;
    height: 120px;
    fill: #fff;
    display: block;
    position: absolute;
    left: 0;
}

.separator1_1 {
    fill: #fffb76;
}

.separator1 {
    fill: #000;
}

.separator--up {
    top: -1px;
}

.separator--down {
    bottom: -1px;
}

.service_section_services {

    background: #fff;

}

.service_section_t {

    width: 100%;

    height: 100%;

    border-top-right-radius: 200px;

    background: #0a0a04;

}

.service_section_left {}

.service_section_left h3 {

    font-size: 40px;

    font-family: News706 BT Bold;

    color: #fff;

    padding: 20px 0;

}

.service_section_left h6 {

    font-family: Swis721 BT Light;

    font-size: 24px;

    color: #fff;

    word-spacing: 2px;

    padding: 10px 0;

}

.service_section_left p {

    font-family: Swis721 BT Light;

    font-size: 18px;

    color: #fff;

    word-spacing: 2px;

    padding-top: 10px;

}

.service_section_right {

    padding-top: 50px;

}

.Service_content {

    padding: 10px 30px 30px 30px;

    margin-top: 20px;

}

.Service_content h5 {

    font-family: Swis721 BT Light;

    font-size: 22px;

    color: #fff;

}

.Service_content h5 a {

    text-decoration: none;

    color: #fff;

}

.line_ {

    width: 100%;

    height: 2px;

    background: #616161;

    position: relative;

    transform-origin: center;

    transform: 0.8s;

}

.line_:after {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #ef6023;

    content: '';

    transform-origin: center;

    transform: scale(0);

    transition: 0.8s;

    transition-delay: 0.2s;

}

.Service_content:hover .line_ {

    /*transform: scale(0);*/

    background: transparent;

}

.Service_content:hover .line_:after {

    transform: scale(1);

}

.same_box_t {

    padding: 80px 50px 45px 50px;

    position: relative;

}

.same_box_t h3 {

    font-size: 40px;

    font-family: News701 BT;

    text-align: center;

    padding: 34px 0 10px 0px;

    color: #080202;

}

.same_box_t h4 {

    font-family: Swis721 BT Light;

    font-size: 28px;

    padding: 0px 0 60px 0px;



    color: #ef6023;

    text-align: center;

}

.swiper_ {

    width: 100%;

    height: 100%;

    padding-bottom: 50px;

    position: relative;

}



.swiper-slide_ {

    position: relative;

    text-align: center;

    font-size: 18px;

    background: transparent;



    /* Center slide text vertically */

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

    height: 384px;

}

.swiper-slide_ div {

    width: 100%;

    height: 100%;

}

.swiper-slide_ div img {

    display: block;

    width: 100%;

    height: 100%;
    border-radius: 30px;

    /*object-fit: cover;*/

}

.swiper-button-next_:after,
.swiper-button-prev_:after {

    content: '';

    font-family: none;

}

.swiper-button-next_,
.swiper-button-prev_ {

    top: 100%;

    z-index: 11;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background: #000;

    color: #fff;

    transition: 0.5s;
    z-index: 1111;

}

.swiper-button-next_:hover,
.swiper-button-prev_:hover {

    background: #000;

    color: #fff;

}

.swiper-button-next_ {

    right: 198px;

    left: auto;

}

.swiper-button-prev_ {

    right: 252px;

    left: auto;

}

.swiper-pagination-fraction {

    background: #fffb76;

    width: 22%;

    text-align: right;

    padding: 20px 82px 20px 10px;

    left: 74.8%;

    bottom: -28px;

    font-weight: 600;

    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    z-index: 111;

}

.happy_client {

    background: #fffb76;

}

.same_box_c {

    padding: 50px 50px 100px 50px;

}

.pt_c {

    padding-top: 50px;

}

.left_client_box {

    padding-top: 48px;

}

.left_client_box h4 {
    padding-bottom: 15px;
    font-family: "Heebo", sans-serif;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.2;

}

.client_img {

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 10px 0;

}

.section_client_logo {
    background-color: #fffb76;
}

.section_client_logo .client_content_box .top_content_details .client_img {
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 20px;

}

.client_img img {

    max-width: 70%;

}

.pt_c_ {

    padding-top: 34px;

}

.right_cl {

    width: 100%;

    position: relative;

}

.right_cl img {

    max-width: 100%;

}

.your_business {

    /*background: #f6f6f6;*/

    position: relative;

    background-blend-mode: multiply;

    background: #f6f6f6 url('../images/bg-png.png');

    background-repeat: no-repeat;

}

.same_box_b {

    padding: 50px 50px 50px 50px;

    position: relative;

}

.same_box_b h6 {

    font-family: News701 BT;

    font-size: 40px;

    text-transform: uppercase;

    color: #080202;

    padding-top: 40px;

    line-height: 0;

    text-transform: unset;

}

.same_box_b h5 {

    font-family: News701 BT;

    font-size: 32px;

    color: #8a8a8a;

}

.swiper_t {

    width: 100%;

    height: 100%;

    padding: 50px 0 70px 0;

}



.swiper-slide_t {

    padding: 15px 15px;

    text-align: center;

    font-size: 18px;

    /*background: #fff;*/



    /* Center slide text vertically */

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-justify-content: flex-start;

    justify-content: flex-start;

    -webkit-align-items: flex-start;

    align-items: flex-start;
    ;

    flex-direction: column;

    height: 300px;

    border-right: 1px solid #8b8b8b;

}

.swiper-slide_t h4 {

    font-family: News701 BT;

    font-size: 18px;

    color: #ef6023;

}

.swiper-slide_t p {

    text-align: left;

    font-family: Swis721 Light Condensed BT;

    color: #8b8b8b;

    font-size: 18px;

    padding-top: 15px;

}

.swiper-button-next_t:after,
.swiper-button-prev_t:after {

    content: '';

    font-family: none;

}

.swiper-button-next_t,
.swiper-button-prev_t {

    top: 86%;

    z-index: 11;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background: #e1e1e1;

    color: #c4c4c4;

    transition: 0.5s;

}

.swiper-button-next_t:hover,
.swiper-button-prev_t:hover {

    background: #000;

    color: #fff;

}

.swiper-button-next_t {

    right: 85px;

    left: auto;

}

.swiper-button-prev_t {

    right: 134px;

    left: auto;

}

.bg_black {

    background: #0a0a04;

    border-bottom-left-radius: 200px;

}

.counter-up {

    padding: 0px 0;

}

.counter {

    font-weight: 700;

}

.counter_ {

    font-weight: 700;

}

.box {

    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-family: Swis721 BT Light;

    font-size: 26px;

    padding: 20px 0px;

}



.box .count_ {

    display: flex;

    flex-direction: row;



}



.count_ {

    line-height: 32px;

}



.text {

    text-align: center;

    line-height: 22px;

    font-weight: 700;

    color: #fff;

    text-transform: uppercase;

    font-size: 18px;

}

.contact_section {

    background: #fff;

}

.contact_h h3 {

    font-size: 40px;

    font-family: News701 BT;

    color: #080202;

    line-height: 48px;

}

.contact_h h5 {

    font-size: 28px;

    font-family: News701 BT;

    color: #8a8a8a;

}

.contact_f {

    /*border: 1px solid #ccc;*/

    padding: 30px 50px 30px 30px;



}

.py_50 {

    padding-top: 40px;

}

.contact_d {

    /*background: #ef6023;*/

    padding: 20px 30px;

    /*border: 1px solid #ccc;*/



}

.contact_d h3 {

    font-size: 25px;

}

.contact_d h5 {

    font-size: 18px;

}

.contact_d p {

    padding: 10px 0;

}

.c_i {

    display: flex;

    justify-content: space-evenly;

    align-items: center;

    padding-top: 15px;

}

.c_i ul {

    display: flex;

    justify-content: space-evenly;

    width: 100%;

    align-items: flex-start;

    flex-wrap: wrap;

    list-style: none;

}

.c_i ul li {

    width: 100%;

}

.c_i ul li a {

    text-decoration: none;

    color: #000;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}

.c_i ul li a svg {

    width: 20px;

    height: 20px;

    background: #e1e1e1;

    padding: 10px;

    font-size: 14px;

    border-radius: 15%;

    transition: 0.5s;

}

.c_i ul li a svg:hover {

    background: #000;

    color: #fff;

}

.c_i ul li a p {

    margin-left: 10px;

}

.form-control {

    border-radius: 0;

    border: 1px solid #808080;

    padding: 6px 10px;

    color: #000;

}

.btn_s {

    padding: 8px 20px;

    background: #0a0a04;

    color: #fff;

    font-family: News701 BT;

    font-size: 18px;

    border: none;

    outline: none;

    width: 100%;

}

::placeholder {

    color: #bebebe;

}

.pop_b {

    position: relative;

    width: 100%;

    height: 150px;



}

.pop_b img {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

.modal-dialog {

    max-width: 550px;

}

.modal-content {

    border-radius: 30px !important;
    overflow: hidden;
    border: 0;

}

.modal-body {

    padding: 0;

    position: relative;

}

.btn-close {

    position: absolute;

    right: 10px;

    top: 10px;

    z-index: 1;

}

.btn-close:focus {

    box-shadow: none;

}

.modal_form {

    padding: 15px 15px 20px;

}

.modal_form h4 {

    text-align: center;

    padding: 10px 10px;

    font-size: 25px;

    position: relative;

    margin-bottom: 14px;



}

.modal_form h4:after {

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translate(-50%, 0);

    content: '';

    width: 100px;

    height: 5px;

    border-bottom: 3px solid #ef6023;

    border-radius: 0px;



}

.contact_form {

    position: relative;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: flex-end;

    align-items: center;

}

.input-group-addon {

    display: flex;

    align-items: flex-end;

}

.form_ {

    position: relative;

    right: 70px;

    z-index: 1;

    width: 420px;

    /*height: 100%;*/

    background: #fff;

    padding: 20px;

    /*border-top-left-radius: 50px;

    border-top-right-radius: 50px;*/

    border-radius: 30px;

    border-top: 15px solid #000;

}

.form_ h4 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.form_ p {

    font-size: 15px;

    text-transform: uppercase;

    text-align: center;

}

.form_content {

    padding: 0;

}

.form_ input,
.form_ textarea,
select {

    border: none !important;
    border-bottom: 1px solid #000 !important;
    padding: 8px 0 !important;
    color: #000 !important;
    border-radius: 0 !important;

}

input::placeholder,
textarea::placeholder {
    color: #000 !important;
}

input:focus,
select:focus {
    box-shadow: none !important;
}

.contact_us {

    width: 100%;

    padding: 10px;

    color: #fff;

    text-transform: uppercase;

    background: #000;

    outline: none;

    border: none;

    margin-top: 10px;
    font-weight: 700;
    border-radius: 50px;

}

.form-control,
select {
    font-size: 14px !important;
}

.popup_contact_box {

    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px 20px;

}

.g-recaptcha {
    margin-top: 10px;
}

.popup_contact_btn {

    width: 35%;

    padding: 5px;

    color: #fff;

    text-transform: uppercase;

    background: #000;

    outline: none;

    border: none;
    font-weight: 700;
    border-radius: 50px;



}

/***** Integrated Section *****/

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 30px;
}

.services_sec {

    position: relative;

    background: #000;

    padding: 100px 50px;



}

img {
    max-width: 100%;
    vertical-align: middle;
}

.int_heading {
    text-align: center;
}

.int_heading h4 {

    font-family: Swis721 BT Light;

    font-size: 24px;

    padding-right: 0px;

    padding-top: 2px;

    padding-bottom: 35px;

    color: #ef6023;

    text-align: center;

}

.int_heading span {

    color: #ed5a23;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    font-size: 18px;

    font-weight: 400;

    margin: 0 0 15px 0;

    display: block;

}

.int_heading h3 {

    padding-bottom: 15px;
    text-align: center;
    font-family: "Heebo", sans-serif;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.2;

}

.int_heading p {

    font-size: 18px;

    line-height: 28px;

    font-family: Swis721 BT Light;

}

.service-box {

    padding: 30px 35px;

    background-color: #fffb76;

    position: relative;

    z-index: 1;

    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 30px;

}

.service-box:hover {

    border-color: transparent;

    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 4%);

}

.service-desc h6 {

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 20px;



}

.service-desc p {

    font-size: 16px;

    line-height: 24px;


    text-align: justify;

    margin-bottom: 20px;

}

ul.service_list li {

    text-transform: uppercase;

    list-style: none;

    padding: 0 8px;

    border-right: 1px solid #d4d4d4;

    display: inline-block;

    font-size: 12px;



}

ul.service_list li a {

    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;

    overflow: hidden;

    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

}

ul.service_list li:last-child {

    border-right: none;

}

a.service-link {

    color: #b3b3b3;

    font-size: 14px;

    font-weight: 700;

    margin-top: 25px;

    position: relative;

    text-decoration: none;
    transition: all .3s ease-out 0s;

}

ul.service_list li a:hover::after {

    content: "";

    width: 0;

    height: 1px;

    bottom: 0px;

    position: absolute;

    left: auto;

    right: 0;

    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

    background: #ed5a23;

}

ul.service_list li a:hover::after {

    width: 100%;

    left: 0;

    right: auto;

}

ul.service_list {
    list-style-type: none;
}

a.service-link:hover {

    padding-left: 10px;

    color: #ed5a23;

}

a.service-link:hover:before {

    visibility: visible;

    opacity: 1;

}

a.service-link:before {

    position: absolute;

    content: ">";

    font-family: Font Awesome\ 5 Pro;

    font-weight: 300;

    left: 0;

    top: 0;

    visibility: hidden;

    opacity: 0;

}

.text_div {

    font-size: 28px;

    text-align: center;

    font-family: News706 BT Bold;

    padding-bottom: 10px;

    color: #080202;
    margin: 0 30px 0 0px;

}

.text_div span {

    color: #ed5a23;

}

.mb-30 {

    margin-bottom: 30px;

}

.mt-30 {

    margin-top: 30px;

}

.ds_iblock {

    display: inline-block;
    text-align: center;

}

.f_sec {

    display: inline-flex;
    align-self: center;
    align-items: center;

}

.f_sec_top {

    padding-bottom: 30px;

}

.main-btn {

    font-size: 16px;

    font-weight: 400;

    padding: 0px 32px;

    line-height: 50px;

    text-align: center;

    outline: none;

    color: #fff;

    background-color: #000;

    border: 1px solid #fff;

    -webkit-border-radius: 100px;

    border-radius: 100px;

    display: inline-block;

    position: relative;

}

.main-btn a {

    text-decoration: none;

    color: #fff;

}

.main-btn:focus {

    color: #fff;

    background-color: #000 !important;

    border-color: #000 !important;

    box-shadow: none !important;

}



.main-btn:hover a {

    color: #fff;

}

.main-btn:hover {

    background: #ed5a23;
    border: 1px solid #ed5a23;
    color: #fff;

}



.service-img img {
    border-radius: 20px;
}

.modal_form input:focus,
.modal_form textarea:focus {



    border-color: transparent !important;

    box-shadow: none !important;

    border: 1px solid #000 !important;

}

.form_ input:focus,
.form_ textarea:focus {



    border-color: transparent !important;

    box-shadow: none !important;

    border-bottom: 1px solid #000 !important;

}

::placeholder {

    color: #000;

}







.mt-40 {

    margin-top: 40px !important;

}

.btn-msd {

    background: #ed5a23;
    border: 1px solid #ed5a23;
    color: #fff;

}

.btn-msd:hover {

    background: #000;

}

.ms_heading {

    padding-bottom: 15px;
    text-align: center;
    font-family: "Heebo", sans-serif;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.2;
}

.bd_s {

    font-family: Swis721 BT Light;

    font-size: 28px;

    padding-right: 100px;

    padding-top: 20px;

    padding-bottom: 20px;

}

.cap_sec {

    margin: auto;

    margin-left: 5px !important;

}

.cap_sec a {

    cursor: pointer;
    background: #ed5a23;

    color: #fff;

    padding: 7px 10px;

    font-size: 20px;

}

.mt-20 {

    margin-top: 15px;

}



.section_one {

    padding: 80px 50px;

}

.section_client_logo h2 {
    padding-bottom: 15px;
    text-align: center;
    font-family: "Heebo", sans-serif;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
}

.client_content_box {

    display: flex;
    align-items: flex-start;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 4%);
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    margin-top: 50px;

}

.client_content_box .img_top {

    width: auto;

    max-width: 100%;

}

.client_content_box .img_top img {

    max-width: 100%;

}

.client_content_box .top_content_details {

    padding: 20px 20px;

    width: 100%;

    max-width: 100%;

    position: relative;

}

.client_content_box .top_content_details h3 {

    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
}

.client_content_box .top_content_details ul {

    list-style: none;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;

    position: absolute;

    top: 40%;

    left: -122px;

    transform: translateY(30%);

    background: #fff;

    padding: 20px;



}

.client_content_box .top_content_details ul li {

    padding: 4px 0;

    font-size: 13px;

    display: flex;

    align-items: center;

    transition: 0.5s;

    cursor: pointer;

    width: 45%;

}

.client_content_box .top_content_details ul li:hover {

    margin-left: 10px;

}

.client_content_box .top_content_details ul li svg {

    margin-right: 10px;

    width: 10px;

    height: 10px;

    background: #ec5d27eb;

    color: #fff;

    border-radius: 50%;

    padding: 5px;

}

.openbtn {

    position: absolute;

    top: 30px;

    right: 25px;

    z-index: 1;

    width: 35px;

    height: 35px;

    border-radius: 50%;

    outline: none;

    border: none;

    color: #000;

}

.sidebar_box {

    background: #000;

    width: 25%;

    height: 100%;

    position: fixed;

    z-index: 11;

    display: flex;

    justify-content: flex-start;

    align-items: flex-start;

    top: 0;

    right: -100%;

    opacity: 0;

    transition: 0.5s;

    padding: 180px 10px 0 50px;



}

.sidebar_box.active {

    right: 0%;

    opacity: 1;



}

.sidebar_box ul {

    list-style: none;

}

.sidebar_box ul li {

    padding: 5px 0;

}

.sidebar_box ul li a {

    color: #fff;

    font-size: 16px;

    text-decoration: none;

    text-transform: uppercase;

    font-family: Swis721 BT Light;



}

.sidebar_box ul li a .down_arow {

    width: 10px;

    height: 10px;

    margin-left: 4px;

    transform: rotate(-90deg);

    margin-top: 7px;

    margin-left: 0px;

}

.sidebar_box ul li a .down_arow svg {

    font-size: 14px;

}

.sidebar_box ul li a .down_arow.active {

    transform: rotate(0deg);

    margin-top: 0;

    margin-left: 10px;

}

.link-item a {

    display: flex;

}

.close_btn_new {

    position: absolute;

    top: 20px;

    left: 30px;

    width: 35px;

    height: 35px;

    background: transparent;

    border-radius: 50%;

    color: #fff;

    border: 2px solid #FFF;

}

.sidebar_box ul.sub_menu {

    padding-left: 20px;

    display: none;

    height: 0;

    transition: 0.5s;



}

.sidebar_box ul.sub_menu.active {



    display: block;

    height: auto;



}

.contact_form_bottom {

    position: absolute;

    top: 0;

}

.patt_bg {

    position: relative;

    background: #fffb76;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    padding: 80px 20px 0;

}

.patt_bg h4 {

    color: #000;

    padding-bottom: 10px;

    font-size: 30px;


    font-weight: 700;

}

.patt_bg ul {

    display: flex;

    align-items: center;

    list-style: none;

    margin-bottom: 0px;

}

.patt_bg ul li a {

    font-family: Swis721 BT Light;

    display: flex;

    text-decoration: none;

    align-items: center;

    color: #000;

    font-size: 20px;

    margin: 0 10px;

}

.patt_bg ul li a svg {

    margin-right: 5px;

}

.inner-banner {

    width: 100%;
}

.inner-banner .video-wrapper {
    height: 100% !important;
}

.inner-banner .banner-con {
    height: auto !important;
}

.privacy-policy-section {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-top: 100px;
}

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

.inner-banner-content {
    width: 100%;
    height: 100%;
    height: 220px;
}

.inner-banner-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.inner-banner-content h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.privacy-policy-section p,
.privacy-policy-section li {
    font-size: 16px;
    padding: 10px 0;

}

.myTestimo {
    padding: 30px 10px;
}

.myTestimo .swiper-slide .item {
    display: flex;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 50px 30px;
    background: #fffb76;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.myTestimo .swiper-slide .item .bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 20px;
}

.myTestimo .swiper-slide .item .bottom h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.myTestimo .swiper-slide .item .bottom span {
    color: #4d4d4d;
    font-size: 14px;
}

.myTestimo .swiper-slide .item .bottom i {
    font-size: 14px;
    color: #4d4d4d;
}

#ms_form_form input,
#ms_form_form select{
    border-radius: 50px !important;
}
#ms_form_form textarea{
    border-radius: 30px !important;
}























.client_content_box-mobile {
    display: flex;
    align-items: flex-start;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 4%);
    background: #131313;
    padding: 20px;
    border-radius: 30px;
    margin-top: 50px;
}

.client_content_box-mobile .top_content_details-box {

    padding: 20px 20px;

    width: 100%;

    max-width: 100%;

    position: relative;

}

.client_content_box-mobile .top_content_details-box h3 {

      padding-bottom: 15px;
    text-align: center;
    font-family: "Heebo", sans-serif;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.2;
}


.top_content_details-box p {
  color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: Swis721 BT Light;

}


/* ////////////////right////////////// */



.top_content_details-box-right {
      padding: 20px 20px;

    width: 100%;

    max-width: 100%;

    position: relative;

}

.top_content_details-box-right img {
    width: 50%;


}
@media(min-width: 1600px) {

    .form_ {

        /* bottom: -350px;*/

    }

}

@media(max-width: 1560px) {

    .form_ {

        /* bottom: -350px;*/

    }

}

@media(max-width: 1445px) {

    .form_ {

        /*  bottom: -350px;*/

    }

}

/***** Expertise Section *****/



@media(max-width: 1366px) {

    

    .left_bg_img {

        width: 800px;

        height: 220px;

    }

    .right_bg_img {}

    .left_bg_c h4 {

        font-size: 38px;

    }

    .left_bg_c p {

        font-size: 30px;

    }

    .right_c h3 {

        font-size: 36px;

    }

    .right_c h5 {

        font-size: 24px;

    }

    .child_img {

        width: 262px;

        height: 258px;

    }

    .portfolio_btn {

        font-size: 26px;

    }

    .service_section_left h3 {

        font-size: 38px;

    }

    .service_section_left h6 {

        font-size: 22px;

    }

    .service_section_left p {

        font-size: 16px;

    }

    .Service_content h5 {

        font-size: 18px;

    }

    .same_box {

        padding: 100px 50px;

    }

    .same_box_t h3 {

        font-size: 38px;

    }



    .same_box_t {

        padding: 100px 50px 45px 50px;

    }

    .left_client_box h4 {

        font-size: 40px;

    }

    .same_box_b h6 {

        font-size: 38px;

    }

    .same_box_b h5 {

        font-size: 28px;

    }

    .contact_h h3 {

        font-size: 38px;

    }

    .contact_h h5 {

        font-size: 22px;

    }

    .bars {}

    .banner_m h1 {

        font-size: 45px;

    }

    .p_r {

        font-size: 20px;

    }

    .spinnr {

        padding: 20px 0;

    }

    .spinnr p {

        font-size: 20px;

    }

    .spinnr_o {

        padding: 10px 0 10px 0;

    }

    .box .count_ {

        font-size: 20px;

    }

    .interested {

        padding: 20px 0;

    }

    .interested h2 {

        font-size: 20px;

    }

    .text {

        font-size: 15px;

    }

    .form_ {}

    .banner-con {

        height: 670px;

    }

    .sidebar_box {

        width: 30%;

    }

}

@media(max-width: 1200px) {

    .left_bg_c h4 {

        font-size: 32px;

    }

    .left_bg_c p {

        font-size: 25px;

    }

    .swiper-pagination-fraction {

        background: #fff;

        width: 29%;

        text-align: right;

        padding: 20px 78px 20px 10px;

        left: 66%;

        bottom: -28px;

    }

    .logo_icon img {

        width: 100%;

    }



    .right_content {

        width: 100%;

    }

    .left_bg_img {

        width: 688px;

        height: 200px;

        bottom: -2px;

    }

    .same_box {

        padding: 64px 38px;

    }

    .leaders_logo img {

        max-width: 82%;

    }

    .right_c h3 {

        font-size: 32px;

        padding: 0 150px;

    }

    .right_c h5 {

        font-size: 22px;

    }

    .portfolio_btn {

        font-size: 18px;

    }

    .child_img {

        width: 244px;

        height: 238px;

    }

    .mobile_app_logo img {

        max-width: 52%;

    }

    .service_section_left h3 {

        font-size: 32px;

    }

    .service_section_left h6 {

        font-size: 18px;

    }

    .same_box_t h3 {

        font-size: 32px;

    }

    .swiper-slide_ {

        height: 248px;

    }

    .left_client_box h4 {

        font-size: 32px;

    }

    .left_client_box {

        padding-top: 16px;

    }

    .same_box_b h6 {

        font-size: 32px;

    }

    .same_box_b h5 {

        font-size: 22px;

    }

    .same_box_b {

        padding: 26px 50px 26px 50px;

        position: relative;

    }

    .box {

        font-size: 18px;

        padding: 12px 18px;

    }

    .count_ {

        line-height: 25px;

    }

    .text {

        text-align: center;

        line-height: 24px;

    }

    .contact_h h3 {

        font-size: 32px;

    }

    .contact_h h5 {

        font-size: 18px;

    }

    .btn_s {

        font-size: 16px;

    }

    .banner-con {

        height: 720px;

    }

    .form_content {

        padding: 10px 0 10px 0;

    }

    .form_content>.mb-3 {

        margin-bottom: 0 !important;

    }

    .form_ h4 {

        font-size: 20px;

    }

    .form_ {

        width: 350px;

    }

    .form_ .mb-3 {

        margin-bottom: 0.4rem !important;

    }

    .form_ {

        bottom: 0;

    }

    .service-desc {

        padding-top: 20px;

    }

}



@media(max-width: 991px) {

    .banner-con {

        height: 100%;

    }

    .left_bg_img {



        height: 170px;

        bottom: -2px;

    }

    .right_bg_img {}

    .right_content {

        width: 100%;

        height: 100%;

    }

    .logo_icon img {

        width: 100%;

    }

    .bars span {

        width: 20px;

    }

    .bars {

        padding: 12px 0;

    }

    .right_c h3 {

        font-size: 26px;

    }

    .left_bg_c h4 {

        font-size: 26px;

    }

    .right_c h5 {

        padding-right: 0;

        font-size: 18px;

        padding-top: 8px;

    }

    .child_img {

        width: 162px;

        height: 168px;

        right: -74px;

        bottom: -61px;

    }

    .portfolio_btn {

        font-size: 14px;

    }

    .mobile_app_logo img {

        max-width: 64%;

    }

    .service_section_left h3 {

        font-size: 26px;

    }

    .same_box_t h3 {

        font-size: 26px;

        padding: 34px 0 44px 0px;

    }

    .same_box {

        padding: 80px 50px;

    }

    .same_box_t {

        padding: 80px 50px 80px 50px;

    }

    .swiper-slide_ {

        height: 322px;

    }

    .swiper-button-next_ {

        right: 167px;

        left: auto;

    }

    .swiper-button-prev_ {

        right: 214px;

        left: auto;

    }

    .pt_c {

        padding-top: 0px;

    }

    .left_client_box h4 {

        font-size: 30px;
        text-align: center;

    }

    .right_cl {

        margin-top: 32px;

    }

    .same_box_c {

        padding: 50px 50px 74px 50px;

    }

    .same_box_b {

        padding: 16px 50px 14px 50px;

        position: relative;

    }

    .contact_h h3 {

        font-size: 26px;

    }

    .contact_h h5 {

        font-size: 16px;

    }

    .contact_f {

        padding-top: 32px;

    }

    .box {

        margin: 18px 0;

    }

    .contact_box {

        padding: 50px 50px 60px 50px;

    }

    .form_ {

        width: 100%;

        position: relative;

        bottom: 0;
        margin-top: 50px;

    }

    .h_contact {}

    .h_contact ul {

        flex-wrap: wrap;

    }

    .h_contact ul li:nth-child(2) {
        display: none;
    }

    .h_contact ul li:nth-child(3) {
        display: none;
    }


    .h_contact li a {

        font-size: 14px;

        padding: 0 20px 0 0;

    }

    .h_contact.sticky {

        position: fixed;

        top: 0;

    }

    .f_sec {

        flex-direction: column;

    }

    .swiper-pagination-fraction {

        left: 67%;

    }

    .sidebar_box {

        width: 40%;

    }

    .form_ {
        right: 0;
    }

}

@media (min-width: 768px) {

    .client_b {

        flex: 0 0 auto;

        width: 17.666667%;

    }



}

@media(max-width: 768px) {

    .h_contact {

        padding: 10px 20px 10px 0px;

    }

    .logo_icon img {

        width: 100%;

    }

    .right_content {

        width: 100%;

    }

    .right_content {

        width: 100%;

        height: 100%;

    }

    .right_bg_img {}

    .social_menu ul {

        padding-left: 10px;

    }

    .bars {

        padding: 12px 0;

        margin: 5px 0;

    }

    .bars span {

        width: 18px;

    }

    .social_menu ul li {

        padding: 0 0px;

    }

    .social_menu ul li img {

        width: 58%;

    }

    .left_content {

        width: 100%;

        justify-content: center;

        align-items: center;

        display: flex;

        flex-direction: column;

    }

    .right_box {

        margin-top: 25px;

    }

    .service_section_t {

        /*border-top-left-radius: 148px;*/

    }

    .swiper-pagination-fraction {

        left: 51%;

        width: 43%;

        padding: 20px 68px 20px 10px;

        z-index: 1111;

    }
    .swiper-button-prev_, .swiper-button-next_{
        z-index: 11111;
    }

    .contact_f {

        /*border: 1px solid #ccc;*/

        padding: 30px 30px 30px 30px;



    }

    .contact_box {

        padding: 30px 30px 30px 30px;

    }

    .form_ {

        width: 100%;

        position: relative;

        bottom: 0px;

        right: 0;

        margin-top: 30px;

    }

    .service-img img {

        width: 100%;

    }

    .main-btn {

        margin-top: 20px;

    }

    .h_contact ul {



        flex-wrap: wrap;

        flex-direction: column;

        justify-content: flex-start;

        align-items: flex-start;

    }

    .sticky.h_contact ul {

        justify-content: center;

        flex-direction: row;

    }

    .h_contact {

        border: none;

    }

    .container_ {



        width: 100%;

        padding: 10px 0px 50px 0px;

    }

    .sidebar_box {

        width: 100%;

    }
    .section_one {
        padding: 50px 20px;
    }
}



@media(max-width: 500px) {

    .swiper-slide_t {

        border: none;

    }

    .leaders_logo {

        margin-bottom: 18px;

    }

    .p_btn {

        padding: 20px 0 0 0px;

        margin-right: 103px;

    }

    .right_c h3 {

        font-size: 22px;

        text-align: center;

    }

    .right_c h4 {

        text-align: center;

        font-size: 22px;

        margin-bottom: 20px;

    }

    .right_c h5 {

        text-align: center;

    }

    .left_bg_img {

        justify-content: center;

    }

    .left_bg_c {

        padding-left: 0px;

    }

    .left_bg_c h4 {

        font-size: 22px;

    }

    .left_bg_img {

        width: 100%;

        height: 200px;

        bottom: -2px;

        padding-left: 0;

    }

    .heading {

        font-size: 22px;

    }



    .service_section_left h3 {

        font-size: 22px;

        text-align: center;

    }

    .service_section_left h6 {

        text-align: center;

    }

    .service_section_left p {

        text-align: center;

    }

    .Service_content {

        padding: 10px 8px 30px 8px;

        margin-top: 12px;

    }

    .same_box_t h3 {

        font-size: 22px;

        padding: 34px 0 44px 0px;

    }

    .swiper-slide_ {

        height: 100%;

    }

    .swiper_ {

        padding-bottom: 0;

    }

    

    .swiper-button-prev_ {

        right: 257px;

        left: auto;

    }

    .swiper-button-next_ {

        right: 210px;

        left: auto;

    }

    .left_client_box h4 {

        font-size: 22px;

        text-align: center;

    }

    .same_box {

        padding: 20px 0;



    }

    .portfolio_img img {

        max-width: 88%;



    }

    .same_box_t {
        padding: 30px 15px 15px 15px;
    }

    .same_box_c {

        padding: 25px 18px 55px 18px;

    }

    .same_box_b h6 {

        font-size: 22px;

        text-align: center;

    }

    .same_box_b h5 {

        font-size: 18px;

        text-align: center;

    }

    .same_box_b {

        padding: 16px 22px 14px 22px;

        position: relative;

    }

    .mobile_app_logo {

        justify-content: center;

    }

    .mobile_app_logo img {
        max-width: 58%;
    }

    .swiper-slide_t {

        align-items: center;

    }

    .swiper-slide_t h4 {

        text-align: center;

    }

    .swiper-slide_t p {

        text-align: justify;

    }

    .contact_h h3 {

        font-size: 22px;

        text-align: center;

    }

    .contact_h h5 {

        text-align: center;

    }

    .left_content {

        align-items: flex-start;

    }

    .child_img {

        width: 162px;

        height: 164px;

        right: -85px;

        bottom: -61px;



    }

    .right_bg_img {}

    .right_content {



        width: 100%;

        height: 100%;

    }

    .video-wrapper {

        /*height: 80vh;*/

    }



    .bg_black {

        border-bottom-left-radius: 148px;

    }

    .Service_content h5 {

        font-size: 14px;

        text-align: center;

    }

    .logo_icon {}

    .logo_icon img {

        width: 100%;

    }

    .bars {

        padding: 12px 0;

        margin: 5px 0;

        margin-left: 10px;

    }

    .bars span {

        width: 18px;

    }

    .social_menu ul li {

        padding: 0 0px;

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .social_menu ul li {

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .social_menu ul li img {

        width: 50%;

    }

    .bars {

        padding: 16px 0;

    }

    .contact_f {

        /*border: 1px solid #ccc;*/

        padding: 30px 10px 10px 10px;



    }

    .contact_box {

        padding: 30px 30px 20px 30px;

    }

    .pop_b {

        height: 200px;

    }

    .right_bg_img {

        width: 100px;
        margin-right: 10px;

    }
    .h_contact li a{
        padding: 0;
    }

    .h_contact {

        padding: 20px 10px 10px 10px;

    }

    .banner-con {

        padding: 0 20px;

    }

    .banner_m h1 {

        font-size: 22px;

    }

    .p_r {

        font-size: 18px;

    }

    .spinnr p {

        font-size: 18px;

    }

    .interested h2 {

        font-size: 16px;

        line-height: 25px;

        text-align: center;

    }

    .text_div {

        font-size: 20px;

        margin: 0;

    }

    .pt-100 {

        padding-top: 30px;

    }

    .swiper_t {

        padding: 20px 0 40px 0;

    }

    .trust_p {

        padding: 0 10px 50px;

    }

    .int_heading h3 {

        font-size: 22px;

    }

    .same_box_t h4 {

        font-size: 18px;

        padding: 0px 0 49px 0px;

    }

    .int_heading h4 {

        font-size: 18px;

    }

    .right_box {

        margin-top: 10px;

    }

    .swiper-button-prev_t {

        right: 55%;

        left: auto;

    }

    .swiper-button-next_t {

        right: 35%;

        left: auto;

    }

    .swiper-button-next_t,
    .swiper-button-prev_t {

        top: 90%;

    }

    .modal_form .generated-captcha {

        margin-bottom: 15px;

    }

    .form_ input,
    .form_ textarea {

        padding: 5px 0;

    }

    .contact_us {

        margin-top: 5px;

    }

    .section_one {

        padding: 50px 5px 40px;

    }

    .right_c p {

        width: 100%;

    }

    .services_sec {

        position: relative;



        padding: 30px 0 10px;

    }

    .service-box {
        padding: 10px;
    }

    .footer_strip {

        padding: 40px 30px 10px;

    }

    .client_content_box .top_content_details ul {

        padding: 10px 0;

    }

    .client_content_box .top_content_details ul li svg {

        margin-right: 5px;

        width: 6px;

        height: 6px;

        background: #ec5d27eb;

        color: #fff;

        border-radius: 50%;

        padding: 5px;

    }

}

@media(max-width: 376px) {

    .left_bg_c {

        padding-left: 0;

        align-items: center;

    }

    .left_bg_img {

        justify-content: center;

        left: 0px;

        padding-left: 0;

    }

    .right_c h3 {

        font-size: 18px;

        text-align: center;

    }

    .right_c h4 {

        font-size: 18px;

        text-align: center;

    }

    .same_box_t h3 {

        font-size: 20px;

        padding: 34px 0 20px 0px;

    }

    .left_bg_c h4 {

        font-size: 18px;

        text-align: center;

    }

    .right_c h5 {

        text-align: center;

    }

    .service_section_left h3 {

        font-size: 18px;

        text-align: center;

    }

    .service_section_left h6 {

        font-size: 16px;

        text-align: center;

    }

    .service_section_left p {

        font-size: 14px;

        text-align: center;

    }

    .swiper-button-prev_ {

        right: 224px;

        left: auto;

    }

    .swiper-button-next_ {

        right: 176px;

        left: auto;

    }
    .swiper-pagination-fraction {
        left: 50%;
        transform: translateX(-50%);
        width: 84%;
        padding: 20px 48px 20px 10px;
    }

    .left_content {

        align-items: flex-start;

    }

    .child_img {

        width: 122px;

        height: 125px;

        right: -74px;

        bottom: -61px;

    }

    .int_heading h3 {

        font-size: 20px;

    }

}



.footer_strip {

    padding: 50px 30px;

    background: #000;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

}

.footer_strip ul {

    list-style: none;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

}

.footer_strip ul li a {

    text-decoration: none;

    color: #fff;

    font-size: 26px;

    padding: 10px 20px;

}

.footer_strip p {

    font-size: 14px;

    color: #fff;

    text-align: center;

}



.call_action {

    display: block;

}

.call_action {

    display: block;

    position: fixed;

    top: 40%;

    right: 0;

    z-index: 5;

    list-style: none;

    padding: 10px 10px;
    z-index: 1111111 !important;

}

.call_action li {

    width: 40px;

    height: 40px;



    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 10px 0;



}

.call_action li:nth-child(1) {

    background: #159a0c;

    box-shadow: 0 0 0 0 rgb(21 154 12/50%);



}

.call_action li:nth-child(2) {

    background: #0000ff;

    box-shadow: 0 0 0 0 rgb(0 0 255/50%);



}

.call_action li:nth-child(3) {

    background: #aa381e;

    box-shadow: 0 0 0 0 rgb(0 0 255/50%);



}




.call_action li a {

    padding: 10px;

    color: #fff;

    font-size: 20px;

}





@media(max-width: 576px) {

    .tg-btnscrolltop {

        bottom: 60px;

    }

    .call_action {

        display: block;

        position: fixed;

        top: 50%;

        right: 0;

        z-index: 5;

        list-style: none;

        padding: 10px 10px;

    }

    .call_action li {

        width: 40px;

        height: 40px;



        border-radius: 50%;

        display: flex;

        justify-content: center;

        align-items: center;

        margin: 10px 0;



    }

    .call_action li:nth-child(1) {

        background: #159a0c;

        box-shadow: 0 0 0 0 rgb(21 154 12/50%);

        -webkit-animation: zoom 1.3s infinite;

        animation: zoom1 1.3s infinite;

    }

    .call_action li:nth-child(2) {

        background: #0000ff;

        box-shadow: 0 0 0 0 rgb(0 0 255/50%);

        -webkit-animation: zoom 1.3s infinite;

        animation: zoom 1.3s infinite;

    }



    .call_action li a {

        padding: 10px;

        color: #fff;

        font-size: 20px;

    }

    .mobile_h {

        display: none;



    }

    .h_contact {

        border: none;

        padding: 20px 0 0;
        justify-content: space-between;

    }

    .h_contact ul li {

        display: flex;

        justify-content: center;

        align-items: center;

        width: 100%;

    }

   
    .container_ {

        padding: 10px 0px 50px 0px;

    }

    .openbtn {

        top: 40px;

    }

}



.tg-btnscrolltop {

    position: fixed;

    right: 12px;

    bottom: 4%;

    background: #000;

    padding: 6px 12px;

    font-size: 15px;

    color: #fff;

    opacity: 0;

    transition: 0.5s;

    z-index: 11;

    border-radius: 50%;

    box-shadow: 0 0 0 0 rgb(235 96 120/50%);



    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}



.tg-btnscrolltop i {

    color: #fff;

}

.tg-btnscrolltop:hover {

    color: #fff;

}

.tg-btnscrolltop.active {

    opacity: 1;

}



.expertise_img {

    position: relative;

    width: 100%;

    padding: 20px 0;

}

.footer_strip ul.morelink {

    padding: 20px 0 0;

}

.footer_strip ul.morelink li a {

    font-size: 14px;

}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 50% !important;
    height: 50% !important;
    object-fit: contain;
    transform-origin: center;
}

@media(max-width: 1199px) {

    .swiper-slide_t h4 {

        font-size: 18px;

    }

}

@media(max-width: 991px) {

   
    .footer_strip ul.morelink li {

        margin-bottom: 15px;

    }

}

@media(max-width: 450px) {

    .footer_strip ul.morelink {

        padding: 20px 60px 0;

    }

}

@media(max-width: 375px) {

    .footer_strip ul.morelink {

        padding: 20px 30px 0;

    }

}

.form-control_ {

    position: relative;

    margin-bottom: 5px;

    padding-bottom: 0;

}

.form-control_.success input {

    border-color: #2ecc71;

}



.form-control_.error input {

    border-color: #e74c3c;

}

.form-control_ svg {

    /*visibility: hidden;*/

    display: none;

    position: absolute;

    top: 12px;

    right: 10px;

}



.form-control_.success svg.fa-circle-check {

    color: #2ecc71;

    display: inline-block;

}



.form-control_.error svg.fa-circle-exclamation {

    color: #e74c3c;

    display: inline-block;

}

.form-control_ small {

    color: #e74c3c;

    position: absolute;

    bottom: -10px;

    left: 0;

    display: none;

}



.form-control_.error small {

    display: inline-block;

}



.captch_box {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    margin-bottom: 15px;

    flex-wrap: wrap;

}

.captch_box .generated-captcha {

    outline: none;

    border: none;

    width: 80px;

    background: #ccc;

    padding: 2px 5px;



}

.captch_box .gen {

    border: none;

    outline: none;

    background: transparent;

    color: #000;

    margin: 0 20px;

}

.captch_box h2 {

    font-size: 14px;

    margin: 0 20px;

}

.entered-captcha {

    outline: none;

    border: 1px solid #808080;

    border-radius: 0;

    padding: 5px;

}

.thanku_logo {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

}



.thanku_logo img {

    max-width: 10%;

}

.box_thanku {

    position: relative;

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.box_thanku button {

    background: #ef6123;

    outline: none;

    border: none;

    padding: 20px 20px;

    margin-top: 50px;

    width: 347px;

    font-size: 22px;

    height: 120px;

    color: #fff;

    transition: 0.7s;

}

.box_thanku button a {

    text-decoration: none;

    color: #fff;

}

.box_thanku button:hover {

    background: #000;

}

.thanku_content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.thanku_content p {

    padding: 5px;

    text-align: center;

}

#counter {

    font-weight: 700;

}

.user_name {

    text-align: center;

    font-size: 25px;

    font-weight: 700;

    color: #000;

    padding: 20px 10px 10px;

}

.fixed-shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.fixed-shape-bottom img {
    width: 100%;
}
.fixed-shape-bottom_new{
    bottom: auto !important;
    top: 20% !important;
}
.cntr {

    text-align: center;
    padding-bottom: 15px;
    text-align: center;
    font-family: "Heebo", sans-serif;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.2;

}


.popup-heading {
    text-align: center;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}
.modal_form select{
    border: 1px solid #808080 !important;
    padding: .375rem .75rem !important;
}

.slider_box_h{
    position: relative;
}
.slider_content_box{
    position: relative;
    z-index: 1;
    padding: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
    /* background-color: #00000023; */
    height: auto !important;
}
.slider_content_box h5{
    font-size: 14px;
    color: #fff;
}
.mobile_view{
    display: none;
}
.modal{
    z-index: 111111 !important;
}

.services_sec .int_heading{
    position: relative;
}
.services_sec .int_heading h3{
    margin-bottom: 0;
}
.services_sec .int_heading p{
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.service-box  {
    display: flex;
    align-items: start;
}
.left-box-ser .icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 95px;
    border-radius: 5px;
    text-align: center;
    min-width: 90px;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}
.left-box-ser .icon img {
    width: 50px;
}

.left-box-ser .icon::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 100%;
    width: 50px;
    background: #ffffffb3;
    border-radius: 30px;
    transform: rotate(-45deg);
    margin-left: -25px;
    transition: all 0.35s ease-in-out;
}
.service-box:hover .icon::after {
    left: 0;
    width: 100%;
    border-radius: 50%;
    transform: inherit;
    margin-left: 0;
}
.service-box::after {
    position: absolute;
    left: -110px;
    top: -110px;
    content: "";
    height: 100%;
    width: 100px;
    background: url('../images/8.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    transform: rotate(95deg);
}


.box-color a {
    color: #fff !important;
    
    

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

    .box_thanku button {

        width: 250px;

    }

}

@media(max-width: 1199px) {

    .swiper-slide_t {

        height: 250px;

    }

}

@media(max-width: 991px) {

    .box_thanku {

        justify-content: center;

    }

    .box_thanku button {

        margin-top: 25px;

        width: 100%;

    }

    .right_c h3 {

        line-height: 40px;

        padding: 0 50px;

        font-size: 30px;

    }

    .same_box_b h6 {

        padding-top: 40px;

    }

    .swiper-slide_t {

        height: 100%;

    }

    .ms_heading {

        font-size: 30px;

    }

    .same_box_b h6 {

        font-size: 30px;

    }

    .int_heading h3 {

        font-size: 30px;

    }

    .input-group-addon {

        width: 140px;

        margin-top: 11px;

    }

    .contact_form_bottom .form_ {
        right: 0;
        width: 80%;
    }

    .right_cl img {
        max-width: 100%;
        width: 100%;
    }

    .contact_form_bottom {
        position: relative;
        top: 0;
        display: flex;
        justify-content: center;
    }

}

@media(max-width: 769px) {

    .box_thanku button {

        width: 100%;

    }

    .right_c h3 {



        line-height: 38px;

        padding: 0;

    }

    .same_box_b h6 {

        text-align: center;

        padding-top: 30px;

    }

    .your_business .same_box_b {

        padding-top: 30px;

    }

}

@media(max-width: 768px) {

    .right_box {

        padding: 0;

    }

    .spinnr_o .row {

        justify-content: center;

    }

    .spinnr p {

        text-align: justify;

    }

    .pt-100 {

        padding-top: 40px;

    }

    .input-group-addon {

        width: 114px;

        margin-top: 14px;

    }

    .spinnr {

        padding: 20px 0 0;

    }

    .interested {

        padding: 0;

    }

    .client_content_box {

        flex-direction: column;

    }

    .client_content_box .img_top {

        width: 100%;

        max-width: 100%;

    }

    .client_content_box .img_top img {

        max-width: 100%;

        width: 100%;

    }

    .client_content_box .top_content_details ul {

        position: relative;

        top: 0;

        transform: translateY(0);

        left: 0;

    }

    .sidebar_box {

        padding: 130px 10px 0 50px;

    }

}

@media(max-width: 576px) {

    .thanku_logo img {

        max-width: 30%;

    }

    .box_thanku button {

        margin-top: 25px;

        width: 100%;

    }

    h2.heading_mn {

        text-align: center;

        font-size: 16px;

    }

    .ms_heading {

        font-size: 20px;

    }

    .same_box_b h6 {

        text-align: center;

        padding-top: 20px;

        font-size: 20px;

    }

    .text {

        font-size: 14px;

    }

    .box .count_ {

        font-size: 16px;

    }

    .interested {

        display: none;

    }

    .right_c h3 {

        font-size: 20px;

        line-height: 25px;

    }

    .technology_box>.row {

        padding: 14px 0;

    }

    .int_heading h3 {

        font-size: 20px;

    }

    .left_client_box h4 {

        font-size: 20px;

        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0;

    }
    .footer_strip{
        padding-top: 0;
    }
    .pt_c_ {
        padding-top: 0;
    }

    .light_container .light_close {

        width: 20px;

        height: 20px;

    }
   
    .modal_form .form-control_ {

        position: relative;

        margin-bottom: 5px;

        padding-bottom: 5px;

    }

    .modal_form .form-control {

        padding: 4px 10px;

    }

    .technology_box {

        padding: 0 10px;

    }

    .patt_bg h4 {

        color: #000;

        padding-bottom: 0;

        font-size: 20px;

        font-family: Swis721 BT Light;

        text-align: center;

    }

    .patt_bg ul li a {

        justify-content: center;

        font-size: 15px;

    }

    .same_box_c {
        padding: 40px 0 90px 0;
    }

    .contact_form_bottom .form_ {

        border-left: 1px solid #ccc;

        border-right: 1px solid #ccc;

        border-bottom: 1px solid #ccc;

    }

    .right_bg_img_bg {

        object-fit: cover;

    }

    .left_client_box {
        margin-bottom: 0;
    }

    .leaders {
        padding: 35px 0 15px;
    }

    .leaders_logo img {
        max-width: 60%;
    }

    .contact_form_bottom .form_ {
        width: 100%;
    }
    .banner_m h1 {
        font-size: 26px;
    }
    .p_r {
        font-size: 16px;
    }
    .spinnr p {
        font-size: 16px;
        width: 100%;
    }
    .section_client_logo h2{
        font-size: 20px;
        margin-bottom: 0;
    }
    .client_img img {
        max-width: 50%;
    }
    .right_c h3{
        margin-bottom: 10px;
    }
    .int_heading h3{
        margin-bottom: 15px;
    }
    .right_box {
        margin-top: 0;
    }
    .services_sec {
        padding: 80px 20px;
    }
    .banner-con{
        padding: 0 20px;
    }
    .client_content_box .top_content_details{
        padding: 20px 0;
    }
    .same_box_t{
        padding: 50px 20px 34px 20px;
    }
    .same_box {
        padding: 80px 20px;
    }
    .cntr{
        font-size: 20px;
    }
    .section_one.section_client_logo{
        padding-top: 0;
    }
    .client_content_box .top_content_details h3{
        font-size: 16px;
    }
    .platforms_img_logo {
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .mobile_app_logo{
        padding: 0 0;
    }
    .service-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 30px;
    }
    .service-box{
        border-radius: 40px;
    }
    .mobile_view{
        display: block;
    }
    .swiper-pagination-fraction {
        left: 50%;
        transform: translateX(-50%);
        width: 55%;
        padding: 20px 48px 20px 10px;
    }
    .platforms_img_logo h4{
        font-size: 16px;
    }
    .separator{
        height: 30px;
    }
    .technology_box{
        margin-bottom: 15px;
    }
    .myTestimo .swiper-slide .item{
        padding: 30px 20px;
        border-radius: 30px;
    }
    .ms_heading{
        margin-bottom: 20px;
    }
    .service-box{
        flex-wrap: wrap;
        padding: 20px;
    }
    .service-box p{
        margin-bottom: 0;
    }
    .service-box::after {
        position: absolute;
        left: -165px;
        top: -153px;
    } 
    .footer_strip ul.morelink {
        padding: 20px 10px 0;
    }
    .footer_strip ul li a{
        padding: 10px 8px;
        font-size: 18px;
    }
    
}


    .client_content_box-mobile .top_content_details-box h3 {
        font-size: 20px;
    }

@media (max-width: 376px) {


      .client_content_box-mobile .top_content_details-box h3 {
        font-size: 20px;
    }
    .int_heading h3 {

        font-size: 20px;

    }

    .input-group-addon {

        width: 114px;

        margin-top: 14px;

    }
    .client_img img {
        max-width: 60%;
    }
    .swiper-pagination-fraction {
        width: 60%;
    }

}

@media(max-width: 320px) {

    .right_c h3 {

        line-height: 25px;

    }

    .light_container .light_inner:before {

        width: 250px;

        height: 250px;

    }

    .light_container .light_inner img {

        max-height: 58% !important;

        width: 150px !important;

        margin-top: 128px;

    }

    .light_container .light_inner:after {

        width: 240px;

    }

    .patt_bg ul {

        flex-direction: column;

    }
    .g-recaptcha > div{
        width: 100% !important;
    }
    .g-recaptcha > div > div > iframe{
        width: 100% !important;
    }
    .swiper-pagination-fraction {
        width: 70%;
    }
    .service-box::after {
        position: absolute;
        left: -200px;
        top: -210px;
    }
}
