@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

* {
    margin: 0;
    padding: 0;
    transition: all .5s ease-in-out;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

p {
    font-family: "Montserrat", sans-serif;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    transition: all .5s ease-in-out;
}

/* Scroll Bar */
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #529e8a;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #307965;
}

/* loader styling start  */
/* loader styling end  */
/* HEADER START  */
header {
    border-bottom: 1px solid #81818133;
}

.pag-menu li a:hover {
    color: #529e8a;
}

.pag-menu li button:hover {
    color: #529e8a;
}

.ned-hlp:hover {
    color: #529e8a;
}

.usersbtn:hover {
    color: #529e8a;
}

.pag-menu li a {
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    opacity: 0.6;
    font-weight: 500;
}

.pag-menu li button {
    font-size: 14px;
    color: #0f1010;
    line-height: 25px;
    background: transparent;
    padding: 0;
    border: none;
    font-family: 'axiforma_regular';
}

.pag-menu {
    gap: 70px;
    margin-right: 200px !important;
}

.top-social li {
    list-style-type: none;
}

.cell-phn span {
    transform: rotate(320deg);
}

.top-header {
    background-color: #529e8a;
    padding: 8px 0;
}

.usr-eml a {
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 4px;
}

.usr-eml a span {
    font-size: 20px;
}

.top-social li a {
    font-size: 18px;
    color: #ffffff;
}

.top-social li a:hover {
    color: #529e8a;
}

.odr:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

.odr {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    padding: 1px 1px 1px 25px;
    border-radius: 0px;
    border: 2px solid #529e8a;
    background-color: #529e8a;
    display: inline-flex;
    align-items: center;
}

.odr span {
    background-color: #ffffff;
    height: 46px;
    line-height: 46px;
    width: 58px;
    text-align: center;
    margin-left: 20px;
}

.logo-hdr {
    bottom: 0px;
}

.top-social li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 70px;
}

.top-social li a {
    font-size: 13px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* HEADER END  */
/* HOME PAGE START */
.al-im {
    width: 100%;
}

.pd-t {
    padding-top: 100px;
}

.pd-b {
    padding-bottom: 100px;
}

.al-sec {
    background-size: cover;
    background-repeat: no-repeat;
}

.baner-content h2 {
    font-size: 65px;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    line-height: 73px;
}

.baner-content h2 span {
    display: block;
}

.baner-content p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    width: 80%;
}

.secnd-hed {
    font-size: 68px;
    line-height: 85px;
    font-style: italic;
    font-weight: bold;
}

.abt-cont {
    background-color: #529e8a;
    color: #ffffff;
}

.pourd-im {
    background-color: #e6e6e6;
    width: 100%;
    height: 360px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-im {
    z-index: 99;
}

.cntct-cont p {
    font-size: 15px;
}

.pourd-im img {
    object-fit: contain;
    height: 280px;
    mix-blend-mode: darken;
}

.products-lst li button {
    font-size: 14px;
    color: #529e8a;
    border: 1px solid #529e8a !important;
    font-family: 'Montserrat';
    border-radius: 0 !important;
}

.prd-cont h4 {
    font-size: 27px;
    font-style: italic;
    font-weight: bold;
    line-height: 32px;
}

.prd-cont p {
    font-size: 14px;
    color: #000000;
    opacity: 0.5;
    font-weight: 500;
}

.prd-cont a {
    color: #529e8a;
    border-bottom: 1px solid;
    font-weight: 500;
}

.work-box {
    border: 1px solid #519b8a;
    padding: 24px 15px;
    color: #ffffff;

}

.work-box ul {
    text-align: left;
}

.wlkk-hgt {
    height: 167px;
    overflow-y: scroll;
    padding: 0 10px;
}

.wlkk-hgt::-webkit-scrollbar {
    width: 8px;
}

.wlkk-hgt::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

.wlkk-hgt::-webkit-scrollbar-thumb {
    background: #529e8a;
    border-radius: 1px;
}

.wlkk-hgt::-webkit-scrollbar-thumb:hover {
    background: #307965;
}








.wk-im {
    width: 110px;
    height: 110px;
    line-height: 100px;
    background-color: #529e8a;
    text-align: center;
    margin: 0 auto 25px;
}

.work-box h4 {
    font-size: 27px;
    font-style: italic;
    font-weight: bold;
}

.work-box p {
    font-size: 14px;
    margin: 0;
    opacity: 0.6;
}

.products-lst .nav-tabs .nav-item.show .nav-link,
.products-lst .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #529e8a;
    border-color: #529e8a;
    border: none;
    border-bottom: 1px solid;
}

.products-lst .nav-tabs {
    border: none;
    gap: 20px;
}

.our-partner {
    background-color: #2d4086;
    padding: 70px 0;
}

.partner-hed h3 {
    color: #ffffff;
}

.abt-cont .odr {
    background-color: #ffffff;
    color: #529e8a;
    font-weight: 500;
}

.abt-cont .odr:hover {
    background-color: #000;
    color: #fff;
}

.abt-cont .odr span {
    background-color: #529e8a;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.abt-cont .odr span img {
    filter: brightness(0) invert(1);
}

.abt-cont p {
    font-size: 14px;
    line-height: 26px;
}

.abt-cont li {
    font-size: 15px;
    line-height: 26px;
}

.cor-cont h4 span {
    display: block;
}

.cor-cont h4 {
    color: #529e8a;
    font-size: 42px;
    font-style: italic;
    font-weight: bold;
    line-height: 55px;
}

.cor-cont {
    background-color: #ffffff;
    padding: 36px 30px;
}

.cor-cont p {
    min-height: 292px;
    font-size: 14px;
}

.cor-im img {
    height: 548px;
    object-fit: cover;
}

.cor-im {
    margin-left: -273px;
    position: relative;
    z-index: -1;
}

.our-core {
    position: relative;
    z-index: 99;
}

.cor-hed {
    color: #ffffff;
}

.cor-hed p {
    font-size: 14px;
    font-weight: 500;
    width: 86%;
    margin: 11px auto;
}

.parts-sec .owl-carousel .owl-nav button.owl-prev,
.parts-sec .owl-carousel .owl-nav button.owl-next,
.parts-sec .slick-prev,
.parts-sec .slick-next {
    z-index: 1;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute !important;
    top: 50% !important;
    transform: translatey(-50%);
    color: transparent;
}

.parts-sec .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.parts-sec .slick-prev,
.parts-sec .slick-next {
    z-index: 1;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute !important;
    top: 45% !important;
    transform: translatey(-50%);
    color: transparent;
    width: 40px;
    height: 40px;
}

.parts-sec .owl-carousel .owl-nav button.owl-prev:after,
.parts-sec .slick-prev:after {
    content: '';
    position: absolute;
    background-image: url(../images/prd-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
}

.parts-sec .owl-carousel .owl-nav button.owl-next:after,
.parts-sec .slick-next:after {
    content: '';
    position: absolute;
    background-image: url(../images/prd-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
}

.parts-sec .owl-nav .owl-prev {
    left: -75px;
}

.parts-sec .owl-nav .owl-next {
    right: -55px;
}

.prd-cont {
    border: 1px solid #b2b2b2;
    padding: 15px;
    margin-top: 10px;
    text-align: center;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.pourd-inr {
    margin: 0 7px;
}

.cntct-cont {
    background-color: #529e8a;
    padding: 40px 25px;
}

.contat-im img {
    height: 623px;
    object-fit: cover;
    width: 100%;
}

.cntct-cont input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #a3cbc1;
    border-radius: 0;
    height: 47px;
}

.cntct-cont input::placeholder {
    color: #ffffff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 14px;
}

.cntct-cont textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #a3cbc1;
    border-radius: 0;
    height: 236px;
}

.cntct-cont textarea::placeholder {
    color: #ffffff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 14px;
}

.cntt-tarea button {
    bottom: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: transparent;
}

.cntct-cont {
    color: #ffffff;
}

.logo-im {
    border: 2px solid #6671a4;
    text-align: center;
    padding: 20px;
    height: 150px;
    line-height: 110px;
    border-radius: 10px;
    background: #fff;
}

.logo-im img {
    /* filter: brightness(0.5) invert(1); */
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.tst-hed p {
    color: #141414;
    font-size: 14px;
    width: 70%;
    margin: 15px auto;
    opacity: 0.6;
}

.tst-im {
    width: 42%;
}

.tst.cont {
    /* width: 65%; */
    background-color: #2a3b81;
    padding: 40px;
    color: #ffffff;
}

.tst.cont h4 {
    font-size: 22px;
}

.tst.cont p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
}

.tst.cont h4 {
    font-size: 22px;
}

.tst.cont h6 {
    font-size: 14px;
    font-family: 'Montserrat';
    margin: 0;
}

.testi-sec .slick-prev,
.testi-sec .slick-next {
    z-index: 1;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute !important;
    top: 50% !important;
    transform: translatey(-50%);
    color: transparent;
    width: 40px;
    height: 40px;
}

.testi-sec .owl-carousel .owl-nav button.owl-prev:after,
.testi-sec .slick-prev:after {
    content: '';
    position: absolute;
    background-image: url(../images/prd-left.png);
    filter: brightness(0) invert(100);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
}

.testi-sec .owl-carousel .owl-nav button.owl-next:after,
.testi-sec .slick-next:after {
    content: '';
    position: absolute;
    background-image: url(../images/prd-right.png);
    filter: brightness(0) invert(100);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
}

.testi-sec .slick-next:before,
.testi-sec .slick-prev:before {
    content: '';
    position: absolute;
    color: transparent;
}

.testi-sec .slick-next {
    right: -16%;
}

.testi-sec .slick-prev {
    left: -20%;
}

.footer-lst {
    background-image: url(../images/core-banner.png);
    padding: 50px 0 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.ftr-social li a:hover {
    background-color: #529e8a;
    color: #fff;
}

.ftr-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 50%;
}

.ftr-social ul {
    list-style-type: none;
    gap: 8px;
}

.fotr-all {
    border: 1px solid #556299;
}

.fot-log p {
    font-size: 13px;
    margin-bottom: 30px;
    width: 75%;
}

.fot-log {
    padding-left: 25px;
}

.fttr-hed {
    background-color: #529e8a;
    padding: 10px 10px 10px 50px;
}

.fttr-hed h4 {
    font-size: 23px;
    font-style: italic;
    font-weight: bold;
}

.fot-lst ul {
    list-style: none;
}

.fot-lst {
    padding-left: 65px;
}

.cot-lst {
    padding: 0 25px;
}

.fot-lst li a {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.6;
    margin-bottom: 8px;
    line-break: anywhere;
}

.bdr {
    border-left: 1px solid #556299;
}

.fot-lst li a {
    display: flex;
    gap: 10px;
}

.fot-lst li a span img {
    width: 84%;
}

.cpy p {
    margin: 0;
    padding: 15px 0 10px;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
}

/* HOME PAGE END */
/* INNER PAGES START */
.mission-cont h4 {
    font-size: 34px;
    font-style: italic;
    font-weight: 600;
}

.mission-cont p {
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    opacity: 0.7;
}

.abt-content p {
    font-size: 15px;
    color: #000000;
    line-height: 25px;
    opacity: 0.7;
}

.ct-inp::after {
    content: '';
    position: absolute;
    background-image: url(../images/inp-aft.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 50px;
    left: 45px;
    top: 3px;
}

.ct-inp span {
    top: 15px;
    left: 11px;
}

.ct-inp input {
    height: 56px;
    padding-left: 60px;
    border: 1px solid #c6c6c6;
}

.ct-txinp textarea {
    height: 236px;
    padding-left: 20px;
    border: 1px solid #c6c6c6;
    resize: none;
}

.get-h {
    font-size: 50px;
    font-style: italic;
    font-weight: 600;
}

.ccnt-box {
    background-color: #529e8a;
    padding: 30px 25px;
}

.ct-im {
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.ccnt-cont h6 {
    font-size: 25px;
    color: #ffffff;
    font-family: 'Oswald';
    font-style: italic;
    font-weight: 600;
}

.ccnt-cont p,
.ccnt-cont a {
    margin: 0;
    color: #ffffff;
}

.cct-loc img {
    width: 37%;
}

#map {
    width: 100%;
    height: 500px;
}

.leaflet-popup-content-wrapper {
    border-radius: 20px;
    padding: 6px 12px;
}

.leaflet-popup-content {
    margin: 6px;
    font-size: 14px;
    font-weight: 500;
}

.product-pg {
    background-color: #212121;
    height: 150px;
}

/* .dt-inn img {
    width: 100%;
  } */
.detail-sec .slider-nav img {
    width: 54.9%;
}

.detail-sec .slider-for img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.dt-inn {
    display: flex;
    justify-content: center;
}

/* .detail-sec .slick-slider .slick-track, .detail-sec .slick-slider .slick-list {
    padding: 0 !important;
} */
.pd-bg {
    background-color: #fff;
    box-shadow: 0 3px 16px #0000009c;
    margin: 20px 20px;
}

.prd-all .slick-track {
    padding: 20px 0px;
}

.detail-sec {
    padding: 70px 0;
}

.prd-sl-cont ol li a {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.prd-sl-cont ol .active {
    color: #333;
    font-weight: 700;
}

.wish-lt {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 15px 0 0;
}

.prd-all {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-right: 3px solid #cccccc;
}

.detail-sec .slider-nav {
    order: 0;
    width: 25%;
}

.detail-sec .slider-for {
    order: 1;
    width: 75%;
}

.prd-all .slider-nav .slick-current .rgt-sl {
    border: 4px solid #529e8a;
    margin: 0 10px;

}

.prd-all .rgt-sl {
    background-color: #fff;
    box-shadow: 0 1px 6px #00000082;
    margin: 0 10px;
}

.prod-delt h3 {
    font-size: 40px;
    line-height: 40px;
    color: #161616;
    font-weight: 600;
}

.supl-cont .odr span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-delt h5 {
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #141726;
}

.prod-delt ul {
    padding: 0;
    margin: 20px 0;
}

.prod-delt li {
    color: #f9ae0e;
    font-size: 14px;
}

.prod-delt li:last-child {
    color: #000000;
    margin-left: 9px;
    text-decoration: underline;
}

.prod-delt p {
    font-size: 14px;
    color: #000000;
    opacity: 0.7;
}

.prod-delt h4 {
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.prod-delt .accordion-item {
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
}

.rec-hed p {
    font-size: 14px;
    font-weight: 500;
    width: 87%;
    margin: 11px auto;
}

.d-on {
    border: 1px solid #529e8a;
    padding-left: 30px;
}

.d-ongt {
    border: 1px solid #529e8a;
    padding-right: 30px;
}

.dv-sion-cont h3 span {
    display: block;
}

.dv-sion-cont h3 {
    color: #529e8a;
    font-size: 42px;
    font-style: italic;
    font-weight: 600;
    line-height: 50px;
}

.dv-sion-cont p {
    font-size: 14px;
    color: #000000;
    opacity: 0.6;
}

.supl-im {
    margin-left: 0;
}

.supl-cont {
    box-shadow: 0 2px 10px #00000047;
    padding: 50px 30px;
    height: 400px;
    overflow-y: scroll;
}

.supl-cont::-webkit-scrollbar {
    width: 8px;
}

.supl-cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

.supl-cont::-webkit-scrollbar-thumb {
    background: #529e8a;
    border-radius: 1px;
}

.supl-cont::-webkit-scrollbar-thumb:hover {
    background: #307965;
}

.supl-im img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.suppl-al {
    margin: 0 20px;
}

.prtnr-hed p {
    font-size: 14px;
    color: #030303;
    width: 57%;
    margin: 10px auto;
}

.prtnr img {
    filter: unset;
}

.prtnr {
    border: 2px solid #b9b9b9;
}

.pagination-nmb li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #529e8a;
    text-align: center;
    color: #529e8a;
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 18px;
    border-radius: 50%;
}

.pagination-nmb li.active a {
    background-color: #529e8a;
    color: #fff;
}

.policy-content li {
    list-style-type: disc;
    font-family: 'Montserrat';
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;
}

.policy-content p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #000;
}

.policy-content a {
    font-family: 'Montserrat';
    font-size: 16px;
    margin-bottom: 16px;
    color: #000000;
    font-weight: 600;
}

/* INNER PAGES END */




/* over View Section STYLE START  */
.company-overview {
    /* background-color: #f8f9fa; */
}

.overview-header {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    align-items: center;
    background: #f8f9fa;
    padding: 20px;
}

.overview-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    /* writing-mode: vertical-rl; */
    /* text-orientation: mixed; */
    /* transform: rotate(180deg); */
    /* min-width: 80px; */
    /* letter-spacing: 2px; */
    display: flex;
    align-items: center;
}

.title-divider {
    width: 4px;
    height: 150px;
    background-color: #4a9b8e;
    margin-top: 10px;
}
/* 
.overview-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
} */

/* Company Snapshot Section */
.company-snapshot {
    /* background-color: #4a9b8e; */
    color: white;
    /* padding: 25px; */
    text-align: center;
    margin-bottom: 20px;
}

.company-snapshot h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ceo-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ceo-title {
    font-size: 14px;
    color: #003d99;
    font-weight: bold;
    margin-bottom: 20px;
}

.snapshot-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 4px;
}

.contact-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #003d99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-text {
    font-size: 13px;
    line-height: 1.4;
    color: #000;
    line-break: anywhere;
}

/* Core Competencies Section */
.section-header {
    background-color: #1e3a8a;
    color: white;
    padding: 18px 25px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.competencies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.competency-item {
    display: flex;
    gap: 15px;
    align-items: center;
}

.competency-arrow {
    color: #4a9b8e;
    font-size: 24px;
    margin-top: 4px;
    flex-shrink: 0;
}

.competency-text {
    /* font-size: 14px; */
    font-weight: 600;
    /* color: #000; */
    /* line-height: 1.4; */
}

/* Differentiators Section */
.differentiators-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 30px;
}

.differentiator-card {
    /* text-align: center; */
}
.top-social>ul li a:hover {
    color: #000 !important;
}

.differentiator-icon {
    width: 70px;
    height: 70px;
    background-color: #4a9b8e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
    color: white;
    font-size: 32px;
}

.differentiator-title {
    /* font-size: 16px; */
    font-weight: bold;
    /* margin-bottom: 15px; */
    /* color: #000; */
}

.differentiator-description {
    color: #555;
}

/* over View Section STYLE END  */