/*Start Header And Banner Css*/
.g-banner {
    background: url('../images/hero-banner.jpg') no-repeat center top / cover;
    overflow: hidden;
    position: relative;
}

.g-banner video{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    bottom:0;
}
.g-banner::before{
    content: '';
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 1;
}

.g-banner--title {
    max-width: 800px;
}

.g-slider-item p {
    font-weight: 600;
    font-size: 20px;
    max-width: 800px;
}

.g-banner-btn {
    padding: 15px 30px;
    display: inline-block;
    margin-top: 12px;
}

.bx-viewport{
    z-index: 2;
}

.g-slider-flex {
    padding: 0;
    height: 600px;
    display: flex;
    align-items: center;
    width: 100%;
}

.g-slider-flex .g-container {
    flex: 1;
    
    color: white;
}

.g-nav {
    flex: 1;
    padding-left: 50px;
}

.g-nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.g-nav-list-item {
    margin-right: 2px;
    position: relative;
}

.g-nav-list-item-link {
    font-weight: 600;
    color: #232122;
    font-size: 14px;
    border-radius: 3px;
    padding: 12px 16px;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.g-nav-list-item:hover .g-nav-list-item-link {
    background: #fff;
    border: 1px solid #eaeaea;
}

.g-nav-list-item:hover .g-nav-list-item-link.isActive {
    color: #232122;
    background: #fff;
    border: 1px solid #eaeaea;
}

.g-nav-list-item-link.isActive {
    background: #0093d5;
    color: #fff;
    border: 1px solid transparent;
}

.support-link {
    font-size: 13px;
    cursor: pointer;
    margin-right: 30px;
}

.profile-row {
    display: flex;
    align-items: center;
}

.support-link {
    font-size: 13px;
    cursor: pointer;
    margin-right: 30px;
}

.auth-btn {
    padding: 12px 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.auth-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.g-header {
    padding:0px 0;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
}

@keyframes header {
    from {
        top: -300px;
    }

    to {
        top: 0;
    }
}

.g-header.isFixed {
    animation-name: header;
    animation-duration: .4s;
    position: static;
    background: #fff;
    border-bottom: 1px solid #d8d6e1;
}

.g-header.isFixed .g-logo img {
    height: 50px;
}

.g-sunmenu-container {
    display: block;
    position: absolute;
    width: 250px;
    list-style: none;
    padding-top: 8px;
    z-index: -100;
    visibility: hidden;
    opacity: 0;

}

.g-nav-list-item:hover .g-sunmenu-container {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}

.g-sunmenu-container.g-sunmenu-container--sm {
    width: 250px;
}

.g-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 0 4px 4px 4px;
    padding: 16px 12px;
}

.g-submenu li a:after {
    position: absolute;
    height: auto;
    top: 8px;
    bottom: 8px;
    width: 3px;
    content: "";
    left: 0;
    opacity: 0;
    transition: all .2s;
    background: #0093d5;
}

.g-submenu li a:hover:after {
    opacity: 1;
}

.g-submenu li a {
    display: block;
    color: #232122;
    font-weight: 500;
    padding: 6px 10px;
    position: relative;
}

.g-submenu li a:hover {
    color: #364c9f;
}

/*End Header And Banner Css*/

/*Home About Us*/
.g-section {
    padding: 60px 0;
    overflow: hidden;
}

.aboutus-section-row-media {
    width: 50%;
}

.aboutus-section-row-content {
    width: 50%;
    padding-left: 50px;
}

.aboutus-section-row-content p {
    font-weight: 500;
    line-height: 2;
}

.about-section-btn {
    padding: 14px;
    font-size: 17px;
}

.about-section-btn {
    padding: 12px 50px;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
}

.g-services-slider {
    display: flex;
    padding-right: 40px;

}

.g-services {
    position: relative;
}

.service-progress {
    width: 100%;
    height: 6px;
    background: #e2e4f0;
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    margin: 40px auto 0 auto;
}

.service-progress span {
    display: block;
    height: 6px;
    background: #0093d5;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -ms-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}

.service-progress span#elem1 {
    max-width: calc(15px + 14.2857%);
}

.service-progress span#elem2 {
    max-width: calc(15px + 33.3333%);
}

.g-service-bg {
	height: 280px;
	background-color: #036084;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.g-services-item {
    padding: 10px;
}

.g-services-item-box {
    border: 1px solid #d8d6e1;
    background: #fff;
    min-height: 100%;
    padding: 20px;
    padding-bottom: 70px;
    position: relative;
    transition: all .2s;
}

.g-services h1 {
    line-height: 1;
}

.g-services-item-box:hover {
    box-shadow: 0 0 6px rgb(0 0 0 / 26%);
}

.g-services-item-box:hover {
    cursor: move;
}

.g-service-btn.transition {
    position: absolute;
    bottom: 24px;
    left: 20px;
}

.g-service-title {
    color: #8c1d03;
    font-weight: 800;
    font-size: 20px;
    display: block;
    line-height: 34px;
    padding-bottom: 10px;
}

.g-services-item-box p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    color: #232122;
}

.g-services-item-box:hover .g-service-title {
    transform: translateY(-16px);
}

.g-services-item-box:hover p {
    transform: translateY(-16px);
}

.g-service-desc {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.gSlider {
    padding-top: 30px;
}


.g-service-btn {
    position: absolute;
    bottom: 24px;
    left: 20px;
    font-size: 24px;
    color: #8c1d03;
    display: flex;
    align-items: center;
}

.service-btn-txt {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 10px;
    color: #8c1d03;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s;
}

.g-services-item-box:hover .service-btn-txt {
    width: 80px;
}

.g-section.g-traning-services {
    padding-top: 10px;
}

.services-row {
    position: relative;
    display: flex;
    margin-top: 20px;
    margin-left: -16px;
    margin-right: -16px;
}

.services-col {
    padding: 16px;
    width: 33.33%;
    position: relative;
    z-index: 2;
}

.services-box {
    border: 1px solid #d8d6e1;
    display: block;
    min-height: 340px;
    padding: 50px 20px;
    text-align: center;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    border-bottom: 5px solid #ccc;
    position: relative;
    background-color: #fff;
}

.servicebox--icon {
    display: block;
    margin: 0 auto;
    height: 120px;
    transition: all .3s;
}

.servicebox--tittle {
    display: block;
    color: #0093d5;
    font-weight: 800;
    font-size: 26px;
    line-height: 35px;
    padding-top: 15px;
}

.services-box:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    content: "";
    background: #0093d5;
    margin: 0 auto;
    width: 0;
    transition: all .3s;
}

.services-box:hover:after {
    width: 100%;
}

.services-box:hover {
    box-shadow: 0 0 8px rgb(0 0 0 / 26%);
}

.services-box:hover .servicebox--icon {
    height: 80px;
}

.g-product-image {
    display: block;
    height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.g-product-image img {
    height: 100px;
    margin: 0 auto;
    transition: all .3s;
}

.g-services-item-box:hover .g-product-image img {
    transform: scale(.7);
}

.gSlider.gSliderProduct .bx-viewport {
    min-height: 410px;
}

.pattern {
    background: url(../images/pattern.webp) no-repeat center center / cover;
    position: absolute;
    width: 364px;
    height: 176px;
    right: -28px;
    top: -25px;
    z-index: 1;
}

section.g-section.insight-sec {
    padding-top: 20px;
}

.news-row {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.news-col {
    padding: 16px;
    width: 33.33%;
}

.news-box {
    box-shadow: 0 4px 6px rgb(48 77 156 / 21%);
    background: #fff;
    min-height: 100%;
    transition: all .3s;
}

.news-box:hover {
    box-shadow: 0 4px 6px rgb(48 77 156 / 40%);
    transform: translateY(-14px);
}

.news-box:hover .news-bg {
    background: transparent;
}

.newsbox-image {
    position: relative;
    padding-left: 40px;
    transition: all .3s;
}

.news-title {
    display: none;
}

.news-time {
    display: none;
}

.news-media {
    height: 270px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}

.news-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    background: #0093d552;
    transition: all .3s;
}

.news-time {
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 20;
    background: #f2f3f8;
    align-items: center;
    left: 5px;
    padding: 8px 10px;
    border-radius: 20px 0 0 20px;
}

.news-time i {
    color: #0093d5;
    font-size: 18px;
}

.news-time span {
    width: 90px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    font-family: arial;
    color: #0093d5;
    padding-left: 10px;
}

.news-title {
    display: block;
    font-weight: 700;
    position: absolute;
    left: -29px;
    bottom: 90px;
    z-index: 20;
    text-transform: uppercase;
    font-size: 12px;
    transform: rotate(-90deg);
    text-align: left;
    width: 100px;
    white-space: nowrap;
}

.news-heading {
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #232122;
    cursor: pointer;
}

.expoBtn-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px;
    margin-top: 20px;
}

.expoBtn {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #989c9f;
}

.exploreMoreIcon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    margin-left: 16px;
}

.expoBtn:hover .exploreMoreIcon {
    border-radius: 100%;
    background-color: #0093d5;
}

.insight-bg {
    background: #f0f1f5;
    height: 220px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.client-row {
    max-width: 980px;
    margin: 20px auto 0 auto;
}

.clientSliderMedia {
    position: relative;
    border-radius: 10px;
    height: 300px;
    width: 300px;
    min-width: 300px;
    z-index: 10;
}

.clientSliderBox {
    display: flex;
    align-items: center;
    padding: 30px 50px;
}

.clientSliderContent {
    flex: 1;
    padding-left: 100px;
}

.clientSliderContent p {
    font-weight: 600;
    font-size: 23px;
    padding: 20px;
    background: url(../images/commas.png) no-repeat 0 0;
}

.clientDetail {
    margin-left: 20px;
    position: relative;
    padding-left: 70px;
}

.clientName {
    font-weight: 800;
}

.clientDetail:after {
    position: absolute;
    height: 2px;
    width: 60px;
    left: 0;
    top: 10px;
    background: #364c9f;
    content: "";
}

.clientSliderMediaBg {
    width: 140px;
    height: 240px;
    position: absolute;
    left: -36px;
    bottom: -20px;
    background: #0093d5;
    border-radius: 40px;
    z-index: 1;
}

.clientSliderControl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.clientSliderControl span {
    width: 30px;
    height: 30px;
    border: 2px solid #707070;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #707070;
    cursor: pointer;
    transition: all .3s;
    margin: 0 10px;
}

.clientSliderControl span:hover {
    border-color: #0093d5;
    color: #0093d5;
}

.testi-section {
    background-color: #fafafa;
}

.testibox {
    max-width: 800px;
    padding: 0 16px;
    margin: 30px auto 0 auto;
}

.testiImage {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    margin: 0 auto;
}

.testibox p {
    font-weight: 600;
    line-height: 28px;
    margin-top: 40px;
}

.testiImage img {
    max-height: 70px;
    max-width: 200px;
}

.testiImage:after {
    height: 1px;
    background: #0093d5;
    content: "";
    position: absolute;
    left: -170px;
    width: 150px;
}

.testiImage:before {
    height: 1px;
    background: #0093d5;
    content: "";
    position: absolute;
    right: -170px;
    width: 150px;
}

/* End Home About Us*/

.footer-top {
    min-height: 100px;
}

.footer-row {
    padding: 50px 0;
    color: #000;
    font-size: 13px;
    display: flex;
}



.footer-box:last-child {
    padding-right: 0;
    width: 235px;
    min-width: 235px;
    flex: none;
}

.footer-box {
    flex: 1;
    padding: 0 10px;
    font-size: 13px;
}

.footerLinks {
    display: flex;
    flex-wrap: wrap;
}

.footerLinks .footer-links {
    width: 50%;
    padding-right: 10px;
    color: #000;
    font-size: 15px;
    margin-bottom: 8px;
}

.address-footer {
    font-size: 15px;
    max-width: 210px;
}

.footer-email {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin: 16px 0;
}

.footer-bottom {
    background: #036084;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 16px 0;
}

.footer-bottom-link a {
    color: #fff;
    font-weight: 500;
}

.footer-links:hover,
.footer-bottom-link a:hover {
    text-decoration: underline;
    color: #ff9b33;
}

span.seprator {
    padding: 0 16px;
}

.phone-text {
    padding-left: 10px;
}

.header-sociallink {
    width: 26px;
    height: 26px;
    margin-right: 8px;
    background: #fff;
    color: #333;
    font-size: 16px;
    border-radius: 100%;
    cursor: pointer;
}

.header-sociallink:hover {
    background-color: #0093d5;
    color: #fff;
}

footer#contactus {
    background: #eeecec;
}

.footer-bottom {
	background: #036084;
}

.footer-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.g-logo {
    width: 300px;
}


.header-sociallink {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background: #036084;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    cursor: pointer;
}

.heading1.widthSlider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widthSlider .clientSliderControl {
    margin: 0;
}

.widthSlider .clientSliderControl span {
    color: #fff;
    border-color: #fff;
    margin-right: 0;
}

.lang-link {
    margin-right: 20px;
    font-size: 16px;
}

@keyframes sliderAnimation {
    0% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }

}

@keyframes sliderAnimation2 {
    0% {
        transform: translateX(140px);
    }

    100% {
        transform: translateX(0);
    }

}

@keyframes sliderAnimation2 {
    0% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
    }

}

.g-slider-item[aria-hidden="false"] .heading {
    animation: sliderAnimation .5s ease-in-out;
}

.g-slider-item[aria-hidden="false"] p {
    animation: sliderAnimation .7s ease-in-out;
}

.g-slider-item[aria-hidden="false"] .g-banner-btn {
    animation: sliderAnimation .8s ease-in-out;
}

.innerpage-banner {
    padding: 60px 16px 80px;
    text-align: center;
}

.page-banner--text {
    font-weight: 600;
    font-size: 20px;
    /* max-width: 800px; */
    text-align: center;
}

.aboutus-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.aboutus-image {
    min-width: 60%;
    width: 60%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.aboutus-content {
	min-width: 60%;
	width: 60%;
	margin-left: -20%;
	position: relative;
	z-index: 10;
	color: #212529;
	line-height: 2;
	padding: 30px;
	border-radius: 4px;
	font-weight: 500;
	background-color: #E1E1E1;
}
.mainAboutus {
    font-weight: 500;
    line-height: 2;
}
.aboutus-content .heading1 {
	color: #000099;
}
.aboutus-content .heading2 {
	color: #FFFFFF;

!important;
}

.visionSec {
    background: #f4f7fc;
    width: 100%;
    position: relative;
}

.vision-heading {
    color: #0093d5;
    margin-bottom: 16px;
}

.vision-heading.mision-head {
    margin: 0;
    text-align: right;
    margin-top: 16px;

}

.visionrow {
    display: flex;
    align-items: center;
    margin: 0 -16px;
}

.vision-box {
    width: 50%;
    min-width: 50%;
    padding: 0 16px;
    position: relative;
}

.vision-box img {
    width: 100%;
}

.vision-list-title {
    font-weight: 700;
    color: #0093d5;
    font-size: 20px;
}

ul.gList {
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
}

.gList>li {
    font-weight: 500;
    margin-top: 10px;
    position: relative;
}

.gList>li:after {
    position: absolute;
    left: -12px;
    top: 7px;
    content: "";
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #776060;
}

.text-cls {
    line-height: 2;
    font-weight: 500;
}

.mission-text {
    margin-top: 6px;
}

.visionbg {
    position: absolute;
    width: 1000%;
    right: 160px;
    top: -300px;
    background: #d5e0f2;
    z-index: 2;
    bottom: 0;
}

.visionZindex {
    position: relative;
    z-index: 10;
}

.misionbgbg {
    position: absolute;
    width: 1000%;
    left: 16px;
    bottom: -300px;
    background: #d5e0f2;
    z-index: 2;
    top: 0;
}

.visionrow.misionrow {
    flex-direction: row-reverse;
}

.keyValueSec {
    background: #f4f7fc;
}

.services-row.services-row--keyValue {
    flex-wrap: wrap;
}

.servicebox--desc.transition {
    color: #232122;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}

.mision-head--mob {
    display: none;
}

.orgtreeImage {
    margin-top: 30px;
}

.keyValue-icon {
    transition: all .3s;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicebox--icon {
    height: auto !important;
}

.services-box.services-box--keyValue:hover .keyValue-icon {

    height: 60px;
}

.services-box.services-box--keyValue:hover .keyValue-icon .servicebox--icon {
    transform: scale(.8);
}



.teamrow {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.team-col {
    width: 33.33%;
    padding: 12px;
}

.team-box-image {
    position: relative;
    overflow: hidden;
    height: 420px;
}

.team-box-image img {
    width: 100%;
    cursor: pointer;
    height: 420px;
}

.team-sections {
    padding: 60px 0;
    text-align: center;
    background: #fafafa;
}

.teamrow {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}

.team-box-title {
    font-weight: 700;
    color: #1f273e;
    font-size: 24px;
    cursor: pointer;
    margin-top: 16px;
}

.team-box-desig {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 2px 0 30px;
}


.modalConsultant {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: rgb(0 0 0 / 81%);
    display: none;
    z-index: 9999;
}

@keyframes modalDialog {
    0% {
        transform: translateY(-200px);
    }

    100% {
        transform: translateY(0);
    }
}

.dialog-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    animation: modalDialog .4s ease-in-out;
}

.dialog-box {
    max-width: 800px;
    background: #fff;
    margin: 0 auto;
    border-radius: 6px;
}

.dialog-header {
    display: flex;
    align-items: center;
    padding: 12px 20px;
}

.dialog-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2px;
}

.team-box-title:hover {
    color: #3e59a2;
}

.dialog-desc {
    font-weight: 500;
}

.dialog-content-flex-1 {
    flex: 1;
}

.closeDialog {
    font-size: 22px;
    color: #999;
    cursor: pointer;
}

.dialog-image {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    margin-right: 20px;
    border: 1px solid #eaeaea;
}

.dialog-body {
    padding: 30px;
    font-weight: 500;
    line-height: 1.8;
    padding-top: 0;
    font-size: 14px;
}

.team-social {
    background: #0093d5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px;
    bottom: -100px;
}

.team-social-link {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ccc;
    margin: 0 6px;
    border-radius: 4px;
    cursor: pointer;
}

.team-social-link:hover {
    color: #0093d5;
    background-color: #fff;
    border: 1px solid #fff;
}

.team-box:hover .team-social {
    bottom: 0;
}

.team-sec .team-box-desig {
    padding: 2px 0 8px;
}

.team-box-email {
    margin-bottom: 20px;
    font-weight: 500;
    color: #0093d5;
    display: block;
}

.team-box-email:hover {
    text-decoration: underline;
}
 
.client-sec .team-box-image {
    height: 140px;
  
    
   
}

.client-sec .team-box {
    border: 1px solid #d8d6e1;
    border-radius: 4px;
    padding: 20px;
    min-height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    border-bottom: 5px solid #ccc;
    position: relative;
   
}

.client-sec .team-box:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    content: "";
    background: #0093d5;
    margin: 0 auto;
    width: 0;
    transition: all .3s;
}

.client-sec .team-box:hover:after {
    width: 100%;
}

.client-sec .team-box-title{
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #d8d6e1;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
}


/*********Service Page CSS***********/

.service-row {
    border: 1px solid #d8d6e1;
    border-radius: 5px;
    padding: 25px;
    min-height: 100%;
    margin-top: 40px;
}
.service-row .service-rowinner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.service-image {
    width: 40%;
}
.service-image  img{
    width: 100%;
    border-radius: 5px;
}
.service-content {
    width: 58%;
}
.service_title {
    font-size: 30px;
    color: #222222;
    line-height: 42px;
}
.service_content {
    color: #222222;
    margin-bottom: 0;
}

.service-row:nth-child(odd) .service-image{
    order:1
}

/*********Product Page CSS***********/
.product-page{
    justify-content: space-between;
}
.product-page .sidebar {
    width: 30%;
}
.product-page .sidebar .sidebar__heading{
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
    font-size: 20px;
}
.product-page .sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar-list li{
    border-bottom: 1px solid white;
}
.sidebar-list li:last-child{
    border-bottom: 0;
}
.sidebar-list li a{
    background-color: #f0f1f5;
    padding: 10px;    
    display: block;
    transition: all 0.3 ease-in-out;
    color: #222;
}
.sidebar-list li a:hover,
.sidebar-list li a.active{
    background-color: #222;
    color: white;
}
.product-page .product-info{
    width: 68%;
    padding-top: 30px;
}
.product-image {
    width: 50%;
    margin: 15px 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ff9b33;
}
.sub_title {
    font-size: 20px;
    color: #ff9b33;
    font-weight: normal;
}
.product-page .product-info ul {
    padding-left: 20px;
}
.product-page .product-info ul li{
    margin-bottom: 10px;
}

.sustainability{
    display: flex;
}
.sustainability .one-half{
    width: 50%;
}

.sustainability .one-half .image{
    width: 100%;
    height: 100%;
}

.sustainability .one-half .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-box{
    padding: 40px;
    background: #0093d5;
    color: white;
}

.content-box h2{
    color: white;
}
.content-box p {
    font-size: 14px;
    line-height: 26px;
    color: white;
}

.servicebox .service-image {
    width: 100%;
    margin-bottom: 10px;
    height: 200px;
}
.servicebox .service-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/****contact page****/

.page-banner {
    padding: 80px 0;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
}

.page__heading {
    font-size: 40px;
    color: white;
    margin: 0;
}


/* .form--inner {
    width: 60%;
    background: #fff;
    padding: 30px;
  }
  .form--innerheading {
      font-size: 30px;
      margin: 0;
      padding-bottom: 15px;
      font-weight: bold;
      color: #036084;
    }
  .form--inner form {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }
  
  .form--control {
      width: calc(50% - 20px);
      margin-right: 20px;
      margin-bottom: 20px;
  }
  .form--control:last-child {
      margin-bottom: 0px;
    }
  .form--control label {
      display: block;
      color: #5c5c5c;
      font-size: 14px;
    padding-bottom: 3px;
}
  .form--control label span {
      color: #dd1f24;
    }
  .form--control input.form__element {
      width: 100%;
    height: 48px;
    background: #fff;
    border: 1px #d9d9d9 solid;
    outline: none;
    padding: 0 10px;
}


.form--control.w-100 {
    width: 100%;
}

.form--control.w-100 textarea.form__element {
    width: 100%;
    height: 100px;
    background: #fff;
    border: 1px #d9d9d9 solid;
    outline: none;
    padding: 10px;
}


.vbtn{
    background-color: #036084;
    border: none;
    padding: 12px 30px;
    color: #fff;
    border-radius: 4px;
  }
  
  .vbtn:hover{
  background-color: #0093d5;
} */
    

.getinTouch-inner {
    width: 100%;
    padding: 30px;
}

.flex-row {
    display: flex;
    justify-content: space-around;
}

.map {
    width: 60%;
    padding: 30px;
    margin-left: 10px;
}

.map iframe{
    width: 100%;
    height: 100%;
}

    
.getinTouch-row {
    width: 100%;
}
   
.InTouch-item {
    width: 40%;
    margin-left: 20px;
    padding: 30px;
}
    
.getinTouch-inner .section__heading {
    font-size: 30px;
    color: #036084c7;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0;
}

.InTouch-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 16px;
}

.inTouch__icon span{
    line-height: 2;
}

/****products page****/

.products-sec{
    padding: 40px 0;
}


.product-row {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.products-image {
    width: 40%;
    max-width: 40%;
}

.product-content {
    width: 55%;
}

.product-content p{
    line-height: 2;
    font-weight: 500;
    color: #212529;
}

.product-row .section__heading {
    font-size: 30px;
    color: #036084;
    margin-bottom: 15px;
}


.ppe-cover{
    padding-left: 0;
    font-weight: 500;
    color: #212529;
}

.ppe-cover li {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.ppe-cover li i {
    color: #0093d5;
    margin-right: 10px;
}


/****image-gallery****/

.image-container{
    position: relative;
    column-count: 3;
    padding: 20px;
}

.image{
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
}

.image img{
    width: 100%;
    transition: 0.25s;
}

.image img:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.image h2{
    position: absolute;
    margin: 5px;
    padding: 5px;
    font-size: 20px;
    background: #5c5c5c;
    color: #fff;
    border-radius: 5px;
    opacity: 0;
    z-index: 1;
    transition: 0.23s ease-in-out;
}

.image:hover h2{
    opacity: 0.5;
}

.image-container .image:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  /****about-us****/
  

.about-description{
    padding: 30px;
    margin: 20px 0;
}

.about-description p{
    line-height: 2;
    font-weight: 500;
    color: #212529;
}

.about-vision h5{
    color: #036084;
}


.about-us{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-content{
    max-width: 60%;
    padding-right: 20px;
}

.about-img{
    max-width: 40%;
}