@charset "utf-8";





/**************************************************************************************/

.header-action .content h6 a{
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.header-action .content h6 {
    margin-top: 0px;
    line-height: 1.3;
}

.blog-widget-3 .blog-post-sidebar {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 80px auto;
    gap: 15px;
}

.footer-widget-2 ul li a,
.footer-widget-4 ul li a,
#social_profiles_widget-1 span a,
.right-area a{
    color: #fff;
}

.blog-widget-3 {
    margin: 30px;
}

.w-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-widget-3 .content h6 {
    font-size: 16px;
}

.blog-widget-3 .content span {
    font-size: 14px;
    color: #787878;
}

.blog-widget-4 {
    margin: 30px;
}

.nav-wrapper{

    height: 1px;

    z-index: 9999;

    position: fixed;

    width: 100%;

}



.affix {

  top: 0px;

  width:100%;

}



.navbar-form {

   padding-left: 0;

}



.navbar-collapse{

   padding-left:0; 

}



.breadcrumb__area.bg-color-1.p-relative.pt-160.pb-160 {

    display: none;

}





.breadcrumbs-home{

    background: linear-gradient(90deg,rgba(46, 108, 135, 0.6) 0%, rgba(46, 108, 135, 0.6) 95%, rgba(46, 108, 135, 0.6) 100%) , url(../blog/business-people-working-using-te.webp);

    position: relative;

    height: 400px;

}



.breadcrumbs-home .banner-caption {

    position: absolute;

    top: 50%;
    width: 50%;

}

.breadcrumbs-home .banner-caption h1 {


    font-size: 32px !important;

    font-weight: 600 !important;

    line-height: 42px !important;

    color: #FFFFFF !important;

}



.breadcrumbs-home .banner-caption h6 {


    font-size: 32px !important;

    font-weight: 600 !important;

    line-height: 42px !important;

    color: #FFFFFF !important;

}







/**************************************************************************************/

.blog img{
    margin-bottom: 20px;
}


.blog-box {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 27px;
} 

.blog-box .blog-box-body { 
    padding: 20px;
    max-height: 260px;
    min-height: 260px;
    position: relative;
}
.blog-box .blog-box-body .primary-btn-5 {
    position: absolute;
    bottom: 20px;
}
.blog-box .blog-box-body .primary-btn-5:hover {
    background: #3c72fc;
}

/* shine start */
.blog-box .blog-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.calender-icon {
    margin-right: 10px;
}

.blog-box .blog-image:before {
position: absolute;
top: 0;
left: -75%;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
}

.blog-box:hover .blog-image:before {
  animation: shine 1.5s;
}
/* shine end */

@-webkit-keyframes shine {
100% {
  left: 125%;
}
}
@keyframes shine {
100% {
  left: 125%;
}
}


.blog-widget-4 .tagcloud a:nth-last-child(1), .blog-widget-4 .tagcloud a:nth-last-child(2), .blog-widget-4 .tagcloud a:nth-last-child(3) {
    margin-right: 8px;
    margin-bottom: 6px;
}
.sticky-top {
    top: 110px;
    z-index: 1;
}
.blog-widget-title {
    font-size: 28px;
}
.blog-sidebar-post-title {
    font-size: 16px;
}

.blog-widget-title:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--theme-color);
}

.slick-list:focus,

a:focus,

a:hover,

button.scroll-top:focus {

    outline: 0

}






.enquiryBtn a,

a:focus,

a:hover {

    text-decoration: none

}



body {

    font-family: Roboto, sans-serif;

    font-size: 14px

}



a,

h1,

h2,

h3,

h4,

h5,

h6,

li,

p,

span,

ul {

    margin: 0;

    padding: 0

}



.mt-20,

.mt20 {

    margin-top: 20px !important

}



.mt32 {

    margin-top: 32px

}



.mt40 {

    margin-top: 40px

}



.mb30 {

    margin-bottom: 32px

}



#WhyChooseWrap-mobile .media,

.mb20 {

    margin-bottom: 20px !important

}



.mainNav .navbar-default .navbar-nav>li:first-child,

.ml0 {

    margin-left: 0

}



.mr0 {

    margin-right: 0

}



.ml15 {

    margin-left: 15px

}



.sticky-quoteBtn {

    display: none;

    background: #0065b4;

    padding: 8px 25px;

    border: none;

    width: 100%

}



.sticky-quoteBtn a {

    color: #fff;

    font-size: 16px

}



.scroll-top {

    display: none;

    padding: 6px 14px;

    background-color: #211917;

    color: #fff;

    position: fixed;

    bottom: 100px;

    right: 30px;

    z-index: 99;

    border-radius: 50%;

    border: none;

    line-height: 25px

}



.modal-backdrop.in {

    opacity: .5;

    z-index: 1

}



.modal-body .btn-default {

    background: #0065b4;

    color: #fff;

    font-size: 18px;

    margin-top: 24px;

    padding: 8px 30px;

    border: 1px solid #0065b4;

    border-radius: 4px;

    margin-right: 10px;

    transition: .5s

}



.modal-footer {

    padding: 15px 15px 0

}



.modal-body {

    padding: 0 15px 15px;

    margin-top: -25px

}



.checklist h3,

.form-group {

    margin-bottom: 15px

}



.sticky-social-icons .icon-bar {

    position: fixed;

    top: 40%;

    right: 0;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    z-index: 99

}



.sticky-social-icons .icon-bar a {

    display: block;

    text-align: center;

    padding: 10px;

    transition: .3s;

    color: #fff;

    font-size: 20px

}



.sticky-social-icons .icon-bar a:hover {

    opacity: .9

}



.sticky-social-icons .facebook {

    background: #3a58a1;

    color: #fff

}



.sticky-social-icons .instagram {

    background: #833ab4;

    background: linear-gradient(90deg, #833ab4 0, #fd1d1d 60%, #fcb045 100%)

}



.sticky-social-icons .blog {

    background: #00baff;

    color: #fff

}



.sticky-social-icons .twitter {

    background: #00b0fc;

    color: #fff

}



.sticky-social-icons .google {

    background: #dd4b39;

    color: #fff

}



.sticky-social-icons .linkedin {

    background: #0077b5;

    color: #fff

}



.sticky-social-icons .youtube {

    background: #ff040f;

    color: #fff

}



ul {

    list-style-type: none;

    margin: 0;

    padding: 0

}



.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li.active>a {

    border-bottom: 3px solid #059be8;

    color: #059be8 !important

}



a {

    transition: .5s

}



a:focus {

    outline-offset: inherit

}



p {

    margin: 0

}



.clr-navyBlue,

footer .footerTop .footerLinksBox ul li a:hover {

    color: #0065b4

}



.topLinksWarp {

    background: #e8f4f6;

    padding-top: 6px;

    box-sizing: border-box

}



.newletterWrap .newsletterForm,

.topLinksWarp .topLinksWarpIn {

    text-align: right

}



.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li {

    margin-left: 26px

}



.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li>a {

    padding: 6px 0 10px;

    color: #23457c;

    font-weight: 500

}



.dropdown-menu>li>a:focus,

.dropdown-menu>li>a:hover,

.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li>a:hover {

    background: 0 0;

    color: #f60

}



.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li.quoteBtn a {

    background: #0065b4;

    color: #fff;

    border-radius: 3px;

    padding: 6px 24px

}



.enquiryBtn a:hover,

.languageServiceMap a:hover,

.newletterWrap .newsletterForm .btn-default:hover,

.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li.quoteBtn a:hover {

    background: #f60

}



.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li.chnageLanguage {

    margin-left: 7px

}



.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li.chnageLanguage a {

    background: #f6fbfc;

    color: #23457c;

    border-radius: 3px;

    padding: 5px 20px;

    border: 1px solid #d2e0e2

}



.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li.chnageLanguage a img {

    padding: 0 3px 0 5px

}



.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li.chnageLanguage a .caretIcon {

    font-size: 19px;

    line-height: 0 !important;

    display: inline-block;

    top: 3px;

    position: relative

}



.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li:last-child {

    margin-left: 12px

}



#WhyChooseWrap-mobile h2 span,

.topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li.chnageLanguage .dropdown-menu a:hover,

.whychooseHead h2 span {

    color: #f60

}



.homeBanner .fill {

    width: 100%;

    background-size: cover;

    background-position: center;

    height: 662px

}



.homeBanner .carousel-caption {

    left: 10%;

    right: 10%;

    text-shadow: -2px 2px 2px rgba(71, 71, 74, .6);

    padding: 0;

    bottom: 60px

}



.homeBanner .carousel-caption h2 {

    font-size: 48px;

    margin: 0

}



.homeBanner .carousel-caption h2 span,

.industryWrap h2 span,

.newletterWrap h4 span,

.testimonialWrap .testimonialSection h2 span {

    font-weight: 700

}



.homeBanner .carousel-caption h3 {

    font-size: 24px;

    font-weight: 200;

    margin: 11px 0 14px

}



.homeBanner .carousel-caption a {

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    border-radius: 20px;

    font-size: 16px;

    color: #fff;

    border: 1px solid #828184;

    font-weight: 600;

    padding: 8px 50px;

    display: inline-block

}



.bottomFooter .socialWrap .socialLinks li a:hover,

.eventModal .modal-body .btn:hover,

.homeBanner .carousel-caption a:hover,

.workshopsMedia .media-body .btn:hover {

    background: #0065b4

}



.homeBanner .carousel-indicators li {

    width: 10px;

    height: 10px;

    background: #fff;

    border: 2px solid #fff;

    margin: 0 1px

}



.homeBanner .carousel-indicators .active {

    width: 10px;

    height: 10px;

    background: #059be8;

    border: 2px solid #fff;

    margin: 0 1px

}



.mainNav .navbar-default {

    margin: 0;

    background: #fff;

    border: none;

    border-radius: 0;

    width: 100%;

    z-index: 20;

    min-height: inherit;

    padding-top: 2px;

    padding-bottom: 5px

}



header {

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 20

}



.navbar-default.scrolled {

    background-color: #fff !important;

    transition: background-color .2s linear

}



.mainNav .navbar-default.scrolled .navbar-nav>li>a,

.navbar-fixed-top .navbar-nav>li>a {

    color: #23457c !important

}



#homepage .mainNav .navbar-default {

    background: 0 0

}



#homepage .mainNav .navbar-default .navbar-nav>li>a,

.blogDetails-banner .banner-caption h1,

h6 {

    color: #fff

}



.mainNav .navbar-default .navbar-collapse {

    border-bottom: 1px solid rgba(255, 255, 255, .2)

}



.mainNav .navbar-default .navbar-brand {

    height: inherit

}



.mainNav .navbar-default .navbar-nav {

    margin-top: 35px

}



.mainNav .navbar-default .navbar-nav>li {

    margin-left: 22px

}



.mainNav .navbar-default .navbar-nav>li#active>a {

    color: #059be8 !important

}



.nav-tabs.aboutTabs>li#active>a {

    color: #059be8 !important;

    border-bottom: 4px solid #059be8 !important

}



.mainNav .navbar-default .navbar-nav>li>a {

    color: #23457c;

    font-size: 15px;

    padding: 0 0 10px

}



.cl-effect-4 a {

    padding: 0 0 10px

}



.cl-effect-4 a::after {

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    height: 1px;

    background: #059be8;

    content: '';

    opacity: 0;

    -webkit-transition: height .3s, opacity .3s, -webkit-transform .3s;

    -moz-transition: height .3s, opacity .3s, -moz-transform .3s;

    transition: height .3s, opacity .3s, transform .3s;

    -webkit-transform: translateY(-10px);

    -moz-transform: translateY(-10px);

    transform: translateY(-10px)

}



.cl-effect-4 a:focus::after,

.cl-effect-4 a:hover::after {

    height: 3px;

    opacity: 1;

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    transform: translateY(0)

}



.lsbNumberWrap {

    padding-top: 52px;

    padding-bottom: 52px;

    text-align: center

}



#WhyChooseWrap-mobile,

.whyChooseWrap {

    background: url(why-chooseBg.webp) center/cover;

    padding-bottom: 100px;

    overflow: hidden

}



.lsbNumberWrap h1 {

    color: #5d6d7e;

    font-size: 24px;

    margin: 0 0 50px

}



.lsbNumberWrap .numberBox {

    -webkit-box-shadow: 0 10px 20px rgba(109, 110, 123, .1), inset 0 -1px #c9d1d4;

    -moz-box-shadow: 0 10px 20px rgba(109, 110, 123, .1), inset 0 -1px #c9d1d4;

    box-shadow: 0 10px 20px rgba(109, 110, 123, .1), inset 0 -1px #c9d1d4;

    padding: 23px 10px

}



.lsbNumberWrap .numberBox h2 {

    margin: 0 0 15px;

    color: #f60;

    font-size: 40px;

    font-weight: 200;

    display: inline-block

}



.lsbNumberWrap .numberBox span {

    font-size: 40px;

    color: #f60

}



.lsbNumberWrap .numberBox h3 {

    margin: 0;

    color: #71757c;

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 3px;

    min-height: 30px

}



.whyChooseWrap {

    padding-top: 100px;

    width: 100%;

    color: #fff

}



#WhyChooseWrap-mobile .whyChooseBox .media .whyChooseIcon,

.whyChooseWrap .whyChooseBox .media .whyChooseIcon {

    width: 100px;

    height: 100px;

    border: 2px dashed #fff;

    border-radius: 50%;

    text-align: center;

    padding-top: 20px;

    transition: .5s

}



#WhyChooseWrap-mobile .whyChooseBox .media,

.whyChooseWrap .whyChooseBox .media {

    margin: 0;

    overflow: inherit;

    position: relative

}



.whyChooseWrap .whyChooseBox .media .media-body {

    text-align: right;

    font-size: 16px;

    font-weight: 300;

    vertical-align: middle

}



#WhyChooseWrap-mobile .whyChooseBox .media .media-body .media-heading,

.whyChooseWrap .whyChooseBox .media .media-body .media-heading {

    font-size: 28px;

    font-weight: 500;

    text-transform: uppercase

}



.whyChooseWrap .whyChooseBox .media .media-right {

    padding-left: 26px

}



.whyChooseWrap .whyChooseBox1 .media .media-left {

    padding-right: 26px

}



#WhyChooseWrap-mobile .whyChooseBox1 .media .media-body,

.whyChooseWrap .whyChooseBox1 .media .media-body {

    text-align: left

}



.whyChooseWrap .whyChooseBox .media:first-child {

    margin-bottom: 190px

}



.blogContentImg,

.whychooseHead {

    text-align: center

}



.whychooseHead h2 {

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    background-color: #fff;

    -webkit-box-shadow: 0 10px 50px rgba(68, 69, 74, .5);

    -moz-box-shadow: 0 10px 50px rgba(68, 69, 74, .5);

    box-shadow: 0 10px 50px rgba(68, 69, 74, .5);

    display: inline-block;

    color: #0065b4;

    font-size: 40px;

    font-weight: 700;

    padding: 18px 35px;

    margin: 150px 0 30px

}



#WhyChooseWrap-mobile a,

.whychooseHead a {

    font-size: 15px;

    color: #fff;

    border: 1px solid #fff;

    border-radius: 3px;

    display: inline-block;

    padding: 10px 25px

}



.whychooseHead a:hover {

    color: #fff;

    background: #f60;

    border: 1px solid #f60

}



.whyChooseWrap .whyChooseBox .media.arrow1:after {

    position: absolute;

    content: '';

    background: url(icon/arrow1.png);

    width: 57px;

    height: 48px;

    bottom: -23px;

    right: -23%

}



.whyChooseWrap .whyChooseBox .media.arrow2:after {

    position: absolute;

    content: '';

    background: url(icon/arrow3.png);

    width: 57px;

    height: 48px;

    top: -23px;

    right: -23%

}



.whyChooseWrap .whyChooseBox .media.arrow3:after {

    position: absolute;

    content: '';

    background: url(icon/arrow2.png);

    width: 57px;

    height: 48px;

    bottom: -23px;

    left: -23%

}



.whyChooseWrap .whyChooseBox .media.arrow4:after {

    position: absolute;

    content: '';

    background: url(icon/arrow4.png);

    width: 57px;

    height: 48px;

    top: -23px;

    left: -23%

}



.industryWrap {

    padding-top: 56px;

    text-align: center;

    padding-bottom: 30px;

    overflow: hidden

}



.testimonialWrap,

footer {

    padding-top: 60px

}



.industryWrap h2 {

    margin: 0 0 50px;

    color: #0065b4;

    font-size: 26px

}



.industryWrap .industyBox {

    border: 1px solid #d2e0e2;

    border-radius: 15px;

    padding: 45px 20px;

    margin-bottom: 30px

}



.industryWrap .industyBox h3 {

    color: #0a0f18;

    font-size: 20px;

    font-weight: 400;

    margin: 35px 0 0;

    min-height: 46px

}



.languageServiceMap {

    background: url(langaugeBg1.webp) center/cover;

    width: 100%;

    height: 600px;

    text-align: center

}



.languageServiceMap h3 {

    font-size: 26px;

    color: #fff;

    margin: 75px 0 45px

}



.languageServiceMap a {

    background: #0065b4;

    color: #fff;

    font-size: 15px;

    font-weight: 300;

    padding: 10px 25px;

    border-radius: 4px

}



.testimonialWrap {

    padding-bottom: 40px

}



.testimonialWrap .testimonialSection h2 {

    color: #0065b4;

    font-size: 26px;

    margin: 0 0 50px;

    text-align: center;

    padding: 0 351px;

    line-height: 31px

}



.testimonialWrap .testimonialSection .testimonialSlider {

    border: 1px solid #dcdcdc;

    border-radius: 15px;

    margin: 0 100px;

    padding: 84px 122px 54px;

    position: relative;

    text-align: center

}



.testimonialWrap .testimonialSection .testimonialSlider:before {

    position: absolute;

    content: '';

    width: 201px;

    height: 30px;

    background: #0063b1;

    top: -15px;

    left: 0;

    right: 0;

    margin: 0 auto;

    border-radius: 20px;

    z-index: 9

}



.testimonialWrap .testimonialSection .testimonialSlider .testiIcon {

    position: absolute;

    left: 0;

    right: 0;

    top: -32px;

    margin: 0 auto;

    width: 60px;

    text-align: center;

    padding-top: 20px;

    height: 60px;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    border-radius: 30px;

    background-color: #fff;

    -webkit-box-shadow: 0 19px 40px rgba(180, 188, 197, .7);

    -moz-box-shadow: 0 19px 40px rgba(180, 188, 197, .7);

    box-shadow: 0 19px 40px rgba(180, 188, 197, .7);

    z-index: 9

}



.testimonialWrap .testimonialSection .testimonialSlider p {

    color: #0a0f18;

    font-size: 20px;

    font-weight: 300;

    line-height: 32px

}



.testimonialWrap .testimonialSection .testimonialSlider h5 {

    color: #7a838d;

    font-size: 16px;

    font-weight: 300;

    margin: 36px 0 0

}



.testimonialWrap .testimonialSection .testimonialSlider .carousel-control {

    top: -90px;

    opacity: 1;

    font-size: 34px;

    text-shadow: none;

    line-height: 6px;

    width: 17px;

    height: 11px;

    z-index: 99

}



.testimonialWrap .testimonialSection .testimonialSlider .carousel-control.right {

    background: 0 0;

    right: 38.9%

}



.testimonialWrap .testimonialSection .testimonialSlider .carousel-control.left {

    background: 0 0;

    left: 38.9%

}



.logoWrap {

    padding-top: 48px;

    text-align: center

}



.bottomFooter,

.newletterWrap {

    padding-top: 26px;

    padding-bottom: 26px

}



.logoWrap h4 {

    color: #7a838d;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    margin: 0 0 40px;

    letter-spacing: 2px

}



.logoBoxWrap {

    margin: 0 100px

}



.logoWrap .logoBox,

footer .footerTop .footerLinksBox {

    width: 20%

}



.logoWrap .members .logoBox {

    width: 25% !important

}



.getStartWrap {

    background: url(getStartedBg.webp) center/cover;

    width: 100%;

    height: 462px

}



.getStartWrapIn {

    margin-left: 100px

}



.getStartWrap .getStartBox {

    background: #f60;

    border: 6px solid #fff;

    padding: 52px 30px 30px 52px;

    -webkit-box-shadow: 0 6px 50px rgba(180, 188, 197, .7);

    -moz-box-shadow: 0 6px 50px rgba(180, 188, 197, .7);

    box-shadow: 0 6px 50px rgba(180, 188, 197, .7);

    color: #fff;

    margin-top: 230px

}



.getStartWrap .getStartBox h2 {

    margin: 0;

    font-size: 40px;

    font-weight: 400;

    line-height: 48px

}



#blog-section .btn-loadMore,

.share-box {

    font-family: 'Roboto', sans-serif

}



.getStartWrap .getStartBox h2 span {

    display: block;

    font-weight: 700

}



.getStartWrap .getStartBox h3 {

    margin: 13px 0 26px;

    font-size: 20px;

    font-weight: 300

}



.getStartWrap .getStartBox a {

    background: #0065b4;

    color: #fff;

    font-size: 15px;

    font-weight: 400;

    padding: 10px 25px;

    border-radius: 4px;

    display: inline-block

}



.newletterWrap {

    background: #e6f0f1;

    margin-top: 30px

}



#homepage .newletterWrap {

    margin-top: 120px !important

}



.newletterWrap h4 {

    color: #0065b4;

    font-size: 26px;

    font-weight: 400;

    margin: 14px 0 0

}



.newletterWrap .newsletterForm .btn-default {

    background: #0065b4;

    color: #fff;

    font-size: 15px;

    font-weight: 400;

    padding: 11px 40px;

    border-radius: 3px;

    border: none;

    transition: .5s

}



.form-inline .form-group {

    width: 22%;

    margin-right: 8px

}



.newletterWrap .newsletterForm .form-inline .form-control {

    height: 44px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background-color: #fff;

    -webkit-box-shadow: 0 1px 1px rgba(180, 188, 197, .7);

    -moz-box-shadow: 0 1px 1px rgba(180, 188, 197, .7);

    box-shadow: 0 1px 1px rgba(180, 188, 197, .7);

    width: 100%;

    border: none

}



footer .footerTop {

    padding-bottom: 15px

}



footer .footerTop .footerLinksBox h6 {

    margin: 0 0 13px;

    color: #0065b4;

    font-weight: 700;

    font-size: 14px

}



footer .footerTop .footerLinksBox ul li {

    margin-bottom: 6px

}



footer .footerTop .footerLinksBox ul li a {

    font-size: 14px;

    color: #7a838d

}



footer .footerTop .footerLinksBox .listHeight {

    min-height: 154px

}



footer hr {

    margin: 0;

    border-top: 1px solid #bcbcbc

}



.bottomFooter h6 {

    margin: 0;

    color: #7a838d;

    font-size: 12px

}



.bottomFooter h6:last-child {

    margin-top: 8px

}



.bottomFooter h6 a {

    color: #7a838d

}



.bottomFooter .socialWrap .socialLinks,

[dir=rtl] .slick-slide {

    float: right

}



.bottomFooter .socialWrap .socialLinks li {

    display: inline-block;

    margin-left: 5px

}



.bottomFooter .socialWrap .socialLinks li a {

    width: 34px;

    height: 34px;

    background: #bfc3c7;

    display: block;

    border-radius: 50%;

    text-align: center;

    font-size: 15px;

    color: #fff;

    padding-top: 8px

}



.bottomFooter .socialWrap h5 {

    display: inline-block;

    color: #54595d;

    font-weight: 700;

    font-size: 14px;

    padding-right: 20px

}



.navbar-fixed-top {

    top: 0 !important;

    border-width: 0 0 1px;

    position: fixed !important;

    background: #fff !important

}



.dropdown-menu>li>a,

.nav-tabs {

    border-bottom: 1px solid #ddd

}



#WhyChooseWrap-mobile {

    padding-top: 0;

    width: 100%;

    color: #fff;

    text-align: center

}



.whyChooseWrap .whyChooseBox .media .whyChooseIcon:hover {

    -webkit-border-radius: 50px;

    -moz-border-radius: 50px;

    border-radius: 50px;

    background-color: #f60;

    -webkit-box-shadow: 0 7px 9px rgba(68, 69, 74, .57);

    -moz-box-shadow: 0 7px 9px rgba(68, 69, 74, .57);

    box-shadow: 0 7px 9px rgba(68, 69, 74, .57);

    border: 2px dashed #f60

}



#WhyChooseWrap-mobile .whyChooseBox .media .media-left,

#WhyChooseWrap-mobile .whyChooseBox1 .media .media-left {

    padding-right: 26px !important

}



#WhyChooseWrap-mobile h2 {

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    background-color: #fff;

    -webkit-box-shadow: 0 10px 50px rgba(68, 69, 74, .5);

    -moz-box-shadow: 0 10px 50px rgba(68, 69, 74, .5);

    box-shadow: 0 10px 50px rgba(68, 69, 74, .5);

    display: inline-block;

    color: #0065b4;

    font-size: 40px;

    font-weight: 700;

    padding: 18px 35px;

    margin: 60px 0 30px

}



#WhyChooseWrap-mobile .media-right,

.media>.pull-right {

    padding-left: 0 !important

}



#WhyChooseWrap-mobile .whyChooseBox .media .media-body {

    font-size: 16px;

    font-weight: 300;

    vertical-align: middle;

    text-align: left !important

}



#WhyChooseWrap-mobile .whyChooseBox .media:first-child {

    margin-bottom: 2px

}



#WhyChooseWrap-mobile .whychooseHead {

    text-align: center;

    margin-bottom: 45px !important

}



.dropdown-menu:hover .dropdown-menu {

    visibility: visible

}



.dropdown:hover .dropdown-menu,

.slick-initialized .slick-slide,

.tab-content>.active {

    display: block

}



.navbar-nav>li>.dropdown-menu a {

    color: #526790

}



.dropdown-menu>li>a {

    padding: 12px 25px

}



.dropdown-menu>li:last-child a {

    border: none

}



#blog-details .blog .tags ul li:before,

.dropdown-menu>li>a:after,

.eventModal p::before,

.secondary-logo,

.slick-arrow.slick-hidden,

.slick-slide.slick-loading img {

    display: none

}



.dropdown-menu li {

    padding: 0 15px;

    float: left

}



.bigMenu li,

.bigMenu1 li {

    float: left;

    width: 32%

}



.breadcrumb-section {

    background: #f9fafb;

    border-top: 1px solid #eef3f4

}



.breadcrumb-section .breadcrumb {

    background: 0 0;

    margin: 8px 0

}



.breadcrumb>li+li:before {

    color: #505050;

    content: "\f054" !important;


    font-size: 10px

}



.breadcrumb-section .breadcrumb li a,

.breadcrumb>.active {

    color: #505050 !important

}



/*.homeBanner.blogBanner{*/

/*    padding-top: 60px;*/

/*}*/



.homeBanner.blogBanner .fill {

    width: 100%;

    background-size: cover;

    background-position: center;

    height: 300px

}



.homeBanner.blogBanner .carousel-caption {

    position: absolute;

    bottom: 40px

}



.homeBanner.blogBanner .btn-featured {

    background: #fff;

    color: #0065b4 !important;

    font-weight: 700 !important;

    border-radius: 30px !important;

    text-shadow: none;

    text-transform: uppercase;

    letter-spacing: 2px;

    margin: 0 0 20px;

    cursor: none

}



.homeBanner.blogBanner .btn-featured:hover {

    color: #fff !important

}



.homeBanner.blogBanner h2 {

    font-size: 30px;

    font-weight: 700

}



.homeBanner.blogBanner h6 {

    margin: 0 0 45px;

    font-weight: 400

}



.blogDetails-banner .banner-caption h6 span,

.homeBanner.blogBanner h6 span {

    margin: 0 8px

}



.homeBanner.blogBanner .carousel-caption a {

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

    font-size: 16px;

    color: #fff;

    border: 1px solid #fff;

    font-weight: 400

}



.homeBanner.blogBanner .carousel-caption .btn-featured a {

    background: #0065b4 !important;

    border-radius: 8px !important

}



.homeBanner.blogBanner .carousel-indicators {

    position: absolute;

    bottom: 0 !important

}



#homepage .logoBoxWrap.members h6 {

    color: #0a0f18;

    margin-top: 12px

}



#homepage .lsbNumberWrap h1:first-child span {

    font-size: 26px

}



#homepage .lsbNumberWrap h1:first-child,

#homepage .lsbNumberWrap h2 {

    font-size: 35px;

    color: #0065b4 !important;

    margin-bottom: 15px

}



#blog-section .blog-heading p {

    font-size: 20px;

    margin: 40px 0 37px;

    color: #303236

}



/* #blog-section h2,

#blog-section h6,

#blog-section p,

#thank-you h3 {

    font-family: EkMukta, sans-serif

} */



#blog-section .blogs {

    text-align: left;

    display: flex;

    flex-wrap: wrap

}



/* #blog-section .blogs img:hover {

    opacity: .6;

    transition: .25s

} */

.readMoreBtn {
    padding: 15px 20px;
    border: 1px solid #ECECEC;
}


#blog-section .blogs h6,

.similar-articles-block .blogs h6 {

    color: #7d888f;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin: 5px 0 20px;
    font-size: 16px;

    display: flex;
    align-items: center;

}



#blog-section .blogs h2,

.similar-articles-block .blogs h2 {

    font-size: 20px;

    font-family: 'Roboto', sans-serif;

    text-transform: uppercase;

    line-height: 1.3

}



#blog-details .blog .tags ul li a,

#blog-details .blog p,

#blog-details .blog ul li,

#focus ul li {

    font-family: 'Roboto', sans-serif

}



#blog-section .blogs h6 span,

.similar-articles-block .blogs h6 span {

    margin: 0 10px

}



#blog-section .blogs p,

.similar-articles-block .blogs p {

    color: #363f50;

    font-size: 16px;

    font-weight: 400;

    margin-top: 30px;

    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;

}



#blog-section .btn-loadMore {

    background: #0065b4;

    color: #fff;

    font-size: 15px;

    border-radius: 5px;

    padding: 16px 42px

}



.breadcrumb-section .breadcrumb li {

    text-transform: uppercase;

    font-family: Roboto, sans-serif;

    font-size: 10px;

    font-weight: 700

}



.blogDetails-banner {

    background: linear-gradient(90deg,rgba(28, 110, 171, 0.63) 0%, rgba(28, 110, 171, 0.6) 50%, rgba(28, 110, 171, 0.7) 100%), url(../blog-details/internal-bg-img.webp);

    position: relative;

    height: 400px

}



.blogDetails-banner .banner-caption {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%)

}



.blogDetails-banner .banner-caption h6 {

    font-family: 'Roboto', sans-serif;

    font-size: 14px;

    margin-bottom: 20px

}



.blogDetails-banner .banner-caption h1 {

    font-family: Roboto, sans-serif;

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 12px;

}



.blog-heading h4 {

    font-size: 16px;

    font-weight: 400;

    color: #7d888f;

    text-transform: uppercase;

    margin: 32px 0 37px

}



.blog-heading h4 span {

    margin: 0 17px

}



.share-box {

    height: 80px;

    width: 80px;

    border-radius: 50%;

    background-color: #eceff3;

    color: #363f50;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    text-align: center;

    padding-top: 18px;

    margin: 0 auto;

    display: none;

}


.service-widget-2 .btn-box {
    padding: 0 0 30px;
}

.awardImg,

.card {

    margin-bottom: 30px

}

.backtotop-wrap svg path {
    fill: #ccc;
}

.icon-box .telephone-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.share-box i {

    font-size: 20px;

    margin-bottom: 5px

}



#blog-details .blog p {

    font-size: 16px;

    color: #363f50;


    padding: 0;
    font-family: 'Roboto', sans-serif;

}



#blog-details .blog h3 {

    font-size: 24px;

    font-weight: 700;

    font-family: Roboto, sans-serif;

    color: #0065b4;

    /* margin: 32px 0; */

    margin-bottom: 10px;

    padding: 1.2rem 0;

}

#blog-details .blog h2 {
    font-size: 24px;
}
#blog-details .blog ul {
    padding: 0;
    font-size: 16px;
}

#blog-details .blog ul li {
    padding-left: 0;
}

#blog-details .similar-articles-heading p,

#localisation h2,

#localisation h3,

#overview h3,

#whyChooseUs h3,

h2 {

    font-family: 'Roboto', sans-serif;

    text-transform: uppercase

}



#blog-details .blog p a,

#blog-details .blog p span {

    color: #059be8

}



#blog-details .blog ul li {

    font-size: 20px;

    color: #363f50;

    margin-bottom: 20px;

    position: relative;

    padding-left: 60px

}



#blog-details .blog ul li:before {

    content: "\f054";

    font-family: FontAwesome;

    font-style: normal;

    font-weight: 400;

    color: #aaacb1;

    text-decoration: inherit;

    font-size: 18px;

    padding-right: .5em;

    position: absolute;

    left: 20px;

    top: 4px

}



#blog-details .blog .tags {

    font-size: 16px;

    margin-top: 48px

}



#blog-details .blog .tags ul li {

    margin-left: 8px;

    padding-left: 0

}



#blog-details .blog .tags ul {

    display: inline-block

}



#blog-details .blog .tags ul li a {

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

    background: #eceff3;

    color: #363f50;

    padding: 11px 16px;

    border-radius: 5px

}



#blog-details .blog .contact-box {

    background: #f4fafd;

    border: 1px solid #d3e7f1;

    border-top: 3px solid #059be8;

    padding: 40px 0 55px;

    margin-top: 30px

}



#blog-details .similar-articles-heading p {

    font-size: 16px;

    color: #7d888f;

    margin: 76px 57px

}



#blog-details .blog .tags li a:hover,

.blog .share-box:hover {

    background: #0065b4;

    color: #fff;

    -webkit-transition: .8s;

    transition: .8s

}



.core-compentencies-banner {

    background-image: url(internalBanner/languageBanner.jpg);

    width: 100%;

    background-size: cover;

    background-position: center;

    height: 150px;

    position: relative

}



.core-compentencies-banner .banner-caption h1 {

    font-family: Roboto, sans-serif;

    font-size: 30px;

    font-weight: 700;

    color: #fff;

    text-transform: uppercase

}



.core-compentencies-banner .banner-caption {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%)

}



.nav-tabs>li.active>a,

.nav-tabs>li.active>a:focus,

.nav-tabs>li.active>a:hover {

    border-width: 0

}



.nav-tabs>li>a {

    border: none;

    color: #2d2f31;

    text-transform: uppercase;

    font-family: Roboto, sans-serif;

    font-size: 12px;

    padding: 27px 12px

}



.nav-tabs>li.active>a,

.nav-tabs>li>a:hover {

    border: none;

    color: #059be8 !important;

    background: 0 0

}



.nav-tabs>li>a::after {

    content: "";

    background: #059be8;

    height: 4px;

    position: absolute;

    width: 100%;

    left: 0;

    bottom: -1px;

    transition: 250ms 0;

    transform: scale(0)

}



#case-studies .accorPannel .panel-body ul li:before,

#faq .accorPannel .panel-body ul li:before,

.checklist ul li:before {

    content: "\f054";

    font-style: normal;

    text-decoration: inherit;

    font-size: 12px;

    padding-right: .5em;

    font-family: FontAwesome;

    left: 0;

    font-weight: 400

}



.nav-tabs>li.active>a::after,

.nav-tabs>li:hover>a::after {

    transform: scale(1)

}



.tab-nav>li>a::after {

    background: #059be8;

    color: #fff

}



.tab-pane {

    padding: 15px 0

}



.tab-content {

    padding: 20px

}



.card {

    background: #fff

}



.tabs .tab-content .tab-pane p {

    font-size: 18px;

    line-height: 1.7

}



.checklist h3,

.tabs .tab-content .tab-blocks h3 {

    font-size: 24px;

    color: #0065b4;

    font-family: 'Roboto', sans-serif

}



.tabs .tab-content .tab-pane p:first-child {

    margin-bottom: 40px

}



.tabs .tab-content .tab-blocks h3 {

    margin-bottom: 40px;

    margin-top: 10px

}



.tabs .tab-content .tab-blocks {

    margin-top: 60px

}



#focus ul li {

    font-size: 18px;

    line-height: 1.7;

    position: relative;

    padding-left: 25px

}



.checklist ul li:before {

    color: #000;

    position: absolute;

    top: 8px

}



.tab-blocks img {

    margin: 0 auto

}



#careers p,

#founder p,

#localisation p,

#operationsHead p,

#overview p,

#whyChooseUs p {

    font-size: 18px;

    color: #363f50;

    line-height: 34px

}



#localisation h3,

#overview h3,

#whyChooseUs h3,

h2 {

    line-height: 1.3;

    /*color: #0065b4;*/

    color: #284C88;

    margin-bottom: 10px

}



#careers .apply-section .btn-applyNow {

    background: #0065b4;

    color: #fff;

    font-size: 18px;

    margin-top: 24px;

    padding: 10px 31px;

    border: 1px solid #0065b4;

    border-radius: 4px;

    margin-right: 10px;

    transition: .5s

}



#careers .apply-section .btn-applyNow:hover {

    background: #f60;

    color: #fff;

    border: 1px solid #f60

}



#careers p a {

    color: #18aadd

}



#founder .head-img h2,

#operationsHead .head-img h2 {

    font-size: 24px;

    color: #0065b4;

    margin: 40px 0 0;

    text-align: center

}



#founder .head-img img,

#operationsHead .head-img img {

    -webkit-box-shadow: 15px 15px 0 0 #0065b4;

    -moz-box-shadow: 15px 15px 0 0 #0065b4;

    box-shadow: 15px 15px 0 0 #0065b4

}



#founder .head-img h2 span,

#operationsHead .head-img h2 span {

    display: block;

    font-size: 20px;

    position: relative;

    padding-top: 20px;

    color: #000

}



#founder .head-img h2 span:before,

#operationsHead .head-img h2 span:before {

    position: absolute;

    content: '';

    border-top: 1px solid #e8e8e8;

    width: 180px;

    margin: 0 auto;

    top: 9px;

    left: 0;

    right: 0

}



#founder .headDetail,

#operationsHead .headDetail {

    padding-left: 30px

}



#recognitions .recognitions .industyBox {

    min-height: 318px

}



#recognitions .recognitions .industyBox p {

    font-size: 16px;

    color: #0a0f18;

    margin-top: 12px;

    line-height: 25px

}



#case-studies .accorPannel .panel-body ul li,

#faq .accorPannel .panel-body ul li {

    position: relative;

    padding-left: 20px;

    font-size: 16px;

    line-height: 30px

}



#case-studies .accorPannel .panel-body ul li:before,

#faq .accorPannel .panel-body ul li:before {

    color: #000;

    position: absolute

}



#case-studies .accorPannel .panel-body h4 {

    margin-top: 20px;

    margin-bottom: 8px

}



#journey .timeline-section ul.timeline {

    list-style-type: none;

    position: relative;

    top: 20px

}



#journey .timeline-section ul.timeline:before {

    content: ' ';

    background: #d4d9df;

    display: inline-block;

    position: absolute;

    left: 29px;

    width: 2px;

    height: 100%;

    z-index: 400

}



#journey .timeline-section ul.timeline>li {

    margin: 20px 0 30px;

    padding-left: 60px

}



#case-studies .accorPannel .panel-body ul li,

#updates h2,

#updates p {

    padding-left: 20px;

    position: relative;

    font-size: 18px

}



#journey .timeline-section ul.timeline>li p {

    font-size: 18px;

    line-height: 30px

}



#journey .timeline-section ul.timeline>li a {

    color: #22c0e8;

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 8px;

    cursor: text

}



#journey .timeline-section ul.timeline>li:before {

    content: ' ';

    background: #fff;

    display: inline-block;

    position: absolute;

    border-radius: 50%;

    border: 3px solid #22c0e8;

    left: 20px;

    width: 20px;

    height: 20px;

    z-index: 400

}



#homepage .secondary-logo {

    display: block !important

}



#localisation h2 {

    font-size: 24px;

    line-height: 1.3;

    margin-bottom: 10px;

    padding-left: 10px

}



.logoWrap .carousel-control {

    top: inherit;

    bottom: 35%;

    opacity: 1;

    font-size: 34px;

    background: rgba(255, 255, 255, .5);

    text-shadow: none;

    line-height: 20px;

    padding: 10px 13px;

    width: 40px;

    height: 40px

}



.logoWrap .carousel-control.right {

    background: rgba(31, 28, 28, .57);

    right: 0

}



.logoWrap .carousel-control.left {

    background: rgba(31, 28, 28, .57);

    left: 0

}



.logoWrap .carousel-control .fa {

    line-height: 20px

}



.logoWrap .carousel.carousel-fade .item {

    -webkit-transition: opacity .5s ease-in-out;

    -moz-transition: opacity .5s ease-in-out;

    -ms-transition: opacity .5s ease-in-out;

    -o-transition: opacity .5s ease-in-out;

    transition: opacity .5s ease-in-out;

    opacity: 0

}



.logoWrap .carousel.carousel-fade .active.item {

    opacity: 1

}



.logoWrap .carousel.carousel-fade .active.left,

.logoWrap .carousel.carousel-fade .active.right {

    left: 0;

    z-index: 2;

    opacity: 0

}



.logoWrap .carousel.carousel-fade .next,

.logoWrap .carousel.carousel-fade .prev {

    left: 0;

    z-index: 1

}



.logoWrap .carousel.carousel-fade .carousel-control {

    z-index: 3

}



.logoWrap .carousel-indicators {

    bottom: -72px

}



.logoWrap .carousel-indicators li {

    background: #0065b4;

    width: 12px;

    height: 12px;

    margin: 0 3px

}



.logoWrap .carousel-indicators .active {

    background: #f60;

    width: 12px;

    height: 12px;

    margin: 0 3px

}



.logoWrap1 {

    padding-bottom: 92px;

    border-bottom: 1px solid #dcdcdc

}



#homepage .homeBanner .carousel-caption h3 span {

    font-size: 16px;

    font-weight: 500

}



#contact .formStyle h3 {

    margin-left: 18px

}



#orientation-training .languageDetailWrap ul li {

    position: relative;

    padding-left: 30px;

    font-size: 18px;

    line-height: 34px;

    color: #303236;

    font-weight: 400;

    margin: 0 0 20px

}



#orientation-training .languageDetailWrap ul li:before {

    position: absolute;

    content: '\f1db';

    font-family: FontAwesome;

    left: 0;

    top: 0

}



#orientation-training .whyLanguageDetailWrap1 .media .media-left .numberCircle {

    width: 50px;

    height: 50px;

    text-align: center;

    padding-top: 12px;

    background: #0065b4;

    color: #fff;

    border-radius: 50%

}



.national-languages {

    display: none;

    margin-top: 30px

}



.corporateTraining-subMenu li {

    float: none

}



#publications .pdf-download {

    border: 1px solid #dde1e4;

    border-radius: 4px;

    background: #fff;

    padding: 11px 12px;

    margin-bottom: 20px;

    font-family: Roboto, sans-serif;

    text-transform: uppercase

}



#publications .pdf-download span {

    display: inline-block;

    font-size: 13px;

    color: #454648;

    padding-left: 22px;

    vertical-align: middle

}



#publications .pdf-download i {

    color: #f60;

    font-size: 20px

}



#case-studies p {

    font-size: 18px

}



.awardImg p {

    font-size: 16px;

    font-family: Roboto, sans-serif;

    margin-top: 15px

}



#case-studies .panel-body,

#case-studies .panel-default {

    z-index: 1

}



.languageBox.indian-languages img {

    max-width: 35px

}



#updates .article a {

    font-size: 16px;

    margin-left: 20px

}



.article-images {

    display: inline-block;

    margin-right: 30px;

    margin-bottom: 20px

}



#case-studies .tabs .tab-content .tab-pane p:first-child {

    margin-bottom: 0

}



#localisation h3 {

    font-size: 18px !important

}



#case-studies .accorPannel .panel-body ul li {

    line-height: 30px

}



#updates h2:before,

#updates p:before {

    content: "»";

    color: #059be8;

    position: absolute;

    left: 0

}



#homepage .carousel-indicators {

    z-index: 1 !important

}



#blog .homeBanner.blogBanner .btn-featured:hover {

    color: #0065b4 !important;

    background: #fff

}



.article-images.blogs {

    width: 200px

}



.enquiryBtn {

    /* position: fixed; */

    right: 131px;

    bottom: 0;

    z-index: 99

}



/*.enquiryBtn a {*/

/*    background: #f60;*/

/*    color: #fff;*/

/*    padding: 7px 17px;*/

/*    font-size: 18px;*/

/*    font-weight: 700;*/

/*    display: inline-block;*/

/*    margin-right: -1px;*/

/*    letter-spacing: 2px*/

/*}*/



.stickey-btn {

    display: flex;

    position: fixed;

    bottom: 0;

    right: 0;

}



@media (min-width:768px) {



    #WhyChooseWrap-mobile,

    .top-menu {

        display: none

    }



    .breadcrumb-section .breadcrumb {

        margin: 0 0 0 -30px

    }



    .navbar-right .dropdown-menu {

        right: auto;

        opacity: .9

    }



    .dropdown-menu.bigMenu {

        min-width: 783px

    }



    .dropdown-menu.bigMenu1 {

        min-width: 600px

    }



    .navbar-nav ul.dropdown-menu .documentation-submenu,

    .navbar-nav ul.dropdown-menu .languages-submenu,

    .navbar-nav ul.dropdown-menu.corporateTraining-subMenu,

    .navbar-nav ul.dropdown-menu.industries-subMenu {

        left: inherit;

        right: 0

    }



    .bottomFooter .socialWrap h5 {

        margin-left: 100px;

        margin-top: 10px

    }



    #homepage .languageServiceMap h3 {

        font-size: 26px;

        font-family: Roboto, sans-serif;

        color: #fff;

        margin: 50px 0 45px

    }



    #orientation-training .languageDetailWrap ul li {

        width: 50%;

        float: left

    }

}



.workshop_page h2 {

    font-size: 24px

}



@media (max-width:1024px) {

    .testimonialWrap .testimonialSection h2 {

        padding: 0 !important

    }



    .languageServiceMap {

        background: url(langaugeBg1.png) center/100% 103% no-repeat;

        width: 100%;

        height: 600px;

        text-align: center

    }



    .dropdown-menu {

        display: none !important

    }



    .open .dropdown-menu {

        display: block !important

    }



    .article-images.blogs {

        width: 176px

    }

}



@media(max-width:1024px) and (min-width:768px) {

    .navbar-collapse.collapse {

        display: none !important

    }



    .navbar-collapse.collapse.in,

    .navbar-header .collapse,

    .navbar-toggle {

        display: block !important

    }



    .navbar-header {

        float: none

    }



    .mainNav .navbar-default .navbar-nav>li {

        width: 100%

    }



    .mainNav .navbar-default .navbar-nav>li>a:after {

        display: none

    }



    .navbar-default .navbar-nav>.open>a,

    .navbar-default .navbar-nav>.open>a:focus,

    .navbar-default .navbar-nav>.open>a:hover {

        background: 0 0

    }



    .mainNav .navbar-default .navbar-nav>li>a:hover {

        color: #f60 !important

    }



    .toplinkLft .navbar-right .dropdown-menu {

        right: auto

    }



    .bottomFooter .socialWrap h5 {

        margin-top: 12px;

        margin-left: 38px

    }



    #homepage .mainNav .navbar-default .navbar-brand {

        padding: 0 15px

    }



    #homepage .mainNav .navbar-default .navbar-nav {

        background: #fff

    }



    #homepage .mainNav .navbar-default .navbar-nav>li>a {

        color: #23457c;

        padding: 15px;

        border-bottom: 1px solid #ccc

    }



    #homepage .mainNav .navbar-default .navbar-nav>li,

    #homepage .mainNav .navbar-default .navbar-nav>li:first-child,

    .mainNav .navbar-default .navbar-nav>li,

    .mainNav .navbar-default .navbar-nav>li:first-child,

    .navbar>.container .navbar-brand,

    .navbar>.container-fluid .navbar-brand {

        margin-left: 0

    }



    div#bs-example-navbar-collapse-1 {

        float: left !important

    }



    .tabs .tab-content .tab-blocks h3 {

        margin-top: 0

    }



    .aboutTabs li>a {

        padding: 22px 8px

    }



    .labServicesWrapIn .labServiceBox {

        min-height: 437px !important

    }



    .translationImgWrap .translationImg h5 {

        font-size: 16px;

        padding: 0 5px;

        position: absolute;

        top: 23%

    }

}



@media (max-width:992px) and (min-width:768px) {

    .whyChooseWrap .whyChooseBox .media:first-child {

        margin-bottom: 250px

    }



    .whyChooseWrap .whyChooseBox .media .media-body .media-heading {

        font-size: 16px

    }



    .mainNav .navbar-nav>li>.dropdown-menu {

        left: 0

    }



    .homeBanner .fill {

        width: 100%;

        background-position: center;

        height: 350px

    }



    .homeBanner .carousel-caption h2 {

        font-size: 35px

    }



    .whychooseHead h2 {

        font-size: 24px;

        padding: 18px 24px

    }



    .whyChooseWrap .whyChooseBox .media.arrow2:after,

    .whyChooseWrap .whyChooseBox .media.arrow4:after {

        top: -47px

    }



    .testimonialWrap .testimonialSection .testimonialSlider {

        padding: 84px 40px 54px

    }



    #blog .getStartWrap .getStartBox {

        background: #f60;

        border: 6px solid #fff;

        padding: 27px 22px 30px 46px;

        -webkit-box-shadow: 0 6px 50px rgba(180, 188, 197, .7);

        -moz-box-shadow: 0 6px 50px rgba(180, 188, 197, .7);

        box-shadow: 0 6px 50px rgba(180, 188, 197, .7);

        color: #fff;

        margin-top: 170px

    }



    #blog-details .getStartWrap .getStartBox {

        padding: 16px 9px 10px 32px

    }



    #blog-details .getStartWrap .getStartBox h2 {

        font-size: 33px

    }



    .blogs_h2 {

        font-size: 2.5rem;

        text-transform: unset;

        font-weight: 600

    }



    #core-competency .nav-tabs>li>a {

        border: none;

        color: #2d2f31;

        text-transform: uppercase;

        font-family: Roboto, sans-serif;

        font-size: 12px;

        padding: 27px 12px

    }



    .aboutTabs li {

        width: 100%;

        border: 1px solid #ccc

    }



    .aboutTabs li>a {

        padding: 16px 8px

    }



    .aboutTabs {

        margin-top: 20px

    }



    .homeBanner .carousel-caption {

        bottom: 70px

    }



    #indian-language .languageBanner .carousel-caption {

        bottom: 25%

    }

}



@media (max-width:992px) {

    #blog-details .blog .share-box {

        margin-bottom: 15px

    }



    #careers .apply-section,

    #founder .head-img,

    #localisation h2,

    #operationsHead .head-img,

    #overview .head-img,

    #overview .overview-content h3,

    #whyChooseUs h3 {

        text-align: center

    }



    #whyChooseUs .whyChooseBlock img {

        margin: 0 auto 20px

    }



    #faq p,

    #founder p,

    #journey p,

    #localisation p,

    #operationsHead p,

    #overview p {

        text-align: left

    }



    #founder .head-img img,

    #localisation img,

    #operationsHead .head-img img,

    #overview .head-img img {

        margin: 0 auto

    }



    #localisation img {

        margin-bottom: 8px;

        margin-top: 8px

    }



    #localisation h2,

    #localisation h3 {

        text-align: center !important

    }



    #homepage .languageServiceMap h3 {

        margin: 25px 0 45px

    }



    #homepage .homeBanner .carousel-caption h3 {

        font-size: 16px

    }



    #certified-translation .languageBanner .carousel-caption,

    #documents-translated .languageBanner .carousel-caption {

        bottom: 10px !important

    }



    #certified-translation .languageBanner .carousel-caption h1,

    #documents-translated .languageBanner .carousel-caption h1 {

        font-size: 22px !important

    }



    .bigMenu li {

        float: left;

        width: 90%

    }



    .dropdown-menu li {

        float: none

    }



    .whyLanguageDetailWrap {

        padding-top: 30px !important

    }



    #training .languageBanner .carousel-caption {

        text-shadow: none;

        bottom: 20%;

        padding: 0

    }



    #faq .accorPannel .panel-title>a {

        position: relative;

        padding-right: 20px

    }



    #faq .accorPannel .panel-title .glyphicon {

        font-family: Roboto, sans-serif;

        font-size: 18px;

        float: right;

        top: 6px;

        background: #f1f4f5;

        padding: 5px 8px;

        color: #212223;

        border-radius: 5px;

        position: absolute;

        right: 12px

    }

}



@media (max-width:1199px) and (min-width:993px) {

    .whychooseHead h2 {

        font-size: 32px

    }



    .whyChooseWrap .whyChooseBox .media:first-child {

        margin-bottom: 200px

    }



    .lsbNumberWrap .numberBox h3 {

        font-size: 12px;

        min-height: 39px

    }



    .homeBanner .fill {

        width: 100%;

        background-position: center;

        height: 400px

    }



    .homeBanner .carousel-caption h2 {

        font-size: 47px

    }

}



@media (max-width:767px) {



    #localisation .loc-img,

    .bottomFooter,

    .enquiryBtn a {

        text-align: center

    }



    .testimonialWrap .testimonialSection .testimonialSlider {

        padding: 50px

    }



    .testimonialWrap .testimonialSection .testimonialSlider .carousel-control.left {

        left: 21%

    }



    .testimonialWrap .testimonialSection .testimonialSlider .carousel-control.right {

        right: 21%

    }



    .testimonialWrap .testimonialSection .testimonialSlider .carousel-control {

        top: -56px

    }



    .navbar-fixed-top {

        position: static !important

    }



    .topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li,

    .topLinksWarp .topLinksWarpIn .toplinkLft .navbar-nav>li>a {

        display: inline

    }



    #blog-details .blog .tags ul,

    .navbar-header {

        margin-top: 8px

    }



    .languageServiceMap h3 {

        margin: 12px 0 16px !important;

        font-size: 19px !important

    }



    .languageServiceMap a {

        background: #0065b4;

        color: #fff;

        font-size: 14px;

        font-weight: 300;

        padding: 5px 16px;

        border-radius: 4px

    }



    .languageServiceMap {

        height: 312px

    }



    .logoWrap .logoBox,

    footer .footerTop .footerLinksBox {

        width: 50%;

        float: left

    }



    .logoWrap .logoBoxWrap {

        margin: 10px

    }



    #core-competency .nav-tabs li a:after,

    .mainNav .navbar-default .navbar-nav>li>a:after,

    .mainNav .navbar-default .quoteBtn,

    .sticky-social-icons,

    .topLinksWarp,

    .whyChooseWrap {

        display: none

    }



    .mainNav .navbar-default {

        top: -10px

    }



    .getStartWrap {

        background: 0 0 !important;

        height: 300px

    }



    .getStartWrapIn,

    .mainNav .navbar-default .navbar-nav>li {

        margin-left: 0

    }



    .breadcrumb-section,

    .getStartWrap .getStartBox {

        margin-top: 0

    }



    .gallery.bloglargeImg .awardImg,

    .newsletterForm .form-inline .form-group {

        width: 100%

    }



    .whyChooseWrap .whyChooseBox .media .media-body {

        text-align: left !important

    }



    .modal-body .btn-default,

    .whyChooseWrap .whyChooseBox .media:first-child {

        margin-bottom: 20px

    }



    .bottomFooter .socialWrap .socialLinks {

        float: none

    }



    .bottomFooter .socialWrap {

        margin-top: 10px;

        margin-bottom: 20px

    }



    .modal {

        padding-top: 0 !important

    }



    .navbar-nav .open .dropdown-menu {

        background: #fff

    }



    .navbar-default .navbar-nav>.open>a,

    .navbar-default .navbar-nav>.open>a:focus,

    .navbar-default .navbar-nav>.open>a:hover {

        background: 0 0

    }



    #homepage .mainNav .navbar-default .navbar-nav>li>a {

        color: #23457c

    }



    .mainNav .navbar-default .navbar-collapse {

        background: #fff;

        margin-top: 8px

    }



    .dropdown-menu li {

        padding: 0

    }



    .navbar-nav .open .dropdown-menu .dropdown-header,

    .navbar-nav .open .dropdown-menu>li>a {

        padding: 10px 15px

    }



    .mainNav .navbar-default .navbar-nav>li>a {

        color: #23457c;

        font-family: Roboto, sans-serif;

        font-size: 15px;

        padding: 0 0 5px 15px;

        margin-bottom: 8px;

        border-bottom: 1px solid #ccc

    }



    .mainNav .navbar-default .navbar-nav>li>a:hover {

        color: #f60 !important

    }



    .navbar-nav>li>a {

        line-height: 25px

    }



    .navbar-fixed-bottom .navbar-collapse,

    .navbar-fixed-top .navbar-collapse {

        max-height: 732px

    }



    .navbar-brand {

        padding-left: 15px

    }



    #blog-details .similar-articles-block img,

    #blog-section .blogs img {

        margin: 0 auto

    }



    .homeBanner .fill {

        height: 350px

    }



    .homeBanner .carousel-caption {

        bottom: 40px

    }



    .carousel-indicators {

        bottom: 0

    }



    #blog-details .blogDetails-banner .banner-caption h1,

    .homeBanner .carousel-caption h2 {

        font-size: 28px

    }



    .breadcrumb {

        padding-left: 0

    }



    body,

    html {

        overflow-x: hidden

    }



    #blog-section .blogs .blog-box {

        min-height: 450px

    }



    #blog .getStartWrapIn {

        margin-top: 50px

    }



    .newletterWrap h4 {

        margin: 14px 0 15px

    }



    #blog-details .blog .tags ul li a {

        font-size: 12px

    }



    .mainNav .navbar-default .navbar-nav>li.chnageLanguage img {

        margin-left: 5px

    }



    #careers .getStartWrapIn,

    .aboutTabs,

    .tabs .tab-content .tab-blocks h3 {

        margin-top: 20px

    }



    #core-competency .nav-tabs>li {

        width: 100%;

        margin-bottom: 5px;

        border-bottom: 1px solid #e3e4e8

    }



    #core-competency .nav-tabs>li.active>a,

    .nav-tabs>li.active>a:focus,

    .nav-tabs>li.active>a:hover {

        background: #fff;

        color: #000;

        border: 1px solid #e3e4e8;

        border-bottom: none;

        border-top: 3px solid #059be8

    }



    #core-competency .nav-tabs>li>a {

        border: 1px solid #e3e4e8;

        padding: 15px 20px;

        border-bottom: none;

        border-radius: 0

    }



    #core-competency .nav-tabs {

        margin-top: 20px !important

    }



    #core-competency .tab-content {

        border: 1px solid #e3e4e8;

        border-top: none

    }



    #recognitions .recognitions .industyBox {

        min-height: 250px

    }



    #faq .accorPannel .panel-default .headingText {

        font-weight: 400;

        font-size: 16px

    }



    .aboutTabs li a {

        padding: 27px 0

    }



    #case-studies .nav-tabs>li,

    .aboutTabs li {

        width: 100%;

        border: 1px solid #ccc

    }



    .aboutTabs li>a {

        padding: 16px 8px

    }



    .sticky-quoteBtn {

        display: block;

        /* position: fixed;

        bottom: 0;

        right: 0;

        width: 33.33%;

        z-index: 888 */

    }



    #journey .cd-timeline-block .cd-timeline-content p {

        word-spacing: 3px

    }



    #transcription .languageBanner .carousel-caption {

        text-shadow: none;

        bottom: 25%;

        padding: 0

    }



    .whyLanguageDetailWrap .translationImgWrap {

        width: 50% !important

    }



    #indian-language .languageBanner .carousel-caption h2 {

        font-size: 15px

    }



    #indian-language .languageBanner .carousel-caption h1 {

        font-size: 20px

    }



    .whyLanguageDetailWrap {

        padding-top: 10px !important

    }



    #case-studies .accorPannel .panel-default .headingText {

        padding: 10px;

        font-size: 15px

    }



    #case-studies .nav-tabs>li a {

        padding: 15px

    }



    #case-studies .nav-tabs {

        margin-top: 10px

    }



    #homepage .logoWrap .members .logoBox {

        width: 50% !important;

        margin-bottom: 20px !important

    }



    #updates .article img {

        margin: 10px auto 0 !important

    }



    #updates .article-images {

        display: block;

        margin-right: 0

    }



    #updates .article div {

        float: none !important

    }



    header {

        position: relative;

        top: 0;

        width: 100%;

        z-index: 9

    }



    .gallery.bloglargeImg .awardImg img {

        text-align: center;

        margin: 0 auto

    }



    .enquiryBtn {

        position: fixed;

        right: 0;

        left: 0

    }



    .enquiryBtn a {

        background: #0065b4;

        color: #fff;

        padding: 7px 17px;

        font-size: 17px;

        font-weight: 400;

        text-decoration: none;

        display: inline-block;

        margin-right: -1px;

        letter-spacing: 0;

        width: 100%;

        /* border-right: 1px solid #fff */

    }



    .sticky-quoteBtn:hover {

        background: #f60;

        cursor: pointer

    }



    .sticky-quoteBtn a {

        display: block

    }



    /*.whatsapp {*/

        /* position: fixed; */

    /*    display: block;*/

    /*    bottom: 0;*/

    /*    right: 106px;*/

    /*    z-index: 888;*/

    /*    background: #00db80;*/

    /*    color: #fff !important;*/

    /*    padding: 7px 17px;*/

    /*    font-size: 17px;*/

    /*    font-weight: 400;*/

    /*    text-decoration: none;*/

    /*    display: inline-block;*/

    /*    margin-right: -1px;*/

    /*    letter-spacing: 0;*/

    /*    width: 33.33%;*/

        /* border-right: 1px solid #fff; */

    /*}*/



    /*.whatsapp a {*/

    /*    color: #fff !important;*/

    /*    text-align: center;*/

    /*}*/

}



.slick-list,

.slick-slider,

.slick-track {

    position: relative;

    display: block

}



@media (max-width:520px) {

    .testimonialWrap .testimonialSection .testimonialSlider {

        margin: 0

    }



    .getStartWrapIn {

        margin-left: 0

    }



    #WhyChooseWrap-mobile .whyChooseBox .media .media-left,

    #WhyChooseWrap-mobile .whyChooseBox1 .media .media-left {

        display: block;

        padding-right: 0 !important;

        margin-bottom: 10px

    }



    #WhyChooseWrap-mobile .whyChooseBox .media .media-body {

        text-align: center !important

    }



    .homeBanner .carousel-caption a {

        padding: 8px 26px

    }



    .homeBanner .carousel-caption {

        bottom: 30px

    }



    .homeBanner .carousel-caption h2 {

        font-size: 24px

    }



    .languageServiceMap h3 {

        margin: 10px 0 45px;

        font-size: 20px

    }



    #blog .getStartWrap .getStartBox {

        padding: 12px 10px 20px 30px

    }



    #blog-details .blogDetails-banner .banner-caption h1,

    #localisation h2,

    #localisation h3 {

        font-size: 18px

    }



    #whyChooseUs .core-compentencies-banner .banner-caption h1 {

        font-size: 20px

    }



    #whyChooseUs .getStartWrap .getStartBox {

        background: #f60;

        border: 6px solid #fff;

        padding: 10px 30px 30px 52px

    }



    #homepage .languageServiceMap h3 {

        margin: 10px 0 12px !important;

        font-size: 14px !important

    }



    .aboutTabs li {

        width: 100%

    }



    .whyLanguageDetailWrap .translationImg h5 {

        font-size: 16px;

        padding: 0 5px

    }



    #indian-language .languageBanner .carousel-caption h1,

    #localisation h2 {

        font-size: 16px

    }



    #indian-language .languageBanner .carousel-caption {

        bottom: 25%

    }



    #homepage .logoWrap .members .logoBox {

        width: 100% !important;

        margin-bottom: 20px !important

    }



    #certified-translation .languageBanner .carousel-caption {

        bottom: 50px !important

    }



    #certified-translation .languageBanner .carousel-caption p {

        display: none

    }



    #faq .accorPannel .panel-title>a {

        position: relative;

        padding-right: 35px

    }

}



@media(max-width:350px) {



    #careers p a,

    .homeBanner .carousel-caption a {

        font-size: 16px

    }



    .homeBanner .carousel-caption h2 {

        font-size: 22px

    }



    #blog-details .blog p,

    #blog-details .blog ul li,

    #blog-details .blogDetails-banner .banner-caption h1 {

        font-size: 15px

    }



    #blog-details .blogDetails-banner .banner-caption h6,

    #indian-language .languageBanner .carousel-caption h1 {

        font-size: 12px

    }



    .getStartWrap .getStartBox {

        padding-top: 15px

    }



    .aboutTabs li {

        width: 100%

    }



    .aboutTabs li a {

        font-size: 13px;

        padding: 10px 8px

    }



    #certified-translation .languageBanner .carousel-caption h1,

    #documents-translated .languageBanner .carousel-caption h1 {

        font-size: 17px !important

    }



    ul.listStyle1 li {

        position: relative;

        padding-left: 20px !important;

        font-size: 15px !important

    }

}



@media (max-width:992px) and (min-width:768px) {

    .testimonialWrap .testimonialSection .testimonialSlider .carousel-control {

        top: -90px !important

    }



    .testimonialWrap .testimonialSection .testimonialSlider .carousel-control.left {

        left: 30%

    }



    .testimonialWrap .testimonialSection .testimonialSlider .carousel-control.right {

        right: 30%

    }



    .lsbNumberWrap .numberBox h2 {

        font-size: 28px

    }



    .lsbNumberWrap .numberBox span {

        font-size: 25px

    }



    .lsbNumberWrap .numberBox h3 {

        min-height: 45px

    }



    .logoWrap .logoBox {

        width: 20%;

        float: left

    }



    .logoBoxWrap {

        margin: 0

    }



    .form-inline .form-group {

        width: 29%;

        margin-bottom: 10px

    }



    .newletterWrap h4 {

        font-size: 22px

    }

}



@media (max-width:750px) and (min-width:700px) {

    .testimonialWrap .testimonialSection .testimonialSlider .carousel-control.left {

        left: 30%

    }



    .testimonialWrap .testimonialSection .testimonialSlider .carousel-control.right {

        right: 30%

    }

}



.slick-slide {

    margin: 0 20px;

    display: none;

    float: left;

    height: 100%;

    min-height: 1px

}



.slick-slide img {

    width: 80%;

    display: block

}



.slick-slider {

    box-sizing: border-box;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-touch-callout: none;

    -khtml-user-select: none;

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-tap-highlight-color: transparent

}



.slick-list {

    overflow: hidden;

    margin: 0;

    padding: 0

}



.slick-list.dragging {

    cursor: pointer;

    cursor: hand

}



.slick-slider .slick-list,

.slick-slider .slick-track {

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}



.slick-track {

    top: 0;

    left: 0

}



.slick-track:after,

.slick-track:before {

    display: table;

    content: ''

}



.slick-track:after {

    clear: both

}



.slick-loading .slick-slide,

.slick-loading .slick-track {

    visibility: hidden

}



.slick-slide.dragging img {

    pointer-events: none

}



.slick-vertical .slick-slide {

    display: block;

    height: auto;

    border: 1px solid transparent

}



.eventModal {

    height: 70%

}



.eventModal .modal-body .close {

    opacity: 1;

    background: #ee1651;

    color: #fff;

    padding: 2px 10px;

    font-size: 24px;

    position: absolute;

    right: 4px;

    top: 4px

}



.eventModal .modal-body {

    padding: 0;

    margin-top: 0

}



.eventModal .modal-body .btn,

.workshopsMedia .media-body .btn {

    background: #f60;

    color: #fff;

    font-size: 18px;

    font-weight: 400;

    padding: 11px 40px;

    border-radius: 3px;

    border: none;

    transition: .5s;

    margin-top: 10px

}



.eventModal .modal-body .eventHeader {

    background: #ed1651;

    padding: 25px 10px;

    color: #fff

}



.eventModal .modal-body .eventHeader h2 {

    text-transform: uppercase !important;

    font-size: 26px !important;

    font-weight: 900 !important;

    margin-bottom: 2px !important

}



.eventModal .modal-body .eventHeader p {

    font-size: 19px !important;

    font-weight: 500 !important;

    color: #fedce5 !important

}



.eventModal .modal-body .eventBody {

    padding: 25px !important

}



.eventModal .modal-body .eventBody p {

    font-size: 16px !important;

    font-weight: 400 !important;

    margin-bottom: 10px !important;

    line-height: 24px !important

}



.workshopsMedia {

    border-bottom: 1px solid #ccc;

    margin-bottom: 30px;

    padding-bottom: 30px

}



.workshopsMedia:last-child {

    border-bottom: 0

}



.workshopsMedia .media-left,

.workshopsMedia .media>.pull-left {

    padding-right: 25px

}



.workshopsMedia .date {

    font-size: 20px;

    text-transform: uppercase;

    text-align: center;

    background: #0065b4;

    padding: 20px 25px;

    line-height: 22px;

    color: #fff

}



.workshopsMedia .media-body h4 {

    text-transform: uppercase;

    font-size: 26px;

    font-weight: 900;

    margin-bottom: 2px

}



.workshopsMedia .media-body h5 {

    font-size: 20px;

    font-weight: 500;

    margin-bottom: 20px

}



.workshopsMedia .media-body p {

    font-size: 18px !important;

    font-weight: 400 !important;

    line-height: 22px !important;

    margin-bottom: 5px !important

}



@media(max-width:767px) {



    .workshopsMedia .media-left,

    .workshopsMedia .media>.pull-left {

        padding-right: 15px

    }



    .workshopsMedia .date {

        font-size: 16px;

        padding: 10px 12px;

        line-height: 18px

    }



    .workshopsMedia .media-body h4 {

        font-size: 20px

    }



    .workshopsMedia .media-body h5 {

        font-size: 18px;

        margin-bottom: 10px

    }



    .workshopsMedia .media-body p {

        font-size: 16px !important

    }

}



.clr-red {

    color: #e42828

}



.courseimg {

    width: 400px;

    height: auto

}



/*@media(min-width:767px) {*/

/*    .whatsapp {*/

        /* position: fixed; */

/*        bottom: 0;*/

/*        right: 0;*/

/*        background: #00db80;*/

/*        padding: 7px 17px;*/

/*        font-size: 18px;*/

/*        font-weight: 700;*/

/*        display: inline-block;*/

/*        margin-right: -1px;*/

/*        letter-spacing: 2px*/

/*    }*/



/*    .whatsapp a {*/

/*        color: #fff;*/

/*    }*/

/*}*/



@media(max-width:767px) {

    .stickey-btn {

        text-align: center;

        left: 0;

        right: 0;

    }



    .sticky-quoteBtn,

    .enquiryBtn,

    /*.whatsapp {*/

    {

        position: static;

        width: 100%;

        flex: 1;

        display: block;

    }



    .enquiryBtn {

        background-color: #0065b4;

    }

}





#vakchat {

    position: fixed;

    bottom: 5rem;

    right: 0;

}



@media(max-width:767px) {

    #vakchat {

        position: fixed;

        bottom: 50px;

        left: 0;

    }

}

.para-head{

    margin: 2rem 0;

}