a,
a:hover {
    transition: all .5s ease 0s;
    text-decoration: none
}

.grovex {
    display: flex !important;
}

*,
ul {
    margin: 0;
    padding: 0
}

.navbar_menu body p {
    font-size: 14px;
    color: #373737;
}

.language-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 130px;
    background: #f0f5f6;
    border: none;
    box-shadow: -30px 35px 30px 0 rgba(81, 94, 90, .26), -10px 17px 13px 0 rgba(0, 0, 0, .14);
    cursor: pointer;
}

.language-img .light {
    width: 64px;
}

a {
    cursor: pointer;
    color: #373737;
}

.mobile_menu_a {
    cursor: pointer;
    color: #111;
    font-size: 14px;
    font-weight: 600;
}

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

.transition {
    transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all
}

.t_slow {
    transition: .8s all;
    -o-transition: .8s all;
    -moz-transition: .8s all;
    -webkit-transition: .8s all
}

.container {
    max-width: 1260px;
}

.top_header {
    padding: 9px 0;
    padding: 9px 0;
    background-color: #f3f3f3;
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.top_header ul {
    float: left;
    margin-top: 6px;
}

.top_header ul li {
    font-size: 12px;
    float: left;
    margin-left: 19px;
}

.top_header ul li:nth-child(1) {
    margin-left: 0px;
}

.top_header ul li img {
    margin-right: 8px;
}

.top_no_right {
    float: right;
}

.top_no_right a {
    padding: 5px 20px;
    display: inline-block;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 17px;
    margin-left: 10px;
    color: black;
}

/*menu_top*/

.menu_top {
    box-shadow: 3px 0px 20px 3px #cdd1d02e;
    padding: 5px 35px;
    z-index: 1;
    background: #fff;
    z-index: 99;
    position: sticky;
}

.main_menu {
    float: right;
    margin-top: 30px;
}

.close_menu {
    display: none;
}

.menu {
    width: 100%;
}

.menu_ul .menu_li {
    text-transform: capitalize;
}

.menu_ul p {
    margin-bottom: unset !important;
    font-size: 15px;
    font-weight: bold;
}

.menu_ul li a {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.menu_ul li a:hover {
    color: #000;
}

.navbar_menu {
    font-size: 29px;
    position: absolute;
    right: 17%;
    top: 18px;
    display: none;
}

.quote_link {
    padding: 8px 20px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 17px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
    right: 0;
    z-index: 9;
    float: right;
}

.banner-block {
    position: relative;
}

.pc-banner img {
    width: 100% !important;
}

.banner-text {
    position: absolute;
    top: 20%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}

.pc-banner {
    width: 100%;
    display: block;
    text-align: right;
}

.banner-block h1 {
    color: #01798a;
    font-size: 59.36px;
    font-weight: bold;
    margin-top: 10%;
}

.banner-block h2 {
    color: #001d47;
    font-size: 65.76px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 700;
}

.banner-block h4 {
    font-size: 25px;
    color: #45c69b;
}

.banner-block p {
    color: #2b2b2b;
    font-size: 14.2px;
}

.Our_Key_Features button {
    background: #000;
    padding: 7px 24px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px dotted black;
}

.collabrators button {
    /* background: #000; */
    padding: 10px 50px;
    /* display: inline-block; */
    /* color: #fff; */
    /* font-size: 18px; */
    margin-top: 20px;
    /* border-radius: 5px; */
    /* align-content: baseline; */
}

/*.collabrators button:hover {*/

/*  color: #00c1a2;*/

/*}*/

.collabrators h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}

.banner-area i {
    color: #5f6d6ba3 !important;
    font-size: 24px;
    margin: auto 4px;
}

.resource #overlay,
.resource:hover #overlay2 {
    opacity: 1;
    transform: translateY(0px);
}

#overlay {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url('https://www.zanthiumtechnosoft.com/public/images/dots.png')repeat 0px 0px;
    width: 100%;
    height: 300px;
    position: absolute;
    top: auto;
    bottom: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

/*right_call*/

.right_call {
    position: fixed;
    right: -250px;
    z-index: 2;
    top: 30%;
    width: 250px;
    background: #117c76;
    /* Old browsers */
    background: -moz-linear-gradient(left, #117c76 0%, #59b792 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #117c76 0%, #59b792 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #117c76 0%, #59b792 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#117c76', endColorstr='#59b792', GradientType=1);
    /* IE6-9 */
    height: 250px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    text-align: center;
}

.right_call:hover {
    right: 0px;
}

.right_call .call_img {
    position: absolute;
    top: 0;
    left: -100px;
}

.demo {
    /*position: absolute;*/
    right: 0px;
    z-index: 9999 !important;
    top: 45%;
}

.technologies_we_use_area {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.technologies_we_use_area_to {
    padding: 80px 0;
    background: #06c98733;
}

.technologies_we_use_area p {
    font-size: 18px;
}

.Services_We_Offer_area {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: rgb(243, 246, 248) !important;
    margin: 50px auto;
}

.Services_We_Offer_area .Servic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    height: 29.125rem;
    text-align: center;
    padding: 24px;
    border: 4px solid #00e599;
}

.Services_We_Offer_area .title {
    font-size: 31px;
    font-weight: 800;
    text-align: right;
}

.dotwall {
    transform: translateY(78%);
}

.Servictech {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    height: 26rem;
    text-align: center;
    padding: 24px;
    border: 6px solid #00e599;
}

.Servictech_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    height: 30.125rem;
    text-align: center;
    padding: 12px;
    border: 6px solid #00e599;
    margin-top: 10px;
}

.Servictech_left .titletech_left {
    text-align: right;
    font-size: 43px;
    font-weight: 800;
    line-height: 45px;
}

.Servictech_left .titletech_left em {
    font-style: normal;
    color: #00e599;
}

.Servictech .titletech {
    font-size: 53px;
    font-weight: 800;
    text-align: right;
    line-height: 5rem;
}

.service_card2 {
    padding: 43px 0px;
    text-align: left;
}

.service_card2 h2 {
    font-size: 35px;
}

.service_card2 p {
    font-size: 15px;
    margin-top: 5px;
}

.Servictech .titletech em {
    font-style: normal;
    color: #00e599;
}

.Servictech_left .titletech_left .subtitle_tech {
    font-weight: 600;
    color: #003;
    font-size: 1.563rem;
    line-height: 1.23;
    padding-top: 8px;
}

.forservicetech {
    padding-right: 85px;
}

.contribution {
    padding: 70px 0;
}

.connection-line-row {
    /*width: 1380px;*/
    /* text-align: center; */
    display: flex;
    justify-content: end;
    /* align-items: center; */
    padding-right: 50px;
}

.connection-line-row_contributor {
    padding-left: 90px;
}

.before-dual-tokens {
    border-left: 2px solid #00e599;
    height: 250px;
    width: 250px;
}

.Servictech .titletech .subtitle {
    font-weight: 600;
    color: #003;
    font-size: 1.563rem;
    line-height: 1.23;
    padding-top: 18px;
}

.Services_We_Offer_area .title em {
    font-style: normal;
    color: #00e599;
}

.technologies_we_use_area h3,
.Process_We_Follow_area h3,
.Industries_We_Serve_area h3,
.CaseStudies_area h3,
.Our_Esteeme_Clients_area h3,
.What_Our_Clients_Says_area h3,
.Latest_Blogs_area h3 {
    font-size: 36px !important;
    /*border-bottom: 1px solid #000;*/
    display: inline-block;
    padding-bottom: 10px;
    font-weight: bold;
}

.Our_Key_Features_heading,
.Services_We_Offer_area h3 {
    text-align: center;
    margin-bottom: 30px;
}

.Our_Key_Features_heading p {
    font-weight: bold;
    font-size: 24px;
}

.What_Our_Clients_Says_area p {
    font-weight: bold;
    font-size: 18px;
}

.technologies_we_use_area ul li {
    width: 18%;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
}

.technologies_we_use_area ul {
    text-align: end;
}

.technologies_we_use_area ul li span {
    display: block;
    font-size: 16px;
    padding-top: 7px;
}

.create_big_stories_area {
    background-color: #0054a6;
    padding-top: 50px;
    font-weight: bold;
}

.create_big_stories_area h3 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.create_big_stories_area p {
    color: #fff;
    font-size: 18px;
    padding: 30px 0;
}

.mobile_app {
    text-align: center;
}

.section2 {
    background-color: rgb(0 0 0 / 70%);
    max-width: 100% !important;
    width: 100% !important;
    color: #000;
    opacity: 0.95;
}

.create_big_stories_area a {
    background: #ff002e;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff002e 0%, #1a0142 65%, #02015e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff002e 0%, #1a0142 65%, #02015e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff002e 0%, #1a0142 65%, #02015e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002e', endColorstr='#02015e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 6px 25px;
    border-radius: 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.NADCAB_TECHNOLOGY_img img {
    width: 100%;
}

.NADCAB_TECHNOLOGY span {
    margin-bottom: 10px;
}

.NADCAB_TECHNOLOGY span h3 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding: 0 10px;
    display: inline-block;
    color: #00e599;
}

.NADCAB_TECHNOLOGY span span {
    font-size: 14px;
    margin-bottom: 30px;
}

/*.NADCAB_TECHNOLOGY p {*/

/*  font-size: 15px;*/

/*  text-align: inherit !important;*/

/*}*/

.sectionweb {
    margin: auto;
    padding: 75px 0;
}

.headingweb3 {
    font-weight: 900;
    font-size: 35px;
    line-height: 50px;
}

.headingweb3 p:before {
    content: "—";
    left: -1.1111111111rem;
    position: absolute;
    color: #000;
}

.web3_img {
    display: inline-block;
    padding: 0 15px;
    width: 100px;
}

/*footer*/

.social-content {
    background: #f1f1f1;
    padding: 1em;
}

.social-network,
.about-contact {
    width: 100%;
    float: left;
}

.about-contact {
    background-color: #fff;
}

.social-network {
    /*padding: 40px 0;*/
}

.social-network h3 {
    width: 50%;
    float: left;
    margin: 0;
    position: relative;
    top: 19px;
    font-size: 18px;
    font-weight: bold;
}

.social-network ul {
    width: 50%;
    float: left;
    margin: 0;
    text-align: right;
}

.social-network ul li {
    display: inline-block;
}

.social-network ul li span {
    font-size: 18px;
    font-weight: bold;
}

.social-btn a {
    display: inline-block;
    margin-right: 10px;
    height: 60px;
    width: 60px;
    background: #fff;
    text-align: center;
    line-height: 55px;
    border-radius: 20px;
}

.about-footer ul {
    margin-top: 0;
}

.about-footer ul li h1,
.contact-footer h1 {
    text-align: center;
    text-transform: uppercase;
}

.about-footer ul li:first-child {
    width: 22%;
}

.about-footer ul li {
    width: 39%;
    float: left;
    list-style: none;
}

.about-footer ul li span {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.about-footer ul li h1,
.contact-footer h1 {
    color: #373737;
    font-size: 24px;
}

.about-footer ul li span a {
    color: #373737;
    font-size: 18px;
}

.contact-footer h1 {
    text-align: center;
}

.contact-footer ul li {
    display: inline-block;
    width: 49.5%;
}

.contact-footer ul li:nth-child(1n+0) {
    margin-bottom: 60px;
}

.contact-footer ul li img {
    float: left;
    margin-right: 15px;
}

.contact-footer ul li span h3,
.contact-footer ul li span p {
    font-weight: bold;
}

.contact-footer ul li span h3 {
    margin-bottom: 5px;
    font-size: 17px;
}

.contact-footer ul li span p {
    margin-top: 0;
    font-size: 14px;
}

.suscribe-area {
    width: 100%;
    float: left;
    background-color: #cdf4e7;
    padding: 2rem;
}

.suscribe-area h2 {
    float: left;
    margin: 0;
    position: relative;
    top: 15px;
    font-size: 24px;
    font-weight: bold;
}

.suscribe-area ul {
    width: 45%;
    float: left;
    margin: 0;
    background: #fff;
    border-radius: 15px;
}

.suscribe-area ul li {
    display: inline-block;
    width: 49%;
    padding: 20px 0;
}

.suscribe-area ul li:last-child {
    text-align: right;
}

.suscribe-area ul li a {
    color: #707070;
    padding: 0 10px;
}

.suscribe-btn {
    /* background-image: linear-gradient(to bottom right, #ff002e, #02015e); */
    color: #4eaf8d !important;
    font-size: 15px;
    padding: 11px 32px !important;
    border-radius: 30px;
    border: 1px solid #50b08d;
    font-weight: 400;
    position: absolute;
    right: 102px;
    top: 0px;
}

/*.copy-right-area {*/

/*  width: 100%;*/

/*  float: left;*/

/*  background-color: #220154;*/

/*}*/

.copy-right {
    padding: 13px 0px;
    float: left;
    width: 100%;
}

.copy-right h5 {
    width: 40%;
    float: left;
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.copy-right ul {
    margin: 0;
    float: left;
    width: auto;
}

.copy-right ul li {
    text-align: right;
}

.copy-right ul li a {
    color: #6e6e6e;
    /*margin-left: 10px;*/
    font-size: 15px;
}

.office-address span {
    position: relative;
    top: 15px;
}

/*footer*/

.big_banner img {
    width: 100%;
}

/*clip-path: polygon(50% 0%, 100% 27%, 100% 75%, 51% 100%, 0 74%, 0 28%);*/

.greenverticleline {
    border-left: 2px solid #00e599;
}

.team {
    border-top: 5px solid #00aeef;
}

.team2 {
    border-top: 5px solid #9e005d;
}

.team3 {
    border-top: 5px solid #ed1c24;
}

.team4 {
    border-top: 5px solid #00ffff;
}

.team5 {
    border-top: 5px solid #2e3192;
}

.team6 {
    border-top: 5px solid #f06eaa;
}

.team7 {
    border-top: 5px solid #39b54a;
}

.team8 {
    border-top: 5px solid #fbaf5d;
}

.clr {
    clear: both;
}

.Services_We_Offer_area ul {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.Services_We_Offer_area ul li {
    float: left;
    width: 25.5%;
    height: 111px;
    border-radius: 10px;
    margin-right: 6%;
    position: relative;
    margin-bottom: 20px;
}

.Services_We_Offer_area ul li span {
    position: absolute;
    left: -81px;
    top: 12px;
    /*background-color: #fff;*/
    /*box-shadow: 0px 1px 4px rgba(0,0,0,0.3);*/
    height: 76px;
    width: 76px;
    border-radius: 100%;
    text-align: center;
    padding-top: 7px;
}

.Services_We_Offer_area ul li:nth-child(4n) {
    margin-right: 0;
}

.s1 {
    border: 1px solid #a5c63b;
}

.s2 {
    border: 1px solid #000000;
}

.s3 {
    border: 1px solid #4766cc;
}

.s4 {
    border: 1px solid #930860;
}

.s5 {
    border: 1px solid #1826a3;
}

.s6 {
    border: 1px solid #018ec4;
}

.s7 {
    border: 1px solid #ed1c24;
}

.s8 {
    border: 1px solid #0072bc;
}

.Services_We_Offer_area ul li h5 {
    margin-top: 45px;
    margin-left: 16px;
    font-size: 18px;
}

.Process_We_Follow_area {
    /*background-color: #f1f1f1;*/
    padding: 30px 0;
}

.Process_We_Follow_area ul {
    text-align: center;
    width: 100%;
    margin-top: 70px;
}

.Process_We_Follow_area {
    margin-top: 70px;
}

.Process_We_Follow_area li {
    width: 22.4%;
    background: #fff;
    margin-right: 3%;
    text-align: center;
    height: 250px;
    padding: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.Process_We_Follow_area li:hover,
.Industries_We_Serve_area li:hover,
.CaseStudies_area li:hover,
.testi_block:hover,
.explore_li:hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
}

.Latest_Blogs_block:hover {
    box-shadow: -30px 35px 30px 0 rgba(81, 94, 90, .26);
    cursor: pointer;
}

.Process_We_Follow_area li:hover .digit {
    color: rgba(0, 0, 0, 01);
}

.digit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 36px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    top: -40px;
}

.Process_We_Follow_area li:nth-child(4n),
.Process_We_Follow_area li:last-child {
    margin-right: 0;
}

.Process_We_Follow_area li h5 {
    font-size: 18px;
}

.Process_We_Follow_area li h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

.Process_We_Follow_area li p {
    font-weight: bold;
}

.Partnership_area {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff002e+28,040252+67 */
    background: #ff002e;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff002e 28%, #040252 67%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff002e 28%, #040252 67%);
    /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(45deg, #360033, #0b8793) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002e', endColorstr='#040252', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 80px 0;
}

.col-md-3.back_white div {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    /*height: 530px;*/
}

.col-md-3.back_white div h6 {
    font-size: 22px;
    font-weight: bold;
    /*height: 48px;*/
}

.col-md-3.back_white div p {
    font-size: 18px;
}

.Partnership_area h4,
.Partnership_area h5,
.Who_We_Work_area h4,
.Who_We_Work_area h5 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.Partnership_area h5 {
    font-size: 28px;
    margin-top: 0;
    line-height: 50px;
}

.Who_We_Work_area h5 {
    font-size: 65px;
    margin-top: 0;
    line-height: 50px;
}

.Who_We_Work_area h5 span {
    font-size: 48px;
}

.Partnership_area .col-md-3>p {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}

.Who_We_Work_area p {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}

.Industries_We_Serve_area {
    background-color: #f1f1f1;
    padding: 50px 0;
}

.Industries_We_Serve_area p {
    font-size: 18px;
    font-weight: bold;
}

.Industries_We_Serve_area ul {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.Industries_We_Serve_area li {
    background: #fff;
    float: left;
    width: 18.4%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 2%;
    padding: 40px 0px;
    border-radius: 10px;
}

.Industries_We_Serve_area li:nth-child(5n) {
    margin-right: 0%;
}

.Industries_We_Serve_area span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}

.CaseStudies_area {
    padding: 60px 0px;
}

.CaseStudies_area ul {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.CaseStudies_area li {
    float: left;
    width: 31.3%;
    position: relative;
    margin-right: 3%;
    margin-bottom: 70px;
    border-radius: 10px;
}

.CaseStudies_area li:nth-child(3n) {
    margin-right: 0%;
}

.CaseStudies_area li img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}

.CaseStudies_area span {
    background: #fff;
    position: absolute;
    width: 92%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    padding: 21px 10px;
    text-align: center;
    bottom: -30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.red_blue {
    background: #ff002e;
    background: -moz-linear-gradient(-45deg, #ff002e 28%, #040252 67%);
    background: -webkit-linear-gradient(-45deg, #ff002e 28%, #040252 67%);
    background: linear-gradient(135deg, #ff002e 28%, #040252 67%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002e', endColorstr='#040252', GradientType=1);
    padding: 4px 60px;
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
    border-radius: 4px;
    display: inline-block;
}

.Who_We_Work_area {
    background: #ff002e;
    background: -moz-linear-gradient(-45deg, #ff002e 28%, #040252 67%);
    background: -webkit-linear-gradient(-45deg, #ff002e 28%, #040252 67%);
    background-image: linear-gradient(45deg, #360033, #0b8793) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002e', endColorstr='#040252', GradientType=1);
    padding: 80px 0;
}

.col-md-7.Who_We_Work_Block {
    text-align: center;
}

.col-md-7.Who_We_Work_Block ul {
    text-align: center;
}

.col-md-7.Who_We_Work_Block li {
    text-align: center;
    background: #fff;
    width: 40%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 185px;
    padding-top: 35px;
    border-radius: 10px;
}

.col-md-7.Who_We_Work_Block li span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.curve1 {
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-top-left-radius: 0 !important;
}

.curve2 {
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-top-right-radius: 0px !important;
}

.curve3 {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.curve4 {
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 0 !important;
}

.Our_Esteeme_Clients_area {
    text-align: center;
    padding: 50px 0;
}

.testi {
    float: left;
    width: 100%;
    margin-top: 90px;
}

.testi_block {
    float: left;
    width: 47%;
    margin-right: 3%;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 20px;
    height: 400px;
}

.testi_block:last-child {
    margin-right: 0;
}

.testi_block span {
    position: absolute;
    top: -50px;
    background: #fff;
    width: 105px;
    height: 105px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    text-align: center;
    padding-top: 12px;
}

.testi_block p {
    padding-top: 70px;
}

.What_Our_Clients_Says_area {
    padding: 0 0 60px 0;
}

.projects_area {
    background: url(images/projects_back.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff !important;
    padding: 70px 0;
    background-image: linear-gradient(45deg, #360033, #0b8793) !important;
}

.col-md-3.projects_block div {
    margin-left: 60px;
}

.col-md-3.projects_block h4 {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    line-height: 50px;
}

.col-md-3.projects_block span {
    font-size: 18px;
    font-weight: bold;
}

.Latest_Blogs_area {
    padding: 100px 0 10px;
}

.Latest_Blogs_block {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 16px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
    float: left;
    width: 100%;
    min-height: 245px;
    height: 100%;
    border-radius: 15px;
    opacity: 1;
    padding: 15px;
    margin-bottom: 1rem;
}

.Latest_Blogs_block_p {
    line-height: 1.6em;
    font-size: 16px;
    margin: 10px 20px;
}

.blogs_title {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 5px
}

.blogs_title p {
    margin-bottom: unset;
    font-size: 23px;
    font-weight: bold;
}

/*.thumbnail img{
    width: 289px !important;
    height: 150px !important;
}*/

.Latest_Blogs_block img {
    height: 200px;
    width: 100%;
    /*border-top-right-radius: 10px;*/
    /*border-top-left-radius: 10px;*/
}

.Latest_Blogs_block2 {
    float: left;
    width: 100%;
}

.Latest_Blogs_block2 .date {
    float: left;
    width: 100px;
    height: 86px;
    background: #ff002e;
    background: -moz-linear-gradient(-45deg, #ff002e 28%, #040252 67%);
    background: -webkit-linear-gradient(-45deg, #ff002e 28%, #040252 67%);
    background-image: linear-gradient(45deg, #360033, #0b8793) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002e', endColorstr='#040252', GradientType=1);
    text-align: center;
    padding-top: 23px;
    border-bottom-left-radius: 10px;
}

.Latest_Blogs_block2 .date span {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 20px;
}

.Latest_Blogs_block2 .date strong {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #fff;
}

.Latest_Blogs_block2 .text {
    height: 86px;
    float: left;
    font-weight: 500;
    width: 72%;
    padding-left: 5px;
    padding-top: 28px;
    line-height: 15px;
    font-size: 12px;
}

.dropdown a {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.nav.navbar-nav {
    position: relative;
    left: 0%;
}

.Latest_Blogs_area .text-center {
    margin-bottom: 40px;
}

.Latest_Blogs_area .red_blue {
    margin-top: 30px;
}

.flexslider.slider-top.carousel .flex-direction-nav {
    display: none;
}

/*06-09-2019*/

.inner_banner img {
    width: 100%;
    /*margin-top: -2em;*/
    height: 250px;
}

.inner_banner {
    height: auto;
    text-align: center;
    position: relative;
}

.inner_banner_text {
    position: absolute;
    margin: -72px auto;
    left: 0;
    right: 0;
    top: 100px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    text-transform: uppercase;
}

.inner_banner_text h1 {
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    /*margin-bottom: 15px;*/
    text-shadow: 5px 6px 1px black;
    letter-spacing: 4px;
}

.inner_banner_text p {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.about_menu {
    text-align: center;
    padding: 30px 0;
}

.about_menu ul {
    /*border-bottom: 2px solid #000;    */
    text-align: start;
}

.about_menu ul li a .about_icon {
    font-weight: bold;
    font-size: 15px;
}

.about_menu ul li {
    display: inline-block;
}

.about_menu ul li a {
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    /*border-bottom: 3px solid;*/
    /*font-weight: bold;*/
    color: #000;
    /*border-image-source: linear-gradient(45deg, rgb(225,111,108), rgb(95,118,220));*/
    /*border-image-slice: 1;*/
    /*background: linear-gradient(to right, #e16f6c 0%, #5f76dc 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    position: relative;
    top: 2px;
}

.about_menu ul li a.active {
    color: #00e599;
    /*border-image-source: linear-gradient(45deg, rgb(225,0,45), rgb(225,0,45));*/
    /*border-image-slice: 1;*/
    /*background: linear-gradient(to right, #ff002d 0%, #ff002d 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    position: relative;
    top: 2px;
}

.about_text h4 {
    font-size: 30px;
    font-weight: bold;
    /*text-align: center;*/
}

.about_text p {
    font-size: 15.5px;
    margin-top: 24px;
    color: gray;
}

.full_with {
    float: left;
    width: 100%;
    margin: 39px 14px;
}

.about_intr {
    margin-top: 40px;
    font-size: 17px;
}

.full_with div {
    float: left;
    width: 45%;
    margin-right: 10%;
    text-align: center;
}

.full_with div p {
    margin-top: 0px;
}

.full_with div h5 {
    font-size: 30px;
}

.full_with div:nth-child(2) {
    margin-right: 0;
}

.Core_Value {
    padding-top: 30px;
    margin-top: 100px;
}

.g_back {
    background-color: #f1f1f1;
}

.Core_Value.g_back li {
    float: left;
    width: 33.3%;
    background-color: #fff;
    position: relative;
}

.red_blue {
    background: #003;
    /*background: -moz-linear-gradient(-45deg, #ff002e 0%, #1a0142 65%, #02015e 100%);*/
    /* background: -webkit-linear-gradient(-45deg, #ff002e 0%,#1a0142 65%,#02015e 100%); */
    /* background: linear-gradient(135deg, #ff002e 0%,#1a0142 65%,#02015e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002e', endColorstr='#02015e', GradientType=1);
    color: #00e599;
}

.a_left {
    float: left;
    width: 90px;
    text-align: right;
    padding-top: 38px;
}

.a_right {
    float: left;
    width: 255px;
    padding-left: 15px;
}

.Core_Value.g_back ul {
    float: left;
    width: 100%;
}

.Core_Value.g_back li {
    height: 140px;
}

.Core_Value.g_back li h5 {
    font-size: 24px;
    padding-top: 26px;
    margin-bottom: 5px;
}

.Core_Value.g_back li p {
    font-size: 16px;
    line-height: 18px;
}

.Core_Value.g_back li.red_blue h5 {
    font-size: 24px;
    color: #fff;
}

.Core_Value.g_back li.red_blue p {
    color: #fff;
    font-weight: normal;
}

.Core_Value.g_back li .circle {
    width: 30px;
    height: 30px;
    position: absolute;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    right: -18px;
    bottom: -18px;
    z-index: 99;
    background: #fff;
    border-radius: 100%;
}

.Core_Value h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}

.career {
    /* margin: 85px auto; */
}

.career_section {
    margin: 85px auto;
    padding: 70px 0 40px 0;
    background: #f3f6f8;
}

.benifit {
    margin: 85px auto;
}

.career_section5 {
    margin: 85px auto;
    background: #e1f6ff;
    padding: 20px;
}

.career2 h2 {
    font-size: 20px;
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.career2 ul {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
}

.career2 p {
    margin-bottom: unset;
}

.career2 ul li {
    padding: 2px 20px 12px 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.sec5_tittle {
    margin: 60px auto;
}

.career_section5 h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
}

.section5_img {
    margin: auto;
    width: 95%;
    text-align: center;
    align-items: center;
}

.section5_button {
    background: rgb(0, 193, 162);
    text-align: center;
    padding: 12px 35px;
    color: #fff;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto;
}

.benifit h2 {
    font-size: 40px !important;
    font-weight: bold;
    text-align: center;
    margin-bottom: 65px;
}

.sec3_card_m h3 {
    font-size: 22px !important;
    font-weight: bolder;
}

.sec3_card_m p {
    color: #605f5f;
    font-size: 19px;
    line-height: 30px;
    max-width: 900px;
    margin: 10px auto;
}

.section_card_m h3 {
    font-size: 25px !important;
    font-weight: 900;
}

.career_card {
    min-height: 250px;
}

.career_card2 {
    min-height: 300px;
}

.career_card2 img {
    width: 60px !important;
    margin: 18px auto !important;
}

.section_card_m p {
    color: #605f5f;
    font-size: 19px;
    line-height: 30px;
    max-width: 900px;
    margin: 10px auto;
}

.section_2_tittle {
    max-width: 800px;
    text-align: center;
    margin: 50px auto;
}

.section_2_tittle h2 {
    font-size: 40px;
    font-weight: 900;
}

.section_2_tittle p {
    margin: 20px auto;
    /*font-size: 19px;*/
    color: gray;
    max-width: 800px;
}

.career h1 {
    font-size: 57px;
    font-weight: 900;
}

.career p {
    color: #605f5f !important;
    /*font-size: 20px !important;*/
    line-height: 30px;
    /*margin: 20px auto;*/
}

.career_button {
    background: rgb(0, 193, 162);
    text-align: center;
    padding: 12px 35px;
    color: #fff;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto;
}

.career h4 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
}

/*.career p {*/

/*  font-size: 17.5px;*/

/*}*/

.career2 {
    margin: 30px 0 60px;
}

.career2_block {
    padding: 10px;
    height: 192px;
    margin-top: 30px;
}

.career2_block h4 {
    font-size: 24px;
    margin-top: 0;
}

.career2_block p {
    font-size: 16px;
    margin-bottom: 2px;
}

.career2_block a {
    background-color: #075774;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}

/*.infrastructure_img {*/

/*    padding-top: 91px;*/

/*}*/

.Some_of_the_key_facilities_block ul li {
    font-size: 16px;
    position: relative;
    margin-bottom: 3px;
}

.Some_of_the_key_facilities_block ul {
    padding-left: 30px;
    margin-top: 50px;
}

.Some_of_the_key_facilities_block h5 {
    margin-top: 15px;
    font-size: 20px;
    /*margin-bottom: 5px;*/
    margin-left: 32px;
    color: #fff;
}

.Some_of_the_key_facilities h4 {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    font-weight: bold !important;
    margin-top: 20px;
}

.Some_of_the_key_facilities_block ul li img {
    position: absolute;
    left: -33px;
    top: 1px;
    width: 24px;
}

.col-md-6.col-sm-6.col-xs-6.Some_of_the_key_facilities_block div {
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 40px
}

.Some_of_the_key_facilities h3 {
    font-size: 36px;
    display: inline-block;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    margin: 50px 0;
    position: relative;
}

.Some_of_the_key_facilities h3 span {
    background: red;
    display: block;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    background: #e26e6c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e26e6c 0%, #5e76df 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e26e6c 0%, #5e76df 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e26e6c 0%, #5e76df 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e26e6c', endColorstr='#5e76df', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.our_team_area {
    text-align: center;
}

.our_team_area ul {
    margin: 30px 0;
    display: block;
}

.pro_detail li {
    display: inline-block;
    width: 31%;
    margin-right: 3%;
    border-radius: 10px;
    margin-bottom: 3%;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.pro_detail li:nth-child(3n),
.pro_detail li:last-child {
    margin-right: 0;
}

.pro_detail li .pro_area span {
    display: inline-block;
    width: 100%;
}

.pro_image {
    background: #fe002e;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fe002e 0%, #0a0349 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fe002e 0%, #0a0349 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fe002e 0%, #0a0349 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe002e', endColorstr='#0a0349', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 3px;
    width: 200px !important;
    border-radius: 15px;
}

.pro_area {
    background: #ebebeb;
    margin-top: 125px;
    height: 227px;
    position: relative;
}

.pro_image img {
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.pro_area_block {
    position: absolute;
    top: -100px;
}

.pro_area_block .name {
    font-size: 24px;
    margin-top: 5px;
}

.pro_area_block .pro_name {
    font-size: 18px;
    height: 70px;
}

.pro_area_block .pro_mail a {
    font-size: 16px;
    color: #539bfe;
}

.social_links {
    height: 30px;
    padding-top: 5px;
    color: #fff;
    font-size: 14px;
}

.social_links span {
    font-size: 14px;
    display: inline-block;
    width: 12%;
}

.social_links span:first-child {
    width: 30%;
    text-align: left !important;
}

.social_links span a {
    background: #fff;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 2px;
}

.social_links span a img {
    width: 19px;
}

.hover_effect {
    width: 100%;
    height: 92%;
    background: blue;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.hover_effect p {
    font-size: 10px;
    color: #fff;
}

.hover_effect a {
    font-weight: bold;
    color: #fff;
}

.pro_detail li:hover {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
}

.pro_detail li:hover .hover_effect {
    visibility: visible;
    opacity: 0.9;
    background: #dde30b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dde30b 0%, #249441 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dde30b 0%, #249441 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dde30b 0%, #249441 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde30b', endColorstr='#249441', GradientType=1);
    /* IE6-9 */
}

.p_color1 {
    background: #8b92c6;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8b92c6 0%, #0e176b 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8b92c6 0%, #0e176b 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8b92c6 0%, #0e176b 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b92c6', endColorstr='#0e176b', GradientType=1);
    /* IE6-9 */
}

.p_color2 {
    background: #8b92c6;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8b92c6 0%, #0e176b 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8b92c6 0%, #0e176b 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8b92c6 0%, #0e176b 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b92c6', endColorstr='#0e176b', GradientType=1);
    /* IE6-9 */
}

.p_color3 {
    background: #e36e6b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e36e6b 0%, #5876e3 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e36e6b 0%, #5876e3 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e36e6b 0%, #5876e3 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36e6b', endColorstr='#5876e3', GradientType=1);
    /* IE6-9 */
}

.p_color4 {
    background: #e62d99;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e62d99 0%, #3d3a80 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e62d99 0%, #3d3a80 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e62d99 0%, #3d3a80 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62d99', endColorstr='#3d3a80', GradientType=1);
    /* IE6-9 */
}

.p_color5 {
    background: #f28057;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f28057 0%, #bc3b59 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f28057 0%, #bc3b59 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f28057 0%, #bc3b59 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28057', endColorstr='#bc3b59', GradientType=1);
    /* IE6-9 */
}

.p_color6 {
    background: #73a5b7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #73a5b7 0%, #646f98 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #73a5b7 0%, #646f98 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #73a5b7 0%, #646f98 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73a5b7', endColorstr='#646f98', GradientType=1);
    /* IE6-9 */
}

.p_color7 {
    background: #04778a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #04778a 0%, #0b365d 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #04778a 0%, #0b365d 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #04778a 0%, #0b365d 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04778a', endColorstr='#0b365d', GradientType=1);
    /* IE6-9 */
}

.p_color8 {
    background: #f678ae;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f678ae 0%, #fc8070 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f678ae 0%, #fc8070 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f678ae 0%, #fc8070 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f678ae', endColorstr='#fc8070', GradientType=1);
    /* IE6-9 */
}

.p_color9 {
    background: #c9c0c3;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c9c0c3 0%, #262223 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c9c0c3 0%, #262223 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c9c0c3 0%, #262223 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c0c3', endColorstr='#262223', GradientType=1);
    /* IE6-9 */
}

.p_color10 {
    background: #ceaece;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ceaece 0%, #781a6b 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ceaece 0%, #781a6b 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ceaece 0%, #781a6b 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ceaece', endColorstr='#781a6b', GradientType=1);
    /* IE6-9 */
}

.who_we_are li {
    background-color: #f1f1f1;
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 15px;
    margin-bottom: 2%;
    min-height: 425px;
}

.who_we_are li:nth-child(3n) {
    margin-right: 0;
}

.who_we_are li h4 {
    font-size: 33px;
}

.who_we_are li p {
    font-size: 18px;
    margin: 40px 0;
    line-height: 22px;
}

.who_we_are li h4 img {
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.who_we_are li:hover {
    background: #ff002e;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff002e 0%, #06024c 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff002e 0%, #06024c 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff002e 0%, #06024c 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002e', endColorstr='#06024c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.who_we_are li:hover p,
.who_we_are li:hover h4 {
    color: #fff;
}

.who_we_are h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.who_we_are ul {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.blog_area .container {
    max-width: 1000px;
}

.blog_page {
    margin-top: 100px;
}

.press_release_area {
    margin: 50px auto;
}

.bg_white {
    background: #fff;
    position: relative;
    text-align: center;
}

.blog_h2_sec2 {
    font-size: 60px;
    font-weight: bolder;
    line-height: 70px;
    margin: 10px auto;
}

.blog_h2_sec2:hover {
    color: #00c1a2;
    cursor: pointer;
}

.blog_p_sec2 {
    margin: 15px auto;
    color: gray;
}

.bg_white h1 {
    font-size: 50px;
    font-weight: bold;
    margin: 35px auto;
}

.blog_menu ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    color: #00c1a2;
    font-weight: bolder;
    font-size: 15px;
    margin-bottom: 5em;
}

.blog_menu ul li {
    padding: 12px;
}

.blog_menu ul li:hover {
    background: #f5f5f5;
    border-radius: 25px;
}

.blog_menu ul li.active {
    border: 2px solid #00c1a2 !important;
    border-radius: 25px;
}

.g_back_color {
    background: #e5e5e5;
}

.full_w {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.full_w .left {
    float: left;
    width: 70%;
    margin-right: 1%;
    background: #fff;
    position: relative;
}

.full_w .right {
    float: right;
    width: 29%;
    position: relative;
}

.blog_search {
    padding: 10px;
    background: #fff;
}

.blog_search input[type="text"] {
    border: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px;
}

.right_menu {
    background: #fff;
}

.right_menu a {
    font-size: 12px;
    display: block;
    padding: 0 10px 10px;
    color: #373737;
}

.right_menu a:hover {
    text-decoration: underline;
    display: block;
}

.blog_h1 {
    background: #5259a5;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #5259a5 0%, #3d176b 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #5259a5 0%, #3d176b 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #5259a5 0%, #3d176b 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5259a5', endColorstr='#3d176b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.blog_h2 {
    background: #53b2bb;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #53b2bb 0%, #3d286e 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #53b2bb 0%, #3d286e 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #53b2bb 0%, #3d286e 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53b2bb', endColorstr='#3d286e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.blog_h3 {
    background: #04778a;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #04778a 0%, #0b385d 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #04778a 0%, #0b385d 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #04778a 0%, #0b385d 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04778a', endColorstr='#0b385d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.blog_h4 {
    background: #047689;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #047689 0%, #3d2a6f 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #047689 0%, #3d2a6f 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #047689 0%, #3d2a6f 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047689', endColorstr='#3d2a6f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.right_menu h5 {
    color: #fff;
    font-size: 11px;
    padding: 10px 20px;
    margin: 0 0 20px;
}

.mt20 {
    margin-top: 20px;
}

.listing_image {
    float: left;
    width: 37%;
    margin-right: 1%;
}

.listing_detail {
    float: left;
    width: 61%;
}

.listing_detail p {
    font-size: 11px;
    color: #707070;
    font-weight: bold;
    margin-bottom: 1px;
}

.postdetail {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.postdetail li {
    font-size: 11px;
    float: left;
    margin-right: 10px;
}

.s_logo ul {
    float: left;
    width: 100%;
}

.s_logo li {
    float: left;
    margin-right: 10px;
}

.blog_listing {
    padding: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.s_logo {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.next_pre {
    float: left;
    width: 100%;
    padding: 20px;
}

.full_w .left h1 {
    background: #e5e5e5;
    margin: 0;
    font-size: 30px;
    margin: 0;
    float: left;
    width: 100%;
    padding-bottom: 26px;
}

.left.singel_listing .postdetail {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 5px 10px;
}

.postdetail img {
    position: relative;
    top: -1px;
}

.singel_listing_block {
    padding: 5px;
    border-top: 10px solid #e5e5e5;
    float: left;
    width: 100%;
}

.singel_listing_block .main_banner {
    width: 100%;
    margin-bottom: 20px;
}

.left.singel_listing p {
    font-size: 11px;
    font-weight: bold;
}

.left.singel_listing h6 {
    font-weight: bold;
    font-size: 14px;
}

.telivision {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.telivision span {
    background: #57b690;
    background: -moz-linear-gradient(-45deg, #57b690 0%, #158077 99%);
    background: -webkit-linear-gradient(-45deg, #57b690 0%, #158077 99%);
    background: linear-gradient(135deg, #57b690 0%, #158077 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57b690', endColorstr='#158077', GradientType=1);
    height: 45px;
    display: inline-block;
    color: #fff;
    padding: 12px 24px;
    font-weight: bold;
}

.blog_form ul li input,
.blog_form ul li textarea {
    border: 1px solid;
    border-image-source: linear-gradient(100deg, rgb(171, 71, 140), rgb(231, 123, 121));
    border-image-slice: 1;
    width: 300px;
    height: 30px;
    padding: 0 10px;
}

.blog_form ul li textarea {
    height: 100px;
}

.blog_form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.blog_form label {
    font-size: 10px;
    width: 63px;
}

.blog_form span {
    font-size: 10px;
    width: 81px;
    vertical-align: top;
    padding-top: 3px;
    display: inline-block;
}

.blog_form ul li {
    margin-bottom: 7px;
}

.blog_form ul li span img {
    margin-right: 7px;
}

.blog_form form {
    width: 381px;
    margin: 0 auto;
}

.blog_form button {
    background: #f28057;
    background: -moz-linear-gradient(left, #f28057 0%, #bc3b59 99%);
    background: -webkit-linear-gradient(left, #f28057 0%, #bc3b59 99%);
    background: linear-gradient(to right, #f28057 0%, #bc3b59 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f28057', endColorstr='#bc3b59', GradientType=1);
    color: #fff;
    border: 0;
    padding: 5px 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.submit_btn {
    text-align: right;
}

.blog_form .magic-placeholder-text {
    display: none !important;
}

.pre_next_big {
    float: left;
    width: 100%;
}

.pre_next_big>span {
    float: left;
    width: 50%;
    position: relative;
}

.pre_area img {
    float: left;
}

.next_area img {
    float: right;
}

.next_area {
    text-align: right;
}

.pre_area span {
    position: absolute;
    left: 98px;
    top: 20px;
}

.pre_area span img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.next_area span img {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.pre_area span p,
.next_area span p {
    margin-bottom: 0;
}

.next_area span {
    position: absolute;
    right: 98px;
    top: 20px;
}

.payment_menu .container {
    max-width: 1000px;
}

.payment_menu {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}

.payment_menu ul {
    display: block;
}

.payment_menu li {
    display: inline-block;
    width: 19%;
    text-align: center;
    padding: 6px 0 2px;
}

.payment_menu li span {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.payment_area {
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    /*border: 1px solid #e5e5e5;*/
    margin-bottom: 50px;
    text-align: center;
    padding: 20px;
    min-height: 400px;
    margin-top: 30px;
}

.payment_heading {
    text-align: center;
    margin-top: 50px;
}

.payment_heading h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
    border-image-slice: 1;
    background: linear-gradient(to right, #bb0021 0%, #020011 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: 2px;
}

.payment_heading p {
    font-size: 16px;
    font-weight: bold;
}

.payment_area p {
    font-size: 15px;
    padding: 40px 0 10px;
}

.payment_heading span {
    height: 5px;
    background: #32004b;
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.pay_logo img {
    border: 1px solid #e5e5e5;
}

.payment_area a {
    color: #539bfe;
}

.payment_area a:hover {
    text-decoration: underline;
}

.paypal_payment {
    margin-top: 40px;
}

.pay_online_area {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.pay_online_area ul li {
    display: inline-block;
    width: 48.8%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}

.pay_online_area ul li:nth-child(2n) {
    margin-right: 0%;
}

.pay_online_area ul li .magic-placeholder-text {
    left: 50px;
    position: absolute;
    top: 10px;
    color: #000 !important;
}

.pay_online_area ul li .icon_form {
    border-right: 2px solid;
    border-image-source: linear-gradient(10deg, rgb(243, 129, 87), rgb(187, 59, 90));
    border-image-slice: 1;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    position: absolute;
    padding-top: 10px;
    color: #000 !important;
}

.pay_online_area ul li .form-control {
    height: 40px;
    border-radius: 0;
    border: 2px solid;
    border-image-source: linear-gradient(45deg, rgb(225, 111, 108), rgb(95, 118, 220));
    border-image-slice: 1;
    background: linear-gradient(to right, #000 0%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 50px;
}

.privacy_and_heading {
    border-bottom: 1px solid #d7d7d7;
}

.privacy_and_heading h1 {
    font-weight: bold;
    font-size: 36px;
    margin: 20px 0;
}

.privacy_and_policy_area {
    margin-top: 50px;
    margin-bottom: 40px;
}

.privacy_and_policy_area p {
    font-size: 16px;
    color: #373737;
}

.privacy_and_policy_area h5 {
    font-size: 23px;
    font-weight: bold;
    margin: 30px 0;
}

.review_block h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2px;
}

.review_block p {
    font-size: 16px;
    margin-bottom: 20px;
}

.review_block>span {
    background: #32004b;
    display: inline-block;
    height: 3px;
    width: 148px;
    margin-bottom: 10px;
}

.review_block .pay_online_area {
    margin-top: 10px;
}

.review_block .pay_online_area ul li {
    margin-right: 0;
    margin-bottom: 2%;
    width: 100%;
}

.review_block textarea {
    height: 100px !important;
}

.textarea .icon_form {
    height: 100px !important;
}

.review_block .pay_online_area ul li strong {
    width: 250px;
    display: inline-block;
    text-align: center;
}

.review_block .pay_online_area ul li strong img {
    margin: 0 5px;
}

.review_block .pay_online_area ul li .form-control {
    border-image-source: linear-gradient(45deg, rgb(16, 56, 115), rgb(114, 18, 110));
    border-image-slice: 1;
}

.review_block .pay_online_area ul li .icon_form {
    border-image-source: linear-gradient(10deg, rgb(16, 56, 115), rgb(114, 18, 110));
}

.pay_online_area ul li button {
    color: #fff;
    background: #123873;
    /* Old browsers */
    background: -moz-linear-gradient(top, #123873 0%, #68166f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #123873 0%, #68166f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #123873 0%, #68166f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123873', endColorstr='#68166f', GradientType=0);
    /* IE6-9 */
    border: 0;
    padding: 7px 25px;
    border-radius: 30px;
    font-weight: bold;
    box-shadow: 1px 4px 1px rgba(0, 0, 0, 0.5);
    position: relative;
}

.review_area.contact_area .container {
    max-width: 1000px;
}

.contact_details {
    float: left;
    width: 100%;
}

.contact_details li {
    float: left;
    width: 43.5%;
    margin-right: 13%;
    border: 1px;
    min-height: 100px;
    position: relative;
    border: 1px solid;
    margin-bottom: 2%;
    border-image-source: linear-gradient(45deg, rgb(242, 128, 86), rgb(188, 59, 90));
    border-image-slice: 1;
}

.contact_details li img {
    position: absolute;
    left: -25px;
    top: 25px;
}

.contact_details li p {
    margin: 0;
    font-size: 17px;
    margin-left: 43px;
    padding-top: 15px;
}

.contact_details li p strong {
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: block;
}

.contact_details li:nth-child(2n) {
    margin-right: 0;
}

.review_block.contact_block .pay_online_area ul li {
    margin-right: 0;
    margin-bottom: 2%;
    width: 90%;
}

.contact_details li:last-child {
    width: 100%;
    padding-bottom: 30px;
    border-image-source: linear-gradient(45deg, rgb(139, 146, 198), rgb(19, 36, 116));
    border-image-slice: 1;
}

.location_area {
    background: #f678ae;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f678ae 0%, #fd8070 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f678ae 0%, #fd8070 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f678ae 0%, #fd8070 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f678ae', endColorstr='#fd8070', GradientType=1);
    /* IE6-9 */
    text-align: center;
    padding: 35px 0;
    color: #fff;
}

.location_area span {
    font-size: 36px;
    display: block;
    width: 100%;
}

.contact_map {
    width: 100%;
    margin-bottom: 20px;
}

.privacy_and_heading p {
    margin-top: 0;
    font-size: 24px;
    position: relative;
    top: -5px;
}

.clint_area {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.clint_area .left,
.clint_area .right {
    width: 50%;
    float: left;
}

.clint_area .right {
    background: #04778a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #04778a 0%, #0b365c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #04778a 0%, #0b365c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #04778a 0%, #0b365c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04778a', endColorstr='#0b365c', GradientType=1);
    /* IE6-9 */
    color: #fff;
}

.clint_area .right h2 {
    margin: 0;
}

.clint_area .right p {
    font-size: 15.5px;
    color: #fff;
    margin: 20px 0
}

.clint_area .right div {
    padding: 10px 0 10px 40px;
    width: 600px;
    float: left;
}

.clint_area .right span {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.clint_area .right span a {
    display: block;
    position: relative;
    border: 1px solid #fff;
    float: left;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    padding: 5px;
}

.clint_area .right span a img {
    margin-right: 10px;
}

.clint_area .right span a:last-child {
    margin-right: 0px;
}

.cl_form {
    float: right;
    width: 305px;
    margin-right: 50px;
    margin-top: 20px;
}

.cl_form input {
    height: 40px;
    border-radius: 0;
}

.cl_form h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.cl_form a {
    display: block;
    text-align: right;
    padding: 10px 0;
    color: #539bfe;
    font-size: 16px;
}

.cl_form button {
    border: 0;
    padding: 8px 10px;
    width: 100%;
    background: #04778a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #04778a 0%, #0b365c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #04778a 0%, #0b365c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #04778a 0%, #0b365c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04778a', endColorstr='#0b365c', GradientType=1);
    /* IE6-9 */
    color: #fff;
    border-bottom: 5px solid #7fbad1;
    font-size: 18px;
}

.sitemap_block li {
    float: left;
    width: 20%;
    margin-right: 5%;
    margin-bottom: 1%;
}

.sitemap_block li a {
    font-size: 18px;
}

.sitemap_block h3 {
    font-size: 24px;
    border-radius: 30px;
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
}

.sm1 {
    background: #65bfbc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #65bfbc 0%, #d69783 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #65bfbc 0%, #d69783 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #65bfbc 0%, #d69783 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65bfbc', endColorstr='#d69783', GradientType=1);
    /* IE6-9 */
}

.sm2 {
    background: #222662;
    /* Old browsers */
    background: -moz-linear-gradient(left, #222662 0%, #cf6e62 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #222662 0%, #cf6e62 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #222662 0%, #cf6e62 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222662', endColorstr='#cf6e62', GradientType=1);
    /* IE6-9 */
}

.sm3 {
    background: #f57a65;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f57a65 0%, #f58033 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f57a65 0%, #f58033 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f57a65 0%, #f58033 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f57a65', endColorstr='#f58033', GradientType=1);
    /* IE6-9 */
}

.sitemap_block ul {
    float: left;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
    padding-top: 20px;
}

.support_heading h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 40px;
}

.support_heading p {
    font-size: 19px;
}

.three_area {
    float: left;
    width: 100%;
    margin: 20px 0 30px;
}

.three_area li {
    float: left;
    width: 33.3%;
}

.three_area li img {
    padding-left: 50px;
}

.three_area li img,
.three_area li span {
    float: left;
    vertical-align: top;
}

.three_area li span {
    padding-left: 20px;
}

.three_area li span h3 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.three_area li span p {
    margin: 0;
    font-size: 24px;
}

.six_area {
    float: left;
    width: 100%;
    margin: 30px 0 40px;
}

.six_area li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 1%;
    min-height: 100px;
    text-align: center;
    border-radius: 10px;
    padding: 3px;
}

.six_area li:nth-child(3n) {
    margin-right: 0%;
}

.six_area li .flag_icon {
    float: left;
    min-height: 94px;
    width: 22%;
    padding-top: 15px;
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: 1%;
}

.six_area li .country_name h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    padding-top: 6px;
}

.country_name {
    float: left;
    width: 77%;
    min-height: 94px;
    background: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.co1 {
    background: #367b4d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #367b4d 0%, #2a93a2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #367b4d 0%, #2a93a2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #367b4d 0%, #2a93a2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#367b4d', endColorstr='#2a93a2', GradientType=1);
    /* IE6-9 */
}

.co2 {
    background: #398a91;
    /* Old browsers */
    background: -moz-linear-gradient(left, #398a91 0%, #bbb166 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #398a91 0%, #bbb166 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #398a91 0%, #bbb166 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398a91', endColorstr='#bbb166', GradientType=1);
    /* IE6-9 */
}

.co3 {
    background: #bc5856;
    /* Old browsers */
    background: -moz-linear-gradient(left, #bc5856 0%, #c15857 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bc5856 0%, #c15857 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bc5856 0%, #c15857 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc5856', endColorstr='#c15857', GradientType=1);
    /* IE6-9 */
}

.co4 {
    background: #9c3b40;
    /* Old browsers */
    background: -moz-linear-gradient(left, #9c3b40 0%, #7dab87 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #9c3b40 0%, #7dab87 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #9c3b40 0%, #7dab87 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c3b40', endColorstr='#7dab87', GradientType=1);
    /* IE6-9 */
}

.co5 {
    background: #b5bbb7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #b5bbb7 0%, #466d53 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b5bbb7 0%, #466d53 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b5bbb7 0%, #466d53 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5bbb7', endColorstr='#466d53', GradientType=1);
    /* IE6-9 */
}

.co6 {
    background: #a32732;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a32732 0%, #1a558c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a32732 0%, #1a558c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a32732 0%, #1a558c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a32732', endColorstr='#1a558c', GradientType=1);
    /* IE6-9 */
}

.personal_support {
    background: #ebebeb;
    padding: 50px 0;
}

.personal_support h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.personal_support p {
    font-size: 19px;
}

.personal_support_block h4 {
    font-size: 16px;
    font-weight: bold;
}

.personal_support_block p {
    font-size: 18px;
}

.col-md-6.col-sm-6.col-xs-6.personal_support_block:nth-child(1) {
    border-right: 1px solid #fff;
    height: 140px;
}

.col-md-6.col-sm-6.col-xs-6.personal_support_block {
    margin-top: 30px;
}

.personal_support_block button {
    font-size: 18px;
    float: right;
    border: 0;
    background: #fb002e;
    background: -moz-linear-gradient(left, #fb002e 0%, #030357 100%);
    background: -webkit-linear-gradient(left, #fb002e 0%, #030357 100%);
    background: linear-gradient(to right, #fb002e 0%, #030357 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb002e', endColorstr='#030357', GradientType=1);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 5px;
    border-bottom: 5px solid #9e769c;
    margin-top: 40px;
}

.premium_support ul {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.premium_support ul li {
    float: left;
    width: 47%;
    margin-bottom: 20px;
    margin-right: 3%;
}

.premium_support ul li:nth-child(2n) {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    margin-right: 0%;
}

.premium_support ul li .pi {
    float: left;
    width: 10%;
    text-align: center;
    margin-right: 2%;
    padding-top: 10px;
}

.premium_support ul li .p_services {
    float: left;
    width: 88%;
}

.home-main-text {
    font-size: 35px;
    font-weight: 900;
    line-height: 63px;
}

.features_P {
    color: #605f5f !important;
    /*font-size: 19px;*/
    line-height: 25px;
    margin-bottom: unset !important;
}

.Our_KeyFeatures {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 50.125rem;
    text-align: right;
    padding: 0 4.25rem 0 0;
    border-right: 3px solid #00e599;
}

.Our_KeyFeatures_p {
    text-align: center;
    color: gray;
    font-size: 12px;
    line-height: 10rem;
}

.premium_support h3,
.premium_support h4 {
    font-size: 36px;
    font-weight: bold;
}

.premium_support .text-center span {
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #075d78;
}

.premium_support p {
    font-size: 18px;
    margin-bottom: 0;
}

.p_services h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.p_services p {
    font-size: 16px;
}

.Core_Value.g_back .red_blue {
    border-radius: 0 !important;
    color: #fff !important;
    padding: 0 !important;
}

/*10-09-2019*/

.client_slider_area {
    padding: 15px 0 50px;
}

#client_slider .client_logo_li {
    background: #f6f6f6;
    margin-right: 22px !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    position: relative;
}

#client_slider .slides {
    padding: 5px 0;
}

.client_logo_li .clnt_img {
    float: left;
    position: relative;
}

.client_logo_li .clnt_detail {
    float: left;
    margin-left: 10px;
    position: relative;
}

.clnt_detail h5 {
    font-weight: bold;
    font-size: 16px;
    height: 63px;
    margin-bottom: 0;
}

.clnt_detail a {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    bottom: -27px;
}

#client_slider .flex-control-nav.flex-control-paging {
    display: none;
}

.flexslider.client_slider.carousel .carousel li {
    margin-right: 30px !important;
}

#client_slider .flex-direction-nav a::before,
#client_slider .flex-direction-nav a::before,
#menu_slider .flex-direction-nav a::before {
    font-size: 32px;
    background: linear-gradient(to right, #201456 0%, #ba013b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#client_slider .flex-direction-nav .flex-prev,
#menu_slider .flex-direction-nav .flex-prev {
    left: -26px;
    opacity: 1 !important;
}

#client_slider .flex-direction-nav .flex-next,
#menu_slider .flex-direction-nav .flex-next {
    right: -26px;
    opacity: 1 !important;
}

.client_area_block h3 {
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    padding-left: 60px;
}

#client_slider {
    margin: 0 !important;
}

.fixed_details h4 {
    text-align: center;
    color: black;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    width: 190px;
    margin: 0 auto;
    margin-top: 7px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.fixed_details h4 img {
    margin-left: 10px;
}

.fixed_details .sp {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    /*font-size: 14px;*/
}

.fixed_details .sp .fa {
    margin-right: 17px;
}

.contry_code_area span {
    position: relative;
}

.contry_code_area input {
    background: #eaeceb;
    border: 0;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 10px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.contry_code_area {
    border-top: 1px solid #fff;
    position: relative;
    margin-top: 25px;
    padding-top: 30px;
    display: block;
}

.contry_no.magic-placeholder {
    width: 115px;
}

.contry_code.magic-placeholder {
    width: 50px;
    margin-right: 17px;
}

.contry_code_area strong {
    position: absolute;
    top: -9px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #3a9c85;
    display: inline-block;
    width: 23px;
    font-size: 12px;
    color: #fff;
}

.contry_code_area .magic-placeholder-text {
    position: absolute;
    left: 11px;
    top: 0px;
    font-size: 12px;
}

.fixed_details button {
    background: #052361;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 3px 22px;
    font-size: 12px;
    margin-top: 10px;
}

.sliding_menu {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

#menu_slider .flex-control-nav {
    display: none;
}

#menu_slider .menu_slider_li a {
    position: relative;
    padding-left: 42px;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 0 12px 41px;
    display: block;
}

.menu_slider_img {
    width: 40px;
    position: absolute;
    left: 0;
    top: 4px;
}

.menu_slider_img img {
    width: 100%;
}

#menu_slider .menu_slider_li {
    border-right: 1px solid #e1e1e1;
}

#menu_slider {
    margin-bottom: 0;
}

.explore_area {
    text-align: center;
    padding: 20px 0 40px;
}

.explore_area h2 {
    font-size: 30px;
    font-weight: bold;
}

.explore_area p {
    font-size: 24px;
    line-height: 28px;
}

.explore_ul {
    float: left;
    width: 100%;
    text-align: left !important;
    margin-top: 40px;
}

.explore_ul .explore_li {
    float: left;
    width: 48%;
    margin-right: 4%;
    border: 2px solid #cccccc;
    margin-bottom: 3%;
}

.explore_ul .explore_li:nth-child(2n) {
    margin-right: 0%;
}

.explore_text h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.explore_text p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 10px;
}

.explore_text {
    float: left;
    width: 61%;
    padding: 20px;
}

.explore_img {
    float: left;
    width: 39%;
    position: relative;
    text-align: center;
}

.explore_img img {
    width: 100%;
}

.explore_text li {
    font-size: 17.5px;
    line-height: 22px;
}

.explore_img strong {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.explore_img strong a {
    font-size: 12px;
    background: #fff;
    padding: 4px 8px !important;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.explore_img strong a .fa {
    color: #2a9998;
}

.explore_area.explore_areatwo h2 {
    margin-bottom: 0;
}

.explore_area.explore_areatwo {
    border-bottom: 2px solid #ccc;
    padding-bottom: 0;
}

.explore_area.explore_areatwo button,
.explore_second button {
    color: #fff;
    background: #123873;
    background: -moz-linear-gradient(top, #123873 0%, #68166f 100%);
    background: -webkit-linear-gradient(top, #123873 0%, #68166f 100%);
    background: linear-gradient(to bottom, #123873 0%, #68166f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123873', endColorstr='#68166f', GradientType=0);
    border: 0;
    padding: 7px 40px;
    border-radius: 30px;
    font-weight: bold;
    position: relative;
    font-size: 22px;
    box-shadow: 1px 1px 6px 5px rgba(0, 0, 0, 0.1);
}

.explore_second button {
    font-size: 18px;
}

.explore_second {
    padding: 30px 0;
}

.explore_second img {
    width: 100%;
}

.explore_second .table-bordered>tbody>tr>td,
.explore_second .table-bordered>thead>tr>td {
    border: 2px solid #006d6f !important;
    font-size: 18px;
    color: #707070;
}

.pay_online_area.explore_area_form {
    max-width: 100%;
}

.pay_online_area.explore_area_form ul li {
    display: inline-block;
    width: 31.7%;
}

.pay_online_area.explore_area_form ul li:nth-child(2n) {
    margin-right: 2% !important;
}

.pay_online_area.explore_area_form ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.pay_online_area.explore_area_form ul li .magic-placeholder-text {
    top: 9px;
    color: #707070 !important;
    font-size: 20px;
    font-weight: bold;
    left: 60px;
}

.pay_online_area.explore_area_form ul li .form-control {
    height: 50px;
    border-radius: 0;
    border: 3px solid;
    border-image-source: linear-gradient(45deg, rgb(225, 111, 108), rgb(95, 118, 220));
    border-image-slice: 1;
    background: linear-gradient(to right, #000 0%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 50px;
}

.pay_online_area.explore_area_form ul li .icon_form {
    border-right: 3px solid;
    border-image-source: linear-gradient(10deg, rgb(243, 129, 87), rgb(187, 59, 90));
    border-image-slice: 1;
    height: 50px;
    width: 50px;
    text-align: center;
    display: block;
    position: absolute;
    padding-top: 14px;
    color: #000 !important;
}

.explore_second span {
    color: #95570a;
}

.mlm_area_block {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    margin: 50px 0 130px;
    /*padding: 20px;*/
    position: relative;
}

.mlm_area h3 {
    font-size: 30px;
}

.mlm_area p {
    /*font-size: 13px;*/
    color: #242323;
    line-height: 25px;
}

.full {
    float: left;
    width: 100%;
}

.halfdiv {
    float: left;
    width: 50%;
}

.halfdiv p {
    text-align: justify;
}

.halfdiv.text-center p {
    text-align: center !important;
}

.mt30 {
    margin-top: 30px;
}

.bottom_link.full {
    /*position: absolute;*/
    bottom: -90px;
    left: 0;
}

.bottom_link.full a {
    float: left;
    border: 2px solid;
    border-radius: 5px;
    margin-right: 0.5%;
    text-align: center;
    font-size: 11px;
    width: 9.5%;
    height: 30px;
    margin-bottom: 0.5%;
    line-height: 25px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-image-source: linear-gradient(10deg, rgb(142, 4, 10), rgb(39, 15, 93));
    border-image-slice: 5;
}

.bottom_link.full a:nth-child(10)_ {
    margin-right: 0;
}

.active_link {
    background: #270f5d;
    color: #fff;
    border: 2px solid #270f5d !important;
}

.popup_new .modal-header .close {
    margin-top: -10px;
}

.popup_new .modal-content {
    border-radius: 0;
}

.popup_new .modal-dialog {
    max-width: 650px;
    margin: 10% auto;
}

.full h5 {
    background: #133773;
    background: -moz-linear-gradient(top, #133773 0%, #6e146e 100%);
    background: -webkit-linear-gradient(top, #133773 0%, #6e146e 100%);
    background: linear-gradient(to bottom, #133773 0%, #6e146e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133773', endColorstr='#6e146e', GradientType=0);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
    margin: 0;
}

.popup_new .halfdiv:first-child {
    border-right: 3px solid #ebebeb;
}

.popup_new .full p {
    font-size: 13px;
    padding: 20px 10px;
    color: #000;
}

.popup_banner {
    position: relative;
}

.popup_banner span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 106px;
    top: 45px;
}

.demo_popup .full {
    margin-top: 70px;
}

/*14-09-2019*/

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    background: transparent !important;
    box-shadow: none !important;
    border: 0;
}

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

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

/*sliding contact*/

#contactform {
    width: 250px;
    right: -250px;
    position: fixed;
    z-index: 99999 !important;
    z-index: 2;
    top: 30%;
    background-color: #f3f3f3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#117c76', endColorstr='#59b792', GradientType=1);
    /* IE6-9 */
    border-bottom-left-radius: 10px;
    cursor: pointer;
    text-align: center;
    height: auto;
}

#contact-button {
    cursor: pointer;
    position: absolute;
    left: -100px !important;
    top: 0;
}

#contactform form {
    width: 100%;
}

.sticky {
    /*position: fixed;*/
    top: -1px;
    width: 100%;
    box-shadow: 3px 0px 20px 3px #cdd1d02e;
}

/*sliding contact*/

.suscribe_input.magic-placeholder {
    border: 0;
    height: 43px;
    width: 84%;
    border-radius: 17px;
}

.suscribe-area span .magic-placeholder-text {
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 12px;
    color: #707070;
}

/*14-09-2019*/

#home {
    float: left;
    width: 100%;
}

.laptop_big_banner {
    position: relative;
    text-align: center;
}

.laptop_big_img {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.flex-control-paging li a {
    width: 21px;
    height: 7px;
    background: #ed7d58;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ed7d58 0%, #bf4159 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ed7d58 0%, #bf4159 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ed7d58 0%, #bf4159 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7d58', endColorstr='#bf4159', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.flex-control-paging li a.flex-active {
    width: 30px;
    background: #047384;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #047384 0%, #0c3a5e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #047384 0%, #0c3a5e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #047384 0%, #0c3a5e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#047384', endColorstr='#0c3a5e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.flex-control-paging li a:hover {
    background: #db2e97;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #db2e97 0%, #533983 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #db2e97 0%, #533983 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #db2e97 0%, #533983 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2e97', endColorstr='#533983', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.explore_link {
    color: #539bfe;
    float: right;
    margin-right: 4%;
}

.explore_link span {
    color: #2d1b5e;
}

#myModal img {
    width: 100%;
}

/*06-12-2019*/

/*Career*/

.career_new_area {
    padding: 0 0 25px;
    background: #e5e5e5;
}

.career_new_area .fade_line {
    padding: 10px 0;
}

.inner_banner.career_new .inner_banner_text h1 {
    text-align: left;
    margin-left: 25%;
}

.career_new_left,
.career_new_right {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    position: relative;
}

.career_new_area .career_new_block {
    padding: 0 4px;
}

.career_new_area h6 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    margin: 0;
}

.blue {
    background-image: linear-gradient(to bottom right, #04788a, #0b365c);
}

.purple {
    background-image: linear-gradient(to bottom right, #5359a5, #3e1b6c);
}

.career_new_left,
.career_new_right {
    background: #fff;
}

.career_new_right {
    height: 619px;
}

.career_new_left {
    float: left;
    width: 100%;
}

.career_new_left div {
    float: left;
    width: 100%;
    margin: 30px 0 5px 0;
}

.career_new_left div:last-child {
    margin-bottom: 20px;
}

.career_new_left div span:nth-child(1) {
    width: 38%;
    display: block;
    float: left;
    text-align: right;
    font-weight: bold;
}

.career_new_left div span:nth-child(2) {
    width: 62%;
    display: block;
    float: left;
    padding-left: 4%;
    color: #373737;
}

.career_new_left div span {
    font-size: 24px;
}

.career_new_right span {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.career_new_right span label {
    width: 32%;
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    margin-right: 3%;
}

.career_new_right span input[type="text"] {
    border-radius: 4px;
    height: 40px;
    border: 2px solid #959595;
    width: 225px;
}

.Resume {
    background: #005e20;
    border: 0;
    border-radius: 4px;
    width: 92%;
    margin: 0 4%;
    font-size: 18px;
    color: #fff;
    padding: 8px 0px;
}

.suscribe-btn.submit_btn_new {
    background-image: linear-gradient(to bottom right, #ff002e, #02015e);
    color: #fff !important;
    font-size: 18px;
    padding: 4px 35px !important;
    border-radius: 30px;
    border: 0;
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
}

.submit_btn_new_area {
    text-align: center;
    padding-top: 60px;
}

.fade_line img {
    width: 100%;
}

/*chat_area*/

.chat_area {
    margin: 30px 0;
}

.chats_heading_area,
.chat_block_right,
.chats_area_bottom,
.database_top,
.database_setting_area,
.database_right {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    padding: 7px 10px;
}

.chats_area_bottom {
    padding: 10px 0;
}

.chats_heading_area,
.chats_heading_area ul,
.chats_area_bottom {
    float: left;
    width: 100%;
}

.chats_heading_area ul li {
    float: left;
}

.col-md-3.col-sm-3.col-xs-3.chat_block {
    width: 33%;
    margin-right: 0;
    padding-right: 0;
}

.col-md-9.col-sm-9.col-xs-9.chat_block {
    width: 67%;
}

.chat_Heading {
    font-size: 26px;
    font-weight: bold !important;
    color: #000;
    padding: 4px 0 0 20px;
    width: 60%;
}

.chat_icons {
    width: 13%;
    text-align: center;
}

.chat_icons a {
    width: 13%;
    text-align: center;
    padding-top: 5px;
    font-size: 22px;
    color: #004a80;
    display: inline-block;
}

.chats_area_bottom {
    margin-top: 15px;
}

.chat_search {
    text-align: center;
    position: relative;
}

.chat_search input {
    width: 87%;
    border: 0;
    background: #ebebeb;
    border-radius: 17px;
    height: 25px;
    padding: 0 35px;
}

.chat_search .chat_search_iocn {
    display: block;
    width: 25px;
    height: 25px;
    background: #c5c5c5;
    position: absolute;
    color: #e5e5e5;
    border-radius: 100%;
    left: 23px;
    font-size: 12px;
    line-height: 24px;
}

.chat_search .magic-placeholder-text {
    position: absolute;
    left: 60px;
    color: #888888;
    top: 2px;
}

.bottom_chat_pic,
.chat_detail,
.bottom_chat_icons {
    float: left;
}

.chat_detail {
    margin-left: 7%;
    color: #848484;
    font-size: 16px;
    width: 73%;
}

.chat_detail strong {
    font-weight: normal;
    font-size: 20px;
}

.chat_all,
.chat_all li,
.chat_block_right,
.chat_start {
    float: left;
    width: 100%;
}

.chat_all li {
    padding: 10px 12px;
}

.chat_tm {
    margin: 0 10px;
}

.fa.fa-circle {
    color: #004a80;
}

.bottom_chat_icons .fa {
    font-size: 11px;
    position: relative;
    top: 18px;
}

.active_chat {
    background: #e1e1e1
}

.blue_active {
    color: #004a80;
}

.black_active {
    color: #000;
}

.chat_all {
    margin-top: 10px;
}

.chat_start span {
    float: left;
    margin-right: 10px;
}

.chat_start span {
    float: left;
    margin-right: 10px;
    color: #000;
    font-size: 18px;
    position: relative;
}

.chat_start span:nth-child(2) {
    top: 12px;
    position: relative;
}

.chat_block_right {
    height: 735px;
    position: relative;
}

.left_chat {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.right_chat {
    width: 100%;
    display: block;
    float: left;
    text-align: right;
    margin-bottom: 15px;
}

.chat_start {
    margin-bottom: 30px;
}

.imgone {
    width: 35px;
}

.imgone {
    margin-right: 10px;
}

.text_left_chat,
.text_right_chat {
    background: #e1e1e1;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 50px;
}

.text_right_chat {
    background: #0076a3;
    color: #fff;
}

.msg_typin {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    width: 100%;
}

.msg_typing_one a,
.msg_typing_three a {
    display: inline-block;
    margin: 0 8px;
}

.msg_typing_two input {
    background: #ddd;
    border: 0;
    width: 100%;
    position: relative;
    top: 0px;
    border-radius: 40px;
    height: 29px;
    padding: 0 10px;
}

.msg_typin span {
    float: left;
}

.msg_typing_two {
    width: 61%;
    position: relative;
}

.msg_typing_two .magic-placeholder-text {
    position: absolute;
    left: 20px;
    color: #888888;
    top: 1px;
    font-size: 18px;
}

/*chat_area*/

/*database_area*/

.database_area {
    max-width: 1000px;
    margin: 30px auto;
}

.database_left {
    width: 25%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.database_right {
    width: 73.5%;
    display: inline-block;
    padding: 10px 20px;
}

.database_top img {
    display: inline-block;
}

.database_name {
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 6px;
}

.database_name span {
    display: block;
}

.database_name span:nth-child(1) {
    font-size: 10px;
}

.database_name span:nth-child(2) {
    font-size: 12px;
    font-weight: bold;
}

.database_top {
    padding: 5px 15px;
}

.database_setting_area {
    margin-top: 10px;
}

.add span .fa {
    color: #004877;
}

.add span,
.add span a {
    font-size: 12px;
    color: #707070;
}

.add span:nth-child(1) {
    width: 26%;
    display: inline-block;
    text-align: center;
}

.add span:nth-child(2) {
    width: 70%;
    display: inline-block;
    font-weight: bold;
}

.fnt {
    font-size: 14px !important;
}

.add {
    margin-bottom: 30px;
}

.add a {
    font-size: 12px;
    display: block;
    margin-left: 28%;
    margin-bottom: 10px;
}

.database_setting_area .add:nth-child(1) a {
    margin: 0;
}

.add div {
    margin-bottom: 15px;
}

.database_setting_area.power .add,
.database_setting_area.frequently .add {
    margin-bottom: 0;
}

.database_setting_area.power .fa {
    font-size: 14px;
}

.database_setting_area.frequently span {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 8px;
    margin-left: 25px;
}

.database_setting_area.frequently span:nth-child(1) {
    font-size: 9px;
    color: #000;
}

.database_right h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0;
}

.trans_line {
    width: 100%;
}

.database_block form span {
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.database_block form span .magic-placeholder-text {
    position: absolute;
    top: 9px;
    left: 20px;
    font-size: 10px;
    color: #707070;
}

.database_block form span input,
.database_block form span select {
    border: 1px solid #004a80;
    width: 100%;
    height: 30px;
    font-size: 10px;
    padding: 0 15px;
}

.database_block form div>span {
    width: 49.2%;
}

.database_block form div>span {
    display: inline-block !important;
}

.database_block form button,
.update_img {
    border: 0;
    background: #004a80;
    font-size: 12px;
    color: #fff;
    padding: 8px 50px;
    font-weight: bold;
}

.update_img {
    padding: 8px 21px;
}

.col-md-6.col-xs-6.col-sm-6.database_block {
    margin: 25px 0;
}

.accout_area {
    width: 121px;
    margin: 0 auto;
}

.update_img {
    padding: 8px 21px;
    margin-top: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
}

.account_banner {
    text-align: center;
    padding-top: 30px;
}

.account_banner .update_img {
    margin: 23px 0;
}

.inner_banner.press_release_banner h1 {
    font-size: 46px;
    color: #00ffd2;
}

/*database_area*/

/*press_release*/

.press_release_left img {
    width: 100%;
    border-radius: 15px;
}

.press_release_block {
    margin: 10px;
    min-height: 400px;
}

.press_release_right h3 {
    font-size: 20px;
    margin: 10px auto;
    color: #000;
    font-weight: bolder;
}

.press_release_right p {
    color: #3f3f3f;
}

.press_release_right div {
    margin: 14px 0;
}

/*.press_release_right div span {*/

/*    display: inline-block;*/

/*    min-width: 25%;*/

/*}*/

.press_release_right a {
    display: inline-block;
    font-weight: bold !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    padding: 5px 17px;
    border-radius: 20px;
}

.baner_botom {
    text-align: center;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    font-size: 26px;
    padding: 5px 0;
    margin-bottom: 15px;
}

.press_release_area .explore {
    text-align: center;
}

.press_release_area .explore a {
    font-size: 26px;
    color: #0077ca;
}

.free_quote_area h3 {
    text-align: center;
}

.free_quote_area {
    margin-top: 50px;
    position: relative;
}

.free_quote_area h3 {
    text-align: center;
    position: absolute;
    top: -95px;
    width: 100%;
    left: 0;
    font-size: 26px;
    font-weight: bold;
}

.free_quote_block input,
.free_quote_block select {
    height: 40px;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #b7b7b7;
    box-shadow: -2px 0px 0px rgba(0, 0, 0, 0.3);
    color: #646464 !important;
    font-size: 18px;
    font-weight: normal;
}

.free_quote_block {
    float: left;
    width: 100%;
}

.free_quote_block div {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.free_quote_block div input {
    width: 100%;
}

.free_quote_block div>strong,
.span_one {
    position: relative;
}

.free_quote_block .span_two>strong:nth-child(1) {
    margin-right: 2%;
}

.free_quote_block .span_two>strong {
    float: left;
    width: 49%;
}

.free_quote_block .span_two input {
    width: 100%;
}

.free_quote_block .magic-placeholder-text {
    left: 15px;
    position: absolute;
    top: 8px;
    color: #646464 !important;
    font-size: 18px;
    font-weight: normal;
}

.span_four strong {
    float: left;
    width: 29%;
    margin-right: 2%;
}

.free_quote_block .span_four strong:nth-child(1) {
    width: 7%;
}

.free_quote_block .span_four strong:nth-child(3) input {
    padding: 0 40px
}

.free_quote_block .span_four strong:nth-child(4) {
    margin-right: 0;
}

.span_one textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    box-shadow: -2px 0px 0px rgba(0, 0, 0, 0.3);
    height: 120px;
}

.free_quote_block .span_four .fa-whatsapp {
    color: #76be5f;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
}

.free_quote_block .span_four strong:nth-child(3) .magic-placeholder-text {
    left: 35px;
}

.capcha label {
    color: #646464 !important;
    font-size: 18px;
}

.capcha input {
    width: 120px !important;
}

.capcha span {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 0 15px;
}

.capcha .magic-placeholder-text {
    display: none;
}

.suscribe-btn.send {
    position: relative !important;
    left: 2px;
    top: 0px;
}

.baner_botom img {
    width: 100px;
    position: absolute;
    top: -33px;
    left: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.profile span {
    float: left;
}

.profile .profile_name {
    margin-left: 130px;
    font-size: 26px;
    color: #000000;
    font-weight: bold;
}

.profile_star,
.follow .fa {
    color: #004a80;
    font-size: 17px;
    margin-left: 30px;
    padding-top: 7px;
}

.follow .fa {
    margin-right: 10px;
}

.follow {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    float: right !important;
    margin-right: 60px;
    position: relative;
    top: 3px;
}

.profile_area .press_release_block {
    border-radius: 0;
    margin-top: 50px;
    margin-bottom: 15px;
}

.profile_block {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    margin-left: 100px;
    font-weight: bold;
}

.profile_block img {
    margin-right: 25px;
}

.profile_block span:nth-child(2) {
    width: 24%;
    display: inline-block;
}

.plan_block {
    padding: 25px;
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.6);
    margin: 10px 0 50px;
    position: relative;
    padding-top: 50px;
}

.profile_block1 {
    margin-left: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 1%;
}

.profile_block1:last-child {
    margin-bottom: 0;
}

.profile_block1 span {
    display: inline-block;
    vertical-align: top;
}

.profile_block1 span:nth-child(1) {
    width: 15%;
}

.profile_block1 span:nth-child(2) {
    width: 40%;
}

.profile_block1 span:nth-child(3) {
    width: 12%;
}

.profile_block1 span {
    display: inline-block;
}

.profile_block1:last-child span:nth-child(2) {
    width: 75%;
}

.profile_block1:last-child span p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.profile_block1:last-child span p a {
    color: #00cefa;
}

.grd_line {
    width: 100%;
    margin-bottom: 27px;
    margin-top: 10px;
}

.plan_block h2 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    background: #004a80;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: bold;
    padding: 2px 0;
}

/*profile*/

/*latest_work*/

.press_release_area.latest_work_area {
    margin-top: 25px;
}

.latest_work_area .nav.nav-tabs,
.network_marketing_area.network_marketing_area2 .nav.nav-tabs {
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.latest_work_area .nav-tabs>li {
    float: left;
    margin-bottom: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid 0;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 25px;
    text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    background: #252525;
    color: #fff;
}

.work_block {
    margin: 20px 0;
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    text-align: center;
    color: #000;
}

.work_block h4 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
}

.work_block span {
    display: block;
    width: 100%;
    padding: 30px 0 !important;
}

.work_block img {
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.btm_arrow {
    position: absolute;
    bottom: -17px;
    font-size: 30px;
    color: #252525;
    left: 0;
    right: 0;
    display: none;
}

.nav-tabs>li.active>a .btm_arrow {
    display: block;
}

/*network_marketing*/

.network_marketing_left img {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.4);
}

.network_marketing_right form div {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.network_marketing_right form div span:nth-child(1) {
    width: 35%;
    float: left;
    text-align: right;
    padding-right: 20px;
    font-size: 18px;
    color: #3f3f3f;
    padding-top: 8px;
}

.network_marketing_right form div span:nth-child(2) {
    width: 65%;
    float: left;
    position: relative;
}

.network_marketing_right form div span input,
.network_marketing_right form div span select {
    width: 85%;
    border: 2px solid #464646;
    height: 40px;
}

.network_marketing_right {
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.4);
    padding: 0;
    padding-bottom: 36px;
}

.network_marketing_area {
    padding: 20px 0px;
}

.network_marketing_right h4 {
    background: #004a80;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.network_marketing_right form div span select {
    line-height: 1;
    background: url(images/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 98%;
}

.network_marketing_right form div span strong {
    position: absolute;
    left: 10px;
    top: 0px;
    border-right: 2px solid #464646;
    height: 40px;
    padding-right: 10px;
    padding-top: 10px;
}

.ind_flg {
    padding-left: 70px;
}

.network_marketing_left form {
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.4);
}

.network_marketing_left form select {
    line-height: 1;
    background: url(images/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 98%;
    width: 100%;
    border: 2px solid #464646;
    height: 30px;
    margin-bottom: 20px;
    font-size: 12px;
}

.network_marketing_area2 .network_marketing_right {
    padding-left: 15px;
    padding-right: 15px;
}

.network_marketing_right form div span:nth-child(2) button {
    background: #005e20;
    border: 0;
    color: #fff;
    padding: 10px;
    width: 85%;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.4);
}

.btn_rgt {
    text-align: right;
}

.btn_rgt button {
    background: #004a80;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.btn_rgt {
    text-align: right;
    padding-right: 86px;
    width: 35%;
    font-size: 18px;
    color: #3f3f3f;
    padding-top: 8px;
}

.btn_rgt label {
    margin-right: 50px;
}

.network_marketing_area2 .network_marketing_left {
    width: 26%;
    float: left;
    margin-right: 1%;
}

.network_marketing_area2 .network_marketing_right {
    width: 73%;
    float: left;
    padding-top: 15px;
}

.network_marketing_area2 .network_marketing_left form {
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.4);
    padding: 10px;
    position: relative;
    padding: 60px 10px 10px;
    margin-bottom: 20px;
}

.network_marketing_area2 .network_marketing_left label {
    text-align: center !important;
    width: 100%;
    color: #3f3f3f !important;
    font-size: 14px !important;
    margin-top: 15px;
}

.network_marketing_area2 .network_marketing_left form h4 {
    background-image: linear-gradient(to bottom right, #ff002e, #02015e);
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #fff !important;
}

.network_marketing_area2 .network_marketing_left form select {
    line-height: 1;
    background: url(images/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 98%;
    width: 100%;
    border: 2px solid #464646;
    height: 34px;
    margin-bottom: 20px;
}

.nm_area {
    float: left;
    width: 100%;
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}

.nm_area:last-child {
    margin: 0 !important;
}

.nm_left {
    float: left;
    width: 36%;
}

.nm_right {
    float: left;
    width: 64%;
    padding: 10px;
    position: relative;
    height: 159px;
}

.nm_left img {
    width: 100%;
}

.nm_right>span {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 13px;
}

.nm_right span img {
    float: left;
    margin: 0 20px 0 10px;
}

.nm_right span span {
    font-size: 18px;
    font-weight: bold;
    color: #0f0f0f;
}

.nm_right span a {
    color: #007ae1;
}

.nm_area_btm {
    background: #ebebeb;
    float: left;
    position: absolute;
    bottom: -7px;
    width: 100%;
    left: 0;
    border-top: 1px solid #004a80;
    height: 35px;
}

.star_five {
    background: #fff;
    padding: 5px;
    color: #0a5185;
    font-size: 15px;
    padding: 6.5px 30px;
    float: right;
    position: relative;
    top: 0px;
}

.star_five .fa {
    margin: 0 4px;
}

.btn_time {
    float: left;
}

.btn_time>a {
    font-size: 12px;
    background: #004a80;
    color: #fff !important;
    padding: 5px 13px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 60px;
    margin-top: 3px;
    margin-right: 60px;
}

.btn_time strong {
    color: #004a80;
    font-weight: normal;
}

.network_marketing_area2 .network_marketing_left button {
    border: 0;
    background: #004a80;
    padding: 7px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.4);
}

.network_marketing_area2 .network_marketing_left img {
    margin-top: 14px;
    margin-bottom: 0;
}

.menu_top .row {
    /*position: relative;*/
    display: flex;
}

/*.menu_top_block{*/

/*    position: static!important;*/

/*}*/

.big_menu_block {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 70px;
    float: inline-start;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    margin: 0 auto;
    right: 0;
    z-index: 9999999;
    min-height: 380px;
    max-height: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.font-icon {
    font-size: 14px !important;
    padding: 4px !important;
    text-shadow: unset !important;
}

.menuheading {
    color: #000;
    font-family: inherit;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 0 0 5px;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0;
    text-transform: capitalize;
}

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

.big_menu_block::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.big_menu_block::-webkit-scrollbar-thumb {
    background-color: #f8f8f8;
}

.big_menu_block.short_menu {
    width: 163px;
}

.big_menu_block.short_menu .big_menu {
    float: left;
    width: 100%;
    height: auto;
}

.menu_li {
    position: relative;
}

.menu_li.service_li {
    position: static;
}

.menu_li:hover .big_menu_block {
    display: block;
}

.dble_arrow {
    display: none;
}

.big_menu {
    float: left;
    width: 25%;
    height: auto;
}

.big_menu ul {
    /*border-left: 2px solid #ddd;*/
    text-align: center;
    /*padding-left: 10px;*/
    margin-top: 5%;
}

.menu_icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.big_menu ul li {
    line-height: 26px;
    margin: .6rem 0;
    color: white;
}

.big_menu ul li a {
    display: flex;
    justify-content: center;
    /*    font-size: 12px;*/
    /*    color: black;*/
    /*text-transform: uppercase;*/
    /*font-weight: 600;*/
    /*line-height: 17px;*/
}

.grid_menu_div {
    /*background: #f0f5f6;*/
    /*border: 1px solid #00e599;*/
    border-radius: 15px;
    color: #000;
    /*font-size: 12px;*/
    font-size: 10px;
    font-weight: 400;
    height: 80px;
    line-height: 10px;
    /*line-height: 16px;*/
    text-transform: capitalize;
    padding: 1rem 0.4rem;
    text-align: center;
    width: 94px;
}

.grid_menu_div_colum {
    column-count: 3;
}

.grid_menu_div_colum_sec {
    column-count: 2 !important;
}

.grid_menu_div_submenu {
    text-transform: capitalize;
}

.big_menu ul li a:hover {
    color: #360057;
}

.menu_close {
    position: absolute;
    top: 2px;
    background: #ddd;
    /* padding: 10px; */
    border-radius: 100%;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 24px;
    left: 2px;
    z-index: 9999;
    display: none;
    cursor: pointer;
}

#menu_area .top_no_right,
#menu_area .top_no {
    display: none;
}

/* kd menu h5 */

.menu_h5 {
    font-size: 11px !important;
    text-align: center;
    white-space: nowrap;
}

/* #kd */

/*responsive*/

@media (max-width: 1399px) {
    .Latest_Blogs_block img {
        height: 140px;
    }
    /*    .blogs_area{*/
    /*    padding: 0px 200px;*/
    /*}*/
    .col-md-6.col-xs-6.col-sm-6.Our_Esteeme_Clients_area_block img {
        width: 100%;
    }
    .col-md-6.col-xs-6.col-sm-6.mobile_app img {
        width: 100%;
    }
    .Partnership_area h4,
    .Partnership_area h5,
    .Who_We_Work_area h4,
    .Who_We_Work_area h5 {
        font-size: 38px;
    }
    .Partnership_area h5 {
        font-size: 60px;
    }
    .col-md-3.back_white div p {
        font-size: 15px;
    }
    .col-md-3.back_white div h6 {
        font-size: 16px;
    }
    .Industries_We_Serve_area span {
        font-size: 14px;
    }
    .nav>li>a {
        padding: 10px 10px;
    }
    .Latest_Blogs_block2 .date {
        width: 88px;
    }
    .Latest_Blogs_block2 .date span {
        font-size: 28px;
    }
    .Latest_Blogs_block2 .date strong {
        font-size: 13px;
    }
    .Latest_Blogs_block2 .text {
        width: 66%;
        padding-left: 5px;
    }
    .social-network h3 {
        font-size: 15px;
    }
    .social-btn a {
        margin-right: 5px;
        height: 55px;
        width: 55px;
        line-height: 55px;
        border-radius: 10px;
    }
    .contact-footer ul li {
        position: relative;
        width: 49%;
    }
    .office-address span {
        position: absolute;
        top: -13px;
        right: 0;
        width: 122px;
    }
    .copy-right h5 {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    /*    .blogs_area{*/
    /*    padding: 0px 200px;*/
    /*}*/
    .before-dual-tokens {
        border-left: unset;
    }
    .star_five {
        font-size: 11px;
        padding: 10.5px 10px;
        top: 0px;
    }
    .nm_right {
        width: 58%;
    }
    .nm_left {
        width: 42%;
    }
    .btn_time>a {
        font-size: 12px;
        margin-left: 15px;
        margin-right: 7px;
    }
    .who_we_are li p {
        font-size: 14px;
        margin: 40px 0;
        line-height: 20px;
    }
    .review_big {
        width: 100%;
    }
    .hover_effect p {
        font-size: 15px;
        color: #fff;
    }
    .infrastructure_img img {
        width: 100%;
    }
    .navbar.navbar-default {
        margin: 0 !important;
    }
    .nav.navbar-nav {
        left: 0;
    }
    .quote_link {
        padding: 8px 13px;
    }
    .NADCAB_TECHNOLOGY p {
        font-size: 14px;
    }
    .a_left {
        width: 69px;
    }
    .a_right {
        width: 217px;
    }
    .Core_Value.g_back li p {
        font-size: 13px;
        line-height: 16px;
    }
    .Core_Value.g_back li.red_blue h5 {
        font-size: 18px;
        color: #fff;
    }
    .t_slow.explore_li {
        height: 320px;
    }
    .career2_block {
        height: 252px;
    }
    .clint_area {
        width: 100%;
        float: left;
        padding: 50px 0;
    }
    .cl_form {
        width: 305px;
        margin: 0 auto;
        float: none;
    }
    .clint_area .left,
    .clint_area .right {
        width: 100%;
        float: left;
        text-align: center;
    }
    .clint_area .right {
        margin-top: 10px;
        width: 100%;
    }
    .clint_area .right div {
        width: 100%;
    }
    .clint_area .right span a {
        float: none;
        display: inline-block;
    }
    .career_new_right span input[type="text"] {
        width: 140px;
    }
    .career_new_right span label {
        font-size: 15px;
    }
    .chat_detail {
        font-size: 14px;
    }
    .chat_detail strong {
        font-size: 18px;
    }
    .chat_detail {
        width: 62%;
    }
    .msg_typing_two {
        width: 52%;
    }
}

@media (max-width: 991px) {
    .abt-sec-5 h3 {
        font-size: 40px !important;
        font-weight: bold;
        margin: 10px auto !important;
        text-align: center !important;
    }
    .abt-sec-5 p {
        text-align: center;
    }
    .slk-for-mob {
        display: block !important;
    }
    .about-career-flex {
        display: none !important;
    }
    .about-career-image {
        margin: 0 10px;
    }
    .about-media-wrapper {
        grid-template-columns: 1fr 1fr !important;
        margin-top: 40px;
    }
    .text-size-20 {
        font-size: 15px !important;
    }
    .showcase {
        height: 700px !important;
    }
    .showcase h2 {
        font-size: 3em !important;
    }
    .memberof {
        display: flex;
        justify-content: center !important;
        gap: 70px;
        margin: 30px auto !important;
    }
    .ourcompany {
        text-align: center;
    }
    .mob-img-abt-new {
        display: flex !important;
        gap: 20px;
    }
    .careers-culture-flex-images {
        display: none;
    }
    .ourcompany {
        display: block !important;
    }
    .dual-tokens-container {
        margin: 50px 0;
    }
    .dual-tokens-container .dual-tokens-wrapper .token-wrapper {
        width: 250px;
    }
    .dual-tokens-container .dual-tokens-wrapper .token-wrapper .token-label {
        margin: 20px 0;
    }
    .connection-line-row {
        margin-top: 20px;
        display: none;
    }
    .Servictech .titletech {
        font-size: 40px;
        font-weight: 800;
        text-align: right;
        line-height: 5rem;
    }
    .Servictech_left .titletech_left {
        font-size: 37px;
    }
    .s-sidebar {
        width: unset !important;
        position: unset !important;
        min-height: unset !important;
        left: unset !important;
        padding: unset !important;
        background: unset !important;
    }
    .blogs_area {
        padding: unset;
    }
    .before-dual-tokens {
        border-left: unset;
    }
    .navbar_menu {
        right: 10px;
        top: 3px;
        display: block;
        cursor: pointer;
    }
    .menu_area {
        position: fixed;
        width: 260px;
        left: -261px;
        top: 0;
        height: 100vh;
        z-index: 99;
        display: none !important;
    }
    .menu_li:hover,
    .close_menu:hover,
    .big_menu>h5:hover {
        background: #333;
        display: block;
        width: 100%;
    }
    .menu_li:hover>a,
    .close_menu:hover,
    .big_menu>h5:hover {
        color: #fff;
    }
    .menu_ul li a:hover {
        color: #fff;
    }
    .big_menu ul {
        border-left: 0;
        padding-left: 0;
    }
    .menu_area.hideme {
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
        left: 0;
        display: block !important;
    }
    .close_menu {
        display: block;
        padding: 10px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        text-shadow: 1px 1px 1px;
    }
    .menu_li:hover .big_menu_block {
        display: none;
    }
    .big_menu ul {
        border-left: 0;
    }
    .big_menu_block,
    .big_menu_block.short_menu {
        width: 100%;
        top: 0;
        position: fixed;
        width: 260px !important;
        display: none;
        right: auto;
        box-shadow: none;
        height: 100vh;
        z-index: 999;
    }
    .company_drop,
    .services_menu,
    .case_study,
    .resources_menu {
        left: -260px;
        display: block !important;
    }
    .mobile_app_menu,
    .web_and_cms_menu,
    .e_commerce_menu,
    .mobile_game_menu,
    .it_services_menu,
    .hire_dedicated_menu,
    .tv_app_menu,
    .blockchain_menu {
        left: -260px;
        display: block !important;
    }
    .menu_ul {
        height: auto;
    }
    .service_li_mwnu {
        height: 100vh;
    }
    .big_menu_block {
        width: 100%;
        top: 0;
        border-top: 0;
        border-radius: 0;
        padding: 0;
        height: 100vh;
    }
    .big_menu {
        width: 100%;
        height: auto;
    }
    .menu_li.service_li .big_menu {
        width: 100%;
        height: auto;
    }
    .big_menu h5 {
        padding: 10px;
        margin: 0;
        cursor: pointer;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: black;
        text-align: left;
        display: inline-flex;
    }
    .service_li_mwnu {
        display: none;
        position: fixed;
        top: 0;
        background-color: #f3f3f3;
        width: 260px;
        right: -200px;
    }
    .big_menu ul li a {
        font-size: 13px !important;
        padding: 10px !important;
        display: block;
    }
    .menu {
        display: none !important;
        width: 100%;
        background-color: #f3f3f3;
        height: 100vh;
    }
    .menu_ul .menu_li {
        float: none;
        padding: 10px;
    }
    .dble_arrow {
        display: inline-block;
    }
    .single_arrow {
        display: none;
    }
    .big_menu {
        float: left;
        width: 33.3%;
        height: 250px;
    }
    .close_menu_x {
        font-size: 14px;
        padding-left: 10px;
        font-weight: 700;
        margin-top: 15px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .big_menu ul li a {
        font-size: 11.5px;
    }
    .network_marketing_area2 .network_marketing_right {
        width: 100%;
    }
    .network_marketing_area2 .network_marketing_left {
        width: 100%;
        margin-right: 0;
    }
    .col-md-3.col-sm-3.col-xs-3.network_marketing_left {
        width: 100%;
    }
    .col-md-9.col-sm-9.col-xs-9.network_marketing_right {
        width: 100%;
    }
    .network_marketing_left img {
        width: 24%;
        display: inline-block;
    }
    .profile_block1 {
        margin-left: 70px;
        font-size: 13px;
        margin-left: 0;
    }
    .profile_block {
        font-size: 15px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .profile_block span:nth-child(2) {
        width: 44%;
    }
    .profile_block1 span:nth-child(1) {
        width: 19%;
    }
    .profile_block1:last-child span p {
        font-size: 12px;
    }
    .free_quote_block .magic-placeholder-text {
        left: 15px;
        top: 12px;
        font-size: 12px;
    }
    .work_block span {
        padding: 10px 0 !important;
    }
    .who_we_are li {
        width: 100%;
        margin-right: 0;
        min-height: auto;
    }
    .three_area li span {
        padding-left: 0;
        width: 100%;
    }
    .three_area li img,
    .three_area li span {
        float: none;
        padding: 0;
    }
    .three_area li {
        float: left;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .six_area li {
        float: left;
        width: 47.5%;
    }
    .six_area li:nth-child(3n) {
        margin-right: 5%;
    }
    .six_area li:nth-child(2n) {
        margin-right: 0;
    }
    .sitemap_block li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1%;
    }
    .review_block {
        width: 100%;
    }
    .pay_online_area.payment {
        padding: 0 30px;
    }
    .pay_online_area.payment ul li {
        width: 100%;
        margin-right: 0;
    }
    .pro_detail li {
        width: 48.1%;
    }
    .pro_detail li:nth-child(3n) {
        margin-right: 3%;
    }
    .pro_detail li:nth-child(2n) {
        margin-right: 0;
    }
    .mlm_area_block {
        margin: 50px 0 240px;
    }
    .bottom_link.full {
        bottom: -200px;
    }
    .bottom_link.full a {
        width: 19.5%;
    }
    .halfdiv {
        width: 100%;
    }
    .explore_second img {
        width: 300px;
    }
    .explore_second .col-md-4 {
        text-align: center;
        margin-top: 20px;
    }
    .pay_online_area.explore_area_form {
        margin-top: 15px;
    }
    .pay_online_area.explore_area_form ul li {
        width: 100%;
    }
    .NADCAB_TECHNOLOGY .col-md-6.col-xs-6.col-sm-6 {
        width: 100%;
        text-align: initial;
    }
    .sectionweb {
        padding: unset;
    }
    .NADCAB_TECHNOLOGY_img img {
        width: 310px;
    }
    .Services_We_Offer_area ul li {
        width: 100%;
        margin-right: 0;
    }
    .Services_We_Offer_area ul li h5 {
        margin-left: 100px;
    }
    .Services_We_Offer_area ul li span {
        left: 10px;
    }
    .Process_We_Follow_area li {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .Partnership_area .col-md-3.col-xs-3.col-sm-3 {
        width: 100%;
    }
    .Partnership_area h4,
    .Partnership_area h5,
    .Who_We_Work_area h4,
    .Who_We_Work_area h5 {
        font-size: 30px;
    }
    .Partnership_area h5 {
        font-size: 50px;
    }
    .Partnership_area .col-md-3>p {
        font-size: 18px;
    }
    .col-md-3.back_white div {
        padding: 10px;
        height: auto;
        margin-bottom: 10px;
    }
    .col-md-3.back_white div h6 {
        height: auto;
    }
    .col-md-3.back_white div h6 br {
        display: none;
    }
    .Industries_We_Serve_area li {
        width: 49%;
        padding: 20px 0px;
    }
    .Industries_We_Serve_area li:nth-child(5n) {
        margin-right: 2%;
    }
    .Industries_We_Serve_area li:nth-child(2n) {
        margin-right: 0%;
    }
    .Who_We_Work_area .col-md-3.col-xs-3.col-sm-3 {
        width: 100%;
        text-align: center;
    }
    .col-md-7.Who_We_Work_Block {
        text-align: center;
        width: 100%;
    }
    .col-md-6.col-xs-6.col-sm-6.Our_Esteeme_Clients_area_block h3 {
        font-size: 24px !important;
    }
    .testi_block {
        width: 100%;
        margin-right: 0;
        padding: 10px;
        height: auto;
    }
    .testi_block:nth-child(1) {
        margin-bottom: 100px;
    }
    .col-md-3.projects_block h4 {
        font-size: 30px;
    }
    .col-md-3.projects_block div {
        margin: 0;
        text-align: center;
    }
    .col-md-3.projects_block span {
        font-size: 14px;
    }
    .Latest_Blogs_block2 .date {
        width: 74px;
    }
    .Latest_Blogs_block2 .text {
        width: 66%;
        padding-left: 5px;
    }
    .create_big_stories_area p {
        font-size: 14px;
        padding: 1px 0;
    }
    .create_big_stories_area h3 {
        font-size: 30px;
    }
    .technologies_we_use_area ul li {
        width: 24%;
    }
    .social-network h3 {
        width: 100%;
        text-align: center;
    }
    .social-network ul {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .nav>li>a {
        padding: 10px 5px;
    }
    .col-md-3.col-sm-3.col-xs-3.menu_top_block.logo {
        width: 23%;
    }
    .col-md-3.col-sm-3.col-xs-3.menu_top_block.logo img {
        /*width: 100%;*/
        /*margin-top: 14px;*/
    }
    .col-md-9.col-sm-9.col-xs-9.menu_top_block {
        width: 77%;
    }
    .quote_link {
        padding: 8px 5px;
        font-size: 12px;
    }
    .navbar-collapse {
        padding-left: 0;
    }
    .nav>li>a {
        font-size: 13px;
    }
    .top_header ul li img {
        margin-right: 2px;
    }
    .top_header ul li {
        font-size: 12px;
    }
    .top_header .col-sm-6 {
        width: 100%;
        text-align: center;
    }
    .top_header ul {
        float: none;
        margin-top: 6px;
        text-align: center;
    }
    .top_header ul li {
        float: none;
        display: inline-block;
    }
    .top_no_right {
        float: none;
        margin-top: 12px;
        margin-bottom: 5px;
    }
    .quote_link {
        margin-top: 24px;
    }
    .CaseStudies_area span {
        width: 95%;
        padding: 21px 6px;
        font-size: 12px;
    }
    .about-contact .col-md-7.col-xs-7.col-sm-7,
    .about-contact .col-md-5.col-xs-5.col-sm-5 {
        width: 100%;
    }
    .office-address span {
        left: 96px;
    }
    .suscribe-area .col-md-6.col-xs-6.col-sm-6 {
        text-align: center;
        width: 100%;
    }
    .suscribe-area h2 {
        float: none;
        margin: 0;
        top: 15px;
        margin-bottom: 35px;
    }
    .copy-right h5 {
        width: 100%;
        float: none;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 30px;
        font-size: 14px;
    }
    .copy-right ul {
        margin: 0;
        float: none;
        width: 100%;
    }
    .copy-right ul li {
        text-align: center;
    }
    .copy-right {
        padding: 20px 0 40px;
    }
    .copy-right ul li a {
        color: #fff;
        margin-left: 10px;
        font-size: 16px;
    }
    .copy-right ul li a:nth-child(1) {
        margin: 0;
    }
    .Core_Value.g_back li {
        width: 100%;
    }
    .Core_Value.g_back li .circle {
        display: none;
    }
    .a_right {
        width: 85%;
    }
    .full_w .right {
        width: 100%;
    }
    .full_w .left {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
    .listing_image img {
        width: 100%;
    }
    .blog_menu ul li {
        margin-right: 10px;
        font-size: 12px;
    }
    .inner_banner img {
        height: 220px;
    }
    .payment_menu li span {
        font-size: 12px;
    }
    .t_slow.explore_li {
        height: auto;
        width: 100%;
        margin-right: 0;
    }
    .explore_area p {
        font-size: 15px;
        line-height: 24px;
    }
    .career.infrastructure_area .col-md-8.col-sm-8.col-xs-8,
    .career.infrastructure_area .col-md-4.col-sm-4.col-xs-4 {
        width: 100%;
    }
    .career.infrastructure_area .col-md-4.col-sm-4.col-xs-4 {
        text-align: center;
    }
    .infrastructure_img img {
        width: 300px;
    }
    .infrastructure_img {
        padding-top: 0;
    }
    .col-md-6.col-sm-6.col-xs-6.Some_of_the_key_facilities_block {
        width: 100%;
    }
    .premium_support ul li {
        width: 100%;
    }
    .premium_support ul li:nth-child(2n) {
        width: 100%;
    }
    .col-md-8.col-sm-8.col-xs-8.career_new_block {
        width: 100%;
    }
    .col-md-4.col-sm-4.col-xs-4.career_new_block {
        width: 100%;
        margin-top: 20px;
    }
    .career_new_right span label {
        width: 100%;
        margin-right: 3%;
    }
    .career_new_right span input[type="text"] {
        width: 100%;
    }
    .career_new_right {
        height: auto;
        padding: 10px;
    }
    .career_new_left div span {
        font-size: 16px;
    }
    .col-md-3.col-sm-3.col-xs-3.chat_block {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-md-9.col-sm-9.col-xs-9.chat_block {
        width: 100%;
        margin-top: 20px;
    }
    .chat_search input {
        width: 100%;
    }
    .chat_search .chat_search_iocn {
        left: 1px;
    }
    .database_area {
        padding: 0px 20px;
    }
    .account_banner img {
        width: 100%;
    }
    .database_left {
        width: 100%;
    }
    .database_right {
        width: 100%;
        margin-top: 30px;
    }
    .col-md-6 .top_no_right,
    .col-md-6 .top_no {
        display: none;
    }
    #menu_area .top_no_right {
        display: block;
    }
    #menu_area .top_no_right a {
        padding: 8px 20px;
        display: inline-block;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
        border-radius: 17px;
        margin-left: 10px;
        display: block;
        margin: 0;
        width: 90%;
        margin: 5%;
        display: block;
        text-align: center;
    }
    #menu_area .top_no_right a:hover {
        background: #333;
        color: #fff;
    }
    #menu_area .top_no {
        display: block;
    }
    .top_header {
        display: none;
    }
    .top_no li {
        padding: 10px;
    }
    .quote_link {
        display: none;
    }
    #navbar_menu {
        float: right !important;
        text-align: right;
        text-align: -webkit-right !important;
        width: 65px;
    }
    .bar1 {
        width: 30px;
        height: 3px;
        border-radius: 15px;
        margin: 6px 0;
        transition: 0.4s;
        background-image: linear-gradient(45deg, #686868, #686868) !important;
    }
    .bar2 {
        width: 40px;
        height: 3px;
        border-radius: 15px;
        margin: 6px 0;
        transition: 0.4s;
        background-image: linear-gradient(45deg, #686868, #686868) !important;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }
}

@media (max-width: 768px) {
    .suscribe-btn {
        right: 55px;
    }
    .suscribe-area span .magic-placeholder-text {
        left: 67px;
    }
    .before-dual-tokens {
        border-left: 0;
    }
    .menu_close {
        display: block;
    }
    .network_marketing_right form div span:nth-child(2),
    .network_marketing_right form div span:nth-child(2) button {
        width: 100%;
    }
    .col-md-9.col-sm-9.col-xs-9.network_marketing_right form {
        padding: 15px;
    }
    .btn_rgt {
        padding-right: 0;
        font-size: 16px;
    }
    .btn_rgt label {
        margin-right: 15px;
    }
    .network_marketing_right form div span input,
    .network_marketing_right form div span select {
        width: 100%;
    }
    .network_marketing_right form div span:nth-child(1) {
        width: 100%;
        text-align: left;
        font-size: 13px;
        padding-top: 0;
    }
    .profile_block1 span {
        width: 48% !important;
        margin-bottom: 10px;
    }
    .profile .profile_name {
        font-size: 16px;
    }
    .profile_star,
    .follow .fa {
        font-size: 12px;
        margin-left: 7px;
        padding-top: 3px;
    }
    .follow {
        font-size: 15px;
        margin-right: 0;
        top: 0;
    }
    .baner_botom img {
        width: 70px;
        top: -23px;
        left: 10px;
    }
    .nav-tabs>li {
        float: none;
        margin-bottom: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
    .col-md-4.col-sm-4.col-xs-4.latest_work_block {
        width: 50%;
    }
    .free_quote_block .magic-placeholder-text {
        top: 12px;
        font-size: 11px;
    }
    .laptop_big_img {
        width: 430px;
    }
    .six_area li {
        width: 100%;
        margin-right: 0;
    }
    .pro_detail li {
        width: 100%;
        margin-right: 0;
    }
    .bottom_link.full a {
        width: 24.5%;
    }
    .CaseStudies_area li {
        width: 48.5%;
    }
    .CaseStudies_area li:nth-child(3n) {
        margin-right: 3%;
    }
    .CaseStudies_area li:nth-child(2n) {
        margin-right: 0;
    }
    .Latest_Blogs_area .col-md-4.col-sm-4.col-xs-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    /*.navbar-toggle {*/
    /*    right: 130px;*/
    /*    top: 16px;*/
    /*}*/
    /*.navbar-default .navbar-collapse,*/
    /*.navbar-default .navbar-form {*/
    /*    background: #fff;*/
    /*    padding: 0 20px;*/
    /*    position: absolute;*/
    /*    top: 80px;*/
    /*    width: 100%;*/
    /*}*/
    .banner-text {
        padding: 10px;
        font-size: 10px;
        transform: unset;
        top: 0;
    }
    .banner-block h4 {
        font-size: 15px;
    }
    .banner-block h1 {
        font-size: 35.36px;
    }
    .banner-block h2 {
        font-size: 22.76px;
        padding-bottom: 8px;
    }
    .banner-block a {
        padding: 6px 13px;
        font-size: 14.8px;
        margin-top: 6px;
    }
    .col-md-3.col-sm-3.col-xs-3.menu_top_block.logo {
        width: 28%;
    }
    .col-md-9.col-sm-9.col-xs-9.menu_top_block {
        width: 72%;
    }
    .top_header ul li {
        font-size: 10px;
        margin-left: 5px;
    }
    .create_big_stories_area .col-md-6.col-xs-6.col-sm-6 {
        width: 100%;
        text-align: center;
    }
    .col-md-6.col-xs-6.col-sm-6.mobile_app img {
        width: 260px;
        margin-top: 20px;
    }
    .about-footer ul li:first-child,
    .about-footer ul li {
        width: 100%;
    }
    .about-footer ul li h1,
    .contact-footer h1 {
        text-align: left;
        text-transform: uppercase;
    }
    .about-footer ul li span a {
        color: #373737;
        font-size: 14px;
    }
    .about-footer ul li span {
        padding-bottom: 5px;
    }
    .col-md-3.col-sm-3.col-xs-3.menu_top_block.logo {
        width: 37%;
    }
    .col-md-9.col-sm-9.col-xs-9.menu_top_block {
        width: 63%;
    }
    .col-md-3.col-sm-3.col-xs-3.menu_top_block.logo img {
        /*width: 183px;*/
    }
    .about_menu ul li a {
        font-size: 13px;
        /*border-bottom: 2px solid;*/
    }
    .about_text h4 {
        font-size: 23px;
    }
    .about_text p {
        font-size: 14px;
        margin-top: 20px;
    }
    .full_with div {
        width: 100%;
        margin-right: 0;
    }
    .full_w .left h1 {
        font-size: 17px;
    }
    .career2_block {
        height: auto;
    }
    .col-md-6.col-sm-6.col-xs-6.career_block {
        width: 100%;
    }
    .career h4 {
        font-size: 21px;
        margin-bottom: 14px;
    }
    .payment_menu ul {
        display: block;
        text-align: center;
    }
    .payment_menu li {
        display: inline-block;
        width: 32.5%;
        text-align: center;
        padding: 6px 0 1px;
        border-bottom: 1px solid #ccc;
    }
    .clint_area .right span a {
        font-size: 11px;
    }
    .review_block.contact_block {
        width: 100%;
    }
    .review_block.contact_block .pay_online_area ul li {
        width: 100%;
    }
    .contact_details li img {
        left: 15px;
    }
    .contact_details li p {
        margin: 0;
        font-size: 17px;
        margin-left: 83px;
        padding-top: 16px;
    }
    .contact_details li {
        width: 100%;
        margin-right: 0;
    }
    .review_block .pay_online_area ul li strong {
        width: 196px;
    }
    .col-md-6.col-sm-6.col-xs-6.review_block {
        width: 100%;
    }
    .pay_online_area {
        margin-bottom: 20px;
    }
    .msg_typing_two {
        width: 72%;
        margin: 10px 0;
    }
    .msg_typing_three {
        position: relative;
        top: 9px;
    }
    .big_menu_block {
        margin: 0%;
        width: 96%;
    }
    .big_menu {
        width: 50%;
    }
}

@media (max-width: 605px) {
    .suscribe-btn {
        right: 40px;
    }
    .blogs_area {
        padding: unset;
    }
    .before-dual-tokens {
        border-left: unset;
    }
    /*for casestudy by kd*/
    .inner_banner_text h1 {
        font-size: 20px;
    }
    /*kd end*/
    .mlm_area_block {
        padding: 0px 0px 0px 0px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
        text-justify: auto;
        text-align: justify;
    }
    .star_five .fa {
        margin: -1px 0px;
    }
    .btn_time strong {
        font-size: 11px;
    }
    .nm_left {
        width: 100%;
    }
    .nm_right {
        width: 100%;
    }
    .database_block {
        width: 100%;
    }
    .span_four strong {
        margin-bottom: 10px;
        width: 100% !important;
        margin-right: 0 !important;
    }
    .free_quote_block div {
        margin-bottom: 10px;
    }
    .free_quote_block input,
    .free_quote_block select {
        font-size: 10px;
    }
    .col-md-4.col-sm-4.col-xs-4.press_release_left {
        width: 100%;
    }
    .col-md-8.col-sm-8.col-xs-8.press_release_right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    .suscribe-btn {
        right: 40px;
    }
    .blogs_area {
        padding: unset;
    }
    .before-dual-tokens {
        border-left: unset;
    }
    .network_marketing_left img {
        width: 49%;
    }
    .popup_banner span {
        position: absolute;
        width: 66px;
        top: 45px;
    }
    .profile_block {
        font-size: 12px;
    }
    .profile .profile_name {
        margin-left: 50px;
        font-size: 14px;
    }
    .profile_block1 span:nth-child(2n) {
        border-bottom: 1px solid #ccc;
    }
    .profile_block1 span {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .follow {
        font-size: 12px;
    }
    .profile_star,
    .follow .fa {
        font-size: 11px;
        padding-top: 1px;
    }
    .profile_area .press_release_block {
        margin-top: 20px;
    }
    .baner_botom img {
        width: 50px;
        top: -13px;
    }
    .profile_block img {
        margin-right: 0;
        width: 26px;
    }
    .profile_block span:nth-child(2) {
        width: auto;
        margin-left: 10px;
    }
    .popup_new .full p {
        font-size: 13px;
        padding: 7px 10px;
    }
    .demo_popup .full {
        margin-top: 40px;
    }
    .col-md-6.col-sm-6.col-xs-6.personal_support_block:nth-child(1) {
        border-right: 0;
        height: auto;
        padding: 14px 0;
    }
    .col-md-6.col-sm-6.col-xs-6.personal_support_block {
        width: 100%;
        text-align: center;
    }
    .personal_support_block button {
        margin-top: 0;
        float: none;
    }
    .premium_support ul li .pi {
        width: 22%;
        text-align: left;
    }
    .premium_support ul li .p_services {
        width: 76%;
    }
    .bottom_link.full a {
        width: 49.5%;
    }
    .mlm_area_block {
        margin: 0px 0 50px;
    }
    .halfdiv img {
        width: 100%;
    }
    .bottom_link.full {
        position: relative;
        bottom: 0px;
        left: 0;
        top: 46px;
    }
    .Core_Value.g_back li {
        height: auto;
        text-align: center;
    }
    .a_left {
        float: none;
        text-align: center;
        padding-top: 10px;
        display: block;
        width: 100% !important;
    }
    .a_right {
        width: 100%;
    }
    .Core_Value.g_back li h5 {
        font-size: 20px;
        padding-top: 0;
    }
    .listing_image,
    .listing_detail {
        width: 100%;
        margin-right: 0%;
    }
    .explore_text {
        padding: 10px;
    }
    .explore_text h4 {
        font-size: 16px;
    }
    .explore_text p {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
    }
    .explore_text li {
        font-size: 15.5px;
        line-height: 19px;
    }
    .explore_img strong a {
        font-size: 11px;
        padding: 4px 2px !important;
        margin-right: 2px;
        margin-left: 2px;
    }
    .Our_Esteeme_Clients_area_block {
        width: 100%;
    }
    .review_block h2 {
        font-size: 18px;
    }
    #myModal .full h5 {
        font-size: 20px;
        padding: 8px 0;
    }
}

@media (max-width: 982px) {
    .logo {
        margin: unset !important;
    }
    .foundd {
        text-align: center;
    }
    .founder_img {
        margin: auto;
    }
}

@media (max-width: 500px) {
    .logo {
        margin: unset !important;
    }
    .sec-3-cs-std {
        margin: 35px auto !important;
    }
    .cs3-stud-sec {
        display: block !important;
    }
    .story-area {
        display: block !important;
        text-align: center !important;
    }
    .story-area-left {
        width: 350px;
        margin: auto;
    }
    .banner-area-2 {
        width: 50% !important;
    }
    .suscribe-btn {
        right: 40px;
    }
    .blogs_area {
        padding: unset;
    }
    .before-dual-tokens {
        border-left: unset;
    }
    #particles-js {
        width: 100%;
        height: 250PX !important;
        background-color: transparent;
        background-image: url('');
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
    }
    .big_menu {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .big_menuL:last-child {
        margin-bottom: 0px;
    }
    .free_quote_block .span_two>strong {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .free_quote_block div {
        margin-bottom: 0;
    }
    .NADCAB_TECHNOLOGY_img img {
        width: 100%;
    }
    .pc-banner img {
        width: 100% !important;
        float: right;
        height: 250px;
    }
    .suscribe-area span .magic-placeholder-text {
        font-size: 14px;
        left: 44px;
        top: 12px;
    }
    .suscribe-btn {
        font-size: 15px;
        padding: 11px 32px !important;
        top: 0px;
        right: 32px;
    }
    .contact-footer ul li {
        position: relative;
        width: 100%;
    }
    .office-address span {
        top: -3px;
        right: 0;
        width: 70%;
        left: 93px;
    }
    .contact-footer ul li:nth-child(n) {
        margin-bottom: 10px;
    }
    .suscribe-area h2 {
        font-size: 18px;
    }
    .social-btn a {
        margin-bottom: 10px;
    }
    .technologies_we_use_area ul li {
        width: 150px;
    }
    .technologies_we_use_area ul {
        text-align: center;
    }
    .projects_area .projects_block {
        width: 100%;
        margin-bottom: 20px;
    }
    .col-md-7.Who_We_Work_Block li span {
        font-size: 13px;
    }
    .col-md-7.Who_We_Work_Block li {
        width: 100%;
        margin-right: 0;
    }
    /*.navbar-toggle {*/
    /*    right: 116px;*/
    /*    top: 16px;*/
    /*}*/
    .Industries_We_Serve_area span {
        font-size: 12px;
    }
    .CaseStudies_area li {
        width: 100%;
        margin-right: 0;
    }
    .top_no_right a {
        font-size: 14px;
        font-weight: 600;
    }
    #contactform {
        width: 235px;
    }
    .Latest_Blogs_area {
        padding: 100px 13px 10px !important;
    }
    .Latest_Blogs_area h3 {
        font-size: 33px !important;
        margin: 40px auto;
        text-align: center;
        line-height: 40px !important;
    }
    .technologies_we_use_area h3,
    .Services_We_Offer_area h3,
    .Process_We_Follow_area h3,
    .Industries_We_Serve_area h3,
    .CaseStudies_area h3,
    .Our_Esteeme_Clients_area h3,
    .What_Our_Clients_Says_area h3 {
        font-size: 23px !important;
    }
    .pre_next_big>span {
        float: left;
        width: 100%;
    }
    .blog_form ul li input,
    .blog_form ul li textarea {
        width: 200px;
    }
    .submit_btn {
        text-align: center;
    }
    .payment_menu li {
        width: 49%;
    }
    .clint_area .right span a {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .clint_area .right div {
        padding: 10px;
    }
    .privacy_and_heading h1 {
        font-size: 27px;
        margin: 20px 0 10px;
    }
    .privacy_and_heading p {
        font-size: 17px;
        top: 0;
    }
    .location_area span {
        font-size: 24px;
    }
    .explore_text {
        width: 100%;
    }
    .explore_img {
        float: left;
        width: 100%;
        position: relative;
        text-align: center;
    }
    .kotak {
        width: 100%;
    }
    .laptop_big_img {
        top: 98px;
        width: 300px;
    }
    /*.slick-slide img{*/
    /*    width:70%;*/
    /*}*/
    .laptop_big_img {
        top: 98px;
        width: 300px;
    }
    .explore_link {
        color: #539bfe;
        float: none;
        margin-right: 4%;
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .popup_banner span {
        top: 15px;
    }
    .msg_typing_two {
        width: 55%;
    }
    .msg_typing_one {
        width: 100%;
    }
    .msg_typing_two .magic-placeholder-text {
        left: 14px;
        top: 4px;
        font-size: 14px;
    }
    .col-md-4.col-sm-4.col-xs-4.latest_work_block {
        width: 100%;
    }
    .capcha label {
        font-size: 12px;
    }
    .capcha input {
        width: 60px !important;
    }
}

@media (max-width: 350px) {
    .blogs_area {
        padding: unset;
    }
    .before-dual-tokens {
        border-left: unset;
    }
    #contact-button {
        display: none;
    }
    .profile .profile_name,
    .follow {
        font-size: 11px;
    }
    .client_logo_li .clnt_img {
        width: 100%;
    }
    .client_logo_li img {
        width: 100px !important;
        margin: 0 auto;
        margin-top: 10px;
    }
    .client_logo_li .clnt_detail {
        margin-left: 0;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .paytm_image {
        width: 100%;
    }
    .flag_icon img {
        width: 46px;
        margin-top: 10px;
    }
    .copy-right ul li a {
        margin-left: 6px;
        font-size: 13px;
    }
    .copy-right h5 {
        font-size: 12px;
    }
    .right_chat img {
        width: 100%;
    }
    .database_block form div>span {
        width: 100%;
    }
    .network_marketing_left img {
        width: 100%;
    }
}

.notranslate {
    font-weight: bold !important;
    color: #fff !important;
    background: #01798a !important;
    background-image: linear-gradient(45deg, #004b91, #78cc37) !important;
    text-transform: uppercase;
}

.letter_style {
    line-height: 1.8;
    letter-spacing: 1.2px;
}

.shadow {
    margin-top: 50px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    padding: 0 15px 0 15px;
}

@media only screen and (max-width: 600px) {
    .suscribe-btn {
        right: 34px;
    }
    .blogs_area {
        padding: unset;
    }
    .blog_form {
        float: none;
    }
    .shadow {
        margin-top: 200px;
    }
}

/*case studies css starts here*/

.casestudy-content .casestudy-img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.casestudy-content .casestudy-title {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-black-border-rev,
.casestudy-content,
.clonecost-content,
.findus-content,
.freshwork-content,
.service-offer .shadow-box {
    transition: all .3s ease-out 0s;
}

.casestudy_shadow-box {
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .15);
    border-radius: 10px;
    background-color: #fff;
}

.casestudy-content:hover {
    background-color: #fff;
    box-shadow: 0 20px 23px -5px rgba(0, 0, 0, .2);
}

.m-b-30 {
    margin-bottom: 30px;
}

/*==========Case Study Style========*/

.casestudy-content .casestudy-title h2 {
    font-weight: 600;
    line-height: 24px;
    padding: 15px;
    text-align: center;
    margin: 0;
    font-size: 17px;
}

.CaseStudies_area_se1 {
    align-content: center;
    align-items: center;
    background-color: var(--token-f71b4ccf-f421-4dd2-8423-cee925482167, #f3f6f8);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.framer-5c86tf {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 80px;
    height: 800px;
    justify-content: center;
    max-height: 100vh;
    min-height: 600px;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    width: 100%;
}

.framer-hmb8pm {
    flex: none;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 22px;
    width: 1200px;
    z-index: 0;
}

.framer-1f0nmu {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    height: min-content;
    justify-content: center;
    max-width: 800px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.framer-14uuyjn {
    background: linear-gradient(180deg, rgba(243, 246, 248, 0) 0%, #F3F6F8 100%);
    flex: none;
    height: 200px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    z-index: 1;
}

.framer-1qkq78p {
    background: linear-gradient(180deg, rgba(243, 246, 248, 0) 0%, #F3F6F8 100%);
    bottom: 0;
    flex: none;
    height: 200px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 1;
}

/*.framer-text {*/

/*  font-size: 48px;*/

/*  text-align: center;*/

/*  font-weight: bold;*/

/*}*/

/*.framer-styles-preset-21ogod {*/

/*  text-align: center;*/

/*  font-size: 18px;*/

/*}*/

.heading-case-std {
    text-align: center;
    margin: 80px auto;
}

.heading-case-std h2 {
    font-size: 3rem;
    font-weight: bold;
}

.heading-case-std p {
    /*font-size: 18px;*/
    max-width: 600px;
    margin: 12px auto;
}

.story-area {
    display: flex;
    justify-content: space-evenly;
}

.story-area-left {
    width: 350px;
}

.story-area-right p {
    margin: 35px auto;
    font-size: 26px;
    max-width: 500px;
}

.caseStud-button {
    background: rgb(0, 193, 162);
    text-align: center;
    padding: 10px 50px;
    color: #fff;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: bold;
}

.story-adsk {
    font-size: 20px;
    max-width: 750px;
    text-align: center;
    margin: 40px auto;
    color: #4d4d4d;
}

.std-btn {
    padding: 12px 40px;
    border: none;
    border-radius: 15px;
    background: rgb(0, 193, 162);
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.sec-3-cs-std h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
}

.sec-3-cs-std p {
    font-size: 15px;
    margin-bottom: unset;
}

.cs3-stud-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec3-std-main {
    margin: 100px auto;
    text-align: center;
    background: #e4f7f7;
    padding: 30px 25px;
}

/*case sudies css ends here*/

/*view blog detail css starts here*/

.letter_style ol {
    margin-left: 3%;
}

.letter_style ul {
    margin-left: 3%;
}

/*view blog detail css end here*/

/*marquee css starts here*/

.notice {
    background-color: #fc6b02;
}

.notice marquee {
    color: #fff;
}

.notice marquee ul {
    padding: 0;
    margin: 0;
}

.notice marquee ul li {
    line-height: 2;
    margin-right: 15px;
}

.notice marquee ul li:before {
    /*content: '\f111';*/
    font-family: 'FontAwesome';
    display: inline-block;
    color: #fdb10f;
    margin-right: 6px;
    font-size: 10px;
}

marquee {
    position: relative;
    top: 0.5em;
}

.tiny_img {
    width: 5em;
    height: 3em;
}

/*marquee css ends here*/

.clear {
    clear: both;
}

#ico-developement,
#post-ico-services {
    padding: 60px 0;
}

#wallet-developement #ico-developement .section-header a {
    background: #47b475;
    padding: 10px 0;
    border-radius: 0;
    display: inline-block;
    width: 250px;
    margin: 0 auto !important;
    text-align: center;
    clear: both;
    color: #fff;
}

@media (max-width: 992px) {
    .banner-area-2 {
        max-width: 100vh;
    }
    .blogs_area {
        padding: unset;
    }
    .before-dual-tokens {
        border-left: unset;
    }
    .nectar-button:first-child {
        margin-top: 0 !important;
    }
}

@media (max-width: 992px) {
    .blogs_area {
        padding: unset;
    }
    .nectar-button {
        margin-top: 10px !important;
    }
}

.nectar-button {
    background: #47b475;
    padding: 10px 25px;
    border-radius: 0;
    margin: 0 auto !important;
    text-align: center;
    clear: both;
    color: #fff;
}

a {
    outline: 0 !important;
    text-decoration: none !important;
}

#our_services {
    padding: 60px 0;
}

.no-pagdding {
    padding: 0 !important;
}

body {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px !important;
    background-color: #fff;
    letter-spacing: .5px;
}

#our_services .content-section {
    background: url('https://www.zanthiumtechnosoft.com/public/alt_img/smart-contract-parallax-1.png') no-repeat fixed !important;
    display: inline-block;
    width: 100%;
}

section.content-section:nth-of-type(odd) {
    background-color: #fff;
}

section.parallax-section {
    background-color: transparent !important;
}

.white-grad,
section.content-section {
    padding: 90px 0;
}

.zero-padding {
    padding: 0 !important;
}

.gray-bg {
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
    .about_border h1 {
        font-size: 40px !important;
    }
    .number-text {
        border-right: unset !important;
    }
    .pr60 {
        padding-right: 0;
    }
    .blogs_area {
        padding: unset;
    }
    .before-dual-tokens {
        border-left: unset;
    }
    .pl60 {
        padding-left: 0;
    }
}

.pr60 {
    padding-right: 60px;
}

.pl60 {
    padding-left: 60px;
}

.pt60 {
    padding-top: 60px;
}

.pb30 {
    padding-bottom: 30px;
}

.mb0 {
    margin-bottom: 0 !important;
}

#advantage-cryptocurrency-wallet .section-title {
    margin-bottom: 60px;
}

.mb30 {
    margin-bottom: 30px !important;
}

h3.common_h3 {
    font-size: 25px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt30 {
    margin-top: 30px !important;
}

.underline {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;
}

.underline:after {
    content: "";
    width: 32px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    bottom: 0;
    left: 0;
}

#we-provide.ideal-uses {
    padding: 50px 50px;
}

#we-provide.ideal-uses .section-title {
    margin-bottom: 40px;
}

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

@media (max-width: 767px) {
    .before-dual-tokens {
        border-left: unset;
    }
    h3.common_h3 {
        font-size: 18px !important;
    }
}

h3.common_h3 {
    font-size: 25px !important;
}

.img-text-box {
    background: #fff;
    padding-bottom: 20px;
    box-shadow: 0 8px 6px -6px #797d7b;
}

.img-text-box .feature-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px;
    margin-top: 10px;
    color: #555;
}

.img-text-box .feature-title,
.img-text-box p {
    padding: 0 10px;
}

#we-provide.ideal-uses p {
    margin: 0 0 10px;
}

.img-text-box .feature-title,
.img-text-box p {
    padding: 0 10px;
}

#our_services {
    padding: 60px 0;
}

.mb40 {
    margin-bottom: 40px !important;
}

h3.common_h3 {
    font-size: 25px !important;
}

.fintech-box {
    box-shadow: 0 0 5px 5px #ddd;
    padding: 20px 10px;
    margin-bottom: 40px;
}

.fintech-box .icon {
    margin-bottom: 20px;
}

.two-coln-full {
    display: flex;
}

.feature-type-5 {
    margin: 0;
}

@media (max-width: 767px) {
    .blogs_area {
        padding: unset;
    }
    .before-dual-tokens {
        border-left: unset;
    }
    .two-coln-full {
        display: block;
    }
}

@media (min-width: 768px) {
    .suscribe-btn {
        right: 72px;
    }
    .suscribe-area span .magic-placeholder-text {
        left: 90px;
    }
    .mob-left {
        position: relative;
        left: 50%;
    }
}

.feature-type-5.two-coln-full .feature-box-5.black-box {
    background: #f2f2f2;
}

.feature-type-5 .feature-box-5.black-box {
    background: #2b2c2d;
}

.feature-type-5 .feature-box-5 {
    position: relative;
    background: #47b475;
    padding: 60px 40px;
    overflow: hidden;
}

.mb30 {
    margin-bottom: 30px !important;
}

@media (min-width: 768px) {
    .two-coln-full .col-md-6 {
        width: 50%;
    }
}

.feature-type-5 [class*=col-md] {
    padding: 0;
    margin: 0;
}

.section-title.text-left hr {
    margin: 15px 0;
}

.section-title hr {
    background: #aca3a3;
    width: 50px;
    margin: 10px auto 15px;
    height: 1px;
}

@media (max-width: 767px) {
    .blogs_area {
        padding: unset;
    }
    .mob-cen {
        text-align: center;
        padding-bottom: 30px !important;
    }
}

.feature-type-5 [class*=col-md] {
    padding: 0;
    margin: 0;
}

.addon_sider.carousel li {
    margin-right: 0px;
}

.colorBox {
    background: #3c763d14;
    padding: 3em;
}

/*footer statewise links*/

.btn-group a {
    border: 1px solid #2b2c2d;
    /* Green border */
    color: white;
    /* White text */
    padding: 10px 24px;
    /* Some padding */
    cursor: pointer;
    /* Pointer/hand icon */
    /*float: left;*/
    /* Float the buttons side by side */
    clear: both;
    margin-top: 2%;
    margin-left: 1%;
    display: inline-table;
    color: #2b2c2d;
}

/* Clear floats (clearfix hack) */

.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:not(:last-child) {
    border-right: none;
    /* Prevent double borders */
}

/* Add a background color on hover */

.btn-group a:hover {
    background-image: linear-gradient(45deg, #004b91, #7B1622) !important;
    color: #fff;
}

.btn-group .active_link {
    color: #fff !important;
}

/*industries home page section*/

.style-4 .industry-service {
    border: 1px solid #ddd;
    padding: 25px 40px;
    margin-bottom: 70px;
    box-shadow: 0 5px 30px -5px #ccc;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    background: #fff;
    height: 14em;
}

.style-4 .industry-service:after,
.single-team:after {
    position: absolute;
    content: "";
    width: 0%;
    border-top: 3px solid #790145;
    left: 0;
    top: 0;
    border-left: 3px solid #D40035;
    height: 0%;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.style-4 .industry-service:before,
.single-team:before {
    position: absolute;
    content: "";
    width: 0%;
    border-bottom: 3px solid #790145;
    right: 0;
    bottom: 0;
    border-right: 3px solid #D40035;
    height: 0%;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.style-4 .industry-service:hover:before,
.single-service:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    height: 50%;
    width: 50%;
}

.style-4 .industry-service h5 {
    position: relative;
    font-weight: 600;
    margin-top: 0px;
    padding-top: 20px;
    font-size: 100%;
    height: 65%;
}

/*latest work filter category css*/

.box20,
.box20 .icon li a {
    overflow: hidden
}

.box20 {
    box-shadow: 0 0 5px #a3a3a3
}

.box20 .post,
.box20 .title {
    text-transform: capitalize;
    width: 60%;
}

.box20 {
    position: relative;
    margin-top: 10%
}

.box20:after,
.box20:before {
    position: absolute;
    content: ""
}

.box20:before {
    width: 80%;
    height: 220%;
    background-image: linear-gradient(to bottom right, #04788a, #0b365c);
    top: -50%;
    left: -100%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}

.box20.blueCol:before {
    background-image: linear-gradient(to bottom right, #04788a, #0b365c) !important;
}

.box20:hover:before {
    left: 10%
}

.box20:after {
    width: 55%;
    height: 175%;
    background-image: linear-gradient(to bottom right, #04788a, #0b365c);
    bottom: -1000%;
    left: 53%;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: all .8s ease 0s
}

.box20 .box-content,
.box20 .icon {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    z-index: 2;
    transition: all 1.1s ease 0s
}

.box20:hover:after {
    bottom: -70%
}

.box20 img {
    width: 100%;
    height: 300px !important
}

.box20 .box-content {
    top: -100%;
    color: #fff
}

.box20:hover .box-content {
    top: 30px
}

.box20 .title {
    font-size: 20px;
    margin: 0
}

.box20 .icon li a,
.box20 .post {
    display: inline-block;
    font-size: 14px
}

.box20 .post {
    margin-top: 5px
}

.box20 .icon {
    list-style: none;
    margin: 0;
    bottom: -100%
}

.box20:hover .icon {
    bottom: 25px
}

.box20 .icon li {
    display: inline-block
}

.box20 .icon li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ff0000;
    border-radius: 50%;
    margin: 0 3px;
    color: #fff;
    text-align: center;
    transition: all .5s ease 0s
}

.box20 .icon li a:hover {
    background: #fff;
}

.box20 .button {
    background-color: #bd7028;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
}

.box20 .button:hover {
    background-color: #000000;
}

.box20 a,
box20 a:link,
box20 a:visited,
box20 a:hover,
box20 a:active {
    color: #ffffff !important;
}

@media only screen and (max-width:990px) {
    .box20 {
        margin-bottom: 30px
    }
}

/*filter tabs css*/

.nav-tabs.post-navtabs.freshwork-navtabs>li>a {
    padding: 15px 25px !important;
}

.nav-tabs.post-navtabs>li>a {
    border-radius: 0;
    color: #000 !important;
    padding: 15px 35px !important;
    border: 0 !important;
}

.nav-tabs.post-navtabs>li.active>a::after {
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 3px 0 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: none;
    bottom: -6px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.nav-tabs.post-navtabs>li.active>a,
.nav-tabs.post-navtabs>li.active>a::after {
    background: #000 !important;
    border-color: #000;
    color: #fff !important;
}

.nav-tabs.post-navtabs.freshwork-navtabs>li>a {
    padding: 15px 25px !important;
}

/*who we work css*/

.partnership-bg::before {
    background: url(https://www.zanthiumtechnosoft.com/public/images/pattern.svg);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: .07;
}

.partnership-bg {
    position: relative;
}

.gradient-pattern-bgclr {
    background: linear-gradient(270deg, #1d237a, #000046, #134a7f, #1d237a);
    background-size: 1000% 1000%;
    -webkit-animation: AnimationName 20s ease infinite;
    -moz-animation: AnimationName 20s ease infinite;
    animation: AnimationName 20s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.partnership-title {
    font-size: 0;
    color: #fff;
    font-weight: 700;
}

.m-b-40 {
    margin-bottom: 40px;
}

.work-content {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.work-icon {
    margin-top: 10px;
}

.partnership-content h3,
.work-title {
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (max-width: 1500px) {
    .work-title {
        font-size: 14px;
    }
    .partnership-title .f-s-50 {
        font-size: 36px;
    }
}

.title-para {
    line-height: 35px;
    font-size: 18px;
    color: #fff;
}

.connection-line-row_contributor {
    align-self: center;
}

.connection-line-row_contributor .before-contributors {
    width: 20%;
    margin-top: 0;
    margin-bottom: 0;
    height: 250px;
    border-right: 2px solid #00e599;
    transform: translateY(-18px);
    margin-bottom: -17px;
}

.contributors_use_area {
    margin: 40px 0;
}

.map_user_area {
    margin-top: 7.875rem;
    align-self: center;
}

.additional-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.additional-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #003;
    margin: 2.5rem 0;
    font-size: 15px;
    line-height: 1.3;
}

.green {
    color: #21bf73;
}

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

.additional-icon {
    color: #42444a;
    font-size: 22px;
}

.additional-icons>* {
    margin: 0.75rem;
}

.latest-news-title {
    margin-bottom: 8px;
    font-size: 4rem;
    line-height: 1;
    font-weight: 600;
    color: #003;
    text-align: center;
    padding: 13px;
    align-self: center;
}

.blog_card {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.subscribe-title {
    font-weight: 700;
    display: inline;
}

.footer_banner {
    color: #fff;
    font-size: 25px;
    margin-bottom: 2rem;
}

.footer_banner i {
    background: #000;
    padding: 10px;
    color: #ffffff;
    border-radius: 50%;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .Servictech .titletech {
        font-size: 25px;
        font-weight: 800;
        text-align: right;
        line-height: 3rem;
    }
    .forservicetech {
        padding: unset;
    }
}

@media screen and (min-width: 313px) and (max-width: 768px) {
    .grid_menu_div_colum {
        column-count: unset;
    }
    .Latest_Blogs_block img {
        height: auto;
    }
}

@media screen and (min-width: 286px) and (max-width: 913px) {
    .Services_We_Offer_area ul li {
        width: unset;
    }
    .menu_top_block.logo img {
        /*width:unset;*/
    }
}

@media screen and (max-width: 480px) {
    .forservicetech {
        padding: 15px;
    }
    .suscribe-area span .magic-placeholder-text {
        position: absolute;
        top: 15px;
        left: 67px;
        font-size: 12px;
        color: #707070;
    }
    .Servictech_left .titletech_left {
        font-size: 33px;
    }
}

.about_border {
    margin: 100px auto;
}

.about_border h1 {
    font-size: 5rem;
    text-align: center;
    font-weight: 900;
    letter-spacing: -.02em;
}

.about_border p {
    max-width: 720px;
    margin: 25px auto;
    text-align: center;
    color: gray;
    font-size: 17px;
}

.about-hero-count {
    color: #21bf73;
    letter-spacing: -.02em;
    font-size: 72px;
    line-height: 120%;
}

.subscript-home {
    font-weight: bolder;
    font-size: 35px;
    color: #21bf73;
}

.number-text {
    text-align: center;
    margin: 50px auto;
    border-right: 1px solid #c2c2c2;
}

.number-text2 {
    text-align: center;
    margin: 50px auto;
}

.careers-culutre-image {
    position: absolute;
    top: 312px;
    bottom: auto;
    left: 428px;
    right: auto;
}

.careers-culture-flex-images {
    width: 500px;
    height: 590px;
    position: relative;
}

.careers-culutre-image.big {
    max-width: none;
    border-radius: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.careers-culutre-image {
    position: absolute;
    top: 312px;
    bottom: auto;
    left: 428px;
    right: auto;
}

.careers-culutre-image._2 {
    top: 480px;
    left: 324px;
}

.ourcompany {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 40px;
    align-items: center;
    margin: 100px auto;
}

.ourcompany h2 {
    font-size: 48px;
    margin: 15px auto;
}

.new-big2 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    opacity: 1;
}

.new-big3 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    opacity: 1;
}

.new-big4 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    opacity: 1;
}

.bigg-1 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    opacity: 1;
}

.bigg-2 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    opacity: 1;
}

.bigg-3 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    opacity: 1;
}

.memberof {
    display: flex;
    justify-content: start;
    gap: 70px;
    margin: 20px auto;
}

.mob-img-abt-new {
    display: none;
}

.mob-img-abt {
    display: none;
}

.section-about-values {
    z-index: 1;
    background-color: #000;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding-top: 32px;
    position: relative;
    top: -32px;
    overflow: hidden;
    padding: 200px;
}

.background-gradients {
    z-index: 0;
    margin-bottom: -10px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.showcase {
    width: 100%;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
    background: #000;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.showcase .overlay {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.img-show-row {
    margin: 50px auto;
}

.show-c-tittle {
    margin-top: 100px;
}

.showcase h2 {
    font-size: 4em;
    margin-top: 20px;
    color: #fff;
    font-weight: bolder;
}

.showcase p {
    margin-top: 1px;
    color: #fff;
    font-size: 15px;
}

.values-icon-wrapper {
    width: 72px;
    height: 72px;
    background-color: #00b35a;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.values-icon-wrapper h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.values-icon-wrapper img {
    width: 40px !important;
    height: 40px !important;
    position: unset !important;
    display: flex !important;
    text-align: center !important;
    align-items: center !important;
}

.center-img {
    text-align: center;
    display: flex;
    opacity: 1;
    width: 100%;
    max-width: 218px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
    display: flex;
    color: #fff;
}

.abt_section_5_main {
    margin: 100px auto;
}

.abt-sec-5 h3 {
    font-size: 48px;
    font-weight: bold;
}

.abt-sec-5 p {
    font-size: 15.5px;
    color: gray;
}

.people-card-image {
    width: 151px;
    height: 151px;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    margin-bottom: 12px;
}

.text-people-heading {
    margin-bottom: 4px;
    font-size: 16px !important;
    line-height: 110%;
    color: #000;
}

.text-people-caption {
    color: #515d6c;
    font-size: 12px !important;
}

.about-people-flex-right {
    grid-column-gap: 52px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.media-fea {
    background-color: #000;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding-top: 88px;
    padding-bottom: 88px;
    position: relative;
}

.media-fea-cont {
    text-align: center;
}

.media-fea-cont h2 {
    font-size: 4em;
    margin-top: 20px;
    color: #fff;
    font-weight: 900;
}

.about-media-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 48px;
    display: grid;
}

.about-media-card {
    text-align: left;
}

.about-media-card {
    width: 100%;
    text-align: left;
    background-color: #14161a;
    border-radius: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 24px;
    display: flex;
}

.abuot-media-logo {
    margin-bottom: 32px;
}

.text-color-white {
    color: #fff;
    white-space: normal;
}

.text-size-20 {
    font-size: 18px;
}

.reach-link {
    color: #21bf73;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    gap: 5px;
}

.media-caree-cont {
    text-align: center;
}

.media-caree-cont h3 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 15px;
}

.media_caree_sec2 {
    padding-top: 115px;
    padding-bottom: 40px;
}

.max-width_560 {
    max-width: 560px;
    margin: 15px auto;
    font-size: 15px !important;
}

.c-media-b {
    letter-spacing: .02em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    background-color: #21bf73;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    transition: all .2s;
    color: #fff;
    margin: 25px auto;
}

.slk-for-mob {
    display: none;
}

.about-career-flex {
    grid-column-gap: 20px;
    justify-content: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.about-career-image {
    flex: none;
}

.career-image-m {
    width: 200px;
}

.about-career-image.margin-top-40 {
    margin-top: 40px;
}

h1 {
    font-size: 1.4em;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Layout */

.s-layout {
    display: flex;
    width: 100%;
    /*min-height: 100vh;*/
    height: 100%;
}

.s-layout__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background: #fff;
}

/* Sidebar */

.s-layout__sidebar {
    position: relative;
}

.s-sidebar__trigger {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    background: #192b3c;
}

.s-sidebar__trigger>i {
    display: inline-block;
    margin: 1.5em 0 0 1.5em;
    color: #f07ab0;
}

.s-sidebar__nav {
    position: absolute;
    top: 0;
    left: -15em;
    overflow: hidden;
    transition: all .3s ease-in;
    width: 15em;
    height: 100%;
    background: #f1f1f1;
    color: #000;
}

.s-sidebar__nav:hover,
.s-sidebar__nav:focus,
.s-sidebar__trigger:focus+.s-sidebar__nav,
.s-sidebar__trigger:hover+.s-sidebar__nav {
    left: 0;
}

.s-sidebar__nav ul {
    position: absolute;
    top: 4em;
    left: 0;
    margin: 0;
    padding: 0;
    width: 15em;
}

.s-sidebar__nav ul li {
    width: 100%;
}

.s-sidebar__nav-link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 4em;
}

.s-sidebar__nav-link em {
    position: absolute;
    top: 50%;
    left: 4em;
    transform: translateY(-50%);
}

.s-sidebar li a:hover {
    background: #ebedf5 !important;
    border-radius: 10px;
}

.s-sidebar li.active {
    background: #ebedf5 !important;
    border-radius: 10px;
}

.s-sidebar {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    flex: 1;
    padding: 15px;
}

/*.mega-menu-title:hover {*/

/*  color: #00e599;*/

/*}*/

span.mega-description-group:hover span.mega-menu-title:after {
    width: 75%;
    background-image: -webkit-linear-gradient(0deg, #00e599 15%, #00e599 15%);
    transition: all .6s ease-out;
}

span.mega-description-group:hover:before {
    content: "";
}

.tab-pane p {
    margin-bottom: unset !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px !important;
}

.card_menu {
    position: relative;
    text-transform: capitalize;
    padding: 25px 1px;
    text-align: start;
    text-transform: capitalize;
    line-height: 25px;
    break-inside: avoid;
    /* Prevent column breaks inside card_menu */
}

.tab-content {
    padding: 24px 11px;
    min-height: 550px;
    overflow: auto;
}

.card_con_p {
    color: #9d9d9d;
}

.widthforsection {
    min-width: 100%;
    max-width: 100%;
}

.serviec_Car {
    display: flex;
    align-items: center;
}

.dual-tokens-container {
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
    padding: 12px;
}

.dual-tokens-container .dual-tokens-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    height: 100%;
}

.dual-tokens-container .dual-tokens-wrapper .token-wrapper {
    text-align: center;
    width: 120px;
    z-index: 1;
}

.dual-tokens-container .dual-tokens-wrapper .token-wrapper .token-image {
    width: 50%;
    transform: translate(-12px, 18px);
}

.dual-tokens-container .dual-tokens-wrapper .token-wrapper .token-label {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.dual-tokens-container .dot-wall {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

@media (min-width: 1440px) {
    .dual-tokens-container {
        height: 318px;
        /*margin-top: 24px;*/
    }
    .dual-tokens-container .dual-tokens-wrapper .token-wrapper {
        width: 240px;
    }
    .dual-tokens-container .dual-tokens-wrapper .token-wrapper .token-image {
        transform: translate(-0px, -6px);
    }
    .dual-tokens-container .dot-wall {
        width: 125%;
    }
    .dual-tokens-container .dual-tokens-wrapper .token-wrapper .token-label {
        /*transform: translateY(-18px);*/
        font-size: 15px;
        text-transform: capitalize;
    }
}

.footer-overlay {
    background-image: url(https://www.zanthiumtechnosoft.com/public/images/global_map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-filter: brightness(205%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    filter: brightness(205%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.tech {
    color: #001d47;
    font-size: 65.76px;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-overlay p {
    font-size: 17px !important;
    color: #2b2626;
    font-weight: bold;
    margin-bottom: 4rem;
    margin: 3rem 0;
    text-align: center;
}

.techmain {
    text-align: center;
}

.techul {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 40px;
}

.techd {
    background: #036242;
    padding: 17px;
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);*/
    height: 100%;
    width: 100px;
    height: 100px;
    text-align: center;
    justify-content: center;
    align-content: center;
    display: flex;
    border-radius: 10px;
    box-shadow: -30px 35px 30px 0 rgba(81, 94, 90, .26), -10px 17px 13px 0 rgba(0, 0, 0, .14);
}

.marqueediv {
    margin: 100px 0;
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 2rem;
    margin: 20px 0;
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    animation: scroll 60s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee__group img {
    /*max-width: clamp(5rem, 1rem + 5vmin, 20rem);*/
    height: 70px;
    width: 70px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
}

.marquee__group p {
    background-image: linear-gradient(75deg, hsl(240deg 70% 49%) 0%, hsl(253deg 70% 49%) 11%, hsl(267deg 70% 49%) 22%, hsl(280deg 71% 48%) 33%, hsl(293deg 71% 48%) 44%, hsl(307deg 71% 48%) 56%, hsl(320deg 71% 48%) 67%, hsl(333deg 72% 48%) 78%, hsl(347deg 72% 48%) 89%, hsl(0deg 73% 47%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marquee--borders {
    border-block: 3px solid dodgerblue;
    padding-block: 0.75rem;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: calc(60s / -2);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - 2rem));
    }
}

.patnersetion {
    position: relative;
    width: 100%;
    height: 130px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    color: var(--pure-white--color);
    cursor: pointer;
    transition: var(--transition--all);
    z-index: 9;
}

.patnersetion:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background: #fff;
    z-index: -1;
}

.patnersetion::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background: #a8ff78;
    background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78);
    background: linear-gradient(to right, #78ffd6, #a8ff78);
    z-index: -2;
}

.Ourpartners {
    margin: 65px auto;
}

.services__wrap__box--icon {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/*	.patnersetion.active{*/

/*	    	background: linear-gradient(to left, turquoise, greenyellow);*/

/*    	border:none;*/

/*	}*/

.patnersetion:hover {
    background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78) !important;
}

.icon__box--big {
    position: relative;
    width: 120px;
    color: #000 !important;
    transition: var(--transition--all);
    font-size: 13px;
    height: 88px;
    width: 102px;
    background: #f6f8fa;
    text-align: center;
    border-radius: 15px;
}

.icon__box-feature {
    position: relative;
    width: 120px;
    color: gray !important;
    transition: var(--transition--all);
    font-size: 13px;
    height: 85px;
    width: 111px;
    background: #f3f6f8b3;
    text-align: center;
    border-radius: 15px;
}

.big--icon {
    width: 40px;
    margin: 8px auto;
}

.big--icon_feature {
    width: 61px;
    margin: -7px auto;
}

.full {
    display: grid;
    place-items: center;
    min-height: 130px;
    width: 350px;
    margin-bottom: 20px;
    font-size: 20px;
}

.ourpatnerheadin {
    margin-bottom: unset !important;
    font-size: 16px !important;
    color: #21bf73 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.ourpatnerheading {
    font-size: 30px;
    margin: 20px 0;
}

.careers-culutre-image.big._2 {
    border-radius: 15px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.careers-culutre-image._3 {
    left: auto;
    right: 431px;
}

.careers-culutre-image._4 {
    top: 480px;
    left: auto;
    right: 325px;
}

.careers-culture-flex-images {
    width: 500px;
    height: 590px;
    position: relative;
}

.services__content--box {
    position: sticky;
    top: 100px;
    /*margin-left: -100px;*/
    /*width: calc(100% + 100px);*/
    padding: 30px 100px 30px;
    border-radius: 10px;
    background: #cccccc40;
}

.about_img {
    margin: 50px 0;
}

.feature-service {
    text-align: center;
    margin: 20px auto;
}

.feature-service .service-content {
    background-color: #f2f2f2;
    padding: 10px 13px 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    min-height: 300px;
}

.feature-service .title {
    color: #fff;
    background: linear-gradient(135deg, #00bf7f, #079990);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 7px 15px;
    padding-top: 20px;
    margin: -21px 7px 15px;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1;
    min-height: 80px;
}

.feature-service .title::before,
.feature-service .title::after {
    content: "";
    background: linear-gradient(-45deg, #27b7ad 49%, transparent 50%);
    width: 12px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -12px;
}

.feature-service .title::after {
    transform: rotateY(180deg);
    left: auto;
    right: -12px;
}

.txt2 {
    font-size: 24px;
    color: #484848f5;
    font-weight: bold;
}

.txt1 {
    padding-top: 30px !important;
}

.perfect-script-items1 {
    -webkit-box-shadow: 0px 5px 15px 0px rgb(21 10 82 / 20%);
    box-shadow: 0px 5px 15px 0px rgb(21 10 82 / 20%);
    padding: 25px 15px 10px;
    border-radius: 16px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 275px;
    margin-bottom: 20px;
}

.perfect-script-items1:hover {
    transform: translateY(-10px);
}

.perfect-script-items1 .icon {
    width: 70px;
    height: 70px;
    margin: 20px auto 50px;
    line-height: 75px;
    position: relative;
    border-radius: 0px 50% 50% 0px;
    background-image: linear-gradient(293deg, #fba214 0%, #f7cb22 100%);
    background-color: #f03858;
    color: #fff;
    font-size: 40px;
    box-shadow: 3px 14px 13px 0px #0000003b;
    z-index: 9;
    float: left;
    background: #47b475;
    /*border: 3px solid #292c97;*/
    margin-left: -15px;
    text-align: center;
}

.perfect-script-items1 .icon img {
    width: 45px;
    margin-top: -8px;
}

.perfect-script-items1 .content {
    display: block;
    float: left;
    width: 80%;
    padding-left: 30px;
}

.perfect-script-items1 strong {
    color: #47b475;
    font-size: 20px;
}

.content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0px !important;
}

.bg1-div {
    height: 7.625rem;
    background-color: #003;
}

.bg2-div {
    height: 7.625rem;
    background-color: #00e599;
}

.txt4 {
    text-align: center;
    margin: 27px auto;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.clients {
    background: #000;
    padding: 0px 44px;
    padding: 30px 100px 30px;
}

.collabrators {
    background: #607D8B;
    padding: 30px 100px 30px;
}

.clients h1 {
    font-size: 48px !important;
    font-weight: bold;
    color: #595959 !important;
}

.clients h2 {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    margin: 8px auto;
}

.bg_head {
    color: #000300;
    font-size: 25px !important;
    font-weight: 900;
    background-image: url(https://www.zanthiumtechnosoft.com/public/images/contactbg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    max-width: fit-content;
    margin-bottom: 0;
    text-transform: capitalize !important;
    padding: 19px 46px;
}

.containermax {
    max-width: 100% !important;
    width: 100%;
}

.client_padding {
    padding: 87px 0;
}

.s_6 {
    font-size: 4rem;
    color: #20272c;
    font-weight: 900;
    border: none;
    margin-bottom: 1rem;
}

.collbration_div {
    margin: 60px auto;
}

.Ourpartners_div {
    margin: 60px auto;
}

.founder_img_abt {
    height: 248px;
    width: 249px;
}

.founder_name {
    margin-top: 12px;
    font-size: 32px;
    font-weight: bolder;
    color: #444;
}

.contentbody {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 80%;
    background: #fff;
    display: block;
    height: 100vh;
    text-align: start;
}

.contentbody h2,
details {
    display: inline;
    font-size: 17px;
    text-align: start;
}

.contentbody p {
    margin-bottom: 0 !important;
}

details {
    position: relative;
}

details summary {
    display: block;
    cursor: pointer;
    color: red;
}

details summary:focus {
    outline: none;
}

details[open] {
    display: block;
    padding-bottom: 25px;
    padding-top: 10px;
    animation: open .2s linear;
}

details[open] summary {
    position: absolute;
    bottom: 0;
    left: 0;
}

details #open {
    padding-left: 5px;
    text-align: center;
}

details #open:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}

details[open] #open {
    display: none;
}

details #close {
    display: none;
}

details[open] #close {
    display: block;
}

::-webkit-details-marker {
    display: none;
}

.patner_p {
    margin-bottom: unset !important;
    font-size: 25px !important;
    color: #45c69b;
    text-align: justify;
    letter-spacing: 10px;
    font-weight: bold;
    margin-top: 20px;
}

.patner_h1 {
    font-size: 30px;
    margin: 6px 0;
    text-align: start;
}

#sectionfounder {
    text-align: start;
    /*width: 500px;*/
    height: auto;
    word-wrap: break-word;
}

.moretext {
    display: none;
}

.moretext2 {
    display: none;
}

.moretext3 {
    display: none;
}

.moreless-button {
    color: #45c69b;
    font-size: 17px;
    font-weight: bold;
}

.moreless-button2 {
    color: #45c69b;
    font-size: 17px;
    font-weight: bold;
}

.moreless-button3 {
    color: #45c69b;
    font-size: 17px;
    font-weight: bold;
}

.infrastructure_area h4 {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.infrastructure_area p {
    font-size: 16px !important;
}

.infracard {
    background: #ceedcf2e;
    padding: 15px 20px;
    margin-bottom: 20px;
    min-height: 547px;
    transition: 0.3s;
    box-shadow: 0px 5px 15px 0px rgb(21 10 82 / 20%);
    border-radius: 15px;
    position: relative;
}

.infracard:hover {
    transform: translateY(-10px);
    background: #fff;
}

.ribbon-2 {
    --f: 10px;
    --r: 15px;
    --t: 10px;
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 17px 27px calc(-59px + 18px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
    background: linear-gradient(135deg, #00bf7f, #079990);
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    color: #fff;
}

.trusted_patners {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.trusted_patners p {
    font-size: 18px;
    margin-bottom: 1em;
}

.trustedpatner_parent {
    max-width: 850px;
    margin: 10px auto;
}

.trustedpatner_div {
    display: inline-block;
    padding: 15px;
    width: 24%;
}

.case_study {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 100%;
    /*width: 1536px;*/
}

.case_study_child {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: flex-start;
    padding: 0 100px 250px;
    position: relative;
    /*width: 1536px;*/
}

.case_study_banner {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    height: 870px;
    justify-content: flex-start;
    max-width: 1240px;
    padding: 100px 0 0;
    position: relative;
    width: 100%;
}

.case-study-banner {
    position: absolute;
    border-radius: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: url(https://www.zanthiumtechnosoft.com/public/images/csbg.png);*/
    background-size: contain;
}

.case_study_tittle {
    width: 728px;
    position: relative;
    width: 728px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.case_study_tittle h3 {
    color: #000;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
}

.case_study_p {
    flex: none;
    flex-shrink: 0;
    height: auto;
    position: relative;
    width: 654px;
}

.case_study_p p {
    color: #000 !important;
    text-align: center;
    font-size: 19px !important;
    margin-bottom: 2rem !important;
}

.casestudy_card_sec {
    /*padding: 160px 0 0;*/
    /*width: 1080px;*/
    color: #fff !important;
    display: flex;
    gap: 15px;
    /*justify-content:space-around;*/
}

.case-study-card_img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: contain;
    image-rendering: auto;
}

.case-study-card1 {
    background: #2458c0;
    border-radius: 10px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    border-radius: 15px;
    opacity: 1;
    padding: 20px;
    border: 1px solid gray;
    max-width: 340px;
    position: relative;
}

.case-study-card2 {
    background: #323154;
    border-radius: 10px;
    width: 100%;
    min-height: 500px;
    height: 100%;
    border-radius: 15px;
    opacity: 1;
    padding: 20px;
    border: 1px solid gray;
    max-width: 340px;
    position: relative;
    max-height: 500px;
}

.case-study-card3 {
    background: #76c200;
    border-radius: 10px;
    width: 100%;
    min-height: 500px;
    height: 100%;
    border-radius: 15px;
    opacity: 1;
    padding: 20px;
    border: 1px solid gray;
    max-width: 340px;
    max-height: 500px;
    position: relative;
}

@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*contact us start*/

.contact_area {
    margin: 100px auto;
}

.contact_titt {
    color: #21bf73;
    font-size: 16px;
    text-transform: uppercase;
}

.contact_area h1 {
    margin: 16px auto;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.contact_area p {
    font-size: 17px;
    font-weight: 600;
    line-height: 150% !important;
    color: #6c7689 !important;
    margin-bottom: unset !important;
}

.multi-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    list-style-type: none;
    padding: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-left: 25px;
    padding-bottom: 15px;
    border: 1px solid #DFE2E7;
    border-radius: 5px;
}

.multi-container span,
.multi-container-radio span {
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 700;
}

.multi-container-radio {
    list-style-type: none;
    padding: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-left: 25px;
    padding-bottom: 15px;
    border: 1px solid #DFE2E7;
    border-radius: 5px;
    display: flex;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-column-gap: 30px;
}

.hs-button {
    padding: 15px;
    background-color: #21BF73;
    color: white;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    transition: 200ms;
}

.form-d {
    margin-bottom: 20px;
}

.form-d input {
    padding: 23px !important;
    border: 1px solid #dfdfdf !important;
}

.hs-form-required {
    color: #D1292D;
}

.hs-input {
    accent-color: green !important;
}

/*faq css*/

.faqtittle {
    text-align: center;
    margin: 75px auto;
}

.faqtittle h2 {
    color: #000;
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
}

.text-style-cap {
    color: #21bf73;
    font-size: 16px;
    text-transform: uppercase;
}

.accrodian_contact {
    width: 100%;
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 80px;
}

@media (max-width: 480px) {
    .accrodian_contact {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .card-body-contact {
        padding: 10px 16px !important;
        font-size: 14px !important;
    }
}

.card-body-contact {
    padding: 20px;
    line-height: 25px;
}

#contactmain {
    background: #f0f2f4;
}

#contactmain #faq .card_contact {
    border: 0;
    border-bottom: 1px solid #e8e3e3;
}

#contactmain #faq .card_contact .card-header_cnt .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #f0f2f4;
    color: #222;
    padding: 20px;
    font-size: 16px;
}

#contactmain #faq .card_contact .card-header_cnt .btn-header-link:after {
    content: "\f056";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #607D8B;
}

#contactmain #faq .card_contact .card-header_cnt .btn-header-link.collapsed {
    background: #f0f2f4;
    color: #000;
    white-space: normal;
}

#contactmain #faq .card_contact .card-header_cnt .btn-header-link.collapsed:after {
    content: "\f055";
    color: #607D8B;
}

#contactmain #faq .card_contact .collapsing {
    background: #f0f2f4;
    line-height: 30px;
}

#contactmain #faq .card_contact .collapse {
    border: 0;
}

#contactmain #faq .card_contact .collapse.show {
    background: #f0f2f4;
    line-height: 30px;
    color: #222;
}

/*contactus end*/

/*caree2 start*/

.fab-Card {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 8px 14px 3px #0000000d;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 3px;
    padding: 0px 22px 48px;
    border-bottom: 3px solid #75ddd3;
}

.fab-card-left {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 8px 14px 3px #0000000d;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 3px;
    position: relative;
    text-align: left;
    z-index: 2;
    padding: 32px 24px;
}

.fab-card-left label {
    color: rgb(85, 85, 85);
    margin-bottom: 2px;
    font-weight: 400;
}

.fab-card-left .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: pointer;
    background-color: #fff !important;
    opacity: 1;
}

.jss-MuiBox-r {
    padding-top: 23px;
    padding-left: 24px;
    padding-right: 24px;
}

.MuiBox-root p {
    margin-bottom: unset;
}

.MuiBox-root hr {
    border-top: 1px solid #ccbdbd !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.carrer_social {
    margin: 15px auto;
}

.fab_Card_button {
    background: rgb(35, 126, 118);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    padding: 0px 80px;
    text-align: center;
    font-weight: 700;
    height: 42px;
    max-width: 532px;
    width: 100%;
}

.fab_Card_button2 {
    background: #fff;
    border-color: rgb(44, 219, 38);
    color: rgb(35, 126, 118);
    border-width: 1px;
    border-radius: 4px;
    padding: 0px 60px;
    text-align: center;
    font-weight: 700;
    height: 42px;
    max-width: 532px;
    width: 100%;
}

.carrer_social i {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
    border-color: #999;
    border: 1px solid #999;
    padding: 8px 11px;
    font-size: 18px;
    color: #717171;
}

.MuiBox-root h2 {
    color: #017971;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    font-size: 2.866rem;
    margin-bottom: 3px;
    font-weight: bold;
}

.MuiBox-root span {
    color: #686868;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 16px;
}

.apply_for_job {
    background: #f4f4f4;
}

.f_card {
    margin: 70px auto;
}

.f_card2 {
    margin: 70px auto;
}

.job_open {
    display: flex;
    color: #686868;
    font-size: 14px;
    margin-top: 17px;
    margin-bottom: 7px;
}

.apply_for_job .tab-content {
    padding: unset !important;
}

.apply_for_job .tab-content p {
    margin-bottom: unset !important;
    font-size: 15px;
}

.apply_for_job .tab-content ul {
    margin-left: 30px;
    list-style: disc;
}

.con_email {
    width: 352px;
    margin-top: 10px;
}

.con_name {
    display: flex;
    gap: 20px;
    margin: 10px auto;
}

.con_phn {
    width: 160px;
    margin-top: 10px;
}

.con_add {
    width: 352px;
    margin-top: 10px;
}

.con_address {
    display: flex;
    gap: 10px;
    margin: 10px auto;
}

.con_country {
    width: 160px;
}

.calender {
    width: 160px;
    margin-top: 10px;
}

.pay {
    width: 160px;
    margin-top: 10px;
}

.blg_prf {
    width: 352px;
}

.LinkedIn_Profile {
    width: 352px;
    margin-top: 10px;
}

.hs-form-required2 {
    color: #05957E;
}

/*career2 end*/

/*press start*/

.presssec1 {
    margin: 100px auto;
}

.p_sec1 {
    text-align: center;
}

.sec1_img {
    width: 80px;
    margin: auto;
}

.sec_img {
    font-size: 40px;
    margin: auto;
    font-weight: bolder;
}

.p_sec1 h2 {
    font-size: 45px;
    font-weight: bold;
    margin: 25px auto;
}

.p_sec1 p {
    max-width: 628px;
    margin: 35px auto;
    font-size: 17px;
    color: gray;
}

.press_Sec2_main {
    align-content: center;
    align-items: center;
    background-color: #fff;
    display: flex;
    position: relative;
    margin: auto;
    justify-content: center;
}

.press_json {
    width: 400px;
}

.press_Sec2_main h2 {
    font-size: 30px;
    font-weight: bold;
}

.press_Sec2_main p {
    font-size: 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 150% !important;
    color: #6c7689 !important;
    max-width: 500px;
}

.presssec2 {
    margin: 40px auto;
}

.pressheading4 {
    font-size: 43px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .press-sec4div {
        display: grid !important;
        grid-template-columns: 1fr;
        /* Stack items vertically */
        gap: 15px;
        padding: 10px;
    }
    .press-image {
        margin: 0 auto;
        /*max-width: 100%!important; */
        /*min-width: unset!important;;*/
    }
}

.press-sec4div {
    display: flex;
    justify-content: center;
    gap: 25px;
    border-bottom: 2px solid #eee;
    align-items: center;
    max-width: 780px;
    margin: auto;
    padding: 16px !important;
}

.press-sec4content p {
    margin: 5px auto !important;
}

.press-sec4content strong {
    font-size: 17px !important;
}

.icon-press {
    display: none !important;
}

.icon-press:hover {
    display: inline-block !important;
    cursor: pointer;
}

.dta-main:hover {}

/*press end*/

/*who we are page styling*/

.we-re {
    text-align: center;
}

.we-re h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 63px;
}

.we_re_area {
    margin: 85px auto;
}

.we-re p {
    color: #605f5f;
    font-size: 19px;
    line-height: 30px;
    max-width: 900px;
    margin: 10px auto;
}

.we-re button {
    border: none;
    background: none;
    color: #000;
    box-shadow: unset;
    font-size: 19px;
    gap: 2px;
    padding: 8px 22px;
}

.we-re button:hover {
    background-color: rgb(243, 246, 248) !important;
    color: #000;
}

.banner_img_we-re {
    margin: 25px auto;
}

.we_re_area_Sec2 {
    margin: 85px auto;
}

.we-re-sec2 {
    text-align: center;
}

.we-re-sec3 {
    text-align: center;
}

.we-re-sec2 p {
    color: #605f5f;
    font-size: 19px;
    line-height: 30px;
    max-width: 900px;
    margin: 10px auto;
}

.we-re-sec2 h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 63px;
}

.we-re-card {
    text-align: initial !important;
}

.we-re-card h3 {
    font-size: 25px !important;
    font-weight: bolder;
}

.we_re_area_Sec3 {
    margin: 85px auto;
}

.we-re-sec3 h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 63px;
}

.we-re-sec3 p {
    color: #605f5f;
    font-size: 19px;
    line-height: 30px;
    max-width: 900px;
    margin: 10px auto;
}

.we-re-patners {
    margin: 100px auto;
}

.we-re-sec4 {
    text-align: center;
}

.we_re_area_Sec4 {
    margin: 85px auto;
}

.we_re_area_Sec5 {
    align-content: center;
    align-items: center;
    background-color: var(--token-f71b4ccf-f421-4dd2-8423-cee925482167, #f3f6f8);
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 85px auto;
}

.we-re_tittle {
    padding: 100px 0;
    text-align: center;
}

.section_Faq h2 {
    font-weight: bold;
    font-size: 35px;
}

.h2heding {
    margin-top: 15px;
}

.section_Faq {
    margin-bottom: 100px;
}

.cartoon_img_main {
    flex: none;
    height: 247px;
    left: calc(87.76041666666669% - 320px / 2);
    position: absolute;
    top: calc(62.484316185696386% - 247px / 2);
    width: 320px;
    z-index: 1;
}

.accrodian_button {
    color: #000 !important;
    border-radius: 0 !important;
    padding: 20px 25px !important;
    background: #fff !important;
    text-align: start !important;
    font-size: 18px !important;
    justify-content: space-between !important;
    align-items: center !important;
    display: flex !important;
    border: unset !important;
    font-weight: bold;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: unset !important;
}

.accrodian_content {
    padding: 0 28px;
    color: #868686;
}

.accrodian_button:hover {
    text-decoration: none !important;
}

.we_re_area_Sec5 h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 63px;
}

.section5_button {
    background: rgb(0, 193, 162);
    text-align: center;
    padding: 10px 50px;
    color: #fff;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin: 40px auto;
}

.moon_img_main {
    bottom: 0;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 208px);
    left: 0;
    opacity: .65;
    position: absolute;
    width: 171px;
    z-index: 1;
}

.moon_div_ch {
    position: absolute;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.moon_img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: contain;
    image-rendering: auto;
}

.we-re-sec4 h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 63px;
    margin-top: 100px;
}

.sec4_headingh2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 63px;
    text-align: center;
}

.ftft_head_ucfc {
    text-align: center;
    background: linear-gradient(180deg, #E9F8FE 0%, rgba(233, 248, 254, 0) 100%);
    padding: 50px;
}

.sec4_headingp {
    color: #605f5f;
    font-size: 19px;
    line-height: 30px;
    max-width: 900px;
    margin: 10px auto;
}

.sec4_headingbutton {
    background: linear-gradient(305deg, #7dc7f2 0%, hsl(202, 100%, 44%) 100%) !important;
    padding: 16px !important;
    font-size: 15px !important;
    padding: 3px 22px !important;
    border-radius: 15px !important;
    text-align: center;
    align-items: center;
}

.we-re-sec4 p {
    color: #605f5f;
    font-size: 19px;
    line-height: 30px;
    max-width: 900px;
    margin: 10px auto;
}

.we-re-sec4 button {
    background: linear-gradient(305deg, #7dc7f2 0%, hsl(202, 100%, 44%) 100%) !important;
    padding: 16px !important;
    font-size: 15px !important;
    padding: 3px 22px !important;
    border-radius: 15px !important;
    text-align: center;
    align-items: center;
}

.we-re-sec4 h3 {
    font-weight: 600;
    font-size: 30px;
    margin: 20px auto;
}

.sec-4-xyu0 {
    margin-top: 75px;
    text-align: initial;
    margin-bottom: 40%;
}

.sec-4-tittle {
    font-size: 20px !important;
    text-align: initial !important;
}

.sec-4-p {
    text-align: initial !important;
}

.sec-4-img1 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 16px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
    border-radius: 15px;
}

.sec-4-xyu0 button {
    border: none;
    background: rgb(243, 246, 248) !important;
    color: #000 !important;
    box-shadow: unset;
    font-size: 19px !important;
    gap: 2px;
    padding: 8px 44px !important;
    border-radius: 10px !important;
}

.row_crd {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.sec_4_row_crd {
    display: flex;
    flex-direction: column;
    /* gap: 11px; */
    align-items: center;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 137px;
    opacity: 1;
    border-radius: 16px;
    box-shadow: rgba(243, 246, 248, 0.15) 0px 8px 48px 0px, rgba(61, 72, 83, 0.06) 0px 2px 6px 0px, rgba(61, 72, 83, 0.36) 0px 0px 1px 0px;
    padding: 10px 0 8px 1px;
    /* margin-bottom: 10px; */
}

.sec_4_row_crd img {
    /*width:30px;*/
    height: 30px;
    obejct-fit: contain
}

.sec_4_row_crd p {
    color: #000;
    /*font-size: 19px;*/
    line-height: 30px;
    max-width: 900px;
    /*margin: 10px auto;*/
    margin: initial;
    margin-bottom: unset;
}

/* Responsive design for mobile */

@media (max-width: 767px) {
    .row {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .sec_4_row_crd {
        flex-direction: column;
    }
    .sec_4_row_crd p {
        margin-top: 10px;
    }
}

.sec-4-step2 {
    margin-top: 50px
}

.prt_sec {
    margin-top: 70px;
}

/*end who we are styling*/

/*the team styling*/

.team_sec1 {
    margin: 85px auto;
}

.team_sec2 {
    margin: 85px auto;
}

.team_sec1 h1 {
    font-size: 57px;
    font-weight: bolder;
}

.team_sec1 p {
    color: #605f5f !important;
    font-size: 20px !important;
    line-height: 30px;
    margin: 20px auto;
}

.team_sec1_img {
    margin: auto;
    width: 80%;
}

.gallery_div1 {
    height: var(--framer-aspect-ratio-supported, 385px);
    overflow: visible;
    position: relative;
    margin-bottom: 30px;
}

.gallery_img1 {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    image-rendering: auto;
}

.gallery_div2 {
    aspect-ratio: .97 / 1;
    flex: none;
    height: 100%;
    overflow: visible;
    position: relative;
    width: var(--framer-aspect-ratio-supported, 373px);
    margin-bottom: 30px;
}

.gallery_img2 {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    image-rendering: auto;
}

.gallery_div3 {
    aspect-ratio: 1.3506666666666667 / 1;
    flex: 1 0 0px;
    height: var(--framer-aspect-ratio-supported, 413px);
    overflow: visible;
    position: relative;
}

.gallery_img3 {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    image-rendering: auto;
}

.gallery_div4 {
    aspect-ratio: 1.3706666666666667 / 1;
    flex: 1 0 0px;
    height: var(--framer-aspect-ratio-supported, 413px);
    overflow: visible;
    position: relative;
}

.gallery_img4 {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    image-rendering: auto;
}

.the_team {
    margin: 85px auto;
}

.the_team ul li {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-bottom: 2px solid #FFF;
    transition: 0.5s linear;
    color: #747d8c;
}

.team_pill_tab {
    text-align: center !important;
}

.nav_item_li {
    float: none !important;
    display: inline-block !important;
    text-align: center;
}

.team-nav-link {
    /*background:none !important;*/
    color: gray;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 8px !important;
}

.nav_item_li a:hover {
    background: unset !important;
    color: unset !important;
}

.the_team li.active {
    background-color: rgb(214, 254, 241) !important;
    color: #007d7c !important;
    border-radius: 8px !important;
}

.the_team li:hover {
    background-color: rgb(245, 245, 245) !important;
    color: #727575 !important;
    border-radius: 8px !important;
}

.the_team h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    margin: 20px auto;
}

.about_team_mem {
    flex: none;
    height: auto;
    position: relative;
    width: 150px;
    margin: auto;
}

.tittle_abt_team {
    text-align: center;
}

.team_mem_name {
    margin: 12px auto;
    font-size: 16px;
    font-weight: bolder;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.team_mem_desigination {
    margin-bottom: unset !important;
}

.team_mem_link {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 5px auto;
}

.team_mem_link i {
    color: #9c9c9d !important;
}

._abt_team_setion {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.team-sec3 {
    align-content: center;
    align-items: center;
    background-color: var(--token-f71b4ccf-f421-4dd2-8423-cee925482167, #f3f6f8);
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.team-sec3 h3 {
    font-size: 40px;
    font-weight: bolder;
    margin: 0 0 45px 0;
}

.team-sec3 p {
    font-size: 20px !important;
    max-width: 800px;
    color: gray;
    margin: auto;
}

.team_button {
    background: rgb(0, 193, 162);
    text-align: center;
    padding: 15px 50px;
    color: #fff;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto;
}

.founder_sec {
    margin: 85px auto;
    background: #f3f6f8;
    padding: 40px;
    border-radius: 25px;
}

.founder_sec h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.founder_sec p {
    font-size: 18px !important;
    max-width: 800px;
    color: gray;
}

.founder_img {
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    flex: none;
    height: var(--framer-aspect-ratio-supported, 300px);
    overflow: visible;
    position: relative;
    width: 300px;
}

.foun_im {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    image-rendering: auto;
}

/*media screen's start*/

@media screen and (min-width: 595px) and (max-width: 709px) {
    .tech {
        font-size: 52.76px;
    }
}

@media screen and (min-width: 465px) and (max-width: 577px) {
    .tech {
        font-size: 40.76px;
    }
}

@media screen and (min-width: 475px) and (max-width: 769px) {
    .team_sec1 h1 {
        font-size: 50px !important
    }
    .gallery_div3,
    .gallery_div4 {
        height: unset !important;
    }
    .gallery_div2 {
        width: unset !important;
    }
    .gallery_div3 {
        margin-bottom: 30px;
    }
    .accrodian_button {
        font-size: 16px !important;
    }
    .case-study-section {
        margin-bottom: 200px;
    }
    .case_study {
        align-content: unset;
        align-items: unset;
        display: unset;
        flex-direction: unset;
        flex-wrap: unset;
        gap: unset;
        height: min-content;
        justify-content: unset;
        padding: unset;
        position: unset;
        width: 100%;
    }
    .case_study_child {
        align-content: unset;
        align-items: unset;
        display: unset;
        flex: unset;
        flex-direction: unset;
        flex-wrap: unset;
        gap: unset;
        height: min-content;
        justify-content: unset;
        padding: unset;
        position: unset;
        width: 100%;
    }
    .case_study_banner {
        max-width: unset;
        height: 720px;
    }
    .case-study-banner {
        position: absolute;
        border-radius: 20px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: unset;
        background-size: unset;
        /*background: #000;*/
    }
    .case_study_tittle {
        width: unset;
        position: relative;
        width: unset;
        word-break: unset;
        overflow-wrap: unset;
    }
    .case_study_p {
        flex: unset;
        flex-shrink: unset;
        flex-shrink: 0;
        flex-shrink: 0;
        height: unset;
        position: relative;
        width: unset;
    }
    .casestudy_card_sec {
        padding: unset;
        /*width: 350px;*/
        /*overflow: auto;*/
        /*overflow-x: auto;*/
        /*overflow-x: auto;*/
        /*min-height: 525px;*/
        /*gap: 25px;*/
        /*height: 100vh;*/
        /*overflow-x: scroll;*/
        /*scroll-snap-type: x mandatory;*/
        /*scroll-snap-stop: always;*/
        display: flex;
    }
    .case-study-card1,
    .case-study-card2,
    .case-study-card3 {
        max-width: unset;
        display: flex;
        flex: none;
    }
    .patners_block {
        gap: 5px !important;
        margin: 15px auto;
    }
    .patners_block-ivog54 {
        margin: unset !important;
    }
    .icon__box--big {
        font-size: 10px !important;
        height: 80px !important;
        width: 89px !important;
    }
    .contributors_num {
        font-size: 30px !important;
        text-align: start !important;
    }
    .contributors_p {
        color: #606060;
        font-size: 14px !important;
        text-align: start !important;
        margin-bottom: auto;
        font-weight: unset !important;
    }
    /*.collabrators {*/
    /*  padding: unset !important;*/
    /*  text-align: center !important;*/
    /*}*/
    .nft_market_09xuv li {
        display: inline;
        padding: 6px;
    }
    .nft_market_09xuv {
        margin: auto;
        text-align: center;
    }
    .title-widget {
        /*font-size: 18px !important;*/
        /*text-align: center !important;*/
        margin-top: 10px !important;
    }
    .contact_us_main {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 770px) and (max-width: 990px) {
    .gallery_div2 {
        width: unset !important;
    }
    .gallery_div3,
    .gallery_div4 {
        margin-bottom: 30px;
        height: unset !important;
    }
    .case-study-section {
        margin-bottom: 200px;
    }
    .case_study {
        align-content: unset;
        align-items: unset;
        display: unset;
        flex-direction: unset;
        flex-wrap: unset;
        gap: unset;
        height: min-content;
        justify-content: unset;
        padding: unset;
        position: unset;
        width: 100%;
    }
    .case_study_child {
        align-content: unset;
        align-items: unset;
        display: unset;
        flex: unset;
        flex-direction: unset;
        flex-wrap: unset;
        gap: unset;
        height: min-content;
        justify-content: unset;
        padding: unset;
        position: unset;
        width: 100%;
    }
    .case_study_banner {
        max-width: unset;
        height: 720px;
    }
    .case_study_tittle {
        width: unset;
        position: relative;
        width: unset;
        word-break: unset;
        overflow-wrap: unset;
    }
    .case_study_p {
        flex: unset;
        flex-shrink: unset;
        flex-shrink: 0;
        flex-shrink: 0;
        height: unset;
        position: relative;
        width: unset;
    }
}

.case-study-card1,
.case-study-card2,
.case-study-card3 {
    max-width: unset;
    display: flex;
    flex: none;
}

.patners_block {
    gap: 5px !important;
    margin: 15px auto;
}

.patners_block-ivog54 {
    margin: unset !important;
}

.icon__box--big {
    font-size: 10px !important;
    height: 80px !important;
    width: 89px !important;
}

.contributors_num {
    font-size: 45px !important;
    text-align: start !important;
}

.contributors_p {
    color: #606060;
    font-size: 17px !important;
    text-align: start !important;
    margin: auto 10px;
    margin-bottom: auto;
    font-weight: unset !important;
}

.title-widget {
    margin-top: 10px !important;
}

.card_wdt {
    margin: 10px auto;
}

.card_wdt_ux66v {
    width: 100% !important;
}

.patners_block {
    width: 100% !important;
}

.contact_us_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.job_detail_mob {
    display: none;
}

@media screen and (min-width: 901px) and (max-width: 991px) {
    .mob-img-abt {
        display: block;
    }
    .gallery_div2 {
        width: unset !important;
    }
    .gallery_div3,
    .gallery_div4 {
        margin-bottom: 30px;
        height: unset !important;
    }
    .case-study-section {
        margin-bottom: 200px;
    }
    .case_study {
        align-content: unset;
        align-items: unset;
        display: unset;
        flex-direction: unset;
        flex-wrap: unset;
        gap: unset;
        height: min-content;
        justify-content: unset;
        padding: unset;
        position: unset;
        width: 100%;
    }
    .case_study_child {
        align-content: unset;
        align-items: unset;
        display: unset;
        flex: unset;
        flex-direction: unset;
        flex-wrap: unset;
        gap: unset;
        height: min-content;
        justify-content: unset;
        padding: unset;
        position: unset;
        width: 100%;
    }
    .case_study_tittle {
        width: unset;
        position: relative;
        width: unset;
        word-break: unset;
        overflow-wrap: unset;
    }
    .case_study_p {
        flex: unset;
        flex-shrink: unset;
        flex-shrink: 0;
        flex-shrink: 0;
        height: unset;
        position: relative;
        width: unset;
    }
    .case-study-card1,
    .case-study-card2,
    .case-study-card3 {
        max-width: unset;
        display: flex;
        flex: none;
    }
    .blogs_title p {
        font-size: 15px !important;
    }
    .Latest_Blogs_block_p {
        font-size: 12px !important;
    }
    .card_wdt_ux66v {
        width: 100% !important;
    }
    .Ourpartners_div {
        text-align: center !important;
    }
    .nft_market_09xuv li {
        display: inline;
        padding: 6px;
    }
    .title-widget {
        /*font-size: 18px !important;*/
        margin-top: 10px !important;
    }
    .nft_market_09xuv {
        text-align: center !important;
    }
    .contact_us_main {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 902px) and (max-width: 1250px) {
    .gallery_div2 {
        width: unset !important;
    }
    .gallery_div3,
    .gallery_div4 {
        margin-bottom: 30px;
        height: unset !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .about_team_mem {
        flex: none;
        height: auto;
        position: relative;
        width: 110px !important;
        margin: auto;
    }
}

@media screen and (min-width: 1251px) and (max-width: 1350px) {
    .case_study_child {
        width: 1250px !important;
    }
    .collabrators {
        padding: unset !important;
    }
    .case-study-card1,
    .case-study-card2,
    .case-study-card3 {
        max-width: 315px !important;
    }
}

@media screen and (min-width: 1351px) and (max-width: 1500px) {
    .case_study_child {
        width: 1350px !important;
    }
}

@media screen and (min-width: 771px) and (max-width: 990px) {
    .job_detail {
        margin: -79px 0 35px 477px;
    }
    .f_card2 {
        display: none;
    }
    .fab_Card_button {
        max-width: unset !important;
        padding: unset;
    }
    .fab_Card_button2 {
        max-width: unset !important;
        padding: unset;
        font-size: 12px;
    }
    .job_detail_mob {
        display: block;
    }
    .job_profile {
        display: flex;
        gap: unset;
        flex-direction: column;
    }
    .job_profile p {
        margin-bottom: unset !important;
    }
    .job_profile_main {
        margin: 15px auto;
        display: flex;
        justify-content: space-between;
    }
    .con_email {
        width: unset !important;
        margin-top: 10px;
    }
    .con_name {
        display: flex;
        gap: 20px;
        margin: 10px auto;
    }
    .con_phn {
        width: unset !important;
        margin-top: 10px;
    }
    .con_add {
        width: unset !important;
        margin-top: 10px;
    }
    .con_address {
        display: flex;
        gap: 10px;
        margin: 10px auto;
    }
    .con_country {
        width: unset !important;
    }
    .calender {
        width: unset !important;
        margin-top: 10px;
    }
    .pay {
        width: unset !important;
        margin-top: 10px;
    }
    .blg_prf {
        width: unset !important;
    }
    .LinkedIn_Profile {
        width: unset !important;
        margin-top: 10px;
    }
}

@media screen and (max-width:770px) {
    .f_card2 {
        display: none;
    }
    .fab_Card_button {
        max-width: unset !important;
        padding: unset;
    }
    .fab_Card_button2 {
        max-width: unset !important;
        padding: unset;
    }
    .job_detail_mob {
        display: block;
    }
    .job_profile {
        display: flex;
        gap: 10px;
    }
    .job_profile p {
        margin-bottom: unset !important;
    }
    .job_profile_main {
        margin: 15px auto;
    }
    .con_email {
        width: unset !important;
        margin-top: 10px;
    }
    .con_name {
        display: flex;
        gap: 20px;
        margin: 10px auto;
    }
    .con_phn {
        width: unset !important;
        margin-top: 10px;
    }
    .con_add {
        width: unset !important;
        margin-top: 10px;
    }
    .con_address {
        display: flex;
        gap: 10px;
        margin: 10px auto;
    }
    .con_country {
        width: unset !important;
    }
    .calender {
        width: unset !important;
        margin-top: 10px;
    }
    .pay {
        width: unset !important;
        margin-top: 10px;
    }
    .blg_prf {
        width: unset !important;
    }
    .LinkedIn_Profile {
        width: unset !important;
        margin-top: 10px;
    }
}

@media screen and (max-width:474px) {
    sup {
        top: -1.5em !important;
    }
    .about-hero-count {
        font-size: 40px;
    }
    .subscript-home {
        font-size: 20px;
    }
    .abuot-media-logo {
        text-align: center;
    }
    .text-size-20 {
        text-align: center;
    }
    .about-media-wrapper {
        grid-template-columns: 1fr !important;
        margin-top: 40px;
    }
    .about-people-flex-right {
        grid-column-gap: 52px;
        grid-row-gap: 32px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr !important;
        grid-auto-columns: 1fr;
        display: grid;
        justify-items: center;
        text-align: center;
    }
    .multi-container span,
    .multi-container-radio span {
        font-size: 11px !important;
    }
    .faqtittle h2 {
        font-size: 35px !important;
    }
    .faqtittle {
        margin: 35px auto !important;
    }
    #contactmain #faq .card_contact .card-header_cnt .btn-header-link {
        padding: 14px !important;
        font-size: 15px !important;
        white-space: normal;
    }
    .section_card_m h3 {
        font-size: 20px !important;
        font-weight: 900;
    }
    .section_card_m p {
        color: #605f5f;
        font-size: 16px !important;
        line-height: 25px !important;
        font-family: unset;
        margin: 10px auto;
    }
    .career h1 {
        font-size: 45px;
    }
    .career_card {
        min-height: 250px;
        margin-bottom: 20px;
        text-align: center;
    }
    .team-sec3 p {
        font-size: 16px;
        max-width: 100%;
    }
    .gallery_div2 {
        width: unset !important;
    }
    .team_sec1 h1 {
        font-size: 42px;
    }
    .gallery_div3,
    .gallery_div4 {
        height: unset;
        margin-bottom: 30px;
    }
    .we_re_area_Sec5 h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .we-re-sec2 p {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .we-re-sec2 h2 {
        font-size: 38px !important;
    }
    .we-re p {
        font-size: 17px !important;
        line-height: 25px !important;
    }
    .we-re h1 {
        font-size: 45px !important;
    }
    .we-re-sec3 p {
        font-size: 18px !important;
    }
    .we-re-sec3 h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .sec4_headingh2 {
        font-size: 40px !important;
        line-height: 53px !important;
    }
    .we_re_area_Sec5 h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .cartoon_img_main {
        display: none !important;
    }
    .moon_img_main {
        display: none !important;
    }
    .accrodian_button {
        font-size: 12px !important;
    }
    .banner-area {
        padding: 60px 0 !important;
    }
    .banner-area h1 {
        font-size: 3rem !important;
        font-weight: 900;
        line-height: 4rem !important;
        text-align: center;
    }
    .banner-area p {
        text-align: center;
        margin-top: 20px !important;
    }
    .social_icon_banner {
        text-align: center;
    }
    .web3_img_box {
        text-align: center;
    }
    .headingweb3 {
        text-align: center;
        font-size: 30px;
        margin: 20px auto;
    }
    .web3_content {
        text-align: center;
    }
    .web3_tittle {
        text-align: center !important;
    }
    .NADCAB_TECHNOLOGY span {
        text-align: center !important;
    }
    .tittle-contributor p {
        color: #605f5f !important;
        font-size: 15px !important;
        line-height: 25px !important;
        margin-top: 20px !important;
    }
    .collbration_div {
        text-align: center;
    }
    .trustedpatner_div {
        display: inline-block;
        padding: 0 6px !important;
    }
    .tittle-contributor h3 {
        font-size: 35px !important;
        font-weight: 900;
        line-height: 45px !important;
    }
    .case_study {
        align-content: unset;
        align-items: unset;
        display: unset;
        flex-direction: unset;
        flex-wrap: unset;
        gap: unset;
        height: min-content;
        justify-content: unset;
        padding: unset;
        position: unset;
        width: 100%;
    }
    .case_study_child {
        align-content: unset;
        align-items: unset;
        display: unset;
        flex: unset;
        flex-direction: unset;
        flex-wrap: unset;
        gap: unset;
        height: min-content;
        justify-content: unset;
        padding: unset;
        position: unset;
        width: 100%;
    }
    .case-study-banner {
        position: absolute;
        border-radius: 20px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: unset;
        background-size: unset;
        /*background: #000;*/
    }
    .case_study_tittle {
        width: unset;
        position: relative;
        width: unset;
        word-break: unset;
        overflow-wrap: unset;
    }
    .case_study_p {
        flex: unset;
        flex-shrink: 0;
        flex-shrink: 0;
        height: unset;
        position: relative;
        width: unset;
    }
    .casestudy_card_sec {
        padding: unset;
        width: 350px;
        min-height: 525px;
        gap: 25px;
        height: 100vh;
        display: flex;
    }
    .case_study_tittle h4 {
        font-size: 37px !important;
        line-height: 50px !important;
    }
    .case_study_p p {
        font-size: 15px !important;
    }
    .case-study-card1,
    .case-study-card2,
    .case-study-card3 {
        max-width: unset;
        display: flex;
        flex: none;
    }
    .case-study-section {
        margin-bottom: 200px;
    }
    .home-main-text {
        font-size: 4rem;
        text-align: center;
    }
    .Our_Key_Features button {
        display: none;
    }
    .features_P {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }
    .contributors_num {
        font-size: 30px !important;
        text-align: start !important;
    }
    .Our_Key_Features {
        margin: 20px auto !important;
    }
    .contributors_p {
        color: #606060;
        font-size: 14px !important;
        text-align: start !important;
        margin: auto 10px;
        font-weight: unset !important;
    }
    .patners_block-ivog54 {
        gap: 5px !important;
        height: 112px !important;
        width: 43px !important;
        margin: auto !important;
    }
    .patners_block {
        gap: 3px !important;
        grid-auto-rows: min-content;
        grid-template-columns: repeat(4, minmax(101px, 1fr));
        grid-template-rows: repeat(2, min-content);
        padding: 0px !important;
        margin: 15px auto !important;
    }
    .icon__box--big {
        width: unset !important;
        height: 80px !important;
        width: 86px !important;
    }
    .big--icon {
        width: 26px !important;
        margin: 8px auto !important;
    }
    .collabrators {
        padding: unset !important;
    }
}

@media screen and (max-width:386px) {
    .founder_img {
        width: 252px;
        height: unset;
    }
    .about-people-flex-right {
        grid-template-columns: 1fr !important;
    }
    .multi-container span,
    .multi-container-radio span {
        font-size: 9px !important;
    }
    .benifit h2 {
        font-size: 35px !important;
    }
    .career_card2 {
        text-align: center;
        margin-bottom: 25px;
    }
    .sec3_card_m p {
        color: #605f5f;
        font-size: 14px;
        line-height: 25px;
        max-width: 900px;
        font-family: unset;
        margin: 10px auto;
    }
    .career2 p {
        font-size: 12px !important;
    }
    .career h1 {
        font-size: 35px;
    }
    .career p {
        color: #605f5f !important;
        /*font-size: 17px !important;*/
        line-height: 25px;
        font-family: unset;
        /*margin: 20px auto;*/
    }
    .team_sec1 h1 {
        font-size: 40px;
    }
    .accrodian_button {
        font-size: 10px !important;
    }
    .casestudy_card_sec {
        width: 300px
    }
    .home-main-text {
        font-size: 2.5rem;
    }
    .features_P {
        font-size: 13px;
        line-height: 24px;
    }
    .Our_Key_Features_block {
        gap: 20px !important;
    }
    .contributors_num {
        font-size: 65px !important;
    }
    .contributors_p {
        font-size: 15px !important;
    }
    .patners_block {
        grid-template-columns: repeat(3, minmax(101px, 1fr)) !important;
    }
}

@media screen and (max-width:400px) {
    .story-area-left {
        margin: auto;
    }
    .story-area {
        display: block;
        text-align: center;
    }
    .blog_menu ul {
        display: unset !important;
        margin-bottom: unset;
    }
    .blog_menu ul li {
        margin-right: 10px;
        font-size: 12px;
        display: inline;
        padding: 8px;
        margin: 123px auto;
    }
    .blog_h2_sec2 {
        font-size: 35px;
        font-weight: bolder;
        line-height: 45px;
    }
    .media-fea-cont h2 {
        font-size: 2em;
    }
    .center-img h3 {
        font-size: 15px;
        font-weight: bold;
    }
    .showcase p {
        font-size: 12px;
    }
    .about-people-flex-right {
        grid-column-gap: 52px;
        grid-row-gap: 32px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    .p_sec1 h2 {
        font-size: 35px !important;
    }
    .p_sec1 p {
        max-width: 628px;
        margin: 25px auto;
    }
    .press_Sec2_main {
        display: block;
        text-align: center;
    }
    .fab_Card_button {
        padding: 0px 50px !important;
    }
    .fab_Card_button2 {
        padding: 0 34px;
        font-size: 15px;
    }
    .tech {
        font-size: 30px
    }
    .txt4 {
        text-align: center;
        margin: 30px auto;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 5px;
    }
    .navbar_menu {
        top: 6px;
    }
    /*.logo {*/
    /*  height: 34px !important;*/
    /*  margin: 5px 0;*/
    /*}*/
}

.team_p {
    display: flex;
    align-items: center;
    margin: 35px 0 40px 0;
}

.collapse_read p {
    font-size: 17px;
    text-align: start;
    margin-bottom: 0 !important;
}

.collapse_p {
    font-size: 17px;
    text-align: start;
    margin-bottom: 0 !important;
}

.showmore {
    text-align: start;
    color: #298f55db;
    font-size: 15px;
}

.infrastruction_Card {
    display: flex;
    justify-content: center;
}

.prize_symbol {
    background: #000;
    background-color: rgb(0, 0, 0);
    border-radius: 50%;
    height: 40px;
    left: 50%;
    line-height: 37px;
    position: absolute;
    top: -20px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    width: 40px;
}

.tittle-contributor {
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.tittle-contributor h3 {
    font-size: 45px;
    font-weight: 900;
    line-height: 63px;
}

.Latest_Blogs_area h3 {
    font-weight: 900;
    font-size: 35px;
    line-height: 50px;
}

.m_auto_text {
    justify-content: flex-end;
    display: flex;
}

.tittle-contributor p {
    color: #605f5f !important;
}

.contributor_card_row {
    margin: 50px auto;
}

.cotributor-ico {
    display: flex;
    display: flex;
    justify-content: center;
    gap: 66px;
}

.contributor_card {
    width: 100%;
    display: block;
    border-width: 2px;
    border-style: solid;
    border-color: #ccc;
    background-color: white;
    border-radius: 10px;
    margin: 6px auto;
}

.contributors_num {
    color: #00c1a2;
    font-size: 85px;
    font-weight: bolder;
    text-align: center;
}

.contributors_p {
    margin-bottom: unset;
    color: #606060;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

.websection {
    margin: 85px auto;
}

.Our_Key_Features_block {
    display: grid;
    flex: 0 0 auto;
    gap: 35px;
    grid-template-columns: repeat(3, minmax(101px, 1fr));
    margin: 15px auto;
}

.patners_block {
    display: grid;
    flex: 0 0 auto;
    gap: 35px;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(4, minmax(101px, 1fr));
    grid-template-rows: repeat(2, min-content);
    height: min-content;
    justify-content: start;
    overflow: visible;
    padding: 0px;
    position: relative;
    width: min-content;
    margin: 15px auto;
}

.Our_Key_Features {
    margin: 100px auto;
}

.Our_Key_Features_block-ivog54 {
    align-items: center;
    background-color: #f3f6f8b3;
    border-radius: 16px;
    display: flex;
    flex: none;
    flex-direction: column;
    height: 110px;
    padding: 16px;
    width: 111px;
    text-align: center;
    justify-content: space-between;
    margin: 20px auto;
}

.patners_block-ivog54 {
    align-content: center;
    align-items: center;
    align-self: start;
    border-radius: 16px;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
    height: unset !important;
    justify-content: flex-start;
    justify-self: start;
    overflow: visible;
    padding: 16px;
    position: relative;
    text-decoration: none;
    width: 111px;
    margin: auto 100px;
}

@media screen and (max-width:709px) {
    .techul {
        display: none;
    }
    .language_technolgy_img {
        display: block;
        text-align: center;
    }
}

@media screen and (min-width:710px) {
    .techul {
        display: inline-flex;
    }
    .language_technolgy_img {
        display: none;
        text-align: center;
    }
}

@media (max-width:615px) {
    .services__content--box {
        padding: 20px !important;
    }
    .clients {
        padding: 10px;
    }
    .clients h1 {
        font-size: 43px !important;
    }
    .team_p {
        display: block;
    }
}

@media (max-width:380px) {
    .banner-text {
        font-size: 9px;
    }
    .banner-block h2 {
        font-size: 19.76px;
    }
}

.banner-area-2 {
    position: absolute;
    filter: blur(1.5rem);
    opacity: 0.5;
    /*max-width:100vh;*/
}

.banner-area {
    padding: 100px 0;
}

.titleauto {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    position: absolute;
    top: -20%;
    /*left: 31%;*/
    transform: translate(-1%, -12%);
    color: transparent;
    font-size: 39px;
    text-align: center;
}

.titleauto::before {
    content: 'Welcome !! to Nadcab Lab';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #00c1a2;
    overflow: hidden;
    /*border-right: 1px solid #000;*/
    white-space: nowrap;
    animation: type 5s infinite;
}

.banner-area h1 {
    font-size: 5rem;
    font-weight: 900;
    line-height: 5.5rem;
    margin-bottom: 1rem;
}

.desktop1 {
    display: none !important;
    /* Hide on desktop */
}

@media only screen and (max-width: 768px) {
    .desktop1 {
        display: block !important;
    }
    .mob {
        display: none !important;
    }
    .pagemain_heading {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }
    .main_heading {
        font-size: 2.1rem !important;
        line-height: 3rem !important;
    }
}

@keyframes type {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.card_custom {
    display: flex;
    gap: 25px;
    align-items: center;
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    opacity: 1;
    border-radius: 16px;
    box-shadow: rgba(243, 246, 248, 0.15) 0px 8px 48px 0px, rgba(61, 72, 83, 0.06) 0px 2px 6px 0px, rgba(61, 72, 83, 0.36) 0px 0px 1px 0px;
    padding: 20px 25px;
    margin: 10px auto;
}

.small_card {
    background-color: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    border-radius: 16px;
    box-shadow: rgba(243, 246, 248, 0.15) 0px 8px 48px 0px, rgba(61, 72, 83, 0.06) 0px 2px 6px 0px, rgba(61, 72, 83, 0.36) 0px 0px 1px 0px;
    padding: 10px 25px;
    margin: 10px auto;
    display: flex;
    gap: 10px;
}

.tittle-contributor h2 {
    font-weight: 900;
    font-size: 35px;
    line-height: 50px;
}