* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 14px;
    font-family: 'poppins ', robots;
    color: #222222;
}

.faq-accordian li {
    height: auto !important;
    background: none !important;
    list-style-type: disc !important;
    border: none !important;
    text-align: left;
    vertical-align: top !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: auto !important;
    display: block !important;
}

.inner-page-box {
    padding-top: 50px;
}

.inner-page-box h3 {
    margin-bottom: 20px;
}

.faq-accordian {
    position: relative;
    z-index: 1;
    text-align: left;
}

.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}

.faq-accordian .card:last-child {
    margin-bottom: 0;
}

.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}

.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #3f43fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
}

.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}

.faq-accordian .card .card-header h6.collapsed {
    color: #003366;
}

.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}

.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

.inner-page-box .head-h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    background: url(../images/heading-line.png) center bottom no-repeat;
    padding: 0 0 38px;
    margin: 0 0 10px;
    font-size: 32px;
    color: #000;
}

.inner-page-box .cont {
    text-align: left;
    line-height: 24px;
    font-weight: 500;
    display: block;
    padding: 20px 0px 10px;
    margin: 0;
    font-size: 15px;
    color: #767272;
}

.inner-page-box ul {
    margin: 0;
    padding: 0 0 0 0;
}

.inner-page-box ul li {
    font-weight: 500;
    padding: 0 0 18px 48px;
    margin: 0;
    font-size: 16px;
    color: #1b1919;
    line-height: 24px;
    background: url(../images/tick-ico.png) left 5px no-repeat;
}

.how-help-box .more-btn-arrow-b {
    margin-top: 10px
}

a {
    text-decoration: none;
    outline: none;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

.flt {
    float: left;
}

.flr {
    float: right;
}

.pr {
    position: relative
}

.pa {
    position: absolute;
}

.va-mid {
    vertical-align: middle;
}

.va-top {
    vertical-align: top;
}

.clr {
    clear: both;
    height: 0px;
}

.pad-l {
    padding-left: 0 !important;
}

.pad-r {
    padding-right: 0 !important;
}

.pad-t {
    padding-top: 0 !important;
}

.pad-b {
    padding-bottom: 0 !important;
}

.paddingnone {
    padding: 0 !important;
}

.mrgnnone {
    margin: 0 !important;
}

.mrgn-l {
    margin-left: 0 !important;
}

.mrgn-r {
    margin-right: 0 !important;
}

.mrgn-t {
    margin-top: 0 !important;
}

.mrgn-b {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

a:hover {
    text-decoration: none;
    color: #0fa1e7;
}

a:focus {
    text-decoration: none;
    color: #0fa1e7;
}

a {
    color: #11a1e6;
}

ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    list-style-type: none;
}

ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    list-style-type: none;
}

/* added css for header */
header {
    top: 0;
    left: 0;
    height: 73px;
    background: #fff;
    padding: 7px 0;
    box-shadow: 0 0 10px #000;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

header ul {
    float: right;
    margin: 12px 0 0;
}

header ul li {
    display: inline-block;
    padding: 0 0 0 18px;
}

header ul li:first-child {
    padding-left: 0;
}

header ul li a {
    line-height: 24px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin: 0;
    padding: 3px 0;
    font-size: 16px;
    color: #6c6c6c;
}

header ul li a:hover,
header ul li.active a {
    color: #0fa1e7;
    border-bottom: 2px solid #0fa1e7;
}

/* added css for main wrapper */
.main-wrapper {
    margin: 73px 0 0;
}

.banner-img {
    background: url(../images/quality.jpg) center no-repeat;
    background-size: cover;
}

.banner-img1 {
    background: url(../images/banner-img1.jpg) center top no-repeat;
    background-size: cover;
}

.banner-img2 {
    background: url(../images/banner-img2.jpg) center top no-repeat;
    background-size: cover;
}

.banner-img3 {
    background: url(../images/banner-img3.jpg) center top no-repeat;
    background-size: cover;
}

.slider-box {
    text-align: center;
    padding: 100px 0 120px 105px;
}

.slider-up-cont {
    max-width: 600px;
    text-align: left;
}

.slider-box p {
    font-weight: 500;
    display: block;
    padding: 0;
    margin: 0 0 10px;
    font-size: 30px;
    color: #fff;
}

.slider-box p span {
    font-weight: 600;
    color: #3b3d3e;
    border-bottom: 3px solid #e61111;
}

.slider-box p span span {
    color: #e61111;
}

.slider-box h2.head-h2 {
    font-weight: 300;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 70px;
    color: #fff;
    font-weight: 700;
}

.slider-box h2.head-h2 span {
    font-weight: 300;
    color: #041015;
    font-size: 51px;
    display: block;
    margin-top: 15px;
}

.slider-box h2.head-h2 span.font35 {
    font-size: 26px;
}

.stand-for-box {
    text-align: center;
    padding: 62px 0 50px;
}

.stand-for-box h2.head-h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    background: url(../images/heading-line.png) center bottom no-repeat;
    padding: 0 0 38px;
    margin: 0 0 20px;
    font-size: 42px;
    color: #041015;
    line-height: 48px;
}

.stand-for-box h2.head-h2 span {
    font-weight: 600;
    color: #041015;
}

.stand-for-box p {
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #505050;
    line-height: 24px;
}

.more-btn-arrow {
    display: inline-block;
    color: #505050;
    font-size: 14px;
    text-align: center;
    margin: 40px auto 0;
    padding: 12px 60px 12px 20px;
    border-radius: 4px;
    line-height: 22px;
    text-decoration: none;
    border: 1px solid #c8c8c8;
    background: url(../images/arrow-gray.png) right 17px no-repeat;
}

.more-btn-arrow:hover {
    display: inline-block;
    background: #0f92d1 url(../images/arrow-white.png) right 17px no-repeat;
    color: #fff;
    text-decoration: none;
}

.more-btn-arrow span {
    display: inline-block;
    margin: 0 0 0 15px;
}

.what-do-box {
    padding: 0;
    display: flex;
    margin: 150px 0 0;
}

.what-do-box .wd50 {
    width: 50%;
    float: left;
    min-height: 500px;
}

/*.what-do-box .wd50.bg-cover{ background:url(../images/how-we-do-img.jpg) left top no-repeat; background-size: cover;}*/
.what-do-box .right-box {
    background: #fff;
    padding: 0px 25px 10px 50px;
}

.what-do-box h2.head-h2 {
    font-weight: 300;
    display: block;
    padding: 0 0 25px;
    margin: 0 0 10px;
    font-size: 42px;
    color: #000;
    line-height: 48px;
}

.what-do-box h2.head-h2 span {
    font-weight: 600;
    color: #000;
    font-size: 42px;
}

.what-do-box h2.head-h2 span.btm-bdr {
    padding-bottom: 11px;
    font-weight: 300;
    border-bottom: 5px solid #1f1f1f;
}

.what-do-box p {
    font-weight: 500;
    padding: 0 0 15px;
    margin: 0 0 10px;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 24px;
}

.what-do-box .right-box ul {
    margin: 0;
    padding: 0 0 0 0;
}

.what-do-box .right-box ul li {
    font-weight: 500;
    padding: 0 0 18px 48px;
    margin: 0;
    font-size: 16px;
    color: #1b1919;
    line-height: 24px;
    background: url(../images/tick-ico.png) left 5px no-repeat;
}

.what-do-box .and-more {
    font-weight: 500;
    padding: 0 0 21px 0;
    margin: 0;
    font-size: 16px;
    color: #1b1919;
    line-height: 24px;
}

.what-do-box .and-more span {
    display: block;
    font-style: italic;
}

.what-do-box .and-more span a {
    color: #11a1e6;
}

.what-do-box .and-more span a:hover {
    text-decoration: underline;
}

.arrow-whtup {
    width: 66px;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -33px;
}

.our-services-box {
    margin: 85px 0 0;
    text-align: center;
}

.our-services-box h2.head-h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    background: url(../images/heading-line.png) center bottom no-repeat;
    padding: 0 0 38px;
    margin: 0 0 30px;
    font-size: 31px;
    color: #111111;
    line-height: 48px;
}

.our-services-box h2.head-h2 span {
    display: block;
    font-weight: 600;
    color: #3b3d3e;
    font-size: 42px;
}

.our-services-box ul li {
    height: 165px;
    vertical-align: top;
    overflow: hidden;
    margin: 15px 6px 0 4px;
    padding: 0;
    max-width: 550px;
    border-radius: 15px;
    width: 100%;
    border: 1px solid #ebe9e9;
    background: #2388e129;
    min-height: 100px;
    color: black;
    display: inline-block;
}

.our-services-box ul li p.cont {
    text-align: left;
    line-height: 24px;
    font-weight: 500;
    display: block;
    font-size: 18px;
    color: #252323;
}
.isocer{
    color: #003366;
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    line-height: 24px;
}

.our-services-box ul li p.cont a {
    font-weight: 600;
    color: #11a1e6;
    font-size: 13px;
}

.our-services-box ul li p.cont span {
    font-weight: 600;
    color: #000;
}

.our-services-box ul li .left-img {
    float: left;
    margin: 0 20px 0 0;
}

.our-services-box ul li .right-img {
    float: right;
    margin: 0 0 0 20px;
}

.how-help-box {
    text-align: center;
    background: #003366;
    padding: 55px 0 50px;
    margin-top: 65px;
}

.hd-hepl-bg {
    background: url(../images/heading-line-wht.png) center bottom no-repeat;
    padding: 0 0 38px;
    margin: 0 0 30px;
}

.how-help-box h2.head-h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 0 0 10px;
    margin: 0;
    font-size: 42px;
    color: #fff;
    line-height: 48px;
}

.how-help-box h2.head-h2 span {
    font-weight: 600;
}

.how-help-box p.cont {
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    display: block;
    padding: 0px 25px 10px;
    margin: 0 auto;
    max-width: 834px;
    font-size: 15px;
    color: #fff;
}

.how-help-box p.cont a {
    font-weight: 600;
    color: #11a1e6;
    font-size: 13px;
}

.how-help-box p.cont a.quest-atext {
    color: #000;
}

.how-help-box p.cont span {
    font-weight: 600;
    color: #000;
}

.how-help-box ul.line-bg {
    padding: 45px 0 0;
    background: url(../images/help-bg-line.png) center top no-repeat;
}

.how-help-box ul li {
    /*height: 165px;*/
    vertical-align: top;
    overflow: hidden;
    margin: 15px 20px 0 21px;
    padding: 0;
    max-width: 154px;
    width: 100%;
    min-height: 100px;
    display: inline-block;
}

.how-help-box ul li span.img-box {
    display: inline-block;
    border: 2px solid #fff;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    text-align: center;
}

.how-help-box ul li:nth-child(1) span.img-box {
    background: #121778 url(../images/pre-sales-icon.png) center center no-repeat;
}
.how-help-box ul li:nth-child(1) span.img-box:hover {
    background: red url(../images/pre-sales-icon.png) center center no-repeat;
}
.how-help-box ul li:nth-child(2) span.img-box {
    background: #121778 url(../images/analyze-icon.png) center center no-repeat;
}
.how-help-box ul li:nth-child(2) span.img-box:hover {
    background: red url(../images/analyze-icon.png) center center no-repeat;
}
.how-help-box ul li:nth-child(3) span.img-box {
    background: #121778 url(../images/develop-test-icon.png) center center no-repeat;
}
.how-help-box ul li:nth-child(3) span.img-box:hover {
    background: red url(../images/develop-test-icon.png) center center no-repeat;
}
.how-help-box ul li:nth-child(4) span.img-box {
    background: #121778 url(../images/implement-icon.png) center center no-repeat;
}
.how-help-box ul li:nth-child(4) span.img-box:hover {
    background: red url(../images/implement-icon.png) center center no-repeat;
}

.how-help-box ul li:nth-child(5) span.img-box {
    background: #121778 url(../images/warranty-support-icon.png) center center no-repeat;
}
.how-help-box ul li:nth-child(5) span.img-box:hover {
    background: red url(../images/warranty-support-icon.png) center center no-repeat;
}

.how-help-box ul li p.cont {
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    display: block;
    padding: 20px 25px 10px;
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.how-help-box ul li p.cont span {
    color: #e6f2f8;
    font-size: 13px;
    display: block;
    font-style: italic;
}

.how-help-box ul li p.cont a {
    font-weight: 600;
    color: #11a1e6;
    font-size: 13px;
}

.more-btn-arrow-b {
    display: inline-block;
    color: #505050;
    font-size: 14px;
    text-align: center;
    margin: 40px auto 0;
    padding: 12px 60px 12px 20px;
    border-radius: 4px;
    line-height: 22px;
    text-decoration: none;
    border: 1px solid #fff;
    background: url(../images/arrow-white.png) right 17px no-repeat;
    color: #fff;
}

.more-btn-arrow-b:hover,
.more-btn-arrow-b:focus {
    display: inline-block;
    background: #fff url(../images/arrow-gray.png) right 17px no-repeat;
    color: #555;
    text-decoration: none;
}

.arrow-bluedwn {
    width: 66px;
    bottom: -25px;
    left: 50%;
    margin: 0 0 0 -33px;
}

.dec-help-box-more h3 {
    padding: 10px 0 25px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    margin: 0;
    font-size: 25px;
    color: #fff;
}

.dec-help-box-more p {
    padding: 0 0 35px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.more-btn-arrow-b.team-b {
    display: inline-block;
    color: #505050;
    font-size: 14px;
    text-align: center;
    margin: 40px auto 0;
    padding: 12px 60px 12px 20px;
    border-radius: 4px;
    line-height: 22px;
    text-decoration: none;
    border: 1px solid #ddd;
    background: url(../images/arrow-gray.png) right 17px no-repeat;
    color: #8e8f90;
}

.more-btn-arrow-b.team-b:hover,
.more-btn-arrow-b.team-b:focus {
    display: inline-block;
    background: #0f92d1 url(../images/arrow-white.png) right 17px no-repeat;
    color: #fff;
    text-decoration: none;
}

.arrow-bluedwn {
    width: 66px;
    bottom: -25px;
    left: 50%;
    margin: 0 0 0 -33px;
}


.quest-box {
    min-height: 700px;
    background: #fff url(../images/questions-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 0px 0 0px;
}

.quest-box .trans-quest-box {
    background: rgba(255, 255, 255, 0.77);
    padding: 40px 60px 60px;
    max-width: 590px;
    margin: 0 0 0 80px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.29);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.29);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.29);
}

.quest-box h2.head-h2 {
    font-weight: 600;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 36px;
    color: #292222;
}

.quest-box p {
    font-weight: 500;
    display: block;
    text-align: left;
    padding: 0 45px 0 0;
    margin: 5px 0 25px;
    font-size: 15px;
    color: #5f5c5c;
}

.quest-box p span {
    color: #000000;
    font-weight: 600;
}

.quest-box .flds {
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e8e2e0;
    padding: 0 15px;
    margin: 0 0 18px 0;
    background: #fff;
    color: #565454;
    font-size: 15px;
}

.quest-box .flds.wd50 {
    width: 45%;
    float: left;
}

.quest-box .flds.wd50.flr {
    width: 50%;
    float: right;
}

.quest-box .flds.sel--date {
    background: #fff url(../images/cal-icon.png) right center no-repeat;
}

.quest-box .flds.sel--time {
    background: #fff url(../images/time-icon.png) right center no-repeat;
}

.quest-box .datentime-box .dnt-sec {
    padding: 0 0 8px;
    margin: 0;
    display: block;
    color: #565454;
    font-size: 15px;
    font-weight: 500;
}

.quest-box .more-btn-arrow {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 12px 60px 12px 20px;
    border-radius: 4px;
    line-height: 22px;
    text-decoration: none;
    background: #0f92d1 url(../images/arrow-white.png) right 17px no-repeat;
    max-width: 275px;
    width: 100%;
    font-weight: 500;
    border: 1px solid #0f92d1;
}

.quest-box .more-btn-arrow:hover {
    display: inline-block;
    background: #0f92d1 url(../images/arrow-white.png) right 17px no-repeat;
    color: #505050;
    text-decoration: none;
    border: 1px solid #c8c8c8;
    background: url(../images/arrow-gray.png) right 17px no-repeat;
}

.quest-box .stepsquest {
    cursor: pointer;
    margin: 2px 0 0;
    background: #d4d4d4;
    font-size: 14px;
    color: #5c5c5c;
    float: right;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.quest-box .stepsquest:hover {
    background: #0f92d1;
    color: #fff;
}

.why-box {
    text-align: center;
    background: #fff url(../images/why-sec-bg.jpg) center center no-repeat;
    padding: 55px 0 75px;
    margin-top: 55px;
    background-size: cover;
}

.why-box h2.head-h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    background: url(../images/heading-line.png) center bottom no-repeat;
    padding: 0 0 38px;
    margin: 0 0 10px;
    font-size: 42px;
    color: #000;
}

.why-box h2.head-h2 span {
    font-weight: 600;
    color: #3b3d3e;
}

.why-box h2.head-h2 span span {
    color: #e61111;
}

.why-box ul li {
    height: 250px;
    vertical-align: top;
    overflow: hidden;
    margin: 25px 10px 0 8px;
    padding: 0px 0px;
    max-width: 325px;
    border-radius: 20px;
    box-shadow: 4px 5px 5px #02315ae1;
    width: 100%;
    border: 1px dashed #ededed;
    background: #fff;
    min-height: 100px;
    display: inline-block;
    transition: background 0.3s ease;
    /* Add this for smooth effect */
}

.why-box ul li:hover {
    background: #0d3c6688;
    
}



.why-box ul li p {
    line-height: 30px;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 15px 5px;
    margin: 0;
    font-size: 26px;
    color: #000;
}

.why-box ul li p.cont {
    line-height: 24px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 0 5px 0;
    margin: 0;
    font-size: 14px;
    color: #636161;
}

.why-box ul li p.cont span {
    font-weight: 600;
    color: #000;
}

.send-req-btn {
    display: inline-block;
    background: #e61123;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 250px;
    margin: 40px auto 0;
    padding: 20px 10px;
    border-radius: 4px;
    line-height: 22px;
    text-decoration: none;
}

.send-req-btn:hover,
.send-req-btn:focus {
    background-color: #181a1b;
    color: #ffffff;
    transform: translateY(-2px);
    /* slight lift effect */
}

.send-req-btn span {
    display: inline-block;
    margin: 0 0 0 15px;
}

.our-expert-box {
    text-align: center;
    background: #fff;
    margin: 85px 0 0;
}

.our-expert-box h2.head-h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    background: url(../images/heading-line.png) center bottom no-repeat;
    padding: 0 0 38px;
    margin: 0 0 10px;
    font-size: 42px;
    color: #000;
}

.our-expert-box h2.head-h2 span {
    font-weight: 600;
}

.our-expert-box ul li {
    vertical-align: top;
    overflow: hidden;
    margin: 25px 17px 0 15px;
    max-width: 270px;
    width: 100%;
    border: 1px solid #e6e8f5;
    background: #fff;
    min-height: 100px;
    display: inline-block;
}

.our-expert-box ul li p {
    line-height: 22px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding: 15px 5px;
    margin: 0;
    font-size: 18px;
    color: #000;
}

.our-expert-box ul li p span {
    display: block;
    font-size: 15px;
    color: #797979;
}

.our-expert-box .social-icons {
    text-align: center;
    border-top: 1px solid #ece6e6;
    padding: 12px 0;
}

.our-expert-box .social-icons a {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 0 0 5px;
    background: url(../images/expert-social-icons.png) left top no-repeat;
}

.our-expert-box .social-icons a:first-child {
    margin-left: 0;
}

.our-expert-box .social-icons a.icon1 {
    background-position: left top;
}

.our-expert-box .social-icons a.icon1:hover {
    background-position: left -16px;
}

.our-expert-box .social-icons a.icon2 {
    background-position: -25px top;
}

.our-expert-box .social-icons a.icon2:hover {
    background-position: -25px -16px;
}

.our-expert-box .social-icons a.icon3 {
    background-position: -50px top;
}

.our-expert-box .social-icons a.icon3:hover {
    background-position: -50px -16px;
}

.close-navs {
    display: none;
}

.dec-help-box-more {
    padding: 25px 35px 10px;
    margin-top: 35px;
    border: 1px dashed #ddd;
    border-radius: 10px;
    background: #4aaedf;
}

/* added css for footer */
footer {
    min-height: 290px;
    background: #fff url(../images/footer-map-bg.png) center top no-repeat;
    background-size: cover;
    border-bottom: 22px solid #ebebeb;
}

.footer-top {
    text-align: center;
    padding: 35px 25px 25px;
    margin: -35px 50px 0;
    background: #11a1e6;
}

.footer-top ul {
    display: inline-block;
}

.footer-top ul li {
    display: inline-block;
    width: 33.3%;
    padding: 0 25px;
    float: left;
}

.footer-top ul li h2 {
    font-weight: 300;
    text-align: left;
    padding: 0 0 0 55px;
    margin: 0;
    font-size: 27px;
    color: #fff;
}

.footer-top ul li h2 span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 0 0;
}

.footer-top ul li:nth-child(1) h2 {
    background: url(../images/location-icon.png) left top no-repeat;
}

.footer-top ul li:nth-child(2) h2 {
    background: url(../images/phone-icon.png) left top no-repeat;
}

.footer-top ul li:nth-child(3) h2 {
    background: url(../images/email-icon.png) left top no-repeat;
}

.footer-btm {
    text-align: center;
    padding: 35px 0 25px;
    margin: 0 50px 0;
}

.footer-btm ul {
    display: inline-block;
}

.footer-btm ul li {
    display: inline-block;
    padding: 0;
    float: left;
}

.footer-btm ul li:nth-child(1) {
    width: 25%;
}

.footer-btm ul li:nth-child(2) {
    width: 50%;
    padding: 0 50px;
}

.footer-btm ul li:nth-child(3) {
    width: 25%;
}

.footer-btm ul li h2 {
    font-weight: 300;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 29px;
    color: #000;
}

.footer-btm ul li h2 span {
    font-weight: 600;
    padding: 0;
}

.coptr {
    font-size: 13px;
    color: #000;
    padding: 10px 0 0;
}

.imp-links {
    padding: 10px 0 15px 0;
}

.imp-links a {
    min-width: 120px;
    float: left;
    font-weight: 300;
    text-align: left;
    padding: 0 18px 0 20px;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #524d4d;
    position: relative;
}

.imp-links a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '>>';
    font-size: 14px;
    color: #524d4d;
}

.imp-links a:hover,
.imp-links:hover a::before {
    color: #11a1e6;
}

.social-links {
    padding: 15px 0;
}

.social-links a {
    width: 34px;
    height: 34px;
    float: left;
    margin-right: 5px;
    background: url(../images/follow-us-icons.png) left top no-repeat;
}

.social-links a:nth-child(1) {
    background-position: left top;
}

.social-links a:nth-child(1):hover {
    background-position: left -34px;
}

.social-links a:nth-child(2) {
    background-position: -41px top;
}

.social-links a:nth-child(2):hover {
    background-position: -41px -34px;
}

.social-links a:nth-child(3) {
    background-position: -82px top;
}

.social-links a:nth-child(3):hover {
    background-position: -82px -34px;
}

.social-links a:nth-child(4) {
    background-position: -124px top;
}

.social-links a:nth-child(4):hover {
    background-position: -124px -34px;
}

.footer-btm ul li:nth-child(3) {
    padding: 0 0 0 50px;
}

.ui-timepicker-wrapper {
    max-width: 235px;
    width: 100% !important;
}

.ui-widget-header {
    background: #11a1e6 !important;
    border-color: #11a1e6 !important;
}

.ui-datepicker .ui-datepicker-prev {
    width: 30px !important;
    height: 30px !important;
    background: url(../images/date-arrow.png) left bottom no-repeat !important;
    margin: 0 !important;
    left: 2px !important;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-next {
    top: 2px !important;
    right: 2px !important;
    width: 30px !important;
    height: 30px !important;
    background: url(../images/date-arrow.png) left top no-repeat !important;
    margin: 0 !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    opacity: 0.8;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

/* added css for conatct page */
.contact-page-box {
    margin: :0;
    padding: 0 0 150px;
}

.contact-page-box h2.head-h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    background: url(../images/heading-line.png) center bottom no-repeat;
    padding: 50px 0 38px;
    margin: 0 0 60px;
    font-size: 42px;
    color: #000;
}

.contact-page-box h2.head-h2 span {
    font-weight: 600;
}

.contact-page-box .right-box {
    background: #f4f4f4;
    padding: 25px 100px 45px 60px;
    margin-left: :50px;
}

.contact-page-box .right-box h3 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 300;
    display: block;
    padding: 10px 0 5px;
    margin: 0 0 5px;
    font-size: 32px;
    color: #041015;
}

.contact-page-box .right-box p {
    font-weight: 500;
    display: block;
    padding: 10px 0 20px;
    margin: 0;
    font-size: 14px;
    color: #595757;
}

.contact-page-box .right-box p a {
    color: #11a1e6;
}

.contact-page-box .right-box p a:hover {
    text-decoration: underline !important;
}

.contact-page-box .left-box {
    padding: 0 50px 0 0;
    margin-right: :50px;
}

.contact-page-box .left-box h3 {
    font-weight: 300;
    display: block;
    padding: 10px 0 20px;
    margin: 0 0 5px;
    font-size: 32px;
    color: #041015;
}

.contact-page-box .left-box .flds {
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #c1bebd;
    padding: 0 15px;
    margin: 0 0 21px 0;
    background: #fff;
    color: #5a5a5a;
    font-size: 16px;
}

.contact-page-box .left-box .area-flds {
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #c1bebd;
    padding: 0 15px;
    margin: 0 0 21px 0;
    background: #fff;
    color: #5a5a5a;
    font-size: 16px;
    height: 125px;
    overflow-y: auto;
}

.contact-page-box .left-box .contact-btn {
    border: none;
    font-weight: 300;
    display: inline-block;
    background: #554e4e;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0;
    text-align: center;
    padding: 17px 20px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 2px;
    width: 175px;
}

.contact-page-box .left-box .contact-btn:hover {
    background: #11a1e6;
    text-decoration: none;
}

.contact-map-bg {
    min-height: 335px;
    max-height: 335px;
}

.contact-map-bg.map-bg-img {
    background: url(../images/contact-map.jpg) center bottom no-repeat;
    background-size: cover;
}

.map-bg-img-quest {
    min-height: 275px;
    background: url(../images/questions-page-bg.jpg) center top no-repeat;
    background-size: cover;
}

.map-bg-img-quest h2.head-h2 {
    background: none;
    font-weight: 300;
    display: block;
    text-align: center;
    padding: 50px 0 0;
    margin: 0 auto 25px;
    font-size: 45px;
    color: #fff;
    max-width: 400px;
}

.map-bg-img-quest h2.head-h2 span {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

.map-bg-img-quest h2.head-h2 span span {
    font-weight: 600;
}

.map-bg-img-quest h2.head-h2 span.block {
    display: block;
}

.questionnaire-popup.mrgin-top-up {
    margin: -95px 50px 0;
    max-width: inherit;
    padding: 0;
    background: none !important;
}

.questionnaire-steps {
    border: 1px solid #eee;
    box-shadow: 0 0 5px #ddd;
    padding: 50px 75px 45px;
    margin-bottom: 100px;
    background: #fff;
}

.bg-quest-page {
    min-height: 275px;
    background: url(../images/quest-page-bg.jpg) left top repeat;
}

.Add-Input-Data {
    padding-right: 65px !important;
    width: inherit !important;
}

.align-r {
    text-align: right;
}

.our-team-bg {
    min-height: 335px;
    max-height: 335px;
}

.our-team-bg.our-team-bg-img {
    background: url(../images/our-team-banner.jpg) center bottom no-repeat;
    background-size: cover;
}

/*.pop-opacity-bo{ background: rgba(0, 0, 0, 0.8); bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 999999; overflow-y:auto;}*/
.modal-backdrop {
    z-index: 999999;
}

.modal {
    z-index: 9999999;
}

.questionnaire-popup {
    max-width: 950px;
    background: #fff;
    padding: 25px 35px;
    margin: 5% auto 0;
}

.questionnaire-popup h2.head-h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    background: url(../images/heading-line.png) center bottom no-repeat;
    padding: 0 0 38px;
    margin: 0 0 30px;
    font-size: 32px;
    color: #000;
}

.questionnaire-popup h2.head-h2 span {
    font-weight: 600;
}

.questionnaire-popup .form-group {
    float: left;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 50%;
}

.questionnaire-popup .form-group.wd-full-ft {
    float: inherit;
    width: 100%;
}

.height-65 {
    height: 65px !important;
}

.questionnaire-popup .form-group label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.questionnaire-popup .flds {
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e8e2e0;
    padding: 0 15px;
    margin: 0 0 0 0;
    background: #fff;
    color: #5a5a5a;
    font-size: 14px;
}

.questionnaire-popup .area-flds {
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e8e2e0;
    padding: 0 15px;
    margin: 0 0 0 0;
    background: #fff;
    color: #5a5a5a;
    font-size: 14px;
    height: 125px;
    overflow-y: auto;
}

.questionnaire-popup .contact-btn.gray {
    border: none;
    font-weight: 300;
    display: inline-block;
    background: #e8e6e6;
    color: #575757;
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
    text-align: center;
    padding: 14px 20px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 2px;
    width: 175px;
}

.questionnaire-popup .contact-btn.gray:hover {
    background: #554e4e;
    text-decoration: none;
    color: #fff;
}

.form-btns-steps {
    padding: 0 15px;
}

.questionnaire-popup .contact-btn.blue {
    border: none;
    font-weight: 300;
    display: inline-block;
    background: #11a1e6 url(../images/arrow-white.png) right 17px no-repeat;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px 10px;
    text-align: center;
    padding: 14px 20px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 2px;
    width: 175px;
}

.questionnaire-popup .contact-btn.blue:hover {
    background: #554e4e url(../images/arrow-white.png) right 17px no-repeat;
    text-decoration: none;
    color: #fff;
}

.form-btns-steps {
    padding: 0 15px;
}

.questionnaire-popup .contact-btn.blue.noarrow {
    border: none;
    font-weight: 300;
    display: inline-block;
    background: #11a1e6;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px 10px;
    text-align: center;
    padding: 14px 20px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 2px;
    width: 175px;
}

.questionnaire-popup .contact-btn.blue.noarrow:hover {
    background: #554e4e;
    text-decoration: none;
    color: #fff;
}

.form-btns-steps {
    padding: 0 15px;
}

.add-inpd {
    padding: 0 15px 20px;
    display: inline-block;
}

.custom-sel-dd.selpad95 {
    padding-right: 95px;
}

.que-edit-ico {
    background: url(../images/arrow-white.png) right 17px no-repeat;
}

.close-quest-pop {
    background: none !important;
    border: none !important;
    font-size: 25px !important;
    color: #fff !important;
    position: absolute;
    right: -40px;
    top: -35px;
}

.custom-sel-dd .bootstrap-select {
    width: 100% !important;
}

.custom-sel-dd .btn-default,
.custom-sel-dd .btn-default:hover,
.custom-sel-dd .btn-default.active .custom-sel-dd .btn-default:active,
.custom-sel-dd .open>.dropdown-toggle.btn-default {
    background-color: #fff !important;
    border: 1px solid #e8e2e0 !important;
    border-radius: 2px !important;
    padding: 9px 12px !important;
}

.questionnaire-popup .stepsquest {
    margin: 2px 0 0;
    background: #d4d4d4;
    font-size: 14px;
    color: #5c5c5c;
    float: right;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
}

.font-20bold {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.pad-25pad {
    padding-top: 25px;
}

.quest-laststp {
    border: 1px solid #eee;
    box-shadow: 0 0 2px #ddd;
    padding: 15px 25px 0;
    margin: 5px 15px 20px;
}

.quest-laststp .checkbox {
    margin-bottom: 25px;
}

.quest-laststp label,
.questionnaire-steps.font-14 label {
    font-size: 14px;
    line-height: 20px;
}

.quest-laststp label,
.questionnaire-steps.font-14 .bold-font {
    font-weight: 600;
}

.italic-font {
    font-style: italic;
}

.contact-mess-ico {
    box-shadow: 0 0 3px #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: block;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: url(../images/contact-mess-ico.png) left top no-repeat;
    z-index: 91;
}

.edit-ico-quest {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: url(../images/edit-ico-quest.jpg) left top no-repeat;
}

.quest-form-det .form-group {
    float: left !important;
    width: 50% !important;
    padding: 0 5px !important;
}

.quest-img-boxes {
    padding: 0;
    margin: 0;
    text-align: center;
}

.quest-img-boxesimg {
    padding: 0;
    margin: 0 0 15px;
    width: 258px;
    height: 150px;
    display: inline-block;
    background: url(../images/quest-steps-img.jpg) left top no-repeat;
}

.quest-img-boxesimg.img1 {
    background-position: left top;
}

.quest-img-boxesimg.img2 {
    background-position: -294px top;
}

.quest-img-boxesimg.img3 {
    background-position: right top;
}

.quest-img-boxes-arow {
    margin: 0 0 15px;
    width: 36px;
    height: 150px;
    display: inline-block;
    background: url(../images/quest-steps-img.jpg) -258px top no-repeat;
}

.quest-img-boxes {
    margin-bottom: 35px;
}

.pad-15pad-lr {
    padding-left: 15px;
    padding-right: 15px;
}

.edit-de-link {
    color: #e2e2e2;
    display: inline-block;
    float: right;
}

.edit-de-link a {
    margin: 0 5px;
}

.edit-de-link a.edit-icon {
    background: url(../images/edit-icon-1.png) left center no-repeat;
    color: #11a1e6;
    font-size: 12px;
    padding: 0 0 0 18px;
}

.edit-de-link a.del-icon {
    background: url(../images/del-icon-1.png) left center no-repeat;
    color: #cd0f0f;
    font-size: 12px;
    padding: 0 0 0 16px;
}

.inline-b {
    display: inline-block;
}

.datentime-box.clearfix {
    padding-top: 15px;
}

.ore-team-page-box {
    margin: 0;
    padding: 0 0 50px;
}

.ore-team-page-box h2.head-h2 {
    font-weight: 300;
    display: block;
    text-align: center;
    background: url(../images/heading-line-wht.png) center bottom no-repeat;
    padding: 125px 0 38px;
    margin: 0;
    font-size: 42px;
    color: #fff;
}

.ore-team-page-box h2.head-h2 span {
    font-weight: 600;
}

.our-expert-box.page-fix {
    text-align: left;
    max-width: 1000px;
    margin: 85px auto 0;
}

.our-expert-box.page-fix ul li {
    margin: 0 0 95px;
    border: medium none;
    display: block;
    max-width: inherit;
}

.our-expert-box.page-fix .social-icons {
    text-align: left;
}

.our-expert-box.page-fix ul li p {
    text-align: left;
}

.our-expert-box.page-fix ul li p.team-dec {
    font-size: 14px;
    font-weight: 500;
    color: #474747;
    line-height: 24px;
    border-top: 1px solid #ece6e6;
}

.dec-help-box-popup-opacity {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999999;
    box-shadow: 0 0 5px #444;
    overflow-y: auto;
    width: 100%;
    display: none;
    padding: 0 15px 15px;
}

.dec-help-box-popup-opacity .dec-help-box-popup {
    position: relative;
    text-align: left;
    background: #fff;
    max-width: 880px;
    position: relative;
    top: 15%;
    margin: 0 auto 15px;
    z-index: 9999999999;
}

.dec-help-box-popup-opacity .dec-help-box-popup ul.line-bg {
    background: none !important;
    padding: 0 !important;
}

.dec-help-box-popup-opacity .dec-help-box-popup ul li {
    width: 100%;
    display: block;
    max-width: inherit;
    max-height: inherit;
    margin: 0;
}

.dec-help-box-popup-opacity .dec-help-box-popup ul li .bg-b {
    min-height: 350px;
    box-sizing: border-box;
    float: left;
    background: #11a1e6;
    width: 30%;
    max-width: inherit;
    max-height: inherit;
    text-align: center;
    margin: 0;
    padding: 65px 15px 15px;
}

.dec-help-box-popup-opacity .dec-help-box-popup ul li .bg-b-cont {
    box-sizing: border-box;
    float: left;
    width: 70%;
    padding: 65px 45px 15px;
    max-width: inherit;
    max-height: inherit;
    font-size: 16px;
    line-height: 28px;
    color: #515354;
}

.dec-help-box-popup-opacity .dec-help-box-popup ul li .bg-b-cont p span {
    padding: 0 0 21px;
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: #2e2f30;
}

.close-pop-cs {
    position: absolute;
    right: 12px;
    top: 0px;
    display: none;
    z-index: 99999999999;
    color: #000;
    cursor: pointer;
    font-size: 25px;
    font-weight: 300;
    display: block;
}

.close-navs:hover {
    color: #a9b7fb;
}

.img-box.click {
    cursor: pointer;
}


@media(max-width:1279px) {
    .banner-img {
        background-position: center top;
    }
}

@media(max-width:1120px) {
    .how-help-box ul.line-bg {
        background: none;
    }

    .what-do-box .right-box ul {
        padding: 0 0 0 0;
    }

    .footer-btm,
    .footer-top {
        margin-left: 0;
        margin-right: 0;
        padding: 35px 15px 25px;
    }

    .footer-top ul li,
    .footer-btm ul li {
        padding: 0 15px;
    }

    .footer-btm ul li:nth-child(3) {
        padding-left: 0px;
    }
}

@media (min-width:1024px) and (max-width:1120px) {
    .how-help-box ul.line-bg {
        padding: 45px 0 0;
        background: url(../images/help-bg-line.png) right top no-repeat;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .why-box ul li {
        height: 325px;
        width: 300px;
        margin: 25px 8px 0;
    }

    .how-help-box ul li {
        margin: 15px 5px 0 21px;
    }

    .questionnaire-steps {
        padding: 50px 35px 45px;
    }

}

.fix-oem-show {
    display: none;
}

@media (min-width:768px) and (max-width:1024px) {
    .fix-oem-show {
        display: block;
    }

    .fix-oem {
        display: none;
    }
}

@media(max-width:1023px) {
    .what-do-box .wd50 {
        width: inherit;
        width: 100%;
    }

    .what-do-box .wd50.center-tabs {
        text-align: center;
        margin-bottom: 35px;
    }

    .what-do-box .right-box h2.head-h2,
    .what-do-box .right-box p {
        text-align: center;
    }

    .what-do-box .right-box {
        padding: 25px 0 25px !important;
    }

    .what-do-box .wd50.bg-cover {
        max-height: inherit !important;
        min-height: inherit !important;
    }
}

@media(max-width:991px) {
    header ul li {
        padding: 0 0 0 8px;
    }

    header ul li a {
        font-size: 14px;
    }

    .what-do-box .right-box {
        padding: 40px 20px 25px 50px;
    }

    .contact-page-box .right-box {
        padding: 25px 35px;
    }

    .contact-page-box .left-box {
        padding: 0 0 0 0;
    }

    .questionnaire-popup {
        margin: 10% 35px 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .our-expert-box ul li {
        max-width: 30%;
        margin: 25px 1% 0 1.1%;
    }

    .how-help-box ul li {
        max-width: 115px;
    }

    .how-help-box ul li span.img-box {
        background-size: 50px auto;
        height: 100px;
        width: 100px;
    }

    .how-help-box ul li p.cont {
        font-size: 15px;
        padding: 20px 0 10px;
    }

    .why-box ul li {
        height: 385px;
        margin: 25px 1% 0 1.1%;
        width: 30%;
    }
}

@media(min-width:768px) {
    .slider-box {
        height: 540px;
    }
}

@media (min-width:768px) and (max-width:900px) {
    header ul li a {
        font-size: 12px;
    }

    .dec-help-box-popup-opacity .dec-help-box-popup {
        top: 10%;
    }

    .dec-help-box-popup-opacity .dec-help-box-popup ul li .bg-b-cont {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:767px) {

    .mob-menu-ico,
    .close-navs {
        display: block;
    }

    .nav-head {
        display: none;
    }

    .logo {
        width: 240px;
    }

    .slider-box {
        padding: 50px 0 65px;
    }

    .slider-box p {
        font-size: 20px;
    }

    .slider-box h2.head-h2 {
        font-size: 40px;
    }

    .slider-box h2.head-h2 span {
        font-size: 35px;
    }

    .send-req-btn {
        width: 225px;
        padding: 15px 10px;
    }

    .stand-for-box h2.head-h2,
    .what-do-box h2.head-h2,
    .our-services-box h2.head-h2 span,
    .how-help-box h2.head-h2,
    .why-box h2.head-h2,
    .our-expert-box h2.head-h2 span,
    .contact-page-box h2.head-h2 {
        font-size: 30px;
    }

    .our-services-box h2.head-h2 {
        line-height: inherit;
    }

    .quest-box .trans-quest-box {
        margin: 0;
    }

    .quest-box p {
        padding: 0;
    }

    .what-do-box {
        display: block;
    }

    .what-do-box .wd50.bg-cover {
        width: 100%;
        max-height: 450px;
        min-height: 450px;
        float: inherit;
    }

    .what-do-box .right-box {
        float: inherit;
        width: 100%;
    }

    .our-services-box ul li {
        padding: 15px;
        margin: 15px 0 0;
        height: inherit;
        text-align: center;
    }

    .our-services-box ul li .left-img,
    .our-services-box ul li .right-img {
        float: inherit;
        margin: 0 0 20px;
    }

    .our-services-box ul li p.cont {
        padding: 0;
        text-align: center;
    }

    header ul {
        float: inherit;
        margin: 75px 0 25px;
        width: 100%;
        display: block;
    }

    header ul li {
        display: block;
        padding: 15px 0;
    }

    header ul li a:hover,
    header ul li.active a {
        border: none;
    }

    header ul li a {
        font-size: 25px;
        color: #fff;
        font-weight: 300;
    }

    header ul li a:hover,
    header ul li.active a {
        color: #0fa1e7 !important;
    }

    .mob-menu-ico {
        height: 30px;
        width: 35px;
        top: 22px;
        right: 15px;
        background: #11a1e6 url(../images/menu-ico.png) center center no-repeat;
        cursor: pointer;
        border-radius: 3px;
        z-index: 9;
    }

    .mob-menu-ico:hover {
        background: #0c91d1 url(../images/menu-ico.png) center center no-repeat;
    }

    #nav-mobile {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999999999;
        box-shadow: 0 0 5px #444;
        overflow-y: auto;
        width: 100%;
        display: block;
        transform: translateX(100%);
        transition: transform 0.3s ease 0s;
    }

    #nav-mobile.slide-left {
        transform: translateX(0);
    }

    .close-navs {
        position: absolute;
        left: 15px;
        top: 15px;
        display: none;
        z-index: 99999999999;
        color: #fff;
        cursor: pointer;
        font-size: 30px;
        font-weight: 300;
        display: block;
    }

    .close-navs:hover {
        color: #a9b7fb;
    }

    .hidden-body {
        overflow: hidden;
    }

    .footer-top ul li,
    .footer-btm ul li {
        float: inherit;
        width: 100%;
        padding: 15px;
    }

    .footer-btm,
    .footer-top {
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
    }

    .footer-btm ul li,
    .footer-btm ul li h2 {
        text-align: left;
    }

    .footer-btm ul li {
        padding: 15px 0;
    }

    .footer-btm ul {
        display: block;
    }

    .footer-btm {
        padding: 20px 0 !important;
    }

    .footer-btm ul li {
        width: 100% !important;
        float: inherit;
        padding: 10px 0 !important;
    }

    .slider-box h2.head-h2 span.font35 {
        font-size: 18px;
    }

    .slider-up-cont {
        max-width: 400px;
        min-height: 305px;
        text-align: left;
    }

    .contact-page-box h2.head-h2 {
        margin-bottom: 35px;
    }

    .contact-page-box .left-box h3,
    .contact-page-box .right-box h3 {
        font-size: 28px;
    }

    .contact-page-box {
        padding: 0 0 75px;
    }

    .contact-page-box .right-box {
        margin-top: 45px;
        padding: 20px 25px;
    }

    .contact-map-bg {
        max-height: 275px;
        min-height: 275px;
    }

    .what-do-box .and-more {
        padding: 15px 0 21px;
        background: #f1f1f1;
        text-align: center;
    }

    .what-do-box {
        margin: 85px 0 0 !important;
    }

    .quest-box .trans-quest-box {
        max-width: 100%;
    }

    .our-services-box ul li {
        max-width: 100%;
        display: block;
    }

    .why-box ul li {
        max-width: 100%;
        display: block;
        margin: 25px 0 0;
        height: inherit;
        min-height: inherit;
        padding: 35px 20px;
    }

    .contact-mess-ico {
        background-size: 45px 45px;
        width: 45px;
        height: 45px;
        display: block;
    }

    .questionnaire-popup .form-group {
        float: inherit;
        width: 100%;
        padding: 0;
    }

    .form-btns-steps {
        padding: 0;
    }

    .questionnaire-popup.mrgin-top-up {
        margin: -95px 0px 0;
    }

    .quest-laststp {
        margin: 5px 0 20px;
    }

    .questionnaire-steps {
        margin-bottom: 35px;
        padding: 50px 15px 25px;
    }

    .edit-ico-quest {
        top: -25px;
    }

    .quest-img-boxes-arow {
        display: none;
    }

    .quest-img-boxesimg {
        margin: 0 auto 15px;
        display: block;
    }

    .pad-15pad-lr {
        padding-left: 0;
        padding-right: 0;
    }

    .cen-only-mob {
        text-align: center !important;
    }

    .our-expert-box.page-fix .social-icons {
        text-align: center;
    }

    .our-expert-box.page-fix ul li p {
        text-align: center;
    }

    .ore-team-page-box h2.head-h2 {
        font-size: 30px;
    }

    .our-expert-box.page-fix ul li {
        margin: 0 0 75px;
    }

    .dec-help-box-popup-opacity .dec-help-box-popup {
        top: 5%;
    }

    .dec-help-box-popup-opacity .dec-help-box-popup ul li .bg-b-cont {
        font-size: 14px;
        line-height: 24px;
    }

    .dec-help-box-popup-opacity .dec-help-box-popup ul li .bg-b {
        min-height: inherit;
        padding: 35px 15px 15px;
        float: inherit;
        width: 100%;
    }

    .dec-help-box-popup-opacity .dec-help-box-popup ul li .bg-b-cont {
        padding: 35px 15px 15px;
        float: inherit;
        width: 100%;
        text-align: center;
    }

    .dec-help-box-popup-opacity .dec-help-box-popup ul li .bg-b-cont p span {
        font-size: 25px;
        line-height: 30px;
    }

    .contact-map-bg.map-bg-img {
        background: url(../images/contact-map.jpg) left bottom no-repeat;
    }
}

@media(max-width:500px) {
    .our-expert-box ul li {
        margin: 25px 0 0;
    }

    .why-box ul li {
        height: inherit;
        margin: 25px 0 0;
    }

    .quest-box .trans-quest-box {
        margin: 0;
        padding: 35px;
    }

    .quest-box h2.head-h2 {
        font-size: 30px;
    }

    .quest-box .flds.wd50 {
        float: inherit !important;
        width: 100% !important;
    }

    .quest-box .more-btn-arrow {
        font-size: 16px;
        font-size: 16px;
    }

    .how-help-box p.cont {
        padding: 0 0 10px;
    }

    .what-do-box .wd50.bg-cover {
        width: 100%;
        max-height: 350px;
        min-height: 350px;
    }

    .what-do-box .right-box {
        padding: 40px 15px 35px;
    }

    .footer-btm,
    .footer-top {
        padding: 20px 10px;
    }

    .edit-de-link {
        margin: 0 0 10px !important;
        text-align: left;
        display: block;
        float: inherit;
    }

    .inline-b {
        display: block;
        text-align: center !important;
    }

    .quest-form-det .align-r.inline-b {
        text-align: center !important;
    }

    .questionnaire-popup .contact-btn.blue.mob-dev {
        border: none;
        font-weight: 300;
        display: inline-block;
        background: #11a1e6;
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin: 0 0 15px 10px;
        text-align: center;
        padding: 14px 10px !important;
        line-height: 22px;
        text-decoration: none;
        border-radius: 2px;
        max-width: 260px;
        width: 100% !important;
    }

    .questionnaire-popup .contact-btn.blue.mob-dev:hover {
        background: #554e4e;
        text-decoration: none;
        color: #fff;
    }

    .center-btn-mob {
        text-align: center !important;
    }
}

@media(max-width:479px) {
    .quest-box .more-btn-arrow {
        max-width: 170px;
        padding: 12px 55px 12px 10px;
        background: #0f92d1;
    }

    .quest-box .more-btn-arrow:hover {
        background: none;
    }

    .what-do-box .wd50.bg-cover {
        width: 100%;
        max-height: 250px;
        min-height: 250px;
    }

    .logo {
        width: 225px;
    }

    .questionnaire-popup {
        margin: 10% 30px 0 15px;
        padding: 25px 15px;
    }

    .close-quest-pop {
        right: -30px;
        top: -25px;
        font-size: 20px;
    }

    .questionnaire-popup h2.head-h2 {
        font-size: 25px;
    }

    .questionnaire-popup .form-group label {
        font-size: 14px;
    }

    .questionnaire-popup .contact-btn.blue.noarrow,
    .questionnaire-popup .contact-btn.blue {
        margin-left: 0;
    }

    .quest-form-det .form-group {
        float: inherit !important;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .quest-form-det .align-r {
        text-align: left !important;
        margin-top: 10px;
    }


}
        
.EXPERTISE{
    background-color : #003366;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.expertis-head{
    font-weight: 300;
    display: block;
    text-align: center;
    background: url(../images/heading-line.png) center bottom no-repeat;
    padding: 0 0 38px;
    margin: 0 0 30px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
}

.boxexpert {
    position: relative;
    border: solid 1px white;
    background-color: #ffffff0d;
    padding: 30px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    overflow: hidden; /* important to clip pseudo-element */
}


/* Add low-opacity background image on hover */
.boxexpert::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/expert-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0; 
    transition: opacity 0.3s ease;
    z-index: 0;
}

/* Reveal on hover */
.boxexpert:hover::before {
    opacity: 0.3; /* adjust opacity as needed */
}

/* Ensure content stays above the image */
.boxexpert > * {
    position: relative;
    z-index: 1;
}

.boxexpert:hover {
    transform: translateY(-8px);
    background-color: #ffffff1a; /* still applies behind image */
}


/* Hover animation for the box */
/* .boxexpert:hover {
    transform: translateY(-8px);
    background-image: url('../images/expert-bg.png');
    background-color: #ffffff1a;
} */

/* Flex container for number and circle image */
.top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Number styling */
.number {
    color: white;
    font-size: 34px;
    opacity: 0.5;
    font-weight: 800;
}

/* Circle image with hover effect */
.circelimg {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(0, 4, 44);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.boxexpert:hover .circelimg {
    background-color: rgb(200, 0, 0);
    transform: scale(1.1);
}

/* Title */
.expboxhed {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-top: 15px;
}

/* Description */
.exppera {
    color: #a3a3a3;
    font-size: 18px;
    margin-top: 10px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .boxexpert {
        padding: 20px;
        text-align: center;
    }

    .top-box {
        flex-direction: column;
        gap: 10px;
    }

    .number {
        font-size: 28px;
    }

    .circelimg {
        width: 50px;
        height: 50px;
    }

    .expboxhed {
        font-size: 18px;
    }

    .exppera {
        font-size: 16px;
    }
}

.transparent-bg {
    mix-blend-mode: multiply;  /* Try: darken, lighten, screen, overlay */
    background-color: transparent;
}
  
 
  
 
  
@media(max-width:320px) {
    .contact-mess-ico {
        bottom: -10px;
    }