/*  /*  ---- By WM ---- */
/*---------------------------------- Common Css  ----------------------------------*/
*::before,
*::after,
.btn,
.animate,
a,
.owl-theme .owl-dots .owl-dot span,
.form-control {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

html {
    margin: 0 !important;
    overflow-x: hidden;
}

body {
    font-size: 14px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    color: #3D3939;
}
a,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: none !important;
    color: #2C292E;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
p,
ul,
li {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style-type: none;
}
.relative {
    position: relative;
}
.back-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-fix {
    background-attachment: fixed;
    /*background-position: initial;*/
}
.btn {
    padding: 10px 8px 10px 20px;
    background: #0098DA;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    font-weight: 300;
    display: flex;
    border-radius: 50px;
    min-width: 180px;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: normal;
    margin: 25px 0 0;
}
.arrow-button-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    color: #0098DA;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    border: none;
}
.large-button{
    width: 40px;
    height: 40px;
}
.btn:hover {
    color: #fff;
}
.box-shadow{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
.comm-head{
    font-size: 32px !important;
}
.comm-head,
.comm-sub-head {
    color: #3D3939;
    font-size: 26px;
    margin: 0 0 5px;
    position: relative;
    font-weight: 500;
    text-align: center;
    position: relative;
}
/* .comm-sub-head {
    font-size: 18px;
    font-weight: 400;
} */
.comm-head.comm-sub-head {
    font-size: 26px !important;
}
.comm-text {
    color: #3D3939;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.comm-text:not(:last-child){
    margin: 0 0 18px;
}
.wt-100 {
    width: 100%;
}
.ht-100 {
    height: 100%;
}
.bg-blue {
    background: #0098DA;
}
.bg-blue *, .bg-blue i {
    color: #fff !important;
}
.bg-white {
    background: #Fff;
}
.bg-white * {
    color: #0098DA !important;
}
.nm {
    margin: 0;
}
.np {
    padding: 0;
}
section {
    padding: 50px 0;
}
.cust-select:before {
    position: absolute;
    content: "\f107";
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background: #b45463;
    line-height: 54px;
    color: #fff;
    font-family: 'FontAwesome';
    text-align: center;
    -webkit-appearance: none;
    pointer-events: none;
}
.bg-gradient {
    background: linear-gradient(90deg, rgba(157, 225, 255, 0.3) 0%, rgba(0, 152, 218, 0.3) 100%) !important;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: calc(100% + 130px);
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owl-nav > div {
    width: 45px;
    height: 45px;
    background: #DFF5FE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #0098DA !important;
}
.owl-nav > div.owl-prev {
    left: 0;
}
.owl-nav > div.owl-next {
    right: 0;
}
.bg-blue .owl-nav > div *{
    color: #0098DA !important;
}
/**************** header ****************/
header {
    padding: 10px 40px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
nav.cust-nav.flex-model {
    justify-content: space-between;
}
.sticky-header header {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.logo a {
    display: block;
}
.logo a img{
    height: 55px;
}
.menu-bar {
    margin: 10px 0 0 10px;
    position: relative;
    cursor: pointer;
    height: 30px;
    display: none;
}
.menu-bar span {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    z-index: 999;
    background: #0098DA;
    top: 50%;
    border-radius: 50px;
    margin: 0 auto;
}
.menu-bar span:before,
.menu-bar span:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #0098DA;
    left: 0;
    top: -8px;
    z-index: 999;
    display: block;
    position: absolute;
    border-radius: 3px;
}
.menu-bar span:after {
    top: 8px;
}
.open-menu .menu-bar span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0px;
}
.open-menu .menu-bar span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
}
.open-menu .menu-bar span {
    background: transparent;
}
.menu li {
    position: relative;
    margin: 0 8px;
}
.menu li a {
    display: block;
    font-size: 16px;
    color: #2C292E;
    padding: 10px 5px;
    position: relative;
    font-weight: 500;
}
.menu li a:hover{
    color: #0098DA ;
}
.menu li a i {
    margin-left: 5px;
}
.menu .social-medial-link li{
    margin:0 3px;
}
.menu .social-medial-link li a i {
    width: 22px;
    height: 22px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0098DA;
    border-radius: 5px;
    color: #fff;
}
.hover-menu {
     position: absolute;
     background: #fff;
     left: 0;
     top: 40px;
     width: 200px;
     opacity: 0;
     visibility: hidden;
     z-index: 99;
     border-radius: 5px;
     box-shadow: 0px 3px 8px rgb(0 0 0 / 17%);
     padding: 6px 0;
}
.menu li:hover .hover-menu {
    opacity: 1;
    visibility: visible;
}
.hover-menu li a {
    display: block;
    padding: 10px;
    color: #000;
    text-transform: capitalize;
}
.hover-menu li a:hover {
    background: #f7f7f7;
    /* color: #000; */
}
.sub-menu > a {
    margin-right: 10px;
    padding-right: 10px !important;
}
.sub-menu > a:before {
    position: absolute;
    content: "\f0d7";
    font-family: 'FontAwesome';
    right: -8px;
    top: 10px;
    font-size: 14px;
}
.hover-menu .foot-head {
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid;
}
.hover-menu .foot-head li a {
    padding: 0;
}
.hover-menu ul:last-child .foot-head {
    margin: 10px 0 5px;
}
.menu.menu-search.pull-right {
    padding: 0;
}
/**************** Banner ****************/
.banner {
    padding: 75px 0 0;
    background: linear-gradient(90deg, rgba(157, 225, 255, 0.3) 0%, rgba(0, 152, 218, 0.3) 100%);
}
.banner-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-caption-inner {
    padding: 50px 40px;
    text-transform: uppercase;
}
.banner-caption-inner h4 {
    font-size: 48px;
    font-weight: 400;
    color: #292929;
}
.inter-page  .banner-caption-inner h4 {
    font-weight: 800;
    color: #9fd157;
}
.banner-caption-inner h4 span {
    color: #9fd157;
    font-weight: 800;
}
.fast-dev h3, .expan-text h3 {
    margin: 0 0 30px;
}
.years-info{
    padding: 0;
}
.years-info .owl-nav{
    display: none;
}
.years-info .col-xs-12{
    padding: 0;
}
.expan-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    height: 100%;
}
section.busi-horizon .comm-head {
    font-weight: 300;
    margin: 0 0 50px;
}
.year-list .media {
    padding: 15px 5px;
    border: 1px solid #0000001A;
    border-radius: 12px;
    min-height: 240px;
    background: #F1FBFF4D;
    text-align: center;
}
.year-list .media h5 {
    font-size: 44px;
    color: #1794d6;
    font-weight: 600;
    margin: 30px 0;
}
.year-list .media p {
    font-weight: 400;
    color: #292929;
    text-transform: capitalize;
    font-size: 22px;
}
.direct-des {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 70px;
    justify-content: center;
}
.direct-des .comm-head {
    font-weight: 300;
    line-height: 44px;
    margin: 0 0 60px;
}
.direct-info .direct-des h6{
    font-size: 18px;
    font-weight: 500;
}
.direct-des h6 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.direct-des span {
    font-weight: 300;
    font-size: 16px;
}
.ahead-card {
    padding: 10px;
    border: 1px solid #BAEDFF;
    border-radius: 12px;
}
.ahead-card img {
    border-radius: 12px;
    margin: 0 0 15px;
}
.arrow-button-circle {
    border: none;
}
.ahead-text p {
    color: #3D3939;
    font-size: 20px;
    width: 400px;
    font-weight: 500;
}
/********** Footer ***************/
.foot-top {
    background: #423E44;
    padding: 40px 0;
}
footer * , footer:hover * {
    color: #fff;
}
.foot-head {
    padding: 0 0 15px;
    margin: 0 0px 15px;
    border-bottom: 1px solid #C4C4C4;
    font-size: 18px;
    text-transform: uppercase;
        font-weight: 600;
}
.foot-menu {
    text-transform: uppercase;
}
.foot-sub-menu {
    font-size: 16px;
    margin: 4px 0;
    font-weight: 500;
    text-transform: uppercase;
}
.foot-text {
    font-size: 14px;
    margin: 0 0 2px;
}
.foot-bottom {
    padding: 20px 0;
    background: #292729;
}
.foot-menu ul{
    justify-content: center;
    margin:  20px 0 50px;
}
.foot-menu ul li {
    padding: 0 20px;
}
.foot-menu ul li a:hover{
    color:#0098DA;
}
.foot-soc-menu {
    margin: 20px 0;
}
footer address {
    min-height: 70px;
}
.back a {
    position: absolute;
    right: 0;
    background: #0098DA;
    top: -60px;
    z-index: 9;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/********** inner pages ***************/
.banner.inner-banner .banner-caption-inner > p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 13px;
}
.gal-img img {
    border-radius: 8px;
}
.brand-list{
    display: grid;
      grid-template-columns: repeat(5, 20%);
      grid-template-rows: repeat(5, 125px);
      border-top:1px solid #BAEDFF;
      margin:20px 0 0;
}
.brand-list li{
    display: flex;
    justify-content: center;
    align-items: center;
    border-left:1px solid #BAEDFF;
    border-bottom:1px solid #BAEDFF;
}
.brand-list li:nth-child(5n){
    border-right:1px solid #BAEDFF;
}
.group-company .brand-list{
    grid-template-columns: repeat(3, 33.333%);
    grid-template-rows: repeat(4, 125px);
}
.group-company .brand-list li:nth-child(3n){
    border-right:1px solid #BAEDFF;
}
.group-company .brand-list li:nth-child(5){
    border-right:0;
}
.group-company .brand-list li p {
    font-size: 20px;
    font-weight: 500;
    width: 230px;
    text-align: center;
    padding: 0 12px;
}
.bg-water-mark{
    background-image: url("../images/about/bg-water-mark.png");
    background-repeat: no-repeat;
    background-position: center;
}
.values {
    padding: 60px;
}
.accordion-button{
    padding: 0;
    outline: none;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #fff;
    color: #0098DA;
    border-bottom: 1px solid #BAEDFF;
    padding: 0 0rem 1.25rem;
    margin: 0 0 20px;
}
.accordion-item {
    margin: 0 0 15px;
    border-radius: 8px !important;
    border: none !important;
    background: #fff !important;
    padding: 15px;
}
.why-data {
    padding: 20px;
    border-radius: 12px;
    min-height: 360px;
}
.why-data .comm-head {
    margin: 0 0 20px;
}
.why-data * {
    z-index: 9;
    position: relative;
    color: #fff;
}
.why-data .comm-head {
    margin: 0 0 20px;
    min-height: 70px;
    font-size: 28px;
}
.group-card {
    display: flex;
    gap: 30px;
    border-color: #0098DA80;
}
.ahead-card.group-card .comm-head {
    font-size: 26px;
    margin: 0 0 20px;
}
.ahead-card.group-card img {
    margin: 0;
} 
.cont-form-box {
    padding: 30px 20px;
}

.cont-form-box .form-group {
    margin: 0 0 15px;
}
.form-inp .form-control {
    background: #F1FBFF;
    height: 50px;
    border: none;
}
.form-inp textarea.form-control{
    height: 160px;
}
.map iframe {
    width: 100%;
}
.direct-img{
    height: 100%;
}
.direct-img img{
    object-fit: cover;
    height: 100%;
}
.contact-page .year-list .media {
    min-height: 260px;
}
.object-fit-cover{
    object-fit: cover;
}
.busi-inter-page .gal-img img{
    height: 300px;
    object-fit: cover;
}
.ecomm-gal .gal-img img {
    height: 400px;
    object-fit: cover;
}
.leader-about *{
    text-align: left !important;
}
.inner-banner .banner-caption {
    justify-content: flex-start;
}
.banner-video{
    height: 100%;
}
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-page .year-list .foot-box.media p {
    font-size: 14px;
}
/* .e-comm-about .comm-text{
    font-size: 18px;
} */
.font-weight-500{
    font-weight: 500;
}
.abou-ahead{
    min-height: 520px;
}
.accordion-values{
    width: 490px;
    margin: 0 auto;
}
.strenth-data li:not(:last-child) {
    margin: 0 0 20px;
}
.group-busin-row .ahead-text p {
    font-size: 18px;
    width: auto;
    font-weight: 400;
}
.abora-gall{

}
.mobile-img{
        display:none;
    }
    .desktop-img{
        display:block;
    }
     .mang-name{
        	font-size:24px;
        	margin-top:15px;
        }
        .mang-desti{
        	font-size:14px;
        	font-weight:400;
        }
        .media-date {
  font-size: 18px;
  margin: 0 0 20px;
}
.media-text {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}
.bg-blue-light{
    background-color: #DEF4FE;
}
.mang-img {
    border-radius: 15px;
}
.media-middle-text {
  text-align: center;
  margin: 0 0 40px;
}
.media-text.multiline-text div {
  margin: 30 0 0;
}
.media-content a.bora-button.btn {
  margin: 0 0 20px;
}