body, html{
    font-size:16px;
    line-height:20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    margin: 0px !important;
}
body *{
    outline: none;
}


a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}


a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

h1, h2, h3, h4, h5, h6{
    margin-top:0;
    color: #020202;
    font-family: 'Raleway', sans-serif;
}
img{
    max-width:100%;
}

ul{
    list-style:none;
    padding-left:0;
    margin-bottom: 0;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt60{
    padding-top: 60px;
}
.pb60{
    padding-bottom: 60px;
}

a.navbar-brand img {
    max-width: 290px;
}
header{
    position: static;
    top: -220px;
    transition: top .6s ease-in-out;
    -webkit-transition: top .6s ease-in-out;
    z-index: 99;
    left: 0;
    right: 0;
}
header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12);
}
header#header.fix {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 9%);
}
.navbar-dark .navbar-nav .nav-link {
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 32px 0px;
    margin-right: 23px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #2abef4;
}
div#collapsibleNavbar ul.navbar-nav .nav-item:last-child a {
    /*background: #2abff5;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;*/
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #2abef4;
}
#header .navbar {
    padding: 0 1rem;
}
.custom_btn, .custom_btn_carres {
    padding: 12px 20px !important;
    cursor: pointer;
    letter-spacing: 1.2px;
    background: none;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #00BFF5;
    border-radius: 2px;
    display: inline-block;
    min-width: 180px;
}
.custom_btn::after, .custom_btn_carres::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0c0c0c;
    border: none;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.custom_btn:hover::after, .custom_btn_carres:hover::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.call_to_Action {
    position: relative;
    padding: 40px 0px;
}
.call_content {
    width: 80%;
    padding-right: 30px;
}
.call_btn {
    width: 20%;
    text-align: right;
}
.call_content p {
    margin: 0;
    font-size: 15px;
    color: #666;
}
.call_content h2 {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
}
.social-links li i {
    color: #222;
    margin-left: 10px;
    transition: all 0.3s;
}
.social-links {
    border-left: 1px solid rgb(141 89 59 / 50%);
    padding-left: 25px;
    margin-left: 0px;
}
.social-links li i:hover, .social-links li i:focus{
    color: #2abef4;
}
.call_btn a i {
    font-size: 18px;
    margin-left: 5px;
}
.mission_content p {
    color: #666;
    font-size: 15px;
    line-height: 28px;
}
.mission_img {
    margin-top: 35px;
    position: relative;
}
.mission_content {
    position: relative;
    margin-top: 35px;
}
.our_mission h2 {
    font-size: 40px;
    font-weight: 600;
}
p.lead_txt_mission {
    font-style: italic;
    color: #666;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
}
.read_more_link {
    text-align: center;
    font-size: 14px;
    transition: all 0.3s;
    cursor: pointer;
    color: #2abff5;
}
.read_more_link span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    text-decoration: underline;
}
.read_more_link span:after {
    content: '\f178';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
    font-family: fontAwesome;
    color: #2abff5;
}
.read_more_link:hover {
    color: #2abff5;
}
.read_more_link:hover span {
    padding-right: 22px;
    text-decoration: none;
}
.read_more_link:hover span:after {
    opacity: 1;
    right: 0;
}
.salesforce_grid {
    margin-top: 30px;
    position: relative;
}
figure.s_figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
    margin-bottom: 10px;
}
.salesforce_grid h3 {
    text-align: center;
    font-size: 20px;
    color: #222;
    font-weight: 600;
}
figure.s_figure img {
    max-width: 100%;
    vertical-align: top;
}
figure.s_figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.s_figure img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}
figure.s_figure i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 24px;
    color: #000000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.s_figure a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
figure.s_figure:hover i, figure.s_figure.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.salesforce_section {
    position: relative;
    padding: 60px 0px;
}
footer.footer {
    /*background: url(../images/footer_map.png);*/
    position: relative;
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0c0c0c;
    bottom: 0;
    z-index: 1;
}
.main_wrap {
    position: relative;
    z-index: 99;
    background: #fff;
}
.footer-widget-inner {
    padding-bottom: 40px;
    padding-top: 70px;
}
.footer-bottom-area {
    padding: 15px 0;
    position: relative;
    border-top: 1px solid rgb(255 255 255 / 7%);
}
.copyright-text p {
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
    margin-bottom: 5px;
     font-weight: 300;
    text-align: center;
    margin-top: 5px;
}
}
.footer_about {
    position: relative;
}
.footer_logo img {
    max-width: 200px;
    margin-bottom: 20px;
}
.footer-social-link a {
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
    color: #fff;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s;
    margin-right: 5px;
}
.footer-social-link a:hover, .footer-social-link a:focus {
    background: #00BFF5;
    color: #fff;
    border-color: #00BFF5;
    box-shadow: none;
}
.footer-social-link {
    margin-top: 25px;
}
.footer-widget-title h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
}
ul.footer-widget-links li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
ul.footer-widget-links li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 300;
    transition: all 0.3s;
}
ul.footer-widget-address li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.footer_links.company_links {
    position: relative;
    padding-left: 60px;
}
ul.footer-widget-address li, ul.footer-widget-address li a {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    transition: all 0.3s;
    line-height: 24px;
    font-weight: 300;
}
ul.footer-widget-address li i {
    color: #2abff5;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
}
ul.footer-widget-address li p {
    margin-bottom: 10px;
}
.newsletter-inner p {
    font-size: 14px;
    color: rgb(255 255 255 / 80%);
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 6px;
}
ul.footer-widget-links li a:hover {
    color: #00BFF5;
}
.newsletter-inner form {
    position: relative;
}
.newsletter-inner .news-field {
    width: 100%;
    height: 44px;
    display: block;
    border: none;
    line-height: 1;
    padding: 0 110px 0 15px;
    color: #666;
    background-color: #fff;
    position: relative;
    border-radius: 2px;
    border: none;
    font-size: 14px;
}
.newsletter-inner .news-btn {
    top: 0;
    right: 0;
    height: 44px;
    font-size: 18px;
    position: absolute;
    color: #00BFF5;
    line-height: 1;
    font-weight: 500;
    padding: 0 12px;
    display: inline-block;
    /* background-color: #fff; */
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}
ul.footer-widget-links li:before {
    content: "\f105";
    position: absolute;
    font-family: fontAwesome;
    color: #2abff5;
    font-size: 16px;
    left: 0;
}
.faq_img img {
    filter: grayscale(1);
}

/*** Accordian css ***/
.smk_accordion {
  position: relative;
  list-style: none;
  margin-bottom: 0px;
      margin-top: 10px;
}
.faq_div.smk_accordion {
    margin-top: 0;
}
.faq_section_header p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 15px;
}
.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: 12px;
  overflow: hidden;
      border: 1px solid rgba(238, 238, 238, 0.68);
}
.smk_accordion .accordion_in .acc_head {
   position: relative;
    background: #2abff5;
    font-size: 14px;
    display: block;
    cursor: pointer;
    padding: 15px 40px 15px 15px;
    color: #fff;
    font-weight: 400;
}
.training_faq .smk_accordion .accordion_in .acc_head, .salesforce_overview .smk_accordion .accordion_in .acc_head {
    background: rgb(255 255 255);
    color: #666;
}
ul.faq_uline li {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}
ul.faq_uline li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 6px;
    width: 6px;
    background: #2abff5;
    border-radius: 50%;
}
.smk_accordion .accordion_in .acc_head:before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: FontAwesome;
    font-size: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.smk_accordion .accordion_in .acc_content {
    background: #fff;
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 15px 20px;
}
.smk_accordion .accordion_in .acc_content ul.faq_uline {
    margin-top: 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #2abff5;
  color: #fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head:before{
 content:"\f106";
}
.smk_accordion .accordion_in .acc_content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.acc_content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px !important;
}
.faq {
    position: relative;
    padding: 60px 0px;
}
.faq_content h2 {
    font-weight: 700;
    font-size: 34px;
}

.parallax__container {
    position: absolute;
    clip: rect(0, auto, auto, 0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
}
.parallax__container .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}
.call_to_Action > .container {
    position: relative;
    z-index: 9;
}
.call_to_Action:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: -moz-linear-gradient(left,rgba(245,245,245,1) 30%,rgba(255,255,255,0) 110%);
    background: -webkit-linear-gradient(left,rgba(245,245,245,1) 30%,rgba(255,255,255,0) 110%);
    background: linear-gradient(to right,rgba(245,245,245,1) 30%,rgba(255,255,255,0) 110%);
}
ul.footer-widget-address li a:hover {
    color: #2abff5;
}
.call_to_Action h2 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 10px;
}
.call_to_Action p {
    color: #222;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
}
.testimonial {
    background: url('/wp-content/uploads/2022/02/testimonial-icon-background1.webp');
    background-size: auto;
    position: relative;
    padding: 60px 0px !important;
    background-position: center;
    background-attachment: fixed;
}
.t_content {
    padding: 0px 15px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
/*.t_content:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid white;
    position: absolute;
    bottom: -18px;
    left: 35px;
}*/
.t_content p {
    font-style: italic;
    color: #666;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
}
.t_profile {
    position: relative;
    padding-left: 0px;
    justify-content: center;
}
.t_profile img {
    margin-right: 15px;
    width: 60px;
}
.t_profile h4 {
    color: #00BFF5;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.t_profile span {
    color: #959595;
    font-weight: 300;
    font-size: 15px;
}
.testimonial_slider .slick-slide {
    padding: 0px 15px !important;
}
.section_header h2:before, .section_header h2:after {
    position: absolute;
    left: 50%;
    content: "";
    z-index: 9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    content: '';
}
/*.section_header h2:before {
    width: 100px;
    height: 1px;
    background: #2abff5;
    bottom: 0;
}
.section_header h2:after {
    height: 2px;
    width: 150px;
    background: #2abff5;
    bottom: -5px;
}*/
.section_header h2 {
    position: relative;
    margin-bottom: 30px !important;
    padding-bottom: 20px;
    font-weight: 700 !important;
    font-size: 34px !important;
}
.testimonial_slider .slick-prev:before, .testimonial_slider .slick-next:before {
    content: none;
}
.testimonial_slider .slick-prev, .testimonial_slider .slick-next {
    font-size: 30px;
    width: 40px;
    height: 40px;
    color: #2abff5;
    outline: none;
    background: #2abff5;
    border-radius: 50%;
    color: #fff;
}
.testimonial_slider .slick-next {
    right: -10px;
}
.testimonial_slider .slick-prev {
    left: -10px;
    z-index: 9;
}
.testimonial_slider .slick-prev:hover, .testimonial_slider .slick-prev:focus,
.testimonial_slider .slick-next:hover, .testimonial_slider .slick-next:focus {
    color: #2abff5;
    outline: none;
    background: #EBEBEB;
}
.testimonial_slider {
    padding: 0px 25px;
}
.salesforce_heaer h2 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 34px;
}
.salesforce_heaer p {
    line-height: 28px;
    color: #666;
    font-weight: 300;
    padding: 0px 45px;
    font-size: 15px;
}
.industry_grid {
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05);
    margin: 0;
    min-height: 120px;
    padding: 15px 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.industry_heading h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    color: #222;
    word-wrap: break-word;
    word-break: break-word;
    line-break: strict;
    line-height: normal;
    transition: all 0.3s;
}
.industry_img{
    margin-bottom: 15px;
        width: 100%;
}
.industry_grid:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
.industry_grid:hover:hover .industry_heading h3 {
    color: #2abff5;
}
.industry {
    position: relative;
    padding: 60px 0px;
}
.industry_img img {
    width: 60px;
    opacity: 0.7;
}
.salesforce_grid {
    text-align: center;
    position: relative;
    margin-top: 40px;
    padding:  40px 15px;
    background: #fff;
    transition: all 0.3s;
    box-shadow: 0 0px 6px rgba(0,0,0,.05);
    border-radius: 6px;
}
.s_img img {
    max-width: 80px;
    margin-bottom: 25px;
    opacity: 0.8;
}
.salesforce_grid h3 {
    font-size: 19px;
}
.salesforce_grid h3 a {
    color: #222;
    font-weight: 700;
    transition: 0.3s;
}
.salesforce_grid p {
    font-size: 14px;
    color: #666;
    line-height: 23px;
    font-weight: 300;
}
.salesforce_grid:hover {
    box-shadow: 0 0px 5px rgba(0,0,0,.1);
}
.who_we_are {
    position: relative;
    padding: 60px 0px;
    /*background: url(https://www.anavcloudsoftwares.com/wp-content/uploads/2018/03/aab.webp);*/
    background-repeat: no-repeat;
    background-size: 370px;
    background-position: bottom left;
    background-color: rgb(235 235 235 / 35%);
}
.indusrty_header p {
    color: rgb(255 255 255 / 83%);
    font-size: 16px;
    font-weight: 300;
}
.indusrty_header h2 {
    border-left: 5px solid #2abff5;
    margin-bottom: 12px;
    padding-left: 15px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    color: #fff;
}
div#counter {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.counter-value {
    width: 30%;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    padding: 20px 10px;
    margin-right: 2%;
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
}
ul.who_we_buttons li {
    margin-right: 20px;
    margin-top: 20px;
}
.who_we_content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.who_we_content p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    font-weight: 300;
}
.who_we_are_heading h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}
.who_we_are_heading h2:before {
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    width: 80px;
    background: #2abff5;
    bottom: 0;
}
.counter-value h5 {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 0;
}
.number_count {
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2abff5;
    display: inline-block;
    position: relative;
}
.counter-value.project_delivery .number_count:before {
    content: "+";
    position: absolute;
    right: -25px;
    font-size: 35px;
    color: #666;
    opacity: 0.3;
}
.counter-value.response_time .number_count:before {
    content: "<";
    position: absolute;
    left: -25px;
    font-size: 35px;
    color: #666;
    opacity: 0.3;
}
.industry:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
}
#mobile_header{
    display: none;
}
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block!important;
}
.navbar .dropdown.service_menu {
    position: static;
}
.navbar .dropdown-menu {
    width: auto;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    margin-top: 0px;
    min-width: 200px;
}
.navbar .dropdown-menu {
    border: none;
    background-color: #fff;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
}
ul.d_submenu li a {
    border-top: 1px solid #E0E0E0;
    display: block;
    color: #222;
    font-size: 14px;
    padding: 8px 12px;
    transition: all 0.3s;
        font-weight: 300;
}
ul.d_submenu li a:hover {
    background: #2abff5;
    color: #fff;
}
.navbar .dropdown.service_menu .dropdown-menu {
    border-top: 1px solid #E0E0E0;
    padding: 50px;
}
.custom_container_mega_menu h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    border-bottom: 1px solid #E0E0E0;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.custom_container_mega_menu ul li a {
    color: #666;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 300;
    border-bottom: 1px solid #E0E0E0;
    display: block;
    padding: 10px 10px;
}
.custom_container_mega_menu ul li a:hover{
    background: #2abff5;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-item.dropdown:last-child .nav-link {
    margin-right: 15px;
}
.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    position: relative;
}
.custom_container_mega_menu ul li a img {
    max-height: 24px;
    margin-right: 6px;
    opacity: 0.6;
}
#myModal_home .modal-dialog {
    max-width: 880px;
    height: 100%;
    align-items: center;
    display: flex;
    margin: 0px auto;
    padding: 30px 0px;
}
#myModal_home .modal-content {
    background-color: transparent;
    border: none;
}
#myModal_home .modal-body {
    padding: 0;
    max-width: 100%;
    top: inherit;
    transform: inherit;
    background: transparent;
    width: 100%;
        position: relative;
}
#myModal_home iframe {
    width: 100%;
    height: 500px;
}
.menu_icon_hover{
    display: none;
}
.custom_container_mega_menu ul li a:hover img.menu_icon {
    display: none;
}
.custom_container_mega_menu ul li a:hover img.menu_icon_hover {
    display: inline-block;
}
.featured-article {
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
}
.case_study_slider {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
}
.case_study {
    position: relative;
    background: #f9f9f9;
    padding: 60px 0px;
}
.featured-article a:before {
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgb(0 0 0 / 89%) 0%, rgb(0 0 0 / 40%) 50%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s;
        z-index: 9;
}
.f-article-content {
    position: absolute;
    bottom: 0;
    padding: 8px 15px;
    left: 0;
    right: 0;
        z-index: 9;
}
.featured-article-header h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 26px;
    text-transform: capitalize;
}
.featured-article a {
    display: block;
    z-index: 9;
    position: relative;
}
.featured-article:hover .f-article-image img {
    transform: scale(1.3);
}
.featured-article .f-article-image img {
    transition: all 0.5s;
    height: 260px;
    object-fit: cover;
        width: 100%;
}
.case_study_slider .slick-dots li button:before{
    content: "";
    width: 100%;
    height: 7px;
    background: #2abff5;
    border-radius: 10px;
}
.case_study_slider .slick-dots li, .slick-dots li button{
    width: 20px !important;
    height: 7px !important;
}
.case_study_slider .slick-dots {
    bottom: -50px;
}
.case_study_slider .slick-dots li.slick-active, .slick-dots li.slick-active button{
    width: 35px !important;
}


/* Case study page css */
.banner_vs {
    padding: 180px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.case_study_page {
    position: relative;
    background: #f9f9f9;
    padding: 60px 0px;
}
.banner_vs:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
}
figure.caseStudy_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
    margin-bottom: 0;
}
figure.caseStudy_img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.caseStudy_content {
    position: relative;
    padding: 15px;
}
figure.caseStudy_img i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 24px;
    color: #000000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.caseStudy_img a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
figure.caseStudy_img:hover img, figure.caseStudy_img.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.caseStudy_img:hover i, figure.caseStudy_img.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.caseStudy_content p {
    color: #707070;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.caseStudy_content h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
}
.caseStudy_content h3 a{
    color: #222;
}
.caseStudy_grid {
    position: relative;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 5px 40px rgb(0 0 0 / 7%);
    border-radius: 4px;
    overflow: hidden;
}
.caseStudty_header {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 8px;
        flex-wrap: wrap;
}
.caseStudty_header h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    width: 50%;
}
.filter_category{
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}
.filter_category p {
    margin: 0;
    padding-right: 15px;
    color: #666;
    font-size: 15px;
}
select.filter_sel {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 0px 15px;
    min-width: 200px;
    background: #fff;
}
.caseStudy_content h3 a:hover {
    color: #2abff5;
}
ul.case_post_list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #969191;
    font-weight: 300;
    margin-right: 10px;
}
ul.case_post_list li i {
    margin-right: 2px;
    color: #2abff5;
}
select.filter_sel {
    -webkit-appearance: none;
    background-image: url(../images/angle-down.webp);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 12px;
    margin-bottom: 0;
        color: #666;
    font-size: 14px;
}
.banner_vs h1 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
}

/* Cloud page css */
.about_service_new {
    position: relative;
    padding: 60px 0px;
}
.cloud_banner .icon-btn-wrap-banner ul li a {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 22px;
    padding: 8px 16px;
    display: inline-block;
    border: 1px solid rgb(255 255 255 / 26%);
    border-radius: 2px;
}
.cloud_banner .icon-btn-wrap-banner ul li {
    width: 50px;
    margin-right: 10px;
}
.cloud_banner .icon-btn-wrap-banner ul li a:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    outline: 0;
    color: #2abff5;
    text-decoration: none;
}
.cloud_banner .icon-btn-wrap-banner {
    margin-top: 20px;
}
.banner_vs.cloud_banner h1 {
    margin-bottom: 20px;
}
.about_service_new_content .ab_img {
    max-width: 460px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}
.bars-background {
    position: absolute;
    left: 60px;
    top: 30px;
    right: 60px;
    bottom: 30px;
    z-index: 0;
    display: -ms-grid;
    display: grid;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.grey-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(243, 243, 243, 0.3);
}
.about_service_new_content p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}
.section_header p.lead_txt {
    font-size: 16px;
    color: #545454;
    font-weight: 300;
    line-height: 28px;
}
.section_header.text-center p.lead_txt {
    max-width: 950px;
    margin: 0 auto;
}
.request_quote_inner {
    background: #00BFF3;
    border-radius: 12px;
    position: relative;
    padding: 15px;
    box-shadow: 6px 6px 0px rgba(238, 238, 238, 0.67);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.request_quote_inner p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.quote_btn {
    background: #fff;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    color: #00bff3;
    font-weight: 500;
}
.quote_btn i {
    margin-left: 5px;
}
.quote_btn:hover {
    color: #00bff3;
    text-decoration: none;
}
.about_service_new_content p:last-child {
    margin: 0;
}
.why_software {
    background: rgb(235 235 235 / 35%);
    position: relative;
}
/*.video_box {
    background: url(../images/video_poster.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}*/
.why_content {
    position: relative;
    padding: 50px 35px;
}
.video_box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.54);
}
.video_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.AnavClouds_features {
    position: relative;
    padding: 60px 0px;
}
.AnavClouds_features_grid_row > .col-lg-3 {
    margin-top: 35px;
}
.feature_grid {
    background: #fff;
    border: 1px solid #eee;
    height: 100%;
    border-bottom: 4px solid #00bff5;
    position: relative;
    transition: all 0.3s;
    padding: 15px;
}
.feat_icon {
    padding: 0;
}
.feat_icon img {
    max-width: 80px;
    margin-bottom: 25px;
}
.feat_icon img.hover_img {
    display: none;
}
.feat_content {
    position: relative;
    padding: 0;
}
.feat_content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
}
.feat_content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.feature_grid:hover {
    background: #00bff5;
}
.feature_grid:hover .feat_icon img.default_img {
    display: none;
}
.feature_grid:hover .feat_icon img.hover_img {
    display: inline-block;
}
.feature_grid:hover .feat_content h3, .feature_grid:hover .feat_content p {
    color: #fff;
}
.benefits_services_new {
    position: relative;
    padding-top: 60px;
}
.benifits_grid_new {
    text-align: center;
    position: relative;
    margin-top: 40px;
    padding: 40px 20px;
    transition: all 0.3s;
    box-shadow: 0 0px 50px rgba(0,0,0,.05);
    border-radius: 6px;
}
.benifits_grid_new p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    font-weight: 300;
}
.benifits_grid_new:hover {
    box-shadow: 0 0px 5px rgba(0,0,0,.1);
}
.benefits_services_new h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}
.benefits_s_new_uline li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #545454;
    font-weight: 300;
    position: relative;
    padding-left: 32px;
}
.benefits_s_new_uline li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/tick.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 2px;
}
.b_service_lead_text{
    font-size: 16px;
    color: #545454;
    font-weight: 300;
    line-height: 28px;
}
.why_ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #666;
    font-weight: 300;
    position: relative;
    padding-left: 32px;
}
.why_ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/tick.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    top: 2px;
}
.why_content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.why_content p{
    font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 28px;
}
.case_study_slider .caseStudy_grid {
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 7%);
}
.introduction_case_study {
    position: relative;
    padding: 60px 0px;
    background: rgb(235 235 235 / 35%);
}
.introduction_case_study h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
}
.problems_case_div {
    padding: 60px 0px;
    position: relative;
}
.problems_case_img {
    max-width: 150px;
    float: right;
    margin-left: 100px;
    margin-top: -40px;
}
.introduction_case_study .about_service_new_content .ab_img {
    max-width: 500px;
    float: left;
    margin-right: 25px;
        margin-left: 0;
}
.introduction_case_study .about_service_new_content p {
    font-size: 15px;
    line-height: 32px;
}
.problems_case_div h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
}
.problems_solution_case_div {
    position: relative;
    padding: 60px 0px;
}
.problems_solution_case_div h2 {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 40px;
}
ul.solution_case_uline > li {
    position: relative;
    margin-bottom: 20px;
    line-height: 26px;
    padding-left: 20px;
}
.solution_inner_grid h5 {
    color: #2abff5;
    margin-bottom: 15px;
}
ul.solution_case_uline > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #2abff5;
    border-radius: 50%;
}
ul.solution_case_uline > li h5 {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
}
ul.solution_case_uline > li > ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 12px;
    font-size: 15px;
}
.address_content {
    width: 100%;
    display: none;
}
.address_content.in {
    display: block;
}
select#f_add_select {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding: 0px 6px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.AnavClouds_features_grid_row > .col-lg-4 {
    margin-top: 35px;
}
ul.who_we_buttons {
    flex-wrap: wrap;
}
.testimonial_slider .slick-dots li, .slick-dots li button {
    width: 20px !important;
    height: 7px !important;
}
.testimonial_slider .slick-dots li.slick-active, .slick-dots li.slick-active button {
    width: 35px !important;
}
.testimonial_slider .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 7px;
    background: #2abff5;
    border-radius: 10px;
}
.testimonial_slider .slick-dots {
    bottom: -50px;
}
.feature_education{
    position: relative;
    background: rgb(235 235 235 / 35%);
    padding: 60px 0px;
}
.benefits_education{
    position: relative;padding-bottom: 60px;
}
.feature_education .salesforce_grid h3{
    color: #222;
    font-weight: 700;
    transition: 0.3s;
    line-height: 28px;
}
.education_about {
    position: relative;
    padding: 60px 0px;
}
.about_education_content {
    margin-bottom: 60px;
    margin-top: 40px;
}
.about_education_second{
    margin-bottom: 60px;
}
.about_education_content p, .about_education_second p {
    font-size: 16px;
    line-height: 34px;
    color: #666;
    font-weight: 300;
}
.education_about p.lead_txt_eduction {
    font-size: 16px;
    color: #545454;
    font-weight: 300;
    line-height: 28px;
}
.service_cloud_ab_content{
    margin-top: 40px;
}
.service_cloud_ab_content h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}
.feature_education .section_header {
    max-width: 750px;
    margin: 0 auto;
}
.feature_service_cloud .salesforce_grid {
    min-height: 430px;
}
.cloud_about_main h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.financial_features .salesforce_grid {
    min-height: 400px;
}
.health_features .salesforce_grid {
    min-height: 430px;
}
.marketing_features .salesforce_grid {
    min-height: 450px;
}
.banner-intro.carrer_content p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 20px;
}
.salesforce_lwc_features .salesforce_grid {
    min-height: 330px;
}
.carrer_positions {
    position: relative;
    padding-bottom: 60px;
}
.smk_accordion.carrer_div .accordion_in .acc_head {
    font-size: 16px;
    font-weight: 500;
}
ul.carrer_acc_uline li {
    margin-right: 18px;
    margin-bottom: 14px;
}
ul.carrer_acc_uline li i {
    color: rgb(42 191 245 / 55%);
    margin-right: 3px;
}
.carrer_pos_header h2 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 34px;
}
.carrer_pos_header p {
    line-height: 28px;
    color: #666;
    font-weight: 300;
    padding: 0px 45px;
    font-size: 15px;
}
.contact_us {
    padding: 60px 0px;
    position: relative;
    background: #000;
}
.contact_us h2 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}
.contact_us:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background: #2abff5;
}
.contact_form {
    box-shadow: 0 0 3px 1px rgb(224 224 224 / 36%);
    padding: 50px;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    max-width: 820px;
    margin: 40px auto 0;
    background: #fff;
}
.contact_form .form-group {
    margin-bottom: 20px;
}
.contact_form select.form-control, .contact_form input.form-control {
    height: 48px !important;
    box-shadow: none;
    border: 1px solid #eee;
    font-size: 14px;
    background: rgb(42 191 245 / 2%);
}
.contact_form textarea.form-control {
    box-shadow: none;
    border: 1px solid #eee;
    font-size: 14px;
    resize: none;
    background: rgb(42 191 245 / 2%);
}
.contact_information {
    position: relative;
    padding: 60px 0px;
}
.contact_header h1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 45px;
}
.contact_header p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.heading_border {
    text-align: center;
    position: relative;
}
.heading_border:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #eee;
    z-index: -1;
    transform: translateY(-50%);
}
.heading_border h2 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #777;
    background: #fff;
    padding: 0px 15px;
    text-transform: uppercase;
}
.cont_info_grid h3 {
    color: #222;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.cont_info_grid p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}
.cont_info_grid a {
    display: block;
    line-height: 30px;
    color: #222;
    font-weight: 500;
    text-decoration: none;
}
.cont_info_grid {
    border: 1px solid rgb(225 225 225 / 40%);
    margin-top: 40px;
    border-radius: 0;
    text-align: center;
    transition: all 0.3s;
}
.cont_info_grid:hover {
    background: rgb(42 191 245 / 3%);
}
.cont_info_add {
    position: relative;
    padding: 20px 15px;
}
.contact_header {
    margin-bottom: 40px;
    position: relative;
}


.single-blog {
    position: relative;
    padding: 60px 0px;
    background: #f2f2f2;
}
.posting h2 {
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.search_post input.form-control {
    height: 48px;
    box-shadow: none;
    font-size: 13px;
}
.post_search {
    height: 48px;
    background: #2abff5;
    color: #fff;
        border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.recent_post, .categories_post, .contact_post, .popular_post, .insta_post {
    margin-top: 30px;
}
.posting ul.uline_post li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 22px;
}
.posting ul.uline_post li:before {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    font-size: 18px;
    color: rgb(42 191 245 / 49%);
}
.posting ul.uline_post li a {
    color: #666;
    font-size: 13px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.posting ul.uline_post li a:hover {
    color: #2abff5;
    text-decoration: none;
}
.blog-image img {
    width: 100%;
    margin-bottom: 20px;
}
.post_header {
    margin-bottom: 20px;
}
.post_header h2 {
    color: #222;
    font-weight: 700;
    font-size: 28px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    line-height: 1;
}
ul.post_detail_bar {
    margin-bottom: 15px;
}
ul.post_detail_bar li {
        color: #666;
    font-size: 13px;
    margin-right: 15px;
}
ul.post_detail_bar li i {
    color: rgb(42 191 245 / 49%);
}
ul.post_detail_bar li a {
    color: #2abff5;
}
.coment-form.comment-top {
    background: #fff;
    position: relative;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0px 3px 10px rgba(221, 221, 221, 0.38);
    border-radius: 5px;
}
.coment-form.comment-top h2 {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 700;
}
.blog_form_comment input.form-control {
    height: 48px;
    box-shadow: none;
    font-size: 13px;
}
.blog_form_comment textarea.form-control {
    box-shadow: none;
    font-size: 13px;
    resize: none;
}
.blog-left-section .blog-text p {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}
ul.single_blog_post_ul li {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}
ul.single_blog_post_ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #2abff5;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}
.post_div h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}
.post_div {
    margin-bottom: 25px;
    position: relative;
}
.our_vision {
    position: relative;
    padding: 60px 0px;
    background: #f6f6f6;
}
.banner_vs.about_banner h1 {
    margin-bottom: 20px;
}
.banner_vs.about_banner p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 0.7px;
}
.banner_vs.about_banner h1 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}
.our_leaders {
    position: relative;
    padding: 60px 0px;
}
.lead_grid {
    position: relative;
    margin-top: 60px;
}
.leader_img img {
    width: 100%;
}
.leader_img {
    padding-right: 20px;
    position: relative;
}
.leader_content p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 28px;
}
.leader_img ul i {
    margin-top: 20px;
    width: 40px;
    border: 2px solid #2abff5;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #222;
    margin: 15px 5px 0;
    font-size: 18px;
    transition: all 0.3s;
}
.leader_img ul {
    justify-content: center;
}
.leader_img ul i:hover, .leader_img ul i:focus {
    background: #2abff5;
    color: #fff;
}
.vision_img, .vision_content {
    position: relative;
    margin-top: 40px;
}
.vision_content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.vision_content {
    position: relative;
    padding-left: 30px;
}
.vision_content p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    font-weight: 300;
}
.vision_content a.custom_btn {
    margin-top: 15px;
}
.salesforce_migration_service .s_app_main .s_app_grid:last-child {
    padding-bottom: 0;
}
.s_app_content p a {
    color: #2abff5;
}
.about_content_page {
    position: relative;
    padding-top: 60px;
}
.ab_content_page h2 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-right: 60px;
}
.ab_content_page p {
    font-size: 16px;
    line-height: 28px;
    color: #545454;
    margin-bottom: 20px;
    font-weight: 300;
}
.seva-form.formkit-form {
    margin: 0 auto;
}
.salesforce_team_form {
    position: relative;
    padding: 60px 0px;
    background: rgb(242 242 242 / 53%);
}
.automative_features .salesforce_grid {
    min-height: 385px;
}
.automative_solution{
    position: relative;
    padding-bottom: 60px;
}
.benefits_s_new_uline.training_uline li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #545454;
    font-weight: 300;
    position: relative;
    padding-left: 25px;
}
.benefits_s_new_uline.training_uline li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/tick.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    top: 5px;
}
img.floating_img {
    max-width: 450px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
#get_in_touch .modal-dialog {
    max-width: 400px;
    height: 100%;
    align-items: center;
    display: flex;
    margin: 0px auto;
    padding: 30px 0px;
}
#get_in_touch button.close {
    position: absolute;
    right: -20px;
    top: -13px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: 300;
    font-size: 27px;
    background: #2abff5;
    padding: 0;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}
#get_in_touch button.close:focus {
    outline: none;
}
#get_in_touch .modal-body {
    padding: 30px;
}
#get_in_touch select.form-control, #get_in_touch input.form-control {
    height: 50px;
    box-shadow: none;
    border: 1px solid #eee;
    font-size: 14px;
    background: rgb(42 191 245 / 2%);
}
#get_in_touch textarea.form-control {
    box-shadow: none;
    border: 1px solid #eee;
    font-size: 14px;
    resize: none;
    background: rgb(42 191 245 / 2%);
}
.thankyou_content {
    max-width: 470px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0px 8px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
    text-align: center;
}
.thankyou_page {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.thankyou_content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.thankyou_content p {
    color: #666;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 0;
}
.thankyou_content img {
    max-width: 80px;
    margin-bottom: 20px;
}
.travel_hospitality_feat .salesforce_grid {
    min-height: 410px;
}


.book_call a {
    border-bottom: none !important;
    background: #20a1e0;
    display: inline-block !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 30px;
    padding: 3px 25px !important;
    min-width: 180px !important;
    font-size: 16px !important;
        line-height: 48px !important;
}
.book_call {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
#book_call .modal-dialog {
    margin: 0px auto;
    padding: 30px 30px;
    max-width: 700px;
    min-height: 100%;
    align-items: center;
    display: flex;
}
#book_call .modal-content {
    padding: 30px;
}
.book_call_btn {
    text-align: center;
}
#book_call .modal-content h2 {
    text-align: center;
    font-weight: 600;
}
#book_call p.lead_popup_txt {
    text-align: center;
    color: #666;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
}
#book_call button.close {
    position: absolute;
    right: -22px;
    top: -28px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 36px;
    font-weight: 300;
        outline: none;
}
#book_call input.form-control, #book_call select.form-control {
    height: 42px;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 13px;
    background: rgb(42 191 245 / 2%);
}
#book_call textarea.form-control{
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 14px;
    background: rgb(42 191 245 / 2%);
}
.custom-file-upload input[type="file"] {
    display: none;
}
.input-group-append {
    margin-left: -1px;
    background: #e4e4e4;
    align-items: center;
    padding: 0px 10px;
    width: 35px;
    justify-content: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.custom-file-upload .custom-file-upload1 {
    border: 1px dashed #ddd;
    display: block;
    padding: 10px 12px;
    cursor: pointer;
    text-align: center;
    background: rgb(42 191 245 / 2%);
    font-size: 15px;
    color: #666;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.contact_banner .banner-intro {
    text-align: center;
    position: relative;
}
.banner_vs.contact_banner {
    padding: 220px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.contact_banner h1 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #2abff5;
    display: inline-block;
    margin-bottom: 50px;
}
.animated_txt_banner a {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}
.email_other {
    position: relative;
    margin-top: 55px;
    text-align: center;
}
.email_other p {
    color: #fff;
    font-size: 20px;
}
.email_other a.email_link {
    border: 2px solid #2abff5;
    color: #2abff5;
    border-radius: 30px;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 20px;
}
.email_other a.email_link:hover, .email_other a.email_link:focus {
    background: #fff;
    border-color: #fff;
}
.how_help {
    background: #f6f6f6;
    position: relative;
    padding: 60px 0px;
}
.how_help h2 {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-size: 38px;
    font-weight: 600;
}
.how_grid {
    position: relative;
    margin-top: 30px;
    display: flex;
}
.how_grid img {
    width: 65px;
    margin-right: 20px;
    height: 65px;
}
.how_content h3 {
    font-size: 22px;
    font-weight: 700;
}
.how_content p {
    font-size: 15px;
    color: #666;
    min-height: 40px;
}
.how_content a {
    border: 2px solid #00BFF5;
    border-radius: 30px;
    padding: 8px 25px;
    margin-top: 0px;
    display: inline-block;
    color: #00BFF5;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.3s;
}
.how_content a:hover, .how_content a:focus {
    background: #00BFF5;
    color: #fff;
}
.thanks_bg.thanks_box {
    text-align: center;
    padding: 40px;
}
#thank-you-popup .modal-body.form-wrap {
    background: transparent;
    max-width: 500px;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#thank-you-popup .modal-body.form-wrap img {
    max-width: 72px;
    margin-bottom: 35px;
    margin-top: 20px;
}
.thanks_box {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: #f6f6f6;
}
.thanks-intro {
    max-width: 470px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0px 8px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
    text-align: center;
        background: #fff;
}
.thanks-intro img {
    max-width: 80px;
    margin-bottom: 20px;
}
.thanks-intro h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.thanks-intro p {
    color: #666;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 0;
}
.case_study_page figure.caseStudy_img img {
    height: 250px;
    object-fit: cover;
}
.blog-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.blog-pagination ul li a, .blog-pagination ul li span {
    border: 1px solid rgb(42 191 245 / 36%);
    padding: 10px 15px;
    display: inline-block;
    color: #666;
}
.blog-pagination ul li a.next.page-numbers i {
    display: none;
}
.blog-pagination ul li {
    margin: 0px 4px;
    font-size: 16px;
}
.blog-pagination ul li span.current {
    background: rgb(42 191 245 / 38%);
}
.acc_content strong {
    color: #222;
}
.contact_form input.form-control.error {
    border-color: red;
}
.Jooble-potential-link {
    position: relative;
    margin-top: 20px;
}
.Jooble-potential-link a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}
/*----- New Landing page css -----*/
.page-id-4094 div#widgets,.page-id-4094 div[itemscope],.page-id-4094 header#header,.page-id-4094 .breadcrumb-list,.page-id-4094 footer.footer,.page-id-4094 h1.entry-title.post-title  {
    display: none;
}
.page-id-4094 div#pg-4094-1 {
    background-color: #c3e4ff;
    padding: 57px 0;
    position: relative;
}

.Banner_leftText h3 {
    font-size: 40px;
    color: #333;
    font-weight: 700;
    margin: 30px 0 15px;
}

.Banner_leftText p {
    font-size: 16px;
    line-height: 1.7;
    padding-right: 20px;
}
.page-id-4094 div#pg-4094-4,.page-id-4094 div#pg-4094-3,.page-id-4094 div#pg-4094-5 {
    display: none;
}

.page-id-4094 div#pg-4094-6 div#panel-4094-6-0-0,.page-id-4094 div#pg-4094-6 div#panel-4094-6-0-1 {
    display: none;
}
.page-id-4094 div#pg-4094-2 {
    margin: 0;
    padding: 20px;
}
.footer_callToaction p {
    margin-bottom: 0;
}
.Banner_FormSec {
    background: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%);
    padding: 30px 30px 20px;
    border-radius: 8px;
    max-width: 450px;
    margin-left: auto;
}

.Banner_FormSec  h3.widget-title {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.banner_landingPage {
    align-items: center !important;
}

.TpHeaderSec {
    position: absolute;
    top: 20px;
    z-index: 9;
    max-width: 500px;
}

.page-id-4094 div#pg-4094-0 {
    margin-bottom: 0;
}
.Trusted_bySlider .gallery-item img {
    height: auto;
}

.Trusted_bySlider dl.gallery-item {
    padding: 0px 30px;
}

.Trusted_bySlider div#panel-4094-2-0-0 {
    margin-bottom: 0;
}

.Trusted_bySlider h5 {
    color: #7b7b7b;
    margin-bottom: 0;
}

.Banner_FormSec .gform_wrapper .gform_body li label {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    color: #606060;
}

.Banner_FormSec .gform_wrapper .gform_body li 
 span label {
    display: none !important;
}

.Banner_FormSec .gform_wrapper .gform_body li:nth-child(2),.Banner_FormSec .gform_wrapper .gform_body li:nth-child(3) {
    width: 50%;
    float: left;
    clear: inherit;
}

.Banner_FormSec .gform_wrapper .gform_body li:nth-child(4) {
    clear: both;
    padding-top: 17px;
}

.Banner_FormSec .gform_wrapper .gform_body li input,.Banner_FormSec .gform_wrapper .gform_body li textarea {
    width: 100%;
    border: 1px solid #c3c3c3;
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 4px;
}

.Banner_FormSec .gform_wrapper .gform_body li {
    padding-right: 0 !important;
}

.Banner_FormSec .gform_wrapper .gform_body li:nth-child(2) {
    padding-right: 8px !important;
}

.Banner_FormSec .gform_wrapper .gform_body li:nth-child(3) {
    padding-left: 8px !important;
}

.Banner_FormSec .gform_wrapper .gform_body li textarea {
    height: 90px;
}

.Banner_FormSec .gform_wrapper .gform_footer.top_label {
    margin: 0;
}

.Banner_FormSec .gform_wrapper .gform_footer.top_label input#gform_submit_button_1 {
    width: 100%;
    padding: 10px;
    transition: all 0.5s ease;
    border: 1px solid #009ddc;
    color: #fff;
    background: #009ddc;
    border-radius: 50px;
	cursor:pointer;
}

.Banner_FormSec .gform_wrapper .gform_footer.top_label input#gform_submit_button_1:hover {
    color: #009ddc;
    background: transparent;
}

.page-id-4094 div#pg-4094-2 {
    border-bottom: 1px solid #eaeaea;
}

.WHY_TESTLIO {
    text-align: center;
}

.WHY_TESTLIO h3.widget-title {
    color: #969696;
    font-size: 16px;
    font-weight: 500;
}

.WHY_TESTLIO p {
    font-size: 20px;
    max-width: 800px;
    margin: 20px auto 20px;
    line-height: 1.4;
    color: #2d2d2d;
}

.WHY_TESTLIO h5 {
    color: #656e79;
}
.container.banner_landingPage:before {content: "";position: absolute;width: 301px;height: 100%;background: url(/wp-content/uploads/2021/05/banner_arrow.jpg) no-repeat;background-position: center  center;left: 46%;transform: translate(-50%,-50%);top: 60%;}

.container.banner_landingPage > div {
    position: relative;
}
.page-id-4094  div#pg-4094-4 {
    background-color: #fff5ed;
    padding: 70px 0;
}

.Outperform_sec h3.widget-title {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 29px;
}

.Outperform_sec p {
    line-height: 1.5;
    font-size: 18px;
}

.Outperform_sec ul li {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.Outperform_sec ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background: url(/wp-content/uploads/2021/05/tick-inside-circle.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
}
.page-id-4094 div#pg-4094-5 {
    padding: 70px 0;
}
.page-id-4094 div#pg-4094-6 {
    background: #009ddc;
    padding: 20px;
    text-align: center;
}

.footer_callToaction  h3.widget-title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.footer_callToaction p {
    color: #fff;
}

.footer_callToaction div#panel-4094-6-0-0 {
    margin-bottom: 20px;
}

.footer_callToaction a.ow-icon-placement-left {
    background: #fff;
    color: #000000 !important;
    border-radius: 50px;
    border: none;
}
.Trusted_bySlider  div#panel-4094-2-0-1 {
    padding-top: 20px;
}

.Trusted_bySlider div#gallery-1 {display: flex;justify-content: center;}

.Trusted_bySlider div#gallery-1 dt.gallery-icon {
    border: 1px solid #eee !important;
}

@media(max-width:1199px){
	.page-id-4094 div#pg-4094-1 {
		padding: 110px 0;
	}
	.Banner_leftText h3 {
		font-size: 32px;
	}
	.container.banner_landingPage:before {
		width: 221px;
		left: 40%;
		background-size: contain;
	}
}
@media(max-width:991px){
	.page.page-id-4094 header#mobile_header,.page.page-id-4094 div#sm_menu_ham {
		display: none;
	}
	.page.page-id-4094 header#mobile_header {
		display: none;
	}

	.banner_landingPage {
		flex-direction: column-reverse !important;
	}
.banner_landingPage > div {
    width: 100% !important;
}
.page-id-4094 div#pg-4094-1 {
    padding: 110px 0 50px;
}
.Banner_FormSec {
    margin: 40px auto 30px;
    max-width: 100%;
	
}

.TpHeaderSec  img {
    max-width: 410px !important;
}
	.footer_callToaction p {
    font-size: 15px;
}
}
@media(max-width:767px){
	.banner_landingPage {
    flex-direction: column-reverse !important;
}
	.page-id-4094 #gallery-1 .gallery-item {
		text-align: center;
		width: 33.333%;
	}
	.TpHeaderSec img {
		width: 100%;
		padding-right: 10px;
	}
}
@media(max-width:480px){
	.page-id-4094 #gallery-1 .gallery-item {
		text-align: center;
		width: 50%;
	}
	.Banner_leftText h3 {
    font-size: 26px;
}
}



/*carrer page design*/
.banner_vs.carrer_banner {
    background: #18154c;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}
/*.banner_vs.carrer_banner:before{
    content: none;
}*/
.why_join_carrers .section_header h2 {
    padding: 0;
    font-weight: 400 !important;
    font-size: 40px !important;
}
.carrer_positions {
    position: relative;
    /*background: url(https://www.anavcloudsoftwares.com/wp-content/uploads/2021/10/Career1-1.webp);*/
    padding: 60px 0px;
    background-size: cover;
    background-position: center;
}
.apply_job_form textarea {
    height: 80px;
}
.carrer_pos_header h2 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 40px;
        color: #000;
}
.carrer_pos_header h2 strong {
    font-weight: 700;
}
.apply_job_form .file-input input {
    border: none;
    padding: 8px 15px;
}
.carrer_positions:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(239 239 239 / 85%);
}
.carrer_pos_header p {
    line-height: 28px;
    color: #333;
    font-weight: 400;
    padding: 0px 45px;
    font-size: 16px;
}
.carrer_position_grid {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 11%);
    padding: 20px;
    display: flex;
    align-items: center;
}
.Position_list {
    position: relative;
    margin-top: 35px;
    max-height: 560px;
    overflow-y: auto;
}
.position_Description {
    position: relative;
    padding-right: 50px;
}
.position_Description {
    position: relative;
    padding-right: 50px;
}
.position_Description p {
    font-size: 15px;
    line-height: 22px;
    color: #777;
}
ul.carrer_acc_uline li i {
    color: rgb(189 189 189);
    margin-right: 3px;
}
.position_Description h3 {
    font-size: 22px;
    font-weight: 700;
    color: #00bff5;
    margin-bottom: 12px;
}
.why_join_carrers .section_header h2 {
    padding: 0;
    font-weight: 400;
    font-size: 40px;
}
/*.banner_vs.carrer_banner:before{
    content: none;
}*/
.banner_vs.carrer_banner{
    background: #18154c;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}
.carrer_banner_bg {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 48%;
    background-size: cover;
    background-position: center;
}
.training_hiring {
    position: relative;
    padding: 60px 0px;
    background: rgb(235 243 255 / 30%);
}
.training_hiring h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.training_hiring p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: rgba(25,28,47,0.65);
    margin-bottom: 20px;
}
.training_hiring .number_count {
    margin-bottom: 10px;
}
.training_img {
    position: relative;
    padding-left: 0;
    padding-right: 30px;
}
.traing_btn .pulse-button {
    font-size: 24px;
    padding: 22px 40px !important;
    -webkit-animation: pulse 1.5s infinite;
    cursor: pointer;
    letter-spacing: 1.2px;
    background: none;
    color: #fff !important;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #00BFF5;
    border-radius: 2px;
    display: inline-block;
    min-width: 180px;
}


@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

.position_Description h3 a {
    color: #00bff5;
}
.join_team_apply .col-md-10 {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 13%);
    position: relative;
    padding: 60px 100px;
    background: #fff;
}
.join_team_apply h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 800;
    color: #2abff5;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.apply_job_form input, .apply_job_form select, .apply_job_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 23px;
    padding: 15px 20px;
    color: #757575;
}
.join_team_apply:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255 255 255 / 95%);
}
.apply_job_form .form-group {
    margin-bottom: 40px;
}
.apply_job_form h4 {
    font-size: 30px;
    color: #181818;
    font-weight: 600;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.personal_details {
    position: relative;
    padding-top: 40px;
}
.apply_job_form h4 span {
    font-size: 60px;
    line-height: 60px;
}
ul.job_ex_uline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
ul.job_ex_uline li {
    margin-right: 40px;
}

.custom_chkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.custom_chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
      position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
}

/* On mouse-over, add a grey background color */
.custom_chkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom_chkbox input:checked ~ .checkmark {
    background-color: #2abff5;
    border-color: #2abff5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom_chkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/*.custom_chkbox .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}*/
.job_experience_yes h5 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
}
.apply_job_form .custom_btn {
    border: none;
    border-radius: 30px;
    width: auto;
}

.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #ccc;
  width: 100%;
  position: relative;
  border-radius: 23px;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
    cursor: pointer;
    background: #e2e2e2;
    padding: 8px 20px;
    border-radius: 23px;
    margin-right: 8px;
}

.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.join_team_apply {
    position: relative;
    background: url(https://www.anavcloudsoftwares.com/wp-content/uploads/2021/10/apply_form_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog_see_all_link a {
    text-align: center;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 0px 15px;
    min-width: 150px;
    background: #fff;
    line-height: 37px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.blog_see_all_link a:hover {
    background: #00bff5;
    color: #fff;
    border-color: transparent;
}
.carrer_features {
    position: relative;
    padding: 60px 0px 60px;
    background: rgb(235 243 255 / 30%);
}
/*.carrer_features:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(235 243 255 / 30%);
    top: 60px;
    bottom: 0;
}*/
.carrer_features_img {
    position: relative;
    margin-top: 0px;
}
.dtr-icon-list li {
    position: relative;
    display: flex;
    padding: 15px 0px;
    margin: 0;
    background: none;
    list-style-type: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-radius: 0;
    border-color: #e7eaf6;
    color: #848484;
}
.dtr-icon-list li i {
    margin-right: 15px;
}
.carrer_features_content h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.carrer_features_content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(25,28,47,0.65);
}



/*Landing page css*/
.header_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.landing_home_banner {
    position: relative;
    padding: 70px 0px 90px;
    overflow-x: hidden;
}
.landing_hero_content {
    position: relative;
    z-index: 9;
}
.menu_right ul li:first-child {
    font-size: 18px;
}
.landing_hero_content .custom_btn {
    font-size: 15px;
}
.landing_hero_content h1 {
    color: #14212b;
    font-size: 52px;
    font-weight: 800;
    line-height: 62px;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
}
.landing_hero_content p {
    color: #616161;
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 28px;
}
.landing_hero_img {
    position: relative;
    margin-right: -70px;
    padding-left: 0px;
}
.demo_bg_img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.landing_hero_img .main_bg_img {
    animation: upDown 1.5s infinite alternate;
}
@keyframes upDown {
    0% {
    transform: translateY(-10px); }
    100% {
    transform: translateY(10px); } 
}

.landing_partner_logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.menu_right ul li:last-child a:hover {
    background: #00bff5;
    color: #fff;
}
.menu_right ul li a:hover {
    color: #00bff5;
}
.landing_partner_logo img {
    padding-right: 18px;
    max-width: 180px;
    max-height: 55px;
}
header#landing_header {
    padding: 8px 0px;
}
.menu_right ul li {
    margin-left: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu_right ul li a {
    color: #14212b;
    font-weight: 500;
}
.menu_right ul li img {
    max-height: 23px;
    margin-right: 8px;
}
.menu_right ul li:last-child a {
    display: inline-block;
    color: #00bff5;
    border-radius: 3px;
    line-height: 40px;
    padding: 0px 20px;
    min-width: 140px;
    text-align: center;
    font-weight: 500;
    border: 2px solid #00bff5;
}
.custom_landing_container {
    max-width: 1180px !important;
}
.landing_services {
    background: #F6F8FB;
    position: relative;
    padding: 60px 0px;
}
#company_logos{
    background: url(https://jthemes.com/themes/wp/metreex/wp-content/themes/metreex/assets/images/bg-05.jpg);
    background-position: center;
}
.industry_landing ul.dtr-icon-list {
    display: flex;
    flex-wrap: wrap;
}
.industry_landing ul.dtr-icon-list li {
    width: 50%;
    color: #333;
    font-size: 18px;
    align-items: center;
}
.industry_landing_img:after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -22px;
    background: url(../images/Vector.png);
    background-size: contain;
    width: 170px;
    height: 70px;
    background-repeat: no-repeat;
    z-index: -1;
}
.industry_landing_img:before {
    content: "";
    position: absolute;
    left: -22px;
    top: -22px;
    background: #241f5e;
    opacity: 0.10;
    height: 100%;
    width: 40%;
    border-top-left-radius: 30px;
}
.industry_landing_content {
    position: relative;
    padding-left: 30px;
}
.industry_landing_img img {
    position: relative;
    border-radius: 30px 0px 0px 0px;
}
.industry_landing_img {
    position: relative;
}
.dtr-cta-box {
    overflow: hidden;
    display: flex;
    border-radius: 8px;
    background: #162043;
}
.dtr-cta-box-left {
    width: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.dtr-cta-box-right {
    width: 60%;
    position: relative;
    box-sizing: border-box;
    padding: 50px 50px 50px 70px;
}
.dtr-cta-box-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -45px;
    top: 50%;
    background-color: #fff;
    margin-top: -40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 50%);
}
.dtr-cta-box-right h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 13px;
    letter-spacing: 1px;
}
.dtr-cta-box-right p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
}
.color-red {
    color: #00bff5 !important;
}
.dtr-cta-box-icon::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: -3px;
    bottom: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dtr-cta-box-icon::before {
    font-family: 'fontAwesome';
    content: "\f0e0";
    font-size: 42px;
    line-height: 80px;
}
.video_box_landing {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.video_poster_landing {
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.video_caption_landing:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 6%);
    border-radius: 8px;
}
.video_icon_landing {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.video_icon_landing img {
    max-width: 120px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.video_box_landing:hover .video_icon_landing img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.why_choose_landing {
    background: url(https://consulting.stylemixthemes.com/geneva/wp-content/uploads/sites/47/2020/05/icon-box-bg.jpg);
    position: relative;
    background-size: cover;
    padding: 80px 0px;
}
.landing_section_header h2 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.lead_txt {
    font-size: 16px;
    color: #777;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.about_us_landing p {
    font-size: 18px;
    line-height: 34px;
    color: #777;
    margin-bottom: 20px;
}
.about_us_landing {
    position: relative;
    overflow: hidden;
}
.comapny_logos_section {
    position: relative;
    /* height: 350px; */
    padding: 60px 0px;
}
.clients-wrapper .client img {
    opacity: 0.7;
    transition: all 0.3s;
}
.clients-wrapper .client:hover img {
    opacity: 1;
}
.divider_counter {
    height: 3px;
    background: #aee1ff;
    width: 60px;
    margin: 30px auto 0px;
}
.why_grid {
    text-align: center;
    position: relative;
    margin-top: 40px;
}
.why_grid h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.why_grid p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 0;
}
.wgy_grid_icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #00bff5;
    text-align: center;
    border-radius: 50% 50% 7px;
    z-index: 1;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 32px;
}
.s_landing_grid h3 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    padding: 20px;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    z-index: 9;
}
.s_landing_grid img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.s_landing_grid {
    position: relative;
    margin-top: 35px;
    overflow: hidden;
}
.s_landing_grid:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(transparent, rgb(0 0 0 / 30%), #000);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}
.s_landing_grid img {
    transition: all 0.3s;
}
.s_landing_grid:hover img {
    transform: scale(1.2);
}
.landing_service_header h2 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.lead_service_p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
    color: #616161;
}
.landing_service_header h2:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #00bff5;
    top: 50%;
    left: -100px;
}
.landing_service_header h2:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background: #00bff5;
    top: 50%;
    right: -100px;
}
.comapny_logos_section .counter-value {
    width: 100%;
    background: transparent;
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 40px;
}
.comapny_logos_section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 69%);
}
.comapny_logos_section .number_count {
    font-size: 60px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2abff5;
    display: inline-block;
    position: relative;
}
.comapny_logos_section .counter-value.response_time .number_count:before,
.comapny_logos_section .counter-value.project_delivery .number_count:before{
    content: none;
}
.comapny_logos_section .counter-value h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
}
.industry_landing_content .dtr-icon-list li img {
    max-width: 40px;
}
#contact_landing > .container {
    border-top: 1px solid #ddd;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.contact_form_landing input.form-control, .contact_form_landing select.form-control {
    height: 50px !important;
    border: none;
    font-size: 14px;
    background: #fff;
    box-shadow: 0px 3px 30px rgb(0 0 0 / 5%);
}
.contact_form_landing textarea.form-control {
    box-shadow: none;
    border: none;
    font-size: 14px;
    resize: none;
    background: #fff;
    box-shadow: 0px 3px 30px rgb(0 0 0 / 5%);
    height: 110px;
}
.contact_information_landing h2 {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
}
.cont_detail_landing {
    position: relative;
    margin-top: 30px;
}
.contact_information_landing p {
    font-size: 16px;
    line-height: 28px;
    color: #777;
    margin-bottom: 20px;
}
.cont_detail_landing ul.cont_uline li {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
}
.cont_detail_landing ul.cont_uline li a {
    color: #00bff5;
}
.cont_detail_landing ul.cont_uline li a i {
    margin-right: 10px;
}
#cleints_logos {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}


.testimonial_landing {
    position: relative;
    padding: 50px 0px;
}
.testimonial_slider_landing {
    margin-top: 40px;
    box-shadow: 0 10px 50px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 70px 100px;
    position: relative;
    background: #fff;
}
.testimonial_slider_landing .slick-prev {
    left: -20px;
    z-index: 9;
}
.testimonial_slider_landing .slick-next {
    right: -20px;
}
.testimonial_slider_landing .slick-prev, .testimonial_slider_landing .slick-next {
    font-size: 30px;
    width: 40px;
    height: 40px;
    outline: none;
    background: #fff !important;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
}
body .testimonial_slider_landing .slick-prev:before, body .testimonial_slider_landing .slick-next:before {
    font-family: 'fontAwesome';
    opacity: 1;
    font-size: 22px;
    color: #428cbc;
}
.testimonial_slider_landing .testimonial_item.slick-slide {
    position: relative;
    padding-left: 0px;
}
.testimonial_slider_landing .icon-part {
    position: relative;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    padding-top: 8px;
}
.testimonial_slider_landing .icon-part i {
    font-size: 60px;
    position: relative;
    z-index: 9;
    color: #428cbc;
    min-height: 80px;
}
.testimonial_slider_landing .icon-part img {
    width: 80px;
    position: absolute;
    top: 0px;
    height: 90px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
}
.testimonial_slider_landing .t_content {
    position: relative;
    text-align: center;
}
.testimonial_slider_landing .t_content p {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    font-weight: 400;
    font-style: normal;
}
.testimonial_slider_landing .t_content_author {
    position: relative;
    padding-right: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.testimonial_slider_landing .t_content_author img {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    margin-right: 20px;
}
.testimonial_slider_landing .t_content_author h3 {
    font-size: 20px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-weight: 600;
}
.testimonial_slider_landing .t_content_author span {
    font-size: 15px;
    font-style: italic;
    color: #666;
    font-weight: 300;
}
.testimonial_landing h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
}
ul.page_scrollmenu_link {
    overflow: auto;
    white-space: nowrap;
    text-align: center;
}
ul.page_scrollmenu_link li {
    display: inline-block;
    padding: 20px 0px;
}
ul.page_scrollmenu_link li a {
    padding: 0px 15px;
    display: inline-block;
    color: #221b5b;
    font-size: 18px;
    transition: all 0.3s;
}

ul.page_scrollmenu_link li a:hover {
    color: #00bff5;
}
.salesforce_training_info_content {
  min-height: 500px;
  position: relative;
    padding-right: 15px;
}
/*.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}*/
.request_sidebar_form h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.request_sidebar_form input.form-control {
    height: 42px;
    box-shadow: none;
    border: 1px solid #ececec;
    font-size: 13px;
    background: rgb(42 191 245 / 2%);
}
.request_sidebar_form textarea.form-control {
    box-shadow: none;
    border: 1px solid #ececec;
    font-size: 13px;
    background: rgb(42 191 245 / 2%);
}
ul.key_s_ul {
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.make-me-sticky {
    position: sticky;
    top: 90px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
}
.salesforce_training_connect {
    position: relative;
    padding: 60px 0px;
}
ul.key_s_ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #666;
    position: relative;
    padding-left: 40px;
    width: 50%;
    padding-right: 30px;
}
ul.key_s_ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/tick.webp);
    background-size: 16px;
    height: 30px;
    width: 30px;
    top: 3px;
    border: 2px solid #00bff5;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.training_faq {
    position: relative;
    padding: 60px 0px;
    background: #f9f9f9;
}
.training_connect_content h2 {
    border-left: 5px solid #428cbc;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
}
.training_connect_content h3 {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 32px;
}
.scrollbar_links_page {
    position: relative;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 13%);
}
.salesforce_training_review_logo {
    background: #f9f9f9;
    position: relative;
    padding: 40px 0px;
}
.s_project_grid {
    background: #fff;
    position: relative;
    border-bottom: 4px solid #2abff5 !important;
    margin: 30px 15px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 0px;
    min-height: 340px !important;
}
.salesforce_project_tools li {
    margin-right: 30px;
}
.s_project_grid p {
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 25px;
}
.salesforce_project_tools {
    justify-content: space-between;
    flex-wrap: wrap;
}
.salesforce_courses_slider .slick-next {
    right: 5px;
}
.salesforce_courses_slider {
    position: relative;
    margin-top: 20px;
}
.salesforce_courses_slider .slick-prev, .salesforce_courses_slider .slick-next {
    font-size: 30px;
    width: 40px;
    height: 40px;
    outline: none;
    background: #2abff5 !important;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    top: -55px;
    transform: translateY(0);
}
body .salesforce_courses_slider .slick-prev:before, body .salesforce_courses_slider .slick-next:before {
    font-family: 'fontAwesome';
    opacity: 1;
    font-size: 22px;
    color: #ffffff;
}
.salesforce_courses_slider .slick-prev {
    left: auto;
    z-index: 9;
    right: 55px;
}
.salesforce_project_Slider {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.salesforce_project_tools li i {
    height: 55px;
    width: 55px;
    background: #d7f4ff;
    color: #2abff5;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 54px;
    margin-right: 8px;
}
.s_project_grid h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 13px;
}
.courses_grid ul li {
    position: relative;
    margin-bottom: 10px;
    color: #666;
}
.courses_grid ul li i {
    min-width: 20px;
}
.salesforce_training_review_logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.courses_grid h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.salesforce_training_review_logo ul li i {
    color: #fbaf02;
    margin-left: 5px;
    font-size: 20px;
}
.salesforce_cources h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.salesforce_training_review_logo ul li {
    width: 33.33%;
    padding: 0px 60px;
    display: flex;
    align-items: center;
        border-right: 1px solid #ddd;
    font-size: 28px;
    font-weight: 600;
}
.salesforce_training_review_logo ul li:last-child{
    border-right: none;
}
.salesforce_training_review_logo ul li img {
    max-height: 75px;
    margin-left: 20px;
    background: #fff;
    padding: 8px;
}
.salesforce_project {
    position: relative;
    padding: 60px 0px 0;
}
.salesforce_overview {
    position: relative;
    padding: 60px 0px;
}
.salesforce_cources {
    position: relative;
    padding: 60px 0px;
    background: #f4f7fc;
}
.salesforce_overview h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 15px;
}
.salesforce_training_info {
    position: relative;
    padding: 60px 0px;
}
.salesforce_training_info h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
.course_curriculum {
    position: relative;
    margin-top: 45px;
}
.curriculum_cource_grid h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.curriculum_cource_grid {
    position: relative;
    margin-top: 25px;
}
.curriculum_cource_grid p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.courses_grid {
    position: relative;
    background: #fff;
    margin: 0px 5px;
    padding: 15px;
    border-radius: 5px;
    /* box-shadow: 0 20px 50px rgb(0 0 0 / 7%); */
}
.salesforce_project_Slider .slick-dots li.slick-active button {
    width: 30px !important;
    background: #2abff5;
}
.salesforce_project_Slider .slick-dots li  button {
    width: 20px !important;
    background: #eee;
    border-radius: 30px;
}
.salesforce_project_Slider .slick-dots li button:before{
    content: none;
}
.salesforce_project_Slider .slick-dots li{
    width: auto;
    height: auto;
}
.salesforce_project h2, .why_career_training h2 {
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 700;
}
.why_career_training {
    position: relative;
    background: #f4f7fc;
    padding: 60px 0px;
}
.why_career_training_tabs ul.nav.nav-tabs {
    width: 250px;
    margin-right: 30px;
    border: none;
}
.why_career_training_tabs .tab-content {
    position: relative;
    width: calc(100% - 280px);
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
}
.why_career_training_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: flex-start;
}
.why_career_training_tabs ul.nav.nav-tabs li.nav-item {
    margin-bottom: 15px;
    width: 100%;
    background: #000;
    border: none;
    border-radius: 0px;
    color: #fff;
}
.why_career_training_tabs .nav-tabs .nav-item.show .nav-link, .why_career_training_tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2abff5;
    border-color: transparent;
}
.why_career_training_tabs .nav-tabs .nav-link {
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 15px 18px;
}
ul.hiring_tab_logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.hiring_tab_logos li {
    width: 20%;
    text-align: center;
    padding: 10px 15px;
}
ul.Industries_tab_logos {
    display: flex;
    flex-wrap: wrap;
}
ul.Industries_tab_logos li {
    width: 25%;
    text-align: center;
    padding: 10px 15px;
}
ul.Industries_tab_logos li img {
    max-height: 65px;
    margin-bottom: 15px;
}
ul.Industries_tab_logos li p {
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
}
ul.Industries_tab_logos li a {
    color: #222;
}
ul.jobProfile_tab_logos li {
    width: 33.33%;
}
.salesforce_salery img {
    border: 1px solid #ddd;
}
.salesforce_salery h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.salesforce_salery p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.training_hiring .counter-value h5 {
    font-size: 18px;
}
.talk_us_training_banner {
    background: url('/wp-content/uploads/2022/02/contact-banner.webp');
    background-size: cover;
    background-position: center right;
    padding: 20px 15px;
    position: relative;
}
.talk_us_training_banner p {
    margin: 0;
}
.talk_us_training {
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
    position: relative;
}
.talk_us_quote {
    position: relative;
    border-top: 30px solid #eee;
    padding: 30px 15px;
}
.talk_us_quote_grid p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 5px;
}
.talk_us_quote_grid span {
    font-style: italic;
    font-size: 15px;
    color: #020202;
}
.talk_us_quote_grid {
    position: relative;
    margin-bottom: 25px;
}
.talk_us_quote .talk_us_quote_grid:last-child {
    margin-bottom: 0px;
}
.talk_us_quote:before {
    content: "\f10d";
    position: absolute;
    top: -10px;
    left: 15px;
    font-family: fontAwesome;
    font-size: 40px;
    color: #2abff5;
}
.talk_us_phone img.flag_img {
    max-width: 60px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-right: 20px;
}
.talk_us_phone {
    position: relative;
    padding: 20px 15px;
}
.talk_number a {
    color: #222;
    font-size: 20px;
    font-weight: 500;
}
.talk_us_training_banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 56%);
}
.talk_us_training_banner h4 {
    color: #fff;
    position: relative;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}
.talk_us_training_banner p {
    color: #fff;
    position: relative;
    font-size: 14px;
}
#download_training_form h4.modal-title {
    font-weight: 600;
    font-size: 24px;
}
#download_training_form .modal-body {
    padding: 30px;
}
#download_training_form input.form-control {
    height: 48px;
    border: 1px solid #ddd;
    font-size: 13px;
    background: rgb(42 191 245 / 2%);
    box-shadow: none;
}
div#download_training_form .modal-body label {
    font-size: 15px;
}



/*responsive css*/
@media (max-width: 1199px){
.landing_hero_content h1 {
    font-size: 42px;
    line-height: 50px;
}
.landing_hero_content p {
    font-size: 16px;
    line-height: 26px;
}
.lead_service_p {
    font-size: 16px;
}
.landing_section_header h2 {
    font-size: 34px;
}
.industry_landing ul.dtr-icon-list li {
    font-size: 15px;
}
.industry_landing_content .dtr-icon-list li img {
    max-width: 26px;
}
.s_landing_grid h3 {
    font-size: 24px;
    padding: 15px;
}
.why_grid h4 {
    font-size: 18px;
}
.testimonial_landing h2 {
    font-size: 34px;
}
.contact_information_landing h2 {
    font-size: 34px;
}
.landing_service_header h2 {
    font-size: 34px;
}
.courses_grid h3 {
    font-size: 16px;
    line-height: 22px;
}
.banner_vs h1 {
    font-size: 38px;
}
}


@media (max-width: 991px){
.order_1 {
    order: 1;
}
.order_2 {
    order: 2;
}
.landing_hero_img {
    position: relative;
    margin-right: 0;
    padding-left: 0px;
    margin-bottom: 50px;
}
.industry_landing_content {
    position: relative;
    padding-left: 0;
    margin-top: 40px;
}
.video_box_landing {
    margin-top: 50px;
}
.testimonial_slider_landing {
    padding: 50px 50px;
}
.comapny_logos_section .counter-value {
    padding: 20px 0;
}
.talk_us_training {
    margin-top: 40px;
}
.why_career_training_tabs ul.nav.nav-tabs {
    width: 100%;
    margin-right: 0;
    border: none;
    justify-content: center;
}
.salesforce_project_tools li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
.salesforce_training_review_logo ul li img {
    max-height: 56px;
}
.salesforce_training_review_logo ul li {
    padding: 0px 15px;
}
.training_placement_video {
    position: relative;
    margin-top: 40px;
}
.why_career_training_tabs ul.nav.nav-tabs li.nav-item {
    width: auto;
    min-width: 150px;
    margin: 0px 15px;
    text-align: center;
}
.why_career_training_tabs .tab-content {
    width: 100%;
}
.training_connect_img {
    position: relative;
    margin-bottom: 40px;
}
#training_faqs .faq_img {
    margin-top: 40px;
}
.join_team_apply .col-md-10 {
    padding: 50px 30px;
}
.join_team_apply h1 {
    font-size: 48px;
}
.apply_job_form h4 {
    font-size: 26px;
    margin-bottom: 15px;
}
}

@media (max-width: 767px){
.landing_hero_content h1 {
    font-size: 30px;
    line-height: 38px;
}
.apply_job_form .file-input input {
    border: none;
    padding: 8px 5px;
}
.apply_job_form .form-group {
    margin-bottom: 15px;
}
.apply_job_form h4 span {
    font-size: 40px;
    line-height: 24px;
}
.personal_details {
    position: relative;
    padding-top: 15px;
}
.apply_job_form h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.join_team_apply .col-md-10 {
    padding: 50px 15px;
}
.join_team_apply h1 {
    font-size: 30px;
}
.join_team_apply > .container > .row {
    margin: 0;
}
.dtr-icon-list li {
    align-items: center;
}
.carrer_features_content h2 {
    font-size: 28px;
}
.carrer_features_img {
    margin-bottom: 25px;
}
ul.carrer_acc_uline {
    flex-wrap: wrap;
}
.position_Description {
    position: relative;
    padding-right: 0;
}
.carrer_position_grid {
    flex-wrap: wrap;
}
.carrer_pos_header p {
    padding: 0;
    font-size: 15px;
}
.why_join_carrers .section_header h2 {
    font-size: 36px !important;
    line-height: 44px;
}
.training_hiring h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.traing_btn {
    text-align: center;
}
.training_img {
    padding: 0;
    margin-bottom: 25px;
}
.banner-intro.carrer_content {
    margin-bottom: 25px;
}
.salesforce_training_review_logo ul {
    margin-left: -15px;
    margin-right: -15px;
}
.salesforce_training_review_logo {
    padding: 0;
}
.salesforce_training_review_logo ul li {
    width: 100%;
    border-right: none;
    justify-content: center;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 20px 10px !important;
}
.training_connect_content h2 {
    font-size: 24px;
}
.curriculum_cource_grid h3 {
    font-size: 18px;
}
.salesforce_project h2, .why_career_training h2 {
    font-size: 24px;
}
.salesforce_training_info h2 {
    font-size: 24px;
}
ul.key_s_ul li {
    width: 100%;
    padding-right: 0;
}
.salesforce_courses_slider .slick-prev, .salesforce_courses_slider .slick-next {
    top: auto;
    bottom: -35px;
}

.salesforce_overview h2 {
    font-size: 24px;
    line-height: 34px;
}
.sidebar-item {
    position: relative;
        margin-top: 40px;
}
.make-me-sticky {
    position: relative;
    top: 0;
}
.landing_hero_content .custom_btn {
    letter-spacing: 0 !important;
}
.training_connect_content h3 {
    font-size: 18px;
    line-height: 28px;
}
.landing_service_header h2:after{
    content: none;
}
.landing_service_header h2:before{
    content: none;
}
.industry_landing {
    position: relative;
    overflow: hidden;
}
.testimonial_slider_landing .slick-dots {
    bottom: -50px;
}
.testimonial_slider_landing .slick-dots li.slick-active, .testimonial_slider_landing .slick-dots li.slick-active button {
    width: 35px !important;
}
.testimonial_slider_landing .slick-dots li, .testimonial_slider_landing .slick-dots li button {
    width: 20px !important;
    height: 7px !important;
}
.testimonial_slider_landing .slick-dots li.slick-active, .testimonial_slider_landing .slick-dots li.slick-active button {
    width: 35px !important;
}
.testimonial_slider_landing .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 7px;
    background: #2abff5;
    border-radius: 10px;
}
header#landing_header.sticky {
    position: relative;
}
.s_landing_grid img {
    height: 320px;
}
.s_landing_grid h3 {
    font-size: 20px;
    padding: 15px;
}
ul.Industries_tab_logos li {
    width: 50%;
    text-align: center;
    padding: 10px 15px;
}
}

@media(max-width: 520px){
.clients-wrapper {
    flex-wrap: wrap;
}
.clients-wrapper .client {
    width: 50%;
}
.why_career_training_tabs ul.nav.nav-tabs li.nav-item {
    width: 100%;
    min-width: 150px;
    margin: 5px 15px;
    text-align: center;
}
.video_poster_landing {
    height: 210px;
}
.video_icon_landing img {
    max-width: 100px;
}
.apply_job_form h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
ul.hiring_tab_logos li {
    width: 33.33%;
    text-align: center;
    padding: 10px 15px;
}
.landing_section_header h2 {
    font-size: 28px;
}
.about_us_landing p {
    font-size: 16px;
    line-height: 30px;
}
.dtr-icon-list li i {
    margin-right: 15px;
}
.industry_landing ul.dtr-icon-list li {
    width: 100%;
}
.industry_landing ul.dtr-icon-list li {
    font-size: 15px;
}
.testimonial_landing h2 {
    font-size: 28px;
}
.testimonial_slider_landing {
    padding: 50px 15px;
}
.testimonial_slider_landing .t_content p {
    font-size: 15px;
    line-height: 26px;
}
.testimonial_slider_landing .t_content_author img {
    height: 65px;
    width: 65px;
    margin-right: 15px;
}
.logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.menu_right {
    width: 100%;
}
.menu_right ul {
    justify-content: space-between;
}
.menu_right ul li:first-child {
    font-size: 15px;
}
.menu_right ul li:last-child a {
    padding: 0px 8px;
    min-width: 1px;
    font-size: 13px;
    margin-left: 5px;
    letter-spacing: 0;
}
.video_icon_landing img {
    max-width: 65px;
}
.about_us_landing {
    padding-bottom: 0;
}
.menu_right ul li {
    margin-left: 0;
}
.testimonial_slider_landing .slick-prev, .testimonial_slider_landing .slick-next{
    display: none !important;
}
.banner_vs.carrer_banner {
    padding: 50px 0px;
}
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 3px;
}
a.other_webLink {
    position: fixed;
    bottom: 154px;
    z-index: 99;
    right: -63px;
    border: 1px solid #2abff5;
    padding: 10px 15px;
    background: #2abff5;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 16px;
    transform: rotate(-90deg);
}
.common{
    color: #2abff5;
}

.page-template-case-study .caseStudy_content{
	min-height: 280px;
}
.page-template-case-study a.read_more_link {
	bottom: 15px;
  position: absolute;
}