@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Titillium Web', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-family: 'Poppins', Sans-Serif;
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Titillium Web';
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #7c7c7d;
    padding: 20px 5px 10px 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #f59515;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: -45px;
    width: 940px;
    text-align: left;
    top: unset;
    padding: 20px 20px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: unset;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.logo-main {
    width: 174px;
    height: 41px;
    display: block;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.logo-main img {}

span.call-us {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    line-height: 1.4;
}

span.call-us small {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    color: #f59515;
}

span.call-us a {
    color: #2c2c2c;
}

.btn-1 {
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    padding: 1px 40px;
    background: -webkit-linear-gradient(left, #f9ad1c 0, #f9be36 100%);
}

.btn-2 {
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    padding: 1px 40px;
    background: -webkit-linear-gradient(left, #f9ad1c 0, #f9be36 100%);
    padding: 10px 40px;
}

.head_btn {
    display: flex;
    gap: 15px;
}

header {
    padding: 15px 0 5px 0;
}

.containerr {
    width: 1170px;
}

.container{
    width: 1170px;
}


/*banner home*/

html {
    overflow-x: hidden;
}

.home_bann_inr {
    background: #e8ecef;
    padding: 60px 0;
}

.home_bann_inr .bann_wrp {}

.home_bann_inr .bann_wrp h6 {}

.home_bann_inr .bann_wrp h1 {
    text-transform: capitalize;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 45px;
    line-height: 1.1;
}

.home_bann_inr .bann_wrp h4 {
    text-transform: none;
    color: #2c2c2c;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
}

.home_bann_inr .bann_wrp .btn_wrp {}

.home_bann_inr .bann_wrp .btn_wrp a.basic_btn {
    line-height: 24px;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 400;
    display: block;
    text-decoration: none;
    padding-top: 10px;
}

.home_bann_inr .bann_wrp .btn_wrp a.basic_btn strong {
    color: #f59515;
}

.bann_img figure img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.bann_img {
    position: relative;
}

.bann_img .left-dot {
    position: absolute;
    top: 218px;
}

.bann_img .left-dot img {
    transition: all .5s ease-in-out;
}

.bann_img .right-dot {
    position: absolute;
    left: 380px;
    top: 330px;
}

.bann_img .right-dot img {
    transition: all .5s ease-in-out;
}

.bann_img .circle {
    position: absolute;
    top: 330px;
    left: 420px;
}

.bann_img .circle img {
    transition: all .5s ease-in-out;
}


/* Default Reset for smooth animation */

.left-dot img,
.right-dot img,
.circle img {
    transition: transform 0.5s ease;
    transform: translate(0, 0) rotate(0deg) scale(1);
}


/* When user hovers over the banner */

.home_bann:hover .left-dot img {
    transform: translate(-10px, -10px) rotate(-10deg);
}

.home_bann:hover .right-dot img {
    transform: translate(10px, -10px) rotate(10deg);
}

.home_bann:hover .circle img {
    transform: scale(1.1) rotate(15deg);
}

.left-dot img,
.right-dot img,
.circle img {
    transition: none;
    will-change: transform;
}

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

.home_bann .slick-dots {
    padding-left: 5%;
    bottom: 50%;
    text-align: left;
    position: absolute;
    width: 100%;
    margin: 0;
    list-style: none;
}

.home_bann .slick-dots li {
    display: block;
}

.home_bann .slick-dots li button:before {
    width: 10px;
    height: 10px;
    font-size: 40px;
}

.home_bann .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f4ac31;
}

.home_bann .slick-dots li:hover button:before {
    color: #f4ac31;
}

.mini {
    display: block;
    color: #f63;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

section.home_bann {
    margin: 0 !important;
}


/*banner home*/


/*second fold*/

.sec_fold {
    padding: 60px 0;
}

.sec_fold .sec_txt {}

.sec_fold .sec_txt h6 {
    margin: 0 0 10px 0;
}

.sec_fold .sec_txt h2 {}

.sec_fold .sec_txt h3 {
    color: #f59515;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sec_fold .sec_txt p a {
    color: #f59515;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;
}

.sec_fold .sec_txt .btn_wrp {}

.sec_fold .sec_txt p {}

.sec_fold .sec_img {}

.sec_fold .sec_img video {}

.head {
    font-size: 30px;
    color: #3c3c3c;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.head span {
    color: #f63;
}

.para {
    font-size: 15px;
    color: #999;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 16px;
}

.moretext {
    display: none;
}

.more_less {
    margin: 0 0 30px 0;
}

.more_less a {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
    background: #b3b3b3;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
}

.more_less .moretext {}

.more_less .moretext p {
    display: inline-block;
    padding: 0 15px 0 0;
    font-size: 14px;
    color: #5f5d5d;
    line-height: 1.3;
    font-weight: 400;
}


/*second fold*/


/*app section */

.apps_Sec {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.apps_Sec .apps_wrp {
    margin: 0 0 70px 0;
}

.apps_Sec .apps_wrp h2 {
    text-align: center;
}

.apps_Sec .apps_wrp p {
    text-align: center;
}

.apps_Sec .apps_wrp .more_less {
    text-align: center;
}

.apps_Sec .apps_wrp .more_less a {}

.apps_Sec .apps_wrp .more_less .moretext p {
    text-align: left;
}

.main_app_bx {
    box-shadow: 0 0 50px #0000001c;
    transition: all 700ms;
}

.main_app_bx img {
    border-radius: 10px 10px 0 0;
}

.main_app_bx .app_box_midd {
    padding: 25px 15px 10px;
    background: #fff;
}

.main_app_bx .app_box_midd h6 {
    color: #3c3c3c;
    text-align: left;
    line-height: 1.2;
    text-decoration: none;
    font-size: 22px;
    border: 0;
    font-weight: 600;
    margin: 4px 0 7px;
    text-transform: uppercase;
}

.main_app_bx .app_box_midd p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    color: #858585;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 0 10px 0;
    max-width: 100%;
    font-family: 'Titillium Web';
    height: 60px;
}

.main_app_bx .app_box_midd p span {
    color: #f59515;
}

.main_app_bx .app_box_midd .app_box_ftr {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 40px 0 0 0;
}

.main_app_bx .app_box_midd .app_box_ftr .left {}

.main_app_bx .app_box_midd .app_box_ftr .left h5 {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
}

.main_app_bx .app_box_midd .app_box_ftr .left .links {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: -5px 0 0 0;
}

.main_app_bx .app_box_midd .app_box_ftr .left .links a {}

.main_app_bx .app_box_midd .app_box_ftr .left .links a img {
    width: 65%;
}

.main_app_bx .app_box_midd .app_box_ftr .right {}

.main_app_bx .app_box_midd .app_box_ftr .right a {
    padding: 5px 40px;
}

.main_app_bx:hover {
    transform: translate3d(0px, -5px, 0px);
}


/*app section */


/*mobile_app_Sec*/

.mobile_app_Sec {
    padding: 60px 0;
}

.mobile_app_Sec .mble_wrp {
    text-align: center;
}

.mobile_app_Sec .mble_wrp h2 {}

.mobile_app_Sec .mble_wrp p {}

.mobile_app_Sec .mble_wrp .more_less {}

.mobile_app_Sec .mble_wrp .more_less a {}

.mobile_app_Sec .mble_wrp .more_less .moretext {}

.mobile_app_Sec .mble_wrp .more_less .moretext p {
    text-align: left;
}

.mobile_app_Sec ul {
    margin: 20px 0 0 0;
    display: flex;
    text-align: center;
}

.mobile_app_Sec ul li {
    transition: all .5s ease;
    margin: 0 5px;
    position: relative;
    border-radius: 5px;
    min-height: 215px;
    padding: 40px;
    background: #fff;
    width: 16%;
    top: 0;
    cursor: pointer;
}

.mobile_app_Sec ul li h6 {
    margin: 0;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 400;
}

.mobile_app_Sec ul li i {
    background-image: url(../images/sprite03.png);
    background-repeat: no-repeat;
    width: 80px;
    display: inline-block;
    height: 80px;
    margin: 0 auto 10px;
    -webkit-transition Shorthand property combines four of the transition properties into a single property.: all .5s ease;
}

.mobile_app_Sec ul li i.one {
    background-position: 0 0;
}

.mobile_app_Sec ul li i.two {
    background-position: -80px 0;
}

.mobile_app_Sec ul li i.three {
    background-position: -160px 0;
}

.mobile_app_Sec ul li i.four {
    background-position: -320px 0;
}

.mobile_app_Sec ul li i.five {
    background-position: -240px 0;
}

.mobile_app_Sec ul li i.six {
    background-position: -403px 0;
}

.mobile_app_Sec ul li:hover {
    transform: translate3d(0px, -5px, 0px);
}

.video-sec a.popUpBtn {
    transition: all .2s ease;
    padding: 25px 29px;
    border-radius: 50%;
    border: 2px solid #f59515;
    height: 115px;
    width: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.video-sec a.popUpBtn i {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 54px;
    color: #f59515;
}

.fa-play-circle:before {
    content: "\f144";
}

section.video-sec {
    background: url(../images/cta-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    background-position: right;
}


/*mobile_app_Sec*/


/*workshop SECtion*/

.wrkshp {
    padding: 90px 0;
    background: #f5f7fb;
    text-align: center;
}

.wrkshp .wrkshp_wrp {
    padding: 0 250px;
}

.wrkshp .wrkshp_wrp h6 {
    margin: 0 0 10px 0;
}

.wrkshp .wrkshp_wrp h2 {}

.wrkshp .wrkshp_wrp p {}

.wrkshp .wrkshp_wrp a.main_cta {
    color: #f59515;
    display: inline-block;
    border-bottom: 1px solid #f59515;
    padding-bottom: 0;
    margin-top: 10px;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
}

.wrkshp .more_less .moretext p {
    text-align: left;
    width: 50%;
}

.mtr-fox .placeholder video {
    position: absolute;
    top: 45px;
    left: 83px;
    background: #000;
    height: 330px;
    width: 477px;
}

.placeholder {
    position: relative;
}

.placeholder img {
    width: 100%;
}

section.mtr-fox {
    padding: 60px 0;
}


/*workshop SECtion*/


/*badges_sec*/

.badges_sec {
    padding: 60px 0;
}

.badges_sec .bx_fig {
    text-align: center;
    padding: 0px;
    /* box-shadow: 4px 2px 31px 0 #ccc; */
    margin: 10px 0;
    border-radius: 10px;
}

.badges_sec .bx_fig img {
    /*height: 140px;*/
    margin: 0 auto;
    /*box-shadow: 4px 2px 31px 0 #ccc;*/
}

.badges_sec .bx_fig h4 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
    color: #505050;
}

.badges_sec .slick-active {
    opacity: 1;
}


/*badges_sec*/


/*testimonials*/

.testi_sec {
    padding: 60px 0;
    background-color: #f4f4f4;
    text-align: center;
}

.testi_sec .testi_txt {
    margin: 0 0 20px 0;
}

.testi_sec .testi_txt h6 {}

.testi_sec .testi_txt h2 {}

.testi_sec .testi_txt .d-flex {
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.testi_sec .testi_txt .d-flex a {}

.testi_sec .testi_txt .d-flex a img {}

.testi_sec .test_main {
    width: 320px;
    margin: 0 auto;
}

.testi_sec .test_main .testi_bx {
    background: #fff;
    padding: 44px 28px;
    margin-bottom: 45px;
    text-align: left;
    position: relative;
    min-height: 233px;
    border-radius: 5px;
    box-shadow: 4px 2px 31px 0 #ccc;
}

.testi_sec .test_main .testi_bx .star {
    margin: 0 0 5px 0;
}

.testi_sec .test_main .testi_bx .star i {
    color: #ffdd65;
    font-size: 14px;
}

.testi_sec .test_main .testi_bx .listscroll {
    height: 95px;
    overflow-y: scroll;
}

.testi_sec .test_main .testi_bx .listscroll p {
    font-size: 14px;
    color: #929292;
    line-height: 1.4;
    padding-right: 5px;
}

.testi_sec .test_main .btm_testi {
    display: flex;
    justify-content: left;
    gap: 30px;
    align-items: center;
    margin: 0 0 0 15px;
}

.testi_sec .test_main .btm_testi .lefti {
    width: 16%;
}

.testi_sec .test_main .btm_testi .lefti img {
    border-radius: 50px;
    width: 100%;
}

.testi_sec .test_main .btm_testi .righti {
    text-align: left;
}

.testi_sec .test_main .btm_testi .righti h6 {
    font-size: 15px;
    margin: 0 0 5px;
    color: #202020;
}

.testi_sec .test_main .btm_testi .righti p {
    font-size: 15px;
    color: #929292;
    line-height: 1.5;
    margin: 0;
    font-family: 'Titillium Web';
}

.testi_sec .test_main .testi_bx:before {
    position: absolute;
    content: "\f0dd";
    font-family: FontAwesome;
    bottom: 5px;
    left: 20px;
    color: #fff;
    font-size: 54px;
    line-height: 0;
}

.listscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar-thumb {
    background-color: #929292;
}


/*testimonials*/


/*bottom form*/

.bottom_form .bottom_wrp img{
    margin: 0 auto 20px;
}

.bottom_form {
    background: #fff;
    padding: 60px 0;
}

.bottom_form .bottom_wrp {
    padding: 0 250px;
    text-align: center;
    margin: 0 0 40px 0;
}

.bottom_form .bottom_wrp h2 {}

.bottom_form .bottom_wrp p {}

.bottom_form .form_wrpr {
    padding: 0 250px;
}

.bottom_form .form_wrpr .grp {
    margin-bottom: 30px;
}

.bottom_form .form_wrpr .grp label {
    font-weight: 500;
    font-size: 16px;
    color: #5b6b7f;
    margin: 0 0 5px;
    width: 100%;
    display: block;
}

.bottom_form .form_wrpr .grp label span {
    color: #ec1d23;
}

.bottom_form .form_wrpr .grp input {
    width: 100%;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: #fff;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    border-radius: 5px;
}

.bottom_form .form_wrpr .grp textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: #fff;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    resize: none;
    height: 100px;
}

.bottom_form .form_wrpr .grp.check-bx {}

.bottom_form .form_wrpr .grp.check-bx input {
    width: auto;
    padding: 0;
    height: auto;
    display: inline-block;
}

.bottom_form .form_wrpr .grp.check-bx label {
    display: inline;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    font-size: 14px;
}

.bottom_form .form_wrpr .grp.check-bx p {
    margin: 10px 0 0 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

.bottom_form .form_wrpr .grp.check-bx p strong {}

.bottom_form .form_wrpr .grp.check-bx p a {
    color: #000;
}

.bottom_form .form_wrpr .grp button {
    width: 100%;
    border: 0;
}


/*bottom form*/


/* Footer */

footer {
    background-color: #202020;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 40px 0 40px;
}

ul.footer-links a {
    color: #6c6c6c;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

ul.footer-links {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 30px;
    margin: 30px 0;
}

ul.footer-links a:hover {
    color: #f9bc33 !important;
}

.footer-links p {
    color: #dfdfdf;
    font-size: 14px;
    display: inline-block;
    margin: 0;
}

.footer-content {
    text-align: center;
}

.footer-links {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

ul.footer-group {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.footer-group a {
    color: #ccc;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px 0 10px;
}

.address h4 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.address p {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #dfdfdf;
}

.copyr .text {
    margin: 15px 0 0;
}

.copyr .text p {
    text-align: center;
    color: #dfdfdf;
    margin: 0;
    font-size: 14px;
}

ul.last-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 15px 0 0;
}

ul.last-list a {
    color: #6c6c6c;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.upbtnn {
    width: 50px;
    height: 52px;
    position: absolute;
    background: #2b2b2b;
    border-radius: 50%;
    right: 10%;
    bottom: 10%;
}

.upbtnn a {
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    color: #fff;
    position: relative;
}


/* Footer */



/*mega menu start*/

.menuSec ul li .servii_inner .itm a{padding: 13px 20px;width: 100%;}
.menuSec li:hover>ul.servii li{width: 33%;display: inline-block;vertical-align: top;}
a .menu-icon {-ms-transition: all .3s ease-out; -moz-transition: all .3s ease-out; /* -webkit-transition: all .3s ease-out; */ -o-transition: all .3s ease-out; transition: all .3s ease-out; width: 40px; height: 40px; /* box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05); */ background: #3c3b3b; border-radius: 50%; padding: 7px; text-align: center; line-height: 23px; display: inline-block; margin: 0; vertical-align: top; }
a .menu-icon .nav-sprite.mapdev {background-position: -44px -2060px; }
a .menu-icon .nav-sprite {background: url(../images/sprites.png) no-repeat; width: 32px; height: 32px; display: block; }
a .menu-icon .nav-sprite.mps {background-position: -77px -2060px; }
a .menu-icon .nav-sprite.sdc {background-position: -109px -2059px; }
a .menu-icon .nav-sprite.mat {background-position: -136px -2060px; }
a .menu-icon .nav-sprite.wapad {background-position: -167px -2060px; }
a .menu-icon .nav-sprite.cd {background-position: -198px -2061px; }
a .menutext {padding-top: 0; width: 75%; display: inline-block; vertical-align: middle; margin: 0px 0 0 15px; font-size: 20px; color: #fff; text-transform: capitalize; line-height: 1.2; }
.menuSec li:hover>ul.servii li .servii_inner{padding: 1px 0 5px 70px;}
.menuSec li:hover>ul.servii li .servii_inner .itm a{padding: 0px 0px 5px 20px; font-size: 14px; line-height: 1.5; color: #eaeaea; font-weight: 400; font-family: 'Titillium Web'; text-transform: capitalize; }
.menuSec li:hover>ul.servii li .servii_inner .itm:hover a{margin-left: 18px; color: #f9bc33;}
.menuSec li:hover>ul.servii li .servii_inner .itm:hover a:before {position: absolute; content: ''; height: 2px; width: 0; background: #f9bc33; width: 10px; top: 10px; left: 0; }
.menuSec li:hover>ul.industries {width: 940px; left: -117px; }
.menuSec li ul.industries .industri_li {margin: 0;width: 24%;display: inline-block;vertical-align: top;}
.menuSec li ul.industries .industri_li a.mega-head {display: flex;align-items: center;padding: 30px 30px;}
.menuSec li ul.industries .industri_li a.mega-head .menutext span {font-size: 14px; line-height: 1.1; color: #eaeaea; }
.menuSec li ul.industries .industri_li a.mega-head .menutext {line-height: 0.5;font-weight: 400;}
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.ad {background-position: -45px -2106px; }
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.hcals{background-position: -75px -2106px;}
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.ecar{background-position: -103px -2106px;}
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.eahr {background-position: -384px -2107px }
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.sht {background-position: -135px -2106px }
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.ant {background-position: -163px -2104px }
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.gnl {background-position: -194px -2106px }
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.fsd {background-position: -228px -2105px }
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.mae {background-position: -260px -2106px }
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.tah {background-position: -290px -2107px }
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.reap {background-position: -320px -2105px }
.menuSec li ul.industries .industri_li a.mega-head .menu-icon .nav-sprite.stal {background-position: -355px -2104px }
.menuSec li:hover ul.case-studiess{width: 1138px;left: -405px;}
.menuSec li ul.case-studiess .case-studiess_li {margin: 0;width: 24%;display: inline-block;vertical-align: top;}
.menuSec li ul.case-studiess .case-studiess_li a.mega-head {display: flex ; align-items: center; padding: 20px 10px; }
.menuSec li ul.case-studiess .case-studiess_li a.mega-head .menutext {line-height: 1; }
.menuSec li ul.case-studiess .case-studiess_li a.mega-head .menutext span {font-size: 14px; line-height: 1.1; color: #eaeaea; } 
.menuSec li ul.case-studiess .case-studiess_li a.mega-head .menutext p {font-size: 14px;line-height: 1.1;color: #eaeaea;margin: 0;font-family: 'Titillium Web';} 
.menuSec a.mega-head .menu-icon .nav-sprite.cdin {background-position: -258px -2156px; }
.menuSec ul.case-studiess a.mega-head .menu-icon {-ms-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; width: 47px; height: 47px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05); background: #3c3b3b; border-radius: 50%; padding: 7px; text-align: center; line-height: 23px; margin: 0; float: none; vertical-align: middle; }
.menuSec a.mega-head .menu-icon .nav-sprite.fdnapp {background: url(../images/foodsnapp.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.wheel {background: url(../images/nannies.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.poly {background: url(../images/ploy.png); background-size: cover; border-radius: 50px; }
.menuSec a.mega-head .menu-icon .nav-sprite.kitch {background: url(../images/kitchenara.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.sser {background-position: -720px -2156px; }
.menuSec a.mega-head .menu-icon .nav-sprite.gravi {background: url(../images/gravity.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.paws {background: url(../images/paws.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.ridee {background: url(../images/ride.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.fauct {background: url(../images/faucet.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.gs {background-position: -972px -2156px; }
.menuSec a.mega-head .menu-icon .nav-sprite.tpa {background-position: -1056px -2156px; }
.menuSec a.mega-head .menu-icon .nav-sprite.te {background-position: -678px -2156px; }
.menuSec a.mega-head .menu-icon .nav-sprite.village {background: url(../images/village.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.groupf {background: url(../images/group.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.boom {background: url(../images/bboom.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.arwr {background: url(../images/arwr.png); background-size: cover; border-radius: 50px; }
.menuSec a.mega-head .menu-icon .nav-sprite.ss {background-position: -132px -2156px; }
.menuSec a.mega-head .menu-icon .nav-sprite.tb {background-position: -930px -2156px; }
.menuSec a.mega-head .menu-icon .nav-sprite.mfs {background-position: -1014px -2156px; }
.menuSec a.mega-head .menu-icon .nav-sprite.toy {background: url(../images/toypins.png) no-repeat; background-size: contain; } 
.menuSec a.mega-head .menu-icon .nav-sprite.wmm {background-position: -90px -2156px; }
.menuSec a.mega-head .menu-icon .nav-sprite.bible {background: url(../images/bibble.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.wd {background-position: -636px -2156px; }
.menuSec a.mega-head .menu-icon .nav-sprite.jro {background: url(../images/journey.png) no-repeat; background-size: contain; }
.menuSec a.mega-head .menu-icon .nav-sprite.biz {background: url(../images/bbizinc.png) no-repeat; background-size: contain; }


.menuSec li:hover ul.solutions {width: 940px;left: -475px;display: flex;justify-content: center;}
.menuSec li ul.solutions .solutions_li {margin: 0; width: 24%; display: inline-block; vertical-align: top; }
.menuSec ul.solutions a.mega-head .menu-icon-sol {
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05);
    background: #3c3b3b;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    margin: 0;
    float: none;
    vertical-align: middle;
}

.menuSec ul.solutions .solutions_li a {
    display: flex;
    align-items: center;
    padding: 30px 10px;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite {
    background: url(../images/sprites.png) no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.boo {
    background-position: -44px -2309px;
}

.menuSec ul.solutions a.mega-head .menu-icon-sol {
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .05);
    background: #3c3b3b;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    margin: 0;
    float: none;
    vertical-align: middle;
}

.menuSec ul.solutions a.mega-head .menutext {
    padding-top: 0;
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    line-height: 0.5;
}

.menuSec ul li ul.solutions a.mega-head span {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: 'Titillium Web';
    font-weight: 400;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.fit {
    background-position: -170px -2311px;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.fle {
    background-position: -296px -2311px;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.loy {
    background-position: -86px -2310px;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.mov {
    background-position: -212px -2311px;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.rea {
    background-position: -338px -2311px;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.rea {
    background-position: -338px -2311px;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.res {
    background-position: -128px -2310px;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.sho {
    background-position: -254px -2311px;
}

.menuSec a.mega-head .menu-icon-sol .nav-sprite.spo {
    background-position: -380px -2311px;
}

.menuSec li>ul>li>a:hover{background: #2a28267a;
    border-radius: 5px;}
 

/*mega menu end*/



/*Solutions pages*/



.solution_pgs_bann{
    position: relative;
    padding: 130px 0 80px 0;
}
.solution_pgs_bann img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.solution_pgs_bann .solu_txt{
    padding: 0 80px 0 0;
}
.solution_pgs_bann .solu_txt h2{
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 50px;
    position: relative;
    font-weight: 900;
}
.solution_pgs_bann .solu_txt p{
    color: #fff;
    text-align: left;
    line-height: normal;
    font-size: 19px;
    font-weight: 400;
    display: inline-block;
    padding: 0px 0px 0 0;
    position: relative;
}
.solution_pgs_bann .solution_frm{
    position: relative;
}
.solution_pgs_bann .solution_frm h5{
    margin: 0 0 30px 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.solution_pgs_bann .solution_frm .grps{
    margin: 0 0 15px 0;
}
.solution_pgs_bann .solution_frm .grps input{
    display: block;
    padding: 20px 20px;
    border-radius: 4px;
    width: 100%;
    color: #32347a;
    border: transparent;
    font-size: 14px;
    box-shadow: 0px 0px 30px 0px #15151514;
    cursor: pointer;
}
.solution_pgs_bann .solution_frm .grps button{
    width: 100%;
    border: 0;
}

section.solution_pgs_bann:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000063;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.vise_versa_Sec{
    padding: 80px 0;
}
.vise_versa_Sec .versa_top{
}
.vise_versa_Sec .versa_top h2{
    text-align: center;
    color: #323136;
    font-size: 46px;
    margin: 0;
    font-weight: bold;
}
.vise_versa_Sec .versa_img{}
.vise_versa_Sec .versa_img img{
    width: 100%;
}
.vise_versa_Sec ul{
    margin: 50px 0;
}
.vise_versa_Sec ul li{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 0 0 30px;
}
.vise_versa_Sec ul li img{
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
    max-width: 35px;
}
.vise_versa_Sec ul li p{
    margin: 0;
    color: #323136;
    font-size: 18px;
    line-height: 1.4;
}
.vise_versa_Sec ul li p span{
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding: 0 0 5px 0;
}

.cta_solutions{
    background: linear-gradient(90deg, rgba(249, 173, 28, 1) 0%, rgba(249, 181, 40, 1) 52%, rgba(249, 190, 54, 1) 100%);
    text-align: center;
    padding: 80px;
}
.cta_solutions .cta_txtz{
    padding: 0 160px;
}
.cta_solutions .cta_txtz h3{
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 15px 0;
}
.cta_solutions .cta_txtz p{
    font-size: 20px;
    color: #fff;
}
.cta_solutions .cta_txtz .btn_wrp{
    margin: 30px 0 0 0;
}
.cta_solutions .cta_txtz .btn_wrp a{
    background: #fff;
    color: #f9be36;
}

.vise_versa_Sec ul li p strong {
    display: block;
    margin: 0 0 10px 20px;
    color: #323136;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
}



.vise_versa_Sec ul li p strong:before {
    position: absolute;
    content: "";
    top: 8px;
    left: -20px;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50px;
}

/*Solutions pages*/



/*privacy-policy*/

.privacy_sec{
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.privacy_sec img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.privacy_sec .privacy_wrap{
    position: relative;
    text-align: center;
}
.privacy_sec .privacy_wrap h2{
    color: #fff;
    font-size: 48px;
    margin: 0 0 10px 0;
}
.privacy_sec .privacy_wrap p{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 0 100px;
}

.privacy_detail .detil_wrp{}
.privacy_detail .detil_wrp h2{
    font-size: 40px;
    color: #000;
}
.privacy_detail .detil_wrp h3{
    font-size: 30px;
    color: #000;
}
.privacy_detail .detil_wrp p{
    line-height: 1.5;
}
.privacy_detail .detil_wrp ul{}
.privacy_detail .detil_wrp ul li{
    font-family: 'Poppins', Sans-Serif;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.privacy_detail .detil_wrp .d-felx{
    display: flex;
    gap: 30px;
    margin: 0 0 20px 0;
}
.privacy_detail .detil_wrp .d-felx a{
    color: #000;
}
.privacy_detail .detil_wrp .d-felx a i{
    color: #f59515;
}
.privacy_detail{
    padding: 70px 0;
}

/*privacy-policy*/


/* Inner Page Start */


/* service Page  */

nav.breadcrumbcstm-wrapper {
    padding: 5px 15%;
}

ol.breadcrumbcstm {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin: 0;
    padding: 0;
}

ol.breadcrumbcstm li {
    list-style: none;
}

ol.breadcrumbcstm a,
ol.breadcrumbcstm li.active {
    font-size: 14px;
    color: #7c7c7d;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

ol.breadcrumbcstm li.active {
    color: #f59515;
}

ol.breadcrumbcstm li.item a::after {
    content: "/";
    border: none;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 14px;
    margin: 0;
    position: relative;
    left: 8px;
}

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

.inner-banner-text h3 {
    margin: 0 auto 10px;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}

.inner-banner-text p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    max-width: 800px;
    margin: 10px auto 35px;
    font-family: 'Titillium Web';
}

.btn-service:hover {
    transform: translateY(-1rem);
    color: #fff;
}

.inner-banner-sec {
    display: block;
    background: url(../images/servicesbanner.png) no-repeat center;
    height: 700px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover;
    overflow: hidden;
    align-content: center;
}

.servic-inner-baner {
    background: url(../images/mb-app-bg.png) no-repeat center;
}


/* service Page  */

.btn-service {
    Specificity: (0, 1, 0);
    text-transform: uppercase;
    display: inline-block;
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    background: -webkit-linear-gradient(left, #f9ad1c 0, #f9be36 100%);
    background: -moz-linear-gradient(left, #f9ad1c 0, #f9be36 100%);
    background: -webkit-linear-gradient(left, #f9ad1c 0, #f9be36 100%);
    margin: 10px 0 0 0;
}

.btn-service:before {
    width: 1px;
    height: 20px;
    content: '\f4ad';
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 500;
    margin-top: 2px;
    padding-right: 35px;
    float: left;
    margin-right: 20px;
    border-right: 1px solid #fff;
    line-height: 20px;
    color: #fff;
}

.rangesec {
    background-color: #fff;
    padding: 60px 0;
    border-top: 1px solid #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: hidden;
    height: 800px;
    position: relative;
    background-image: url('../images/mainservice-mobile-application-development.png');
    align-content: center;
}

.mobile-rangesec {
    background-image: url('../images/mainservice-mobile-product-strategy.png');
}

.strategic-rangesec {
    background-image: url('../images/mainservice-strategic-design-consultancy.png');
}

.qa-rangesec {
    background-image: url('../images/mainservice-mobile-app-qa-and-testing.png');
}

.web-rangesec {
    background-image: url('../images/mainservice-web-solutions.png');
}

.devices-rangesec {
    background-image: url('../images/mainservice-connected-devices.png');
}

ul.rangesec-list span {
    display: inline-block;
    padding: 10px 0 0;
    clear: both;
    margin-right: 8px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    width: 54px;
    text-align: center;
    height: 50px;
    opacity: .6;
}

ul.rangesec-list span img {
    height: 26px;
}

ul.rangesec-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

ul.rangesec-list li {
    width: 50%;
}

ul.rangesec-list li a {
    font-size: 16px;
    color: #2c2c2c;
    text-decoration: none;
    font-family: 'Titillium Web';
}

.for-all-scrn {
    text-align: center;
    background: #fff;
    padding: 90px 0;
}

.software-content p {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 1.3;
    font-weight: 400;
}

ul.all-scrn-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    flex-wrap: wrap;
}

ul.all-scrn-list img {
    width: 65px;
    height: 73px;
    object-fit: contain;
}

ul.all-scrn-list h4 {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.servic-inner-baner .inner-banner-text {
    text-align: left;
}

.servic-inner-baner .inner-banner-text h1 {
    font-size: 48px;
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 600;
    text-indent: 0;
}

.servic-inner-baner .inner-banner-text p {
    margin-bottom: 15px;
}

.inner-banner-form {
    width: 80%;
    margin-left: auto;
}

.inner-banner-form p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    font-family: 'Titillium Web';
}

.inner-banner-form input {
    border: 1px solid #bdbdbd;
    background-color: transparent;
    height: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 12px;
    text-transform: none;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    margin-bottom: 10px;
}

.inner-banner-form input::placeholder {
    color: #fff;
}

.full input {
    width: 15px;
    height: 15px;
}

.full label {
    color: #fff;
    display: block;
    font-weight: 300;
}

.full,
.full a {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.full .btn-2 {
    width: 100%;
    border: 0;
    margin: 20px 0 10px;
}

.full p>a {
    color: #f9bc33;
    font-weight: 500;
    font-size: 18px;
}

.smp-application {
    padding: 50px 0;
    position: relative;
}

.smp-top-text {
    text-align: center;
}

.smp-image img {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: block;
    object-fit: contain;
}

.smp-box {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.smp-text h4 {
    font-size: 22px;
    color: #2e2e2e;
}

.smp-text p {
    font-size: 16px;
    color: #2c2c2c;
}

.smp-bottom-bttn {
    text-align: center;
    margin-top: 20px;
}

.soluf-comp {
    background-image: url(../images/website-design-and-development.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
}

.solu-top {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.solu-top h2 {
    color: #fff;
}

.soluf-box {
    width: 80%;
    margin: 20px auto;
    text-align: center;
}

.solu-top p {
    font-weight: 400;
    color: #fff;
}

.soluf-imag img {
    width: 60px;
    height: 70px;
    object-fit: contain;
    margin: 0 auto 0;
    display: block;
}

.soluf-text h3 {
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
    margin: 20px 0 10px;
}

.soluf-text p {
    font-size: 18px;
    color: #fff;
    font-family: 'Titillium Web';
}

.soluf-bottom-bttn {
    text-align: center;
}

.prs-stand {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.prs-head {
    text-align: center;
    width: 80%;
    margin: 0 auto 50px;
}

.prs-head h2 {
    font-size: 36px;
    color: #3c3c3c;
    font-weight: 600;
    text-transform: none;
}

.prs-head p {
    font-size: 18px;
    color: #2c2c2c;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Titillium Web';
}

.prs-image img {
    width: 60px;
    height: 60px;
}

.prs-text h3 {
    font-size: 22px;
    color: #2e2e2e;
    margin: 10px 0 6px;
}

.prs-text p {
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Titillium Web';
}

.prs-bottom-bttn {
    text-align: center;
    margin-top: 30px;
}

.slick-slide {
    opacity: 1;
}

.ios-app-development-baner {
    background: url(../images/ios-app-development.png);
}

.services-quote-new {
    background: #f7f7f7;
    padding: 60px 0px 30px;
}

.sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.theme-pera {
    font-size: 18px;
    color: #2c2c2c;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif !important;
}

.feature-content {
    margin-top: 35px;
    width: 85%;
}

.seriner-form {
    margin-top: 35px;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 0px 50px #f3f3f3;
}

.feature-content h4 {
    color: #f9bc33;
    margin: 0;
    font-size: 24px;
}

.feature-content p {
    margin: 0;
}

.seriner-form h2,
.seriner-form p {
    text-align: center;
}

.seriner-form input,
.seriner-form select,
.seriner-form textarea {
    border: 1px solid #bdbdbd;
    background-color: transparent;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    -webkit-appearance: auto;
    text-transform: none;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    padding: 5px 10px;
    color: #000;
    margin: 5px 0;
}

.seriner-form textarea {
    height: 100px;
    resize: unset;
}

.seriner-form input::placeholder,
.seriner-form textarea::placeholder {
    color: #000;
}

.full input {
    width: 15px;
    height: 15px;
}

.seriner-form .full,
.seriner-form .full a {
    color: #000;
    font-weight: 500;
}

.seriner-form .full a {
    text-decoration: underline;
}

.seriner-form .full label {
    color: #000;
    font-weight: 500;
}

button.accordion-button.collapsed {
    background-color: transparent;
    padding: 30px 30px;
    box-shadow: unset;
    color: #2c2c2c;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Titillium Web';
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #f9bb31;
    padding: 20px;
    box-shadow: unset;
    padding-bottom: 0;
}

.accordion-item {
    background: transparent;
}

.accordion-button:not(.collapsed)::after {
    background-image: unset;
    content: '\2b';
    font-family: 'Font Awesome 6 Brands';
    font-size: 35px;
    transform: rotate(45deg);
    color: #878787;
    font-weight: bolder;
    margin: -15px 0 0 auto;
}

.accordion-button::after {
    background-image: unset;
    content: '\2b';
    font-family: 'Font Awesome 6 Brands';
    font-size: 35px;
    color: #000;
    font-weight: bolder;
    margin-top: -23px;
}

.mobile_page_updated-faq_sec {
    background-color: #fff;
    padding: 60px 0;
    border-top: 1px solid #eee;
}

.accordion.main.clas {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 50px 100px;
}

.accordion-body {
    color: #6c6c6c;
    line-height: 24px;
    font-size: 14px;
}

.faq-bottom-button {
    text-align: center;
    margin-top: 30px;
}

.faq-bottom-button .btn-4 {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    margin-right: 13px;
    transition: .5s all;
    padding: 8px 30px;
}

.faq-bottom-button .btn-4:hover {
    background: #000;
    color: #fff;
    transform: translate(0px, -15px);
}

.android-app-development-baner {
    background: url(../images/anroid-application-development.png);
}

.game-application-development-baner {
    background: url(../images/game-application-development.png);
}

.moreless-button {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
    background: #b3b3b3;
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
}

.soluf-text .more_less .moretext p {
    color: #fff;
    font-size: 12px;
}

.cross-platform-development-baner {
    background: url(../images/cross-platform.png);
}

.working-with-industry {
    text-align: center;
    padding: 60px 0 40px;
}

ul.nameinindustry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.nameinindustry li {
    padding: 27px 0;
    display: inline-block;
    width: 14%;
    border: 1px solid #0000004f;
    color: #383737;
    margin: 0px 20px 20px 0;
    vertical-align: top;
    border-radius: 5px;
    height: 155px;
    opacity: 0.5;
}

ul.nameinindustry li:hover {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    opacity: 1;
    color: #383737;
    border: 1px solid #f9b72c;
}

ul.nameinindustry li img {
    display: block;
    margin: 0 auto;
    width: 55px;
    height: 80px;
    padding: 0 0 20px 0;
}

ul.nameinindustry li h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #2c2c2c;
}

.app-testing-inner-baner {
    background: url(../images/mb-app-qa-bg.png);
}

.text-left {
    text-align: left;
}

.hit-sec {
    background-image: url(../images/mb-app-qa-bg2.png) !important;
}

.manual-automated-development-baner {
    background-image: url(../images/manual-automated.png);
}

.testing-crash-analytics-baner {
    background-image: url(../images/testing-crash-analytics.png);
}

.quality-assurance-baner {
    background-image: url(../images/quality-assurance.png);
}

.ongoing-assistance-baner {
    background-image: url(../images/ongoing-assistance.png);
}

.mb-pro-bg-baner {
    background-image: url(../images/mb-pro-bg.png);
}

.mb-pro-bg2 {
    background-image: url(../images/mb-pro-bg2.png);
}

.competitive-analysis-research-baner {
    background-image: url(../images/competitive-analysis-research.png);
}

.user-definition-profiling-baner {
    background-image: url(../images/user-definition-profiling.png);
}

.analytics-KPIs-baner {
    background-image: url(../images/analytics-KPIs.png);
}

.business-model-advising-baner {
    background-image: url(../images/business-model-advising.png);
}

.ws-bg-baner {
    background-image: url(../images/ws-bg.png);
}

.ws-bg-ws-bg2 {
    background-image: url(../images/ws-bg2.png);
}

.e-commerce-solution-baner {
    background-image: url(../images/e-commerce-solution.png);
}

.web-app-development-baner {
    background-image: url(../images/web-app-development.png);
}

.st-des-bg-baner {
    background-image: url(../images/st-des-bg.png);
}

.st-des-bg2 {
    background-image: url(../images/st-des-bg2.png);
}

.cd-bg-baner {
    background-image: url(../images/cd-bg.png);
}

.cd-bg2 {
    background-image: url(../images/cd-bg2.png);
}

.ux-strategy-wire-framing {
    background-image: url(../images/ux-strategy-wire-framing.png);
}

.interactive-ui-design-baner {
    background-image: url(../images/interactive-ui-design.png);
}

.identity-app-icons-baner {
    background-image: url(../images/identity-app-icons.png);
}

.interactive-prototypes-baner {
    background-image: url(../images/interactive-prototypes.png);
}

.iot-baner {
    background-image: url(../images/iot.png);
}

.header-industries-baner {
    background-image: url(../images/header-industries.png);
}

.ideas-work-sec {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 80px 0;
}

.ideas-head {
    text-align: center;
}

.ideas-head input {
    border: 1px solid #bdbdbd;
    background-color: transparent;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    -webkit-appearance: auto;
    text-transform: none;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
    padding: 5px 10px;
    color: #000;
    margin: 15px 0 0;
}

.ideas-head button {
    border: 0;
    margin-top: 15px;
    padding: 5px 50px;
}

.developing-sec .slick-next::before,
.developing-sec .slick-prev::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    transform: rotate(45deg);
    border-right: 2px solid #000;
    border-top: 2px solid #000;
}

.developing-sec .slick-prev::before {
    content: '';
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-top: 0;
    border-right: 0;
}

.developing-sec .slick-prev,
.developing-sec .slick-next {
    top: 45%;
}

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

.inds-feature-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin: 20px 0;
}

.inds-feature-box:hover inds-imag img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(55%) saturate(1122%) hue-rotate(343deg) brightness(99%) contrast(98%);
}

.inds-imag {
    width: 15%;
}

.inds-text {
    width: 70%;
    position: relative;
    z-index: 1;
}

.inds-imag img {
    filter: grayscale(1);
    width: 70px;
    height: 50px;
    object-fit: contain;
}

.inds-text h4 {
    font-size: 24px;
    font-weight: 600;
    color: #3c3c3c;
    line-height: 28px;
    margin-bottom: 2px;
}

.inds-text p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 5px !important;
    color: #4c4c4c;
}

.inds-feature-box:hover .inds-imag img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(55%) saturate(1122%) hue-rotate(343deg) brightness(99%) contrast(98%);
}

.inds-feature-box:hover .inds-text h4 {
    color: #f9ad1c;
}

.industry_services-sec {
    background-color: #f4f4f4;
    padding: 50px 0 50px 0;
}

.inds-text::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    left: 0;
    bottom: 0;
}

img.small_phone {
    position: relative;
    top: 240px;
    left: -230px;
    right: 0;
    z-index: 14;
    bottom: 0;
    width: 330px;
    height: 592px;
    float: right;
    z-index: 1;
}

.love-work-sec {
    overflow: hidden;
    padding-top: 80px;
}

img.large_phone {
    right: 0;
    position: absolute;
    bottom: 0;
}

.lov-wrk-image {
    position: relative;
    height: 680px;
}

img.industry-application-development {
    position: absolute;
    left: 20px;
    bottom: 0;
    margin: 0 auto;
    z-index: 7;
    width: 255px;
    height: 368px;
    object-fit: cover;
}

.lov-work-content .inds-text::before {
    display: none;
}

.lov-content-list {
    height: 400px;
    overflow-y: scroll;
}

.your_idea-sec {
    padding: 60px;
    background-color: #2c2c2c;
}

.your-idea-content {
    text-align: center;
}

.your-idea-content h2,
.your-idea-content p {
    color: #fff;
}

.your-idea-content .faq-bottom-button .btn-4 {
    background: #fff;
    padding: 9px 40px;
}

.your-idea-content .faq-bottom-button .btn-4:hover {
    color: #000;
}

.indutries-iner-sec {
    padding: 80px 0;
}

.advertize-content p {
    font-size: 14px;
    color: #737373;
}

ul.advert-list li p {
    font-size: 14px;
    color: #737373;
    font-family: 'Titillium Web';
}

ul.advert-list li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 13px;
}

.advertize-image {
    text-align: center;
}

.newsleter-form input {
    width: 350px;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: transparent;
    padding: 10px 15px;
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
    height: 58px;
    border-radius: 5px;
}

.newsleter-form input::placeholder {
    color: #fff;
}

.newsleter-form button {
    border: 0;
    padding: 10px 50px;
    margin-left: 20px;
}

.newsleter-form {
    margin-top: 40px;
}

.demo-box {
    position: relative;
    z-index: 1;
}

.demo-text {
    position: absolute;
    z-index: 1;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    padding: 10%;
    opacity: 0;
    transition: all .3s;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 300px;
    cursor: pointer;
    margin: auto;
    width: 90%;
    height: 95%;
}

.demo-box:hover .demo-text {
    opacity: 1;
}

.demo-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}

.demo-text p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.demo-text img {
    filter: brightness(5);
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog {
    max-width: 80%;
    background: transparent !important;
}

.modal-header {
    background: transparent;
    border: 0;
}

.modal-content {
    background: transparent;
    border: 0;
}

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

.modal-contetn h6 {
    color: #f59515;
    text-transform: uppercase;
}

.modal-contetn h2 {
    color: #fff;
}

.modal-contetn p {
    color: #fff;
}

.modal-contetn .faq-bottom-button {
    text-align: left;
}

.modal-contetn .faq-bottom-button .btn-4 {
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
}

.modal-contetn .faq-bottom-button .btn-4:hover {
    background: #f9bc33;
    color: #fff;
}

.modal-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

.modal-backdrop {
    z-index: 1;
}

.modal-open .modal {
    overflow-y: hidden;
}

img.icart-advertising-ios-application {
    position: absolute;
    left: -10px;
    right: 0;
    top: -15px;
    bottom: 0;
    margin: auto;
    width: 303px;
}

.btn-close {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 6px;
    top: 20px;
    border: 1px solid #e5e5e5;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    z-index: 9;
    outline: none;
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.btn-close i {
    color: #fff !important;
}

.btn-close:hover {
    border-color: #fff;
    opacity: 1;
}

.modal-sec {
    margin: -40px 0 0;
}

.header-healthcare-baner {
    background-image: url(../images/header-healthcare.png)
}

.train-you-healthcare-ios-application {
    width: 320px !important;
    height: 380px;
    object-fit: cover;
    left: -17px !important;
    right: 0 !important;
    border-radius: 50px;
    top: 10px !important;
}

.header-ecommerce-baner {
    background-image: url(../images/header-ecommerce.png)
}

.demo-box {
    overflow: hidden;
}

.demo-box img {
    width: 100%;
    object-fit: cover;
    transition: .5s all;
}

.demo-text img {
    width: auto;
}

.demo-box:hover img {
    transform: scale(1.2);
}

.header-education-baner {
    background-image: url(../images/header-education.png)
}

.header-software-baner {
    background-image: url(../images/header-software.png)
}

.header-automotive-baner {
    background-image: url(../images/header-automotive.png)
}

.header-gaming-baner {
    background-image: url(../images/header-gaming.png)
}

.header-finance-baner {
    background-image: url(../images/header-finance.png)
}

.header-media-baner {
    background-image: url(../images/header-media.png)
}

.header-travel-baner {
    background-image: url(../images/header-travel.png)
}

.header-sports-baner {
    background-image: url(../images/header-sports.png)
}

.header-methodolgy-baner {
    background-image: url(../images/header-methodolgy.png)
}

.math_steps {
    padding: 100px 0;
    background-color: #f4f4f4;
    position: relative;
    z-index: 1;
}

img.steps_line {
    position: absolute;
    top: 7%;
    left: 0%;
    right: 10%;
    margin: auto;
}

.math-step-image.left {
    text-align: center;
}

.math-step-image.right {
    margin-left: 40px;
}

.math-step-content h3 {
    color: #3a3a3a;
    font-size: 54px;
    font-family: 'Titillium Web';
    margin: 0;
    position: absolute;
    left: -85px;
    top: 0;
}

.math-step-content {
    position: relative;
    z-index: 1;
    min-height: 300px;
}

.math-step-content h4 {
    position: relative;
    color: #3a3a3a;
    font-size: 24px;
    line-height: normal;
}

.math-step-content p {
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 400;
    font-family: 'Titillium Web';
    line-height: 24px;
}

img.air-plan {
    position: absolute;
    left: 0;
    right: 12%;
    bottom: 3%;
    margin: auto;
    z-index: 9;
}

.math-step-content.left {
    text-align: right;
}

.math-step-content.left h3 {
    left: auto;
    right: -85px;
    top: 0;
}

.header-contact-baner {
    background-image: url(../images/header-contact.png);
}

.contact_hero_fold-sec {
    position: relative;
    z-index: 1;
}

.contact-top-image {
    opacity: 0;
}

.contact_hero_fold-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/contact-office.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    z-index: -1;
}

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

.contact-top-text h6 {
    color: #6a6a6a;
}

.contact-top-text .faq-bottom-button {
    text-align: left;
}

.map_section {
    .map-sec-content {
        width: 50%;
        margin: -90px auto 40px;
    }
    height: 620px;
    position: relative;
    background-image: url(../images/map.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #8bbdde;
    overflow: hidden;
    z-index: 0;
    display: block;
    align-content: center;
}

.hover-content {
    position: absolute;
    left: 70px;
    top: 80px;
    z-index: 1;
    max-height: 0;
    -webkit-transform: perspective(100) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    min-height: 170px;
    min-width: 420px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 0px 10px 10px 10px;
    padding: 20px;
}

li.map-locat {
    position: relative;
    z-index: 1;
    display: inline-block;
}

li.map-locat:hover .hover-content {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: perspective(100) rotate3d(1, 0, 0, 0deg);
}

.map-sec-content {
    width: 50%;
    margin: -90px auto 40px;
}

.hover-content li {
    position: relative;
}

.hover-content li:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, .9);
    position: absolute;
    right: inherit;
    top: -35px;
    left: -19px;
}

.address-image {
    width: 100%;
}

ul.hover-content h3 {
    color: #f9bc33;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

ul.hover-content p {
    color: #2c2c2c;
    font-size: 14px;
    padding: 0 0 10px 0;
    margin: 0;
}

.phone a,
.mail a {
    font-size: 14px;
    color: #4e4e4e;
    font-family: 'Titillium Web';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.mail p {
    display: flex;
}

.mail {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

li.map-locat a {
    display: inline-block;
}

img.cloud-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 620px;
}

.header-company-baner {
    background-image: url(../images/header-company.png);
}

.about-company_fold {
    z-index: 1;
    position: relative;
    background-color: #f4f4f4;
    overflow: hidden;
}

.about-company_fold::before {
    position: absolute;
    content: '';
    width: 49.3%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/company-office.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}
.about-commpany-text {
    padding: 70px 0 70px 50px;
}
.about-commpany-image img {
    opacity: 0;
}

.about-company_fold .row {
    align-items: center;
}

.about-commpany-text .faq-bottom-button {
    text-align: left;
    gap: 30px;
    display: flex;
}

.awards_section .mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}
.awards_section {
    margin: 10px 0;
}

.awards_section .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateX(15px);
    transition: 0.5s;
    overflow: hidden;
}

.vision-box {
    background-image: url(../images/awards-1.jpg);
}

.journey-box {
    background-image: url(../images/awards-2.jpg);
}

.award-box {
    background-image: url(../images/awards-3.jpg);
}

.mission-box {
    background-image: url(../images/awards-4.jpg);
}

.vision-detail-box {
    background-image: url(../images/awards-1.jpg);
}

.journey-detail-box {
    background-image: url(../images/awards-2.jpg);
}

.award-detail-box {
    background-image: url(../images/awards-3.jpg);
}

.mission-detail-box {
    background-image: url(../images/awards-4.jpg);
}

.vs-tab {
    position: relative;
    z-index: 1;
    padding: 90px;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.vs-tab::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(249, 188, 51, .9);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.vs-tab img {
    filter: brightness(5);
}

.vs-tab h3 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin: 30px 0 11px;
}

.vs-tab p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    font-family: 'Titillium Web';
}

ul.tbing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}

ul.tbing li {
    width: 48%;
}

.vs-tab-list {
    width: 100%;
    padding: 54px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.vs-tab-list::before {
    width: 100%;
    height: 100%;
    background: rgba(233, 233, 233, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
}

.vs-tab-list h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #525254;
    margin-top: 20px;
    font-weight: 600;
}

.vs-tab-list img {
    height: 60px;
}

li.current .vs-tab-list::before {
    background: rgba(225, 123, 40, 0.9);
}

li.current .vs-tab-list h3 {
    color: #fff;
}

li.current .vs-tab-list img {
    filter: brightness(5);
}

.counter_section {
    background-image: url(../images/counter-bg.jpg);
    padding: 60px 0 90px;
    background-position: center;
    background-size: cover;
}

span.count {
    text-align: center;
    font-size: 36px !important;
    color: #f9bc33 !important;
    font-weight: 600 !important;
}

.counter:last-child span {
    display: block;
    color: #8b8b8d;
    font-size: 14px;
    text-align: center;
    margin: 5px 0 0;
}


/* Inner Page Start */


/* Inner Page Start */



/*Burger css menu start */

    .sidebar {
      width: 50%;
      height: 100vh;
      background-color: #1c1c1c;
      position: fixed;
      top: 0;
      right: 0;
      transform: translateX(100%);
      transition: transform 1s ease;
      overflow-x: hidden;
      z-index: 2000;
    }

    .sidebar.active {
      transform: translateX(0);
    }

    /* Menus */
    .menu, .submenu {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px 0px 20px 0;
      box-sizing: border-box;
      transition: transform 0.3s ease;
      overflow-y: scroll;
      padding-bottom: unset;
    }

    .submenu {
      background-color: #121c1f;
      transform: translateX(100%);
    }

    .submenu.active {
      transform: translateX(0);
    }

    .menu.hidden {
      transform: translateX(-100%);
    }

    .sidebar a,
    .sidebar button {
      display: flex;
      align-items: center;
      padding: 12px 30px;
      text-decoration: none;
      color: white;
      background: none;
      border: none;
      width: 100%;
      font-size: 33px;
      cursor: pointer;
      position: relative;
      font-weight: 700;
    }

    .sidebar a:hover,
    .sidebar button:hover {
      color: #ccc;
    }

    .sidebar .section-title {
      margin-top: 20px;
      font-weight: bold;
    }

    .back-btn {
      margin-bottom: 20px;
    }

    .dropdown-content {
      display: none;
      padding-left: 0px;
      margin-bottom: 30px;
    }

    .dropdown.open .dropdown-content {
      display: block;
    }

    .dropdown-toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      font-size: 18px;
      margin-bottom: 12px;
      padding: 0px 20px;
    }



    /* Toggle button (hamburger) */
    .open-btn {
      /* position: fixed; */
      top: 20px;
      left: 20px;
      z-index: 2;
      background-color: #fff;
      color: #5c5c5c;
      padding: 0px 0px;
      font-size: 20px;
      border: none;
      cursor: pointer;
      border: 1px solid #5c5c5c;
      border-radius: 5px;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Close button (X) */
    .close-btn {
      font-size: 22px;
      text-align: right;
      cursor: pointer;
      color: #fff;
      padding-right: 10px;
      padding-top: 0px;
    }
    
        .close-btn i{
    border: 1px solid #4c4c4c;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0;
}


    .dropdown.open {
    margin-bottom: 30px;
}

.dropdown {
    margin-bottom: 30px;
}




.dropdown-toggle::after{
  display: none;
}
.menu::-webkit-scrollbar-track
{
  background-color: #1b2529;
}

.menu::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.menu::-webkit-scrollbar-thumb
{
  background-color: #fff;
}
.submenu::-webkit-scrollbar-track
{
  background-color: #1b2529;
}

.submenu::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.submenu::-webkit-scrollbar-thumb
{
  background-color: #fff;
}
.btm-btox {
    background: #222c30;
    height: 50px;
    border-top: 1px solid #ffffff5e;
    margin-top: 20px;
}
a.link-color-change {
    opacity: 0.7;
}
.sidebar button i.fas.fa-chevron-right {
    position: absolute;
    right: 10px;
}

div#mainMenu ul {
    margin: -20px 0 0 0;
}

div#mainMenu ul a:hover {
    color: #f4ad32;
}


/*Burger css menu end */

/*thank you page*/
.ty_pg{
    background: url(../images/header-thankyou.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
}


.ty_detail{
    padding: 80px 0;
}
.ty_detail .ty_wrp{
    text-align: center;
    padding: 0 180px;
}
.ty_detail .ty_wrp h6{}
.ty_detail .ty_wrp h2{}
.ty_detail .ty_wrp p{}
.ty_detail ul{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 0 0;
}
.ty_detail ul li{}
.ty_detail ul li a{}
.ty_detail ul li:nth-child(2) a {
    color: #3f3e40 !important;
    border: 1px solid #3f3e40 !important;
    background: #fff !important;
}


/*thank you page*/


html {
    overflow-x: hidden;
}

/*about us page*/

.about_bann{
    height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
}
.about_bann .about_txt{}
.about_bann .about_txt h1{
    color: #2c2c2c;
    font-weight: 600;
    font-size: 70px;
    line-height: 1.1;
}
.about_bann .about_txt h1 span{
    color: #ff0000;
}
.about_bann .about_txt p{}
.about_bann .about_txt .btn_wrpz{
    margin: 30px 0 0 0;
}
.about_bann .about_txt .btn_wrpz a{}
.about_img{}
.about_img img{
    position: absolute;
    top: 0;
    right: 0;
}

.logo_about{
    text-align: center;
    padding: 0 0 30px 0;
}
.logo_about h2{
    color: #000;
}
.logo_about img{
    width: 100%;
    margin: 20px 0 0 0;
}

.ceo_sec{}
.ceo_sec .bg_ceo{
    background: url(../images/ceo_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 60px;
    height: 580px;
    display: flex;
    align-items: center;
    margin: 0 40px;
    border-radius: 80px;
}
.ceo_sec .bg_ceo .msg_detail{}
.ceo_sec .bg_ceo .msg_detail h6{
    font-size: 30px;
    color: #000;
}
.ceo_sec .bg_ceo .msg_detail p{
    color: #000;
    font-size: 16px;
}

.msg_img{}
.msg_img img{
    width: 70%;
    margin: 0 auto;
    display: block;
}


.operatrs_sec{
    padding: 60px 0;
}
.operatrs_sec .oper_txt{
    text-align: center;
    margin: 0 0 60px 0;
}
.operatrs_sec .oper_txt h2{}
.operatrs_sec .oper_txt p{
    padding: 0 600px;
}
.operatrs_sec ul{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}
.operatrs_sec ul li{
    margin: 0 10px;
    width: 15%;
}
.operatrs_sec ul li .bg_ceo{
    height: 255px;
    position: relative;
    padding: 20px 30px;
    overflow: hidden;
    border-radius: 25px;
    object-fit: cover;
}

.operatrs_sec ul li .bg_ceo:hover img{transform: scale(1.1) translate(0);}
.operatrs_sec ul li .bg_ceo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
        transition: all 900ms;
}
.operatrs_sec ul li .bg_ceo h6{
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-shadow: 5px 0px 25px #000;
}
.operatrs_sec ul li .bg_ceo span{
    color: #fff;
    font-size: 12px;
    text-shadow: 5px 0px 25px #000;
}
.btm_txt{
    width: 100%;
    padding: 170px 0 0 0;
    position: relative;
}

.core_value_sec{
    padding: 60px 0;
    background: #FFF8E8;
}
.core_value_sec .core_txt{}
.core_value_sec .core_txt h3{
    font-size: 20px;
    margin: 0 0 10px 0;
}
.core_value_sec .core_txt h2{
    font-size: 28px;
    color: #000;
    font-weight: 400;
    padding: 0 330px 0 0;
}
.core_value_sec ul{
    margin: 50px 0 0 180px;
    display: flex;
}
.core_value_sec ul li{
    padding: 40px 20px;
    border-right: 1px solid #e7e1d2;
}
.core_value_sec ul li h6{
    color: #000;
    font-size: 20px;
    margin: 0 0 15px 0;
}
.core_value_sec ul li p{
    margin: 0;
    color: #000;
}

.core_value_sec ul li:nth-child(3){
    border-right: unset;
}

.operatrs_sec ul li .bg_ceo:before{position: absolute;content:"";top: 0;height: 100%;width: 100%;background: #0000000d;left: 0;border-radius: 25px;}

/*about us page*/

/*case  page*/

.case_sec_bannr{
    padding: 60px 0 0 0;
    text-align: center;
}
.case_sec_bannr .cas_ban{}
.case_sec_bannr .cas_ban h6{
    color: #000;
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
.case_sec_bannr .cas_ban h1{
    color: #F9BC33;
    font-family: 'Poppins';
    font-size: 139px;
    font-weight: 800;
}
.case_sec_bannr .cas_ban p{
    padding: 0 540px;
    ma\: ;
    ma\: 0;
    color: #000000;
}
.case_sec_bannr ul {
    margin: 60px 0 0 0;
}
.case_sec_bannr ul li{
    display: inline-block;
}
.case_sec_bannr ul li img{}





.case_sec_bannr ul li{
    transition: 1s ease;
}

.case_sec_bannr ul li.slick-current + li, .case_sec_bannr ul li.slick-current + li + li + li {
    transform: translateY(120px);
}

.case_sec_bannr ul .slick-track {
    top: 50px;
}

.case_details{
    padding: 60px 0;
}
.case_details .app_main{
    background: #E9E9E9;
    border-radius: 30px;
    padding: 50px 30px 25px 30px;
    transition: all 100ms;
    margin: 15px 0;
}
.case_details .app_main .app_main_inr{}
.case_details .app_main .app_main_inr img{
    /* filter: grayscale(1); */
    width: 80%;
    margin: 0 auto;
    display: block;
    transition: all 900ms;
}
.case_details .app_main .app_main_inr ul{
    margin: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.case_details .app_main .app_main_inr ul li{
    display: flex;
    gap: 10px;
}
.case_details .app_main .app_main_inr ul li a{}
.case_details .app_main .app_main_inr ul li a img{
    width: 80%;
}
.case_details .app_main .app_main_inr ul li .go_link{}
.case_details .app_main .app_main_inr ul li .go_link a{
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    display: flex;
    opacity: 0;
}
.case_details .app_main .app_main_inr ul li .go_link a span{
    margin: 0 0 0 20px;
    position: relative;
}
.case_details .app_main .app_main_inr ul li .go_link a span i{
    font-size: 13px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.case_details .app_main:hover .app_main_inr ul li:nth-child(1){opacity: 0;}

.case_details .app_main:hover{background: #F14902;}
.case_details .app_main:hover .app_main_inr img{transform: scale(1.1) translate(0);filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg) brightness(103%) contrast(101%);}
.case_details .app_main:hover .app_main_inr ul li .go_link a{opacity: 1;}
.case_details .app_main .app_main_inr ul li .go_link a span:before{position: absolute;content: "";height: 50%;width: 50%;/* background-color: #fff; */right: 0;left: 0;top: 0;bottom: 0;margin: auto;webkit-animation: pulse 2s infinite 3s cubic-bezier(.25, 0, 0, 1);animation: pulse 2s infinite 3s cubic-bezier(.25, 0, 0, 1);box-shadow: 0 0 0 10px #ffffff4f;border-radius: 50%;z-index: 0;}


.case_details .row > .col-md-4:nth-child(1) .app_main:hover {
    background: #F14902; 
}

.case_details .row > .col-md-4:nth-child(2) .app_main:hover {
    background: #000000; 
}

.case_details .row > .col-md-4:nth-child(3) .app_main:hover {
    background: #011D05; 
}

.case_details .row > .col-md-4:nth-child(4) .app_main:hover {
    background: #2C91BD; 
}

.case_details .row > .col-md-4:nth-child(5) .app_main:hover {
    background: #42BCAA; 
}

.case_details .row > .col-md-4:nth-child(6) .app_main:hover {
    background: #0075FF; 
}

.case_details .row > .col-md-4:nth-child(7) .app_main:hover {
    background: #F8DE01; 
}

.case_details .row > .col-md-4:nth-child(8) .app_main:hover {
    background: #E3286C; 
}

.case_details .row > .col-md-4:nth-child(9) .app_main:hover {
    background: #161616; 
}

.case_details .row > .col-md-4:nth-child(10) .app_main:hover {
    background: #4B4B4B; 
}

.case_details .row > .col-md-4:nth-child(11) .app_main:hover {
    background: transparent linear-gradient(180deg, #D24F90 0%, #6A59E2 100%) 0% 0% no-repeat padding-box; 
}

.case_details .row > .col-md-4:nth-child(12) .app_main:hover {
    background: #0D0879; 
}

.case_details .row > .col-md-4:nth-child(13) .app_main:hover {
    background: #4B4B4B; 
}

.case_details .row > .col-md-4:nth-child(14) .app_main:hover {
    background: #0097D9; 
}

.case_details .row > .col-md-4:nth-child(15) .app_main:hover {
    background: #000000; 
}

.case_details .row > .col-md-4:nth-child(16) .app_main:hover {
    background: #2A4D69; 
}

.case_details .row > .col-md-4:nth-child(17) .app_main:hover {
    background: #0762B3; 
}

.case_details .row > .col-md-4:nth-child(18) .app_main:hover {
    background: transparent linear-gradient(182deg, #D3DF49 0%, #0E793D 100%) 0% 0% no-repeat padding-box; 
}

.case_details .row > .col-md-4:nth-child(19) .app_main:hover {
   background: #3C4249 0% 0% no-repeat padding-box; 
}

.case_details .row > .col-md-4:nth-child(20) .app_main:hover {
    background: #EB3C16; 
}


.case_details .row > .col-md-4:nth-child(21) .app_main:hover {
    background: #28363E; 
}
.case_details .row > .col-md-4:nth-child(22) .app_main:hover {
    background: #3C4249 0% 0% no-repeat padding-box;
}
.case_details .row > .col-md-4:nth-child(23) .app_main:hover {
    background: #000000 0% 0% no-repeat padding-box;
}
.case_details .row > .col-md-4:nth-child(24) .app_main:hover {
    background: #333F5B; 
}
.case_details .row > .col-md-4:nth-child(25) .app_main:hover {
    background: #0C0300 0% 0% no-repeat padding-box; 
}

.case_details .row > .col-md-4:nth-child(26) .app_main:hover {
    background: transparent linear-gradient(180deg, #A187C8 0%, #7E48B5 100%) 0% 0% no-repeat padding-box; 
}
.case_details .row > .col-md-4:nth-child(27) .app_main:hover {
    background: #000000; 
}

.case_details .row > .col-md-4:nth-child(7) .app_main:hover .app_main_inr img{ filter: none; }
.case_details .row > .col-md-4:nth-child(10) .app_main:hover .app_main_inr img{ filter: none; }
.case_details .row > .col-md-4:nth-child(11) .app_main:hover .app_main_inr img{ filter: none; }
.case_details .row > .col-md-4:nth-child(13) .app_main:hover .app_main_inr img{ filter: none; }
.case_details .row > .col-md-4:nth-child(15) .app_main:hover .app_main_inr img{ filter: none; }
.case_details .row > .col-md-4:nth-child(25) .app_main:hover .app_main_inr img{ filter: none; }


/*temp css*/


.case_details .row > .col-md-4:nth-child(11) {display: none;}
.case_details .row > .col-md-4:nth-child(7) {display: none;}
.case_details .row > .col-md-4:nth-child(9) {display: none;}
.case_details .row > .col-md-4:nth-child(6) {display: none;}
.case_details .row > .col-md-4:nth-child(1) {display: none;}
.case_details .row > .col-md-4:nth-child(19) {display: none;}
.case_details .row > .col-md-4:nth-child(20) {display: none;}
.case_details .row > .col-md-4:nth-child(21) {display: none;}
.case_details .row > .col-md-4:nth-child(22) {display: none;}
.case_details .row > .col-md-4:nth-child(23) {display: none;}
.case_details .row > .col-md-4:nth-child(24) {display: none;}
.case_details .row > .col-md-4:nth-child(25) {display: none;}
.case_details .row > .col-md-4:nth-child(26) {display: none;}
.case_details .row > .col-md-4:nth-child(27) {display: none;}

/*case  page*/




/*careers page*/


.careers_Sec{
    position: relative;
}
.careers_Sec:before{position: absolute;content: "";height: 950px;width: 950px;background: #f9bc33;border-radius: 50%;top: -370px;left: 0;right: 0;margin: auto;z-index: -1;}
.careers_Sec .care_txt{text-align: center;padding: 100px 0 180px 0;}
.careers_Sec .care_txt h1{
    font-size: 90px;
    color: #000;
    font-weight: 700;
}
.careers_Sec .care_txt h1 span{
    font-size: 48px;
    color: #000;
    font-weight: 700;
    display: block;
}
.careers_Sec .care_txt p{
    color: #000;
    line-height: 1.4;
}
.careers_Sec .care_txt .job_search{
    margin: 40px 0 0 0;
}
.careers_Sec .care_txt .job_search ul{
    display: flex;
    align-items: center;
    margin: 0;
    background: #fff;
    height: 70px;
    box-shadow: 5px 0px 28px 0px #ccccccab;
    padding: 0 0 0 10px;
    border-radius: 10px;
}
.careers_Sec .care_txt .job_search ul li{
    width: 25%;
    position: relative;
    padding: 0 10px;
}
.careers_Sec .care_txt .job_search ul li i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #1760e4;
}
.careers_Sec .care_txt .job_search ul li input{
    width: 100%;
    border: 0;
    padding: 0 0 0 30px;
    color: #000;
}
.careers_Sec .care_txt .job_search ul li select{
    width: 100%;
    border: 0;
}
.careers_Sec .care_txt .job_search ul li button{
    background: #f4ba40;
    border: 0;
    height: 70px;
    padding: 0 50px;
    color: #fff;
    width: 100%;
    border-radius: 0 10px 10px 0;
}


.careers_Sec .care_txt .job_search ul li:nth-child(1) {
    width: 40%;
}

.careers_Sec .care_txt .job_search ul li:nth-child(4){padding:0; }

.voice_Sec{
    padding: 30px 0 80px 0;
}
.voice_Sec .voice_img{}
.voice_Sec .voice_img img{}
.voice_Sec .voice_txt{}
.voice_Sec .voice_txt h2{
    color: #000;
    line-height: 1;
    font-size: 52px;
}
.voice_Sec .voice_txt p{
    color: #000;
    line-height: 1.4;
}


.jobs_sec{
    padding: 0 0 60px 0;
}
.jobs_sec .jobs_bx{
    border: 1px solid #7f7e7d;
    padding: 20px 30px;
    border-radius: 20px;
    height: 250px;
}
.jobs_sec .jobs_bx .d-flex{
    justify-content: space-between;
}
.jobs_sec .jobs_bx .d-flex .left_jb{}
.jobs_sec .jobs_bx .d-flex .left_jb h5{
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 700;
}
.jobs_sec .jobs_bx .d-flex .left_jb p{
    margin: 0;
    color: #5f5a5a;
}
.jobs_sec .jobs_bx .d-flex .right_jb{}
.jobs_sec .jobs_bx .d-flex .right_jb img{}
.jobs_sec .btn_wrpz {
    text-align: center;
    margin: 50px 0 0 0;
}
.jobs_sec .btn_wrpz a{
    background: #d5333e;
    padding: 1px 65px;
}

.employe_says{
    padding: 50px 0 80px 0;
}
.employe_says .emp_txt{}
.employe_says .emp_txt h2{
    text-align: center;
    color: #000;
}
.employe_says .emp_txt{}
.employe_says .emp_txt ul{
    margin: 60px 0;
    display: flex;
}
.employe_says .emp_txt ul li{margin-top: 30px;margin-bottom: 30px;}
.employe_says .emp_txt ul li .whole_bx{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 50px 20px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.employe_says .emp_txt ul li .whole_bx img{
    width: 100%;
}
.employe_says .emp_txt ul li .whole_bx img.strs{
    margin: -30px 0 0 0;
}
.employe_says .emp_txt ul li .whl_right{}
.employe_says .emp_txt ul li .whl_right h6{
    margin: 0 0 10px 0;
    font-size: 30px;
}
.employe_says .emp_txt ul li .whl_right p{
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #000;
}
.employe_says .emp_txt ul li .whl_right span{
    color: #000;
    font-weight: 600;
}


.employe_says .whl_left {
    width: 50%;
}


/*about us css*/

.we_ar_sec{
    padding: 80px 0 60px 0;
    text-align: center;
    position: relative;
}
.we_ar_sec:before{position: absolute;content: "";height: 60%;width: 100%;background: #fff3d8;top: 0;left: 0;z-index: -1;}
.we_ar_sec .we_txt_ban{}
.we_ar_sec .we_txt_ban h6{
    color: #000;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.we_ar_sec .we_txt_ban h2{
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 0.9;
    margin: 0 0 40px 0;
}
.we_ar_sec .we_txt_ban h5{
    color: #000;
}
.we_ar_sec .we_txt_ban img{
    width: 100%;
    margin: 40px 0;
}
.we_ar_sec .we_txt_ban p{
    color: #000;
}

.vise_versa{
    padding: 80px 0;
}
.vise_versa .vv_txt{}
.vise_versa .vv_txt h2{
    color: #000;
}
.vise_versa .vv_txt p{
    color: #000;
}
.vise_versa .vv_img{}
.vise_versa .vv_img img{
    width: 100%;
}
.ad-bgg{
    background: #fef3d9;
}

.vision_misson{
    padding: 60px 0;
    background: url(../images/vimi-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.vision_misson .vimi_txt{}
.vision_misson .vimi_txt .vimi_txt1{
    padding: 0 0 100px 0;
}
.vision_misson .vimi_txt h3{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.vision_misson .vimi_txt p{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.grwoth_sec{
    padding: 100px 0;
    text-align: center;
    background: url(../images/grwth-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.grwoth_sec .grwth_txt{
    margin: 0 0 60px 0;
}
.grwoth_sec .grwth_txt h2{
    color: #000;
}
.grwoth_sec .count_bx{
    margin: 0 50px;
}
.grwoth_sec .count_bx .count_iiner{
    background: #fff3d8;
    border-radius: 10px;
    padding: 40px 20px;
    margin: 0 0 30px 0;
}
.grwoth_sec .count_bx .count_iiner h3{
    margin: 0;
    color: #f9b021;
}
.grwoth_sec .count_bx h6{
    margin: 0;
    color: #3b4040;
    font-size: 20px;
}
















/*about us css*/

















