@charset "utf-8";


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html {
  scroll-behavior: smooth;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
@-ms-viewport {
width:device-width;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	line-height:26px;
	font-family: 'Baloo Bhaijaan 2', cursive;
	color: #000;
	overflow-x: hidden;
	background: #fff;
}
a {
	color: #ed1c24;
	font-family: 'Baloo Bhaijaan 2', cursive;
	text-decoration: none;
	-webkit-transition: background ease 0.3s;
	-moz-transition: background ease 0.3s;
	-o-transition: background ease 0.3s;
	-ms-transition: background ease 0.3s;
	transition: background ease 0.3s;
}
a:hover {
	color:#000;
	text-decoration: none;
	    transition: all .4s ease;
}
a:focus {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

@media (min-width: 1200px){
.container-header {
    max-width: 1280px;
}
}

.col-xl-20{
    flex: 0 0 auto;
    width: 19.666667%;
}

.ui-header{
	box-shadow: 0 1px 4px 0 rgb(72 72 72 / 20%);
	padding:8px 0;
	background: #2b4d76;
    background: -webkit-linear-gradient(to right, #ffffff, #f3f3f3);
    background:linear-gradient(to right, #ffffff, #f3f3f3);
}

.brand-ui {
    position: relative;
}


.social-icons-header ul{
	margin:0;
	padding:0;
}
.social-icons-header ul li{
	display:inline-block;
	margin-right: 13px;
}
.social-icons-header ul li a{
    color: #5a5a5a;
    font-size: 15px;
}
.contact-header {
    margin-right: 30px;
}
.contact-header p{
	font-size:13px;
	    line-height: 29px;
}
.contact-header p a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.secondary-menu{
    position: relative;
}
.social-icons-header {
    padding: 0px 0 5px;
    position: relative;
    top:0;
}
/*.secondary-menu:after {
    content: '';
    position: absolute;
    width: 1100px;
    height: 1px;
    background-color:#ebebeb;
    bottom: 0;
    right: -141px;
}*/
.color-twitter{
        color: #1d9bf0;
}
.linkdin-color{
    color:#0a66c2;
}

.twiterAddIcon{
        margin-left: 15px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}
/*********Header Css**********/
.nav-top-position{
margin-top:5px;
position: relative;
top:0;
}
.navbar .navbar-nav .nav-link {
font-size: 16px;
    padding: 15px 8px 10px;
    line-height: 1.625rem;
    margin-left:15px;
    color: #000;
    transition: 0.3s ease;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover{
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar ul li .dropdown-men-sm{
display: none;
    position: absolute;
    top: 100%;
    left:0;
    	background: #2b4d76;
    background: -webkit-linear-gradient(to right, #f9f9f9, #f7f7f7);
    background:linear-gradient(to right, #f9f9f9, #f7f7f7);
    transition: all 300ms linear;
    width:286px;
    z-index: 999;
    margin-top:-8px;
    border-radius: 4px;
    padding: 15px 20px;
	text-align:left;
	}
	.bgGradinat{
	background: #2b4d76 !important;
    background: -webkit-linear-gradient(to right, #f7f7f7, #f5f5f5) !important;
    background:linear-gradient(to right, #f7f7f7, #f5f5f5) !important;   
	}


.dropdown-men-sm ul{
	margin:0;
	padding:0;
}
.dropdown-men-sm ul li{
    display: list-item;
    list-style: none;
    line-height: 21px;
    margin-bottom: 10px;
}
.dropdown-men-sm ul li a{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.dropdown-men-sm ul li a:hover{
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dropdown-men-sm.rightDropdown{
    right: 5px !important;
    left: inherit !important;
    margin-top: 0 !important;
}
.dropdown-men-sm h4{
font-size: 17px;
    margin-bottom: 8px;
    font-weight: 500;
}
.button-link-contact{
    background:linear-gradient(to right, #eb8122, #f8a519);
    padding: 5px 16px 1px !important;
    border-radius: 5px;
    color:#fff !important;
    position: relative !important;
    top: 10px;
}

.sub-dropdown ul{
    margin: 0;
    padding-left:15px;
}
.sub-dropdown ul li{
    display:list-item;
    margin-bottom: 0;
}
.sub-dropdown ul li a{
    color: #6e6e6e;
    font-size: 14px;
    text-transform: capitalize;
}
.about-home-ACME svg{
 fill: #fff;
    width: 50px;
    height: 50px;
}

.section-inside-ab-01{
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 400px;
    background-position: 0 0px;
    padding:45px 0 15px;
    margin-top: 25px;
}
.borderNone{
    border:none !important;
}
.sidebar-navbar{
    background-color:#f7f7f7;
    margin-top:15px;
}
.sidebar-navbar ul{
    margin:0;
    padding:0;
}
.sidebar-navbar ul li{
display: list-item;
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding:8px 19px;
}
.sidebar-navbar ul li a{
    color: #3d3d3d;
    font-size: 19px;
}
.sidebar-navbar ul li a:hover{
    color:#f8a519;
}

.sidebar-navbar h4{
    background: #f8a519;
    padding: 16px 19px 7px;
    color: #fff;
    border-radius: 5px 5px 0px 0;
}
/*********Mega menu*******/

.navbar ul li .dropdown-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
	background:#fff;
    transition: all 300ms linear;
    width: 100%;
    z-index: 999;
    margin-top: 0;
    border-radius:0 0 4px 4px;
    -webkit-box-shadow: 0 4px 4px 0 rgb(72 72 72 / 20%);
    box-shadow: 0 4px 4px 0 rgb(72 72 72 / 20%);
    padding:0;
    text-align: center;
}
.category-mega-menu h4{
font-size: 16px;
    color: #000;
    margin-top: 8px;
    font-weight: 400;
}
.iconMenu svg{
    fill: #30af5f;
    width: 30px;
    height: 30px;
}
.category-mega-menu{
	padding:15px 2px;
}
.category-mega-menu:hover{
	background-color:#e9fff1;
}
.angleDown{
    font-size: 12px !important;
    color: #2fad61 !important;
    top: 0px !important;
}
/*********Slider Banner Section*********/
.video-slider-section{
	margin-top:92px;
	position:relative;
}
.overlay-video{
        position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background:linear-gradient(to right, rgb(0 0 0 / 39%), rgb(0 0 0 / 33%));
}

.video-slider-section video{
	width: 100%;
    height:100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-image: url(../images/video-poster.jpg);
}
.video-slider-section .slider-features-card {
    position: absolute;
    z-index: 99;
    top:38%;
    left:10%;
}
.video-slider-section .inner-part {
    position: relative;
    text-align: left;
}
.video-slider-section .inner-part h1 {
position: relative;
    color: #fff;
    line-height: 51px;
    text-align: left;
    font-size: 50px;
}
.publishing-book{
    margin-top:20px;
}
.btn.btn-bg-theme{
background: #f85032;
background: -webkit-linear-gradient(to right, #eb8122, #f8a519);
background:linear-gradient(to right, #eb8122, #f8a519);
    color: #fff;
    font-size: 16px;
    margin-right: 17px;
    border-radius: 5px;
    padding:4px 20px 1px;
    text-transform: uppercase;
    border:none;
}
.btn.btn-bg-theme:hover{
background: #f85032;
background: -webkit-linear-gradient(to left, #0e7ab1, #30af5f);
background: linear-gradient(to left, #0e7ab1, #30af5f);
    color: #fff;
}

.btn.btn-bg-theme-video{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    border-radius: 4px;
    padding: 8px 20px;
    text-transform: uppercase; 
}
.btn.btn-bg-theme-video:hover{
background: #f85032;
background: -webkit-linear-gradient(to left, #0e7ab1, #30af5f);
background: linear-gradient(to left, #0e7ab1, #30af5f);
border:none;
}
.animation-caption video{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-gradiant-yellow{
	background: #f79d00;
    background: -webkit-linear-gradient(to bottom, #fff, #dcf9e3);
    background:linear-gradient(to bottom, #fff, #dcf9e3);	
}


.theme-gradiant-ui{
background: #0e7ab1;
background: -webkit-linear-gradient(to right, #2f82c3, #033676);
background:linear-gradient(to right, #2f82c3, #033676);
}

.bg-moleculs-img{
    background-size: 270px;
    background-position: center;
    padding:5px 0 50px;
    background-color: #016593;
    margin-top: -10px;
    z-index: 9;
}

.heading-energyh2 h2{
    font-size: 36px;
    line-height: 50px;
    color: #ffe000;
    margin-top: 50px;
}

.ACMEGroup-card-home{
    margin-top:20px;
}
.ACMEGroup-card-home p{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
}

.z-index-99{
    z-index:99;
}
.mt-minus-10{
    margin-top:-10px;
}
.custom-padding-home{
    padding:90px 0 90px;
}
.ACMEGroup-card-home h2{
font-size: 19px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 20px;
}
.heading-title-serve h2{
        font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
        background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.radius-5{
    border-radius:5px;
}




/**********Home ACME About Us**********/
.ACEM-section-home-about{
background: #0e7ab1;
background: -webkit-linear-gradient(to right, #00527c, #028f36);
background:linear-gradient(to right, #00527c, #028f36);
    padding: 80px 0 80px;
}
.about-home-ACME{
    position: relative;
    z-index: 9;
}
.about-home-ACME h2{
color: #fff;
    line-height: 56px;
    font-size: 50px;
}
.doodle-solar{
    position: absolute;
    right: 25px;
    bottom: 26px;
    opacity: 0.4;
} 
.doodle-solar svg{
    width: 165px;
    height: 165px;
    fill:#099b4b;
}


.hydro-acme-col-03 h4{
font-size: 30px;
    color: #3f6c81;
    font-weight: 600;
}
.hydro-acme-col-03 p{
    font-size: 25px;
    line-height: 35px;
    color: #525252;
}

.serve-card-ui p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
}

.icons-serve img{
    width:70px;
}
/************Vision Mision*************/
.card-vision-ui{
    padding-left: 50px;
    margin-top: 15px;
}
.card-vision-ui h2{
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
background: -webkit-linear-gradient(#2b6fa9, #01b550);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.card-vision-ui p{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
    text-align: justify;
}


.card-sustainblity p{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
    text-align: justify;
}

/***********Sustaiblity Water***********/

.sustainblity-water-card{
position: relative;
    margin-top: -24px;
    text-align: center;
}

.food-sustainblity {
    width: 417px;
    position: absolute;
    right:7%;
}


/********Overview Section Sustainblity*********/
.heading-title {
    position: relative;
}
.border-card{
        border-bottom: 1px solid #ddd;
}

.heading-title h2{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.heading-title p{
    margin-bottom: 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}
.heading p{
	   margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}



.energy-dots {
    position: absolute;
    top: -260px;
}
.counter-value{
font-size: 40px;
    color:#30af5f;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
}
.counter-value:after{
    content:'+';
}
.statics-number-card h6{
font-size: 16px;
    font-weight: 600;
    color: #545151;
}

.bg-background-overview {
    margin-top: -200px;
}

.experties-card h1{
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.experties-card p{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
    text-align: justify;
}

.experties-card ul{
    margin: 0;
    padding-left: 16px;
}
.experties-card ul li{
display: list-item;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px;
    list-style: circle;
    color: #7c7c7c;
}
/***********Arrow Navs*******/
.thumbnail-team-board img {
    border-radius: 20px;
}

.team-data-home-board {
    margin-top: 15px;
    margin-bottom: 30px;
}
.team-data-home-board h3 {
    font-size: 25px;
    font-weight: 600;
    color: #2b4d76;
}
.team-data-home-board h5 {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}
.thumbnail-team-board img {
    border-radius: 20px;
}
.thumbnail-team img {
    border-radius: 50%;
    width: 131px;
    margin: 0 auto;
    box-shadow: 0 1px 4px 0 rgb(72 72 72 / 20%);
    height: 131px;
    object-fit: cover;
}
.team-data-home h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2b4d76;
}
.team-data-home h5 {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}
/************CSR Section**********/

.card-team-home-ui {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

/*************Services**********/
.angle-shap svg{
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top:0;
fill:#fbfbfb;
}
.services-data h2{
    font-size: 30px;
    font-weight: 700;
    color: #040404;
    margin-bottom: 10px;
}
.services-data h5{
font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #005999;
}
.borderRight-service{
	border-right:1px solid #2d86c8;
}
.icon-services video{
    border-radius: 50px;
    border: 1px solid #e8ebeb;
}

.services-data ul{
	margin:0;
    padding-left: 4px;
}
.services-data ul li{
    display: list-item;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
}
.services-data ul li svg{
    width: 13px;
    height: 13px;
    fill: #2f87c7;
    margin-right: 6px;
}
.serve-card-ui h2{
    font-size: 20px;
    color: #0d4387;
}
.title-hydro {
    margin-top: 20px;
    margin-bottom: 50px;
}
.title-hydro{
        font-size: 16px;
    line-height: 21px;
    text-align: justify;
    color: #fff;
    padding-left: 5px;
}

.bg-gradiant-theme-color{
background: #245b89;
background: -webkit-linear-gradient(to right, #245b89, #078f43);
background: linear-gradient(to right, #245b89, #078f43);
}
.typography-card{
    padding-left:70px;
}
.typography-card p{
    font-size: 17px;
    color: #fff;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
}
.typography-card h4{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
/***********Bg Gray Light Gray*********/
.heading h2{
    font-size:25px;
	font-weight: 600;
    color:#2b4d76;
}
.bg-light-gray{
	background-color:#fbfbfb;
}
.bg-light-dark{
   background-color:#f6f6f6; 
}

#ourTeam.owl-theme.arrowCircleWhite .owl-nav .owl-prev{
        bottom: -55px;
}
#ourTeam.owl-theme.arrowCircleWhite .owl-nav .owl-next {
    right: 45%;
    position: absolute;
    bottom: -55px;
}

.heading-title-serve p {
font-size: 17px;
    color: #000000;
    line-height: 22px;
    text-align: justify;
}


.owl-theme.arrowCircleWhite .owl-dots .owl-dot.active span, .owl-theme.arrowCircleWhite .owl-dots .owl-dot:hover span {
    background:#eb8321;
}
.owl-theme.arrowCircleWhite .owl-dots .owl-dot span {
    border: none;
    background:#ffdfc1;
}

/********Newsroom********/

.card-press-release{
    border-bottom:1px solid #eee;
    margin-bottom: 15px; 
}

.card-item-releas{
    margin-bottom:20px;
}


.card-item-releas figure{
    width: 80px;
    background: #2b6db5;
    color: #fff;
    margin-right: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    line-height: 72px;
}
.card-press-details {
    width: 100%;
}
.card-press-details p{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 7px; 
}
.card-press-details h6{
font-size: 13px;
color: #18599f;
}
.heading-press{
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}

.newsroom-card-insd {
    position: relative;
}
.newwroom-slider-insd{
     overflow: hidden;
    text-align:left;
    background:transparent;
    position: relative;
    margin-top: 30px;
    height: 370px;
}
.b-radius-8{
    border-radius:8px;
}

.news-card-main {
    background: #fff;
    position: relative;
    padding: 30px 25px 25px;
    height:100%;
}
.card-news-room-card{
    position: relative;
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    padding: 16px 15px;
}
.profile-newsroom-card h3{
font-size: 20px;
    margin-bottom:15px;
    color: #2b4d76;
}
.profile-newsroom-card p{
    font-size: 16px;
    font-weight: 500;
}
.profile-newsroom-card p a{
    color:#138cc7;
}

.card-news-room-card h4{
color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.card-news-room-card h6{
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
}
.card-news-room-card p{
    color: #fff;
    margin-bottom: 0;
    line-height: 9px;
    font-size: 12px;
}
.card-news-room-card p a{
    color:#fff;
    text-decoration: underline;
}    
.news-data-title a p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.news-data-title a p:hover{
	color:#2fae61;
}
.news-list-item{
	margin-top:20px;
}

.data-time-card {
    margin-top: 4px;
}
.news-data-title {
    margin-left: 10px;
    margin-top: 2px;
}
.news-card-main h4{
    font-size: 20px;
    margin-bottom: 25px;
    color:#2b4d76;
}
.icon-fa-news {
    font-size: 14px;
    background:linear-gradient(to right, #0e7ab1, #30af5f);
    color: #fff;
       width: 30%;
    padding: 10px 12px;
    line-height: 14px;
    font-weight: 400;
}
.news-data-title {
        width: 100%;
    flex: 0 auto;
}

.data-time-card p{
font-size: 12px !important;
    color: #878787 !important;
    font-weight: 300 !important;
}
.readMore-news{
	color:#2fae61;
}
.bg-dark-gray{
	background-color:#ebebeb;
}
.readMoreNews svg{
   width: 35px;
    fill: #2fae61;
    height: 35px;
    position: relative;
    top: 6px;
}
.icon-fa-media{
    font-size: 6px;
    color: #626161;
}

.btn.btn-outline{
	border:2px solid #3388c8;
	color:#3388c8;
	 border-radius: 0;
	 font-size: 13px;
    padding: 8px 20px;
}
.btn.btn-outline:hover{
	background-color: #3388c8;
    color: #fff;
}
.btn.btn-enquirey{
    background: #30af5f;
    background: -webkit-linear-gradient(to right, #0e7ab1, #30af5f);
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 500;
}

.btn.btn-enquirey:hover{
    background: #30af5f;
    background: -webkit-linear-gradient(to left, #0e7ab1, #30af5f);
    background: linear-gradient(to left, #0e7ab1, #30af5f);
	color:#fff;
}

/************Blog section**********/
.border-card-top{
    border-bottom: 1px solid #3186c7;
    margin-top: 50px;
}
.border-card-bottom {
    border-bottom: 1px solid #3186c7;
    margin-top: 2px;
}
.blog-card-home {
    background: #fff;
        height: 100%;
    position: relative;
}

.blog-data-post {
    padding: 23px;
}
.blog-data-post h4{
font-size: 18px;
color:#2fae61;
}
.blog-data-post h6{
font-size: 12px;
font-weight: 400;
margin-bottom: 10px;
color: #858585;
}
/***********Arrow Navs*******/
.client-card {
    margin-top: 20px;
}

.owl-theme.circleQwl .owl-nav [class*=owl-] {
    margin: 10px 10px;
    padding: 7px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height:35px;
    border-radius: 50%;
    line-height:36px;
	    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
}
.owl-theme.circleQwl .owl-nav .owl-prev {
    left:-80px;
    position: absolute;
    top:50%;
	transform: translate(0, -17px);
}
.owl-theme.circleQwl .owl-nav .owl-next {
    right:-80px;
    position: absolute;
    top:50%;
	transform: translate(0, -17px);
}
.owl-theme.circleQwl .owl-nav svg{
	width:15px !important;
	height:15px !important;
	fill: #0740c2;
}

.owl-theme.circleQwl .owl-nav [class*=owl-]:hover {
    background:#fff;
    color: #FFF;
    text-decoration: none;
}
.card-panel-city{
    border-radius:10px;
}
.picture-state img{
border-radius:5px;
}

.picture-state figcaption{
    position: absolute;
    bottom: 0;
    padding: 35px 25px;
    z-index: 9;
    color: #fff;
    line-height: 23px;
    font-size: 30px;
    width: 100%;
    font-weight: 500;
    background: rgb(0 0 0 / 57%);
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.picture-state figcaption p{
    margin-bottom:20px;
}
.picture-state figcaption a{
    font-size: 13px;
    color: #fff;
    background-color: #eb8122;
    padding: 5px 14px 1px;
    border-radius: 3px;
}
.picture-state figcaption a:hover{
    background-color:#fff;
    color:#eb8122;
}

.data-states{
    text-align: left;
    color: #000;
    padding: 30px 40px;
}
.data-states h4{
font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.active_link{
    color:#f8a519 !important;
}

.nav-tabs.tabs-cuntry .nav-link {
    margin-bottom: -1px;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #5f5f5f;
    text-transform: uppercase;
    padding: 11px 30px 5px;
}

.nav-tabs.tabs-cuntry .nav-item.show .nav-link, .nav-tabs.tabs-cuntry .nav-link.active {
    color: #fff !important;
    background-color:#5186b2 !important;
    border-color:none;
}
.bg-blue-section{
    background-color:#5186b2;
}
/********Home About******/
.about-card-home {
    padding-top: 80px;
    position: relative;
}
.about-card-home h2{
    color: #053cc0;
    margin-bottom: 15px;
}

.about-card-home h5{
    font-size: 20px;
    color: #585757;
    line-height: 28px;
    font-weight: 400;
}
.about-card-home p{
    font-size: 15px;
    line-height: 27px;
    color: #727272;
    font-weight: 400;
    margin-top: 11px;
}

.angle-about svg {
    display: block;
    position: relative;
    top: 0;
    fill: #f7f7f7;
	margin-top: -180px;
    transform: rotate(180deg);
}
.angle-about{
margin-top: 65px;	
}

.testimonials-content h6{
        font-size: 20px;
    color: #2b4d76;
}
.ACME-value-inside h3{
font-size: 22px;
    font-weight: 500;
    line-height: 23px;
    color:#fff;
}

.value-section-inside{
    background:linear-gradient(to right, #ec8322, #f8a319);
    padding: 75px 0 85px;
        overflow: hidden;
}
.ACME-value-inside figure video{
    border-radius:50px;
    box-shadow: 0 1px 4px 0 rgb(72 72 72 / 20%);
    background: #fff;
}
.dots-wave {
    right: -406px;
    position: absolute;
}
.thumbnmail{
    text-align:center;
}
.thumbnmail img{
    border-radius:50%;
    width: 125px;
        border: 1px solid #f4f4f4;
    height: 125px;
}
.leader-team h3 {
    font-size: 17px;
    font-weight: 500;
    color: #00537b;
}
.leader-team h6{
    font-size: 13px;
    color: #646262;
}

.leader-team {
    margin-top: 10px;
    text-align:center;
    margin-bottom:40px;
}



.leadership-team h4{
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/******Testimonials Section*******/
.testimonials-content {
padding-left:0;
padding-top:20px;
}
.button-founder {
    margin-top: 25px;
}


.testimonials-content h4 {
font-size: 30px;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.testimonials-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 5px
}
.testimonials-content p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: justify;
    color: #000;
}

.socialIconProfile {
    margin-top: 6px;
    margin-bottom: 15px;
}
.socialIconProfile a {
    font-size: 14px;
    color: #0a66c2;
    font-weight: 600;
}
.socialIconProfile svg {
    fill: #0a66c2;
    width: 18px;
    height: 18px;
    position: relative;
    bottom:1px;
}
.twiterAddIcon a{
    color:#1d9bf0 !important;
}
.twiterAddIcon a svg{
    fill:#1d9bf0 !important
}

.quote{
	text-align:left;
}
.quote svg{
    fill: #1a72b3;
    width: 65px;
    height: 65px;
}


.owl-theme.arrowTestimonials .owl-nav [class*=owl-] {
    margin: 10px 10px;
    padding: 7px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height:35px;
    border-radius: 50%;
    line-height:36px;
	    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
}
.owl-theme.arrowTestimonials .owl-nav .owl-prev {
    left:0;
    position: absolute;
    top:50%;
	transform: translate(0, -17px);
}
.owl-theme.arrowTestimonials .owl-nav .owl-next {
    right:0;
    position: absolute;
    top:50%;
	transform: translate(0, -17px);
}
.owl-theme.arrowTestimonials .owl-nav svg{
	width:15px !important;
	height:15px !important;
	fill: #0740c2;
}

.owl-theme.arrowTestimonials .owl-nav [class*=owl-]:hover {
    background:#fff;
    color: #FFF;
    text-decoration: none;
}

.angle-about-bottom svg{
    position: absolute;
    bottom: -127px;
    fill: #f7f7f7;
    width: 100%;
}
.customPadding{
	padding:150px 0 0;
}

.half-world {
    margin-top:25px;
}
.card-why-chose{
	text-align:center;
}
.cardChose-ui {
    text-align: center;
}
.statics-icons video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width:200px;
}
.cardChose-ui h4{
    margin-bottom: 7px;
    font-size: 22px;
    color: #707374;
}
.cardChose-ui h6{
font-size: 15px;
    font-weight: 400;
    color: #6c6c6c;
    line-height: 22px;
}
.heading-solar{
    text-align: center;
    font-size: 30px;
    color: #505050;
    margin-bottom: 10px;
    line-height: 29px;
}
.statics-number-card {
    text-align: center;
}
.world-map-Hydrogen {
    position: relative;
    top:25px;
}
.india-icon-pointer svg{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 153px;
    top: 40px;
    fill: #c5292d;
}
.india-icon-pointer span{
    position: absolute;
    right: 155px;
    font-size: 20px;
    color:#c5292d;
    top: 14px;
    font-weight: 600;
}

.oman-icon-pointer svg{
width: 40px;
    height: 40px;
    position: absolute;
    right: 206px;
    top: 76px;
    fill: #1b9961;
}
.oman-icon-pointer span{
    position: absolute;
    right: 203px;
    font-size: 18px;
    color:#1b9961;
    top: 50px;
    font-weight: 600;
}
.videoIcon-hdrgn {
    text-align: center;
    margin-top: 20px;
}
.overlay-bg-project{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:linear-gradient(to right, rgb(255 255 255 / 92%), rgb(255 255 255 / 81%));
}

/********Sector We Serve********/

.sectionWeServe{
    padding: 50px 0 0;
    background: #5186b2;
}

.title-hydro h4{font-size: 30px;font-weight: 600;text-transform: uppercase;
    color:#fff;}

.oman-pointer-card{
    margin-bottom: 25px;
}

.oman-pointer-card p{color: #fff;font-size: 20px;line-height: 26px;font-weight: 400;text-align: left;}
.oman-pointer-card p span{font-size: 20px;font-weight: 600;color: #ffffff;}
.oman-pointer-card h2{font-size: 40px;line-height: 43px;margin-right: 9px;color: #fbd24a;}
.solidHydro img{
    width:100%;
    height:100px;
}

/*************Footer************/

.footer-main-laoyout {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.overlay-footer{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index:1;
    background:linear-gradient(to right, rgb(36 91 137), rgb(7 143 67 / 95%));
}

.middle-footer-layout {
    padding-top: 30px;
	position: relative;
    z-index: 9;
    padding-bottom:15px;
}
.footer-title {
    margin-bottom: 25px;
}
.footer-title h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}
.footer-links-item ul {
    margin: 0;
    padding: 0;
}
.footer-links-item ul li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
    line-height: 20px;
    padding-right: 20px;
}
.footer-links-item ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.social-media-links {
    text-align: left;
    margin-top: 14px;
    border-top: 1px solid #fff;
    padding-top: 15px;
}
.address-column p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.phone-column a{
	color:#fff;
	font-size:13px;
}
.email-column a{
	color:#fff;
	font-size:13px;
}
.social-icons {
    padding-right: 20px;
}
.social-icons ul li {
    margin-right: 11px;
    margin-top: 6px;
    display: inline-block;
    list-style: none;
}
.social-icons ul li a {
    font-size: 15px;
    color: #fff;
}
.copyright {
text-align: left;
    margin-top: 10px;
    border-top: 1px solid #235c86;
    padding-top: 10px;
}
.copyright p {
    font-size: 12px;
}

/*********Become a partner**********/

.ACEM-section-home-partner{
background: #0e7ab1;
    background: -webkit-linear-gradient(to right, #0e7ab1, #30af5f);
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    padding: 80px 0 80px;
}
.about-home-ACME-partner {
    position: relative;
    z-index: 9;
}
.about-home-ACME-partner h2{
    color: #fff;
    line-height: 42px;
}

.titleGradiant{
        text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.founder-group-ui-title img{
    border-radius: 20px;    
}

/****************Home Page Our Team Section***************/
.home-team-section{
    background-color:#F3F4F6;
    padding:80px 0 80px;
        overflow: hidden;
}
.card-team-home-ui{
    position: relative;
    z-index: 99;
        margin-bottom: 30px;
}
.elips-doodle {
position: absolute;
    right: -350px;
    bottom: -70px;
    z-index: 1;
    width: 817px;
}
.team-data-home {
    margin-top:22px;
    position: relative;
}
.thumbnail-team img{
        border-radius:50%;
}
.team-data-home h3{
font-size: 23px;
    font-weight: 600;
    color: #2b4d76;
}
.team-data-home h5{
font-size:18px;
    font-weight: 300;
    color: #000000;
}
.team-data-home p{
    line-height: 22px;
    font-size: 14px;
    color: #6a6a6a;
}

.modal-header.model-video-header{
    border:none;
    padding: 10px 10px 0;
}

.bg-newsroom{
    background:#f2f2f2;
}
/********Founder Section********/

.founder-section{
    background: #fff;
    background: -webkit-linear-gradient(to right, #ffffff, #ffffff,  #ededed);
    background:linear-gradient(to right, #ffffff, #ffffff,  #ededed);
    margin-top: 0;
    padding:25px 0 10px;
}
.mt-40{
    margin-top:44px;
}

@media all and (min-width: 1200px) and (max-width: 1280px) {
 
.picture-sustanblity {
    width: 178px;
}

.card-sustanblity-ui h4 {
    font-size: 20px;
    color: #444444;
    font-weight: 600;
    line-height: 25px;
}

.bg-background-overview {
    margin-top: -182px;
}
.about-acme-card {
    padding-left: 40px;
    padding-top: 15px;
}

}



/**************Breadcrubs banner***********/

.breadcrumbs-banner{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 327px;
    margin-top: 93px;
	    background-position:center;
}
.breadCrumbs-navbar h2 {
    color: #fff;
    font-weight:500;
    font-size: 35px;
    margin-top: 20px;
}
.breadCrumbs-navbar {
    margin-left: 0;
    padding-top: 90px;
    position: relative;
    z-index: 999;
}
.breadCrumbs-navbar ul {
    margin: 45px 0;
    padding: 0;
}
.breadCrumbs-navbar ul li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding-right: 5px;
}
.breadCrumbs-navbar ul li a {
    color: #90b7ff;
    font-weight: 600;
}
.overlyBg-dark {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background:linear-gradient(to right, rgb(36 91 137 / 85%), rgb(7 143 67 / 0%));
}
.founder-inside-title h2{
    font-size: 30px;
    color: #565656;
}
.founder-inside-title h5{
    font-size: 18px;
    margin-top: 5px;
    color: #787878;
}
.about-founder-data p{
	font-size: 15px;
    line-height: 23px;
	    margin-bottom: 15px;
    text-align: justify;
    color: #3a3a3a;
}
.socialIconProfile-inside {
margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
    padding-right: 13px;
}
.socialIconProfile-inside a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.socialIconProfile-inside svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    position: relative;
    bottom:1px;
}
.twiterAddIcon-inside a{
    color:#fff !important;
}
.twiterAddIcon-inside a svg{
    fill:#fff !important
}

.borderRightDivider{
	border-right:1px solid #fff;
}
.founder-members-card {
    position: relative;
}

.profile-founders-card {
    position: relative;
}



.caption-founder-title {
    position: absolute;
    top: 32%;
    left:60px;
}
.caption-founder-title h2{
font-size: 32px;
    color: #fff;
    font-weight: 600;
}
.caption-founder-title h6{
    font-size: 16px;
    color: #fff;
    margin-top: 6px;
}
.about-founder-data h6{
    font-size: 18px;
    line-height: 25px;
    color: #464646;
    font-weight: 300;
}
.btn.btn-watch-video {
    background: #30af5f;
    background: -webkit-linear-gradient(to right, #0e7ab1, #30af5f);
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    color: #fff;
    padding: 9px 20px 7px;
    border-radius:5px;
    border: none;
}
.btn.btn-watch-video:hover{
    background: #30af5f;
    background: -webkit-linear-gradient(to left, #0e7ab1, #30af5f);
    background: linear-gradient(to left, #0e7ab1, #30af5f);
	color:#fff
}
.watch-video {
    margin-top:30px;
    position: relative;
}
.bg-grey-f8{
    background-color: #f8f8f8;
}
.form-group{
	margin-bottom:15px;
}

.form-control.form-ui-input {
    border-radius: 0;
    padding: 10px 20px;
    border:1px solid #d7d7d7;
    font-weight: 300;
    font-size: 14px;
}
.form-control.textarea-input{
    border-radius: 0;
    padding: 10px 20px;
    border:1px solid #d7d7d7;
    font-weight: 300;
    font-size: 14px;	
}
.btn.btn-primary-form{
    background: #30af5f;
    background: -webkit-linear-gradient(to right, #eb8122, #f8a519);
    background:linear-gradient(to right, #eb8122, #f8a519);
    color: #fff;
    padding: 10px 35px 7px;
    border-radius:5px;
    border: none;
}
.btn.btn-primary-form:hover{
    background: #30af5f;
    background: -webkit-linear-gradient(to left, #0e7ab1, #30af5f);
    background: linear-gradient(to left, #0e7ab1, #30af5f);
    color: #fff;
}
.form-ui-card {
    margin-top:0;
}
.form-select.formSelect-controll {
    border-radius: 0;
    padding: 10px 20px;
    border: 1px solid #a9a9a9;
    font-weight: 300;
    font-size: 14px;
}
.form-ui-card h1{
        text-transform: uppercase;
    font-weight: 600;
    color: #2b4d76;
    font-size:30px;
    margin-bottom:25px;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-ui-card p{
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 22px;
}

/*******Contact Us Page******/
.contact-card-ui h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 33px;
	position: relative;
	color: #2b4d76;
}
.contact-card-ui h2 span{
    font-size: 25px;
}
.contact-card-ui h2:after{
    content: '';
    background:linear-gradient(to right, #0e7ab1, #d91c1c);
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 1px;
}

.contact-company-info {
    margin-top: 42px;
    background: #fbfbfb;
    padding: 25px;
    position: relative;
}
.icon-map {
    margin-right: 10px;
    font-size: 22px;
    color: #605e5e;
    margin-bottom: 13px;
}
.icon-map svg{
	fill:#707070;
}
.address-card h4{
    font-size: 16px;
    color: #707070;
    line-height: 24px;
    font-weight: 500;
}
.mobile-card-contact {
    margin-top: 14px;
    border-top: dashed 1px #ddd;
    padding-top: 14px;
}
.icon-phone svg{
fill: #707070;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.mobile-number a{
	    font-size: 18px;
    color: #707070;
	    font-weight: 500;
}
.mobile-card-fax {
    margin-top: 10px;
}
.mobile-number a:hover{
	color:#007fc7;
}

.mobile-card-email {
    margin-top: 14px;
    border-top: dashed 1px #ddd;
    padding-top: 14px;
}
.icon-email svg {
    fill: #707070;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.email-card a {
    font-size: 18px;
    color: #707070;
    font-weight: 500;
}
.email-card a:hover{
	color:#007fc7;
}
.email-card span {
    font-size: 12px;
    color: #0f894d;
    font-weight: 500;
}
.form-select.formSelect-controll {
    border-radius: 0;
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    font-weight: 300;
    font-size: 14px;
}
.connect-query {
    margin-top: 112px;
}
.connect-query h4{
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}
.connect-query h6{
    color: #878787;
    font-size: 12px;
}

.contact-map {
    margin-top: 19px;
}

.heading-acme-home{
    margin-top:69px;
}

.address-column h5{
     font-size: 19px;
    color: #fff;
    margin-bottom: 5px;   
}
.thumbnail-team-big img{
border-radius: 20px;
}

.border-left-devider{
    border-left:1px solid #ddd;
}
.parnter-writup {
    padding: 20px;
    position: relative;
}
.parnter-writup p{
font-size: 18px;
color: #686868;
text-align: justify;
line-height: 26px;
}
.partner-logo-insd {
    text-align: center;
    padding: 10px;
    position: relative;
}
.card-item-prtnr{
    border-radius:8px;
        min-height: 220px;
}
/***********contact Address Zone**********/
.cardNabTabs .nav-tabs .nav-item.show .nav-link, .cardNabTabs .nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    border-color: inherit;
}
.cardNabTabs .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    color: #7e7e7e;
    font-size: 20px;
    padding: 10px 35px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}
.cardNabTabs .nav-tabs {
    border-bottom: none;
}
.card-address-zone{
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    position: relative;
    padding: 28px;
    min-height: 220px;
    border-radius: 5px;
    margin-bottom:20px;
    border-radius: 5px;
}
.card-address-zone h4{
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}
.card-address-zone h5{
    font-size: 15px;
    color: #8b8b8b;
}
.card-address-zone p{
    line-height: 23px;
    margin-top: 10px;
    font-size: 16px;
}


/**************Boards of Directores page css************/

.card-employee-panel {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0 15px;
    box-shadow: 0 0 10px 0 rgb(0 43 92 / 8%);
}
.founder-title-card h4{
font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom:1px;
        color: #2b4d76;
}
.founder-title-card h6{
    font-size: 15px;
    font-weight: 500;
    color: #919191;
}
.founder-title-card {
    padding: 15px 10px;
}
.founder-title-card p{
    font-size: 15px;
    line-height: 22px;
    color: #040404;
}
.founder-title-card p a{
font-weight: 600;
    color: #245e87;
    font-size: 15px;
    text-decoration: underline;
}

/*********About ACME**********/
.about-acme-card h2{
font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
        color: #2b4d76;
}

.about-acme-card h6{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px;
}
.about-acme-card p{
    font-size: 15px;
    line-height: 21px;
}
.row-card-bg{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 295px;
    background-position: 0 -23px;
}

.about-acme-card-01 {
    position: relative;
    z-index: 9;
    padding: 90px 55px;
}
.about-acme-card-01 p{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.about-acme-card-01 p strong{
    font-size: 25px;
    font-weight: 500;
}

.about-acme-card-02 p{
    text-align: justify;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    margin-bottom: 15px;
}

.ACME-value-inside {
    text-align: center;
}

/**************Press Release********/

.press-releas-cardInside {
    background: #fff;
        margin-bottom:15px;
    position: relative;
}
.date-year-card{
   background: linear-gradient(to right, rgb(36 91 137), rgb(7 143 67 / 95%));
    padding: 13px 10px;
    line-height: 17px;
    font-weight: 600;
    height:100%;
    text-align: center;
}
.date-year-card h3{
    color:#fff;
    font-size: 23px;
}
.date-year-card h6{
    color: #fff;
    font-size: 14px;
}

.press-release-title {
    padding: 10px 0;
    position: relative;
}
.press-release-title p{
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 500;
    line-height: 20px;
}
.news-icons {
    font-size: 20px;
    line-height: 72px;
    text-align: center;
    color: #098546;
    position: relative;
}
.press-release-title ul{
    margin:0;
    padding:0;
}
.press-release-title ul li {
    display: inline-block;
    margin-right: 5px;
    border-right: 1px solid #b3b3b3;
    padding-right: 8px;
    line-height: 14px;
    color:#2b4d76;
}
.year-devider-card {
    border-bottom: 2px solid #107cae;
    margin-bottom: 21px;
    padding-bottom: 9px;
}

.year-devider-card h2{
        font-size: 30px;
    font-weight: 600;
        color: #2b4d76;
}

.ideas-video-share video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-image: url(../images/video-poster.jpg);
}
.modal-header.model-team-title{
    position: relative;
    z-index: 9;
    border: none;
    padding: 5px 15px;

}
.team-detail-content h3{
    font-size: 23px;
    font-weight: 600;
    color: #2b4d76;

}
.team-detail-content h5{
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
}
.team-detail-content p{
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
}


.modal-header.model-team-title .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    position: absolute;
    right: 0;
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    opacity: 1;
    z-index: 9;
    color: #000;
    border-radius:0;
    top: 8px;
        line-height: 0;
    right: 8px;
}
.modal-header.model-team-title .btn-close svg{
    fill: #fff;
    width: 12px;
    height: 12px;
}
.modal-content.teamPopup{
    border-radius:0;
    border:none;
}

/***********Arrow Navs*******/

.owl-theme.arrowCirclePopup .owl-nav [class*=owl-] {
    color:#fff;
    font-size: 10px;
    margin: 10px 10px;
    padding: 7px 7px;
    display: inline-block;
    cursor: pointer;
    border:none;
    /* border-width: 0 3px 3px 0; */
    width:31px;
    height:31px;
    border-radius:0;
    line-height: 23px;
    background: linear-gradient(to right, #0e7ab1, #30af5f);
}
.owl-theme.arrowCirclePopup .owl-nav .owl-prev {
right:39px;
    position: absolute;
    top: -36px;
}
.owl-theme.arrowCirclePopup .owl-nav .owl-next {
    right: 6px;
    position: absolute;
    top: -36px;
}

.owl-theme.arrowCirclePopup .owl-nav [class*=owl-]:hover {
    background: linear-gradient(to left, #0e7ab1, #30af5f);
    color: #FFF;
    text-decoration: none;
}
.owl-theme.arrowCirclePopup .owl-nav .owl-prev svg{
    fill: #fff;
    width: 12px;
    height: 12px;
}

.owl-theme.arrowCirclePopup .owl-nav .owl-next svg{
        fill: #fff;
    width: 12px;
    height: 12px;
}

/*****************************Milestone ACME About*********************/
.milestone-section-ACME{
    position: relative;
    padding: 50px 0 50px;
    background: #ebebeb;
}

.headingMilstone h4{
    font-size:35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-milestone-ui {
    text-align: center;
    position: relative;
}
.card-milestone-ui h2{
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     position: relative;
    margin-bottom:0;
}

.timeline:before {
  content: '';
  position:absolute;
  height:160vh;
  left: 21.4%;
  width:1px;
  top:0;
  background:#fff;
  z-index:1;
}
.timeline{
position: relative;
    padding: 90px 18px;
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    height: 564px;
    overflow: hidden;
}
.cv-item.active{
    height:auto !important;
}


.left_content p{
color: #fff;
    font-size: 17px;
    line-height: 22px;
}


.right_content h3{
    font-size:20px;
    font-weight: 300;
    color:#fff;
}

.yearCl {
font-size: 22px;
    font-weight: 600;
    margin-top: 7px;
}


/***************Sustainblity Page*************/
.csr-acme-card h2{
    font-size: 30px;
    font-weight: 600;
    color: #1d6ead;background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px
}
.csr-acme-card p{
   font-size: 18px;
    margin-bottom: 10px; 
}

.csr-sustainblity-thumb img{
    border-radius:5px;
}

.sustainblityACME-card-01 h4{
    font-size:27px;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 31px;
    font-weight: 600;
}
.sustainblityACME-card-01 p{
font-size: 17px;
    color: #181818;
    line-height: 24px;
    text-align: justify;
}
.sustainblityACME-card-01 {
    padding-left: 30px;
    position: relative;
    z-index: 9;
}
.csr-btn {
    color: #06618d;
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
}

.csr-section-03{
        background: linear-gradient(to right, #0e7ab1, #30af5f);
    padding:70px 0 70px;
    overflow: hidden;
}


.csr-card-listItem h2{
    color:#fff;
}

.csr-card-listItem h2 span {
    font-size: 65px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #fff;
    color: #fff;
}
.csr-card-listItem ul{
    margin-top: 15px;
    padding-left: 30px;
}
.csr-card-listItem ul li{
    display: list-item;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 19px;
}
.csr-anim-icon video {
    border-radius: 5px;
}

.csr-section-04{
     background:#ebebeb;
     position:relative;
     width:100%;
    padding:70px 0 70px;
    overflow: hidden;
}
.csr-card-listItem-02 h2{
     color:#0d6d99;
        font-weight: 600;
}
.csr-card-listItem-02 h2 span{
    font-size: 65px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color:#0f7baf;
    color:#0f7baf;
}
.csr-card-listItem-02 p{
    line-height: 23px;
    margin-bottom: 12px;
}

.csr-card-listItem-02 h6{
    font-size: 20px;
    margin-bottom: 12px;
}

.gradinat-grey-side{
background: #f4f4f4;
background: -webkit-linear-gradient(to right, #f4f4f4, #ffffff , #ffffff);
background:linear-gradient(to right, #f4f4f4, #ffffff , #ffffff); 
}
.doodle-boxes {
    position: absolute;
    bottom: -1px;
}
.doodle-boxes img{
width: 345px;
opacity: 0.5;
}

.doodle-boxes-right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.doodle-boxes-right img{
    width: 345px;
opacity: 0.5;
}

.timeline h2{
    font-size: 36px;
    color: #fdfdfd;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 1;
    padding: 0 5px 180px 0;
    font-weight: 700;
    position: relative;
    top: -75px;
    left: -44px;
    z-index: 12;
    letter-spacing: 2.32px;
}

.timeline::-webkit-scrollbar {
  width: 6px;
  border-radius:5px;
}

.timeline::-webkit-scrollbar-track {
  background: #30af5f; 
}

.timeline::-webkit-scrollbar-thumb {
    background:#30af5f;
}

.timeline::-webkit-scrollbar-thumb:hover {
background:#30af5f;
}
.padding-custom-12{
    padding:12px 0 0;
}
.gallery-picture-01 {
    margin-bottom: 12px;
}
.vector-mask-ui {
    position: absolute;
    right: 0px;
    bottom: -200px;
    opacity:0.2;
}
.arrow-scroll{
position: relative;
    top: -20px;
    left:8px;
    z-index: 99;
}
.arrow-scroll a{
    font-size: 30px;
    color: #fff;
    margin-left: 20px;
}
.arrow-scroll a:hover{
    color:#ffd400;
}

.down-arrow-slide {
    position: absolute;
    bottom:20px;
    left: 45px;
}
.down-arrow-slide a{
        font-size: 30px;
    color: #fff;

}
.lis-item-susblnt ul{
margin-top: 16px;
    padding-left: 16px;
    margin-bottom: 15px;
}
.lis-item-susblnt ul li{
display: list-item;
    color: #000;
    line-height: 19px;
    margin-bottom: 10px;
    list-style: circle;
}

/*******Who We Are Edition******/

.filp-card-zoom {
    position: relative;
}

.picture-frames-ab {
    position: relative;
}
.overlay-card {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to bottom, rgb(36 91 137 / 25%), rgb(0 0 0 / 89%));
}
.overlay-ab-card {
position: absolute;
    bottom: 0;
    padding: 25px 25px;
    z-index: 9;
    color: #fff;
    line-height: 23px;
    font-size: 18px;
}
.overlay-card-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to right, rgb(36 91 137 / 25%), rgb(0 54 98 / 88%), rgb(0 103 193 / 78%));
}

.section-inside-ab-03{
        padding:60px 0 50px;
background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-03-ui-ab {
    position: relative;
    z-index: 9;
}
.card-03-ui-ab h4{
font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-03-ui-ab p{
    font-size: 16px;
    color: #404040;
    margin-bottom: 10px;
    line-height: 23px;
}
.globeIcon i{
        font-size: 17px;
    color: #07ad67;
    position: relative;
    top: 2px;
}

.dropdown-men-sm.globe-dropdown{
right: -60px;
    background: #fff !important;
    width: 130px !important;
    box-shadow: 0 1px 4px 0 rgb(72 72 72 / 20%);
    margin-top: -4px !important;
    position: absolute !important;
    left: inherit !important;
}
.dropdown-men-sm.globe-dropdown ul li a{
    font-size:12px !important;
}

.sub-dropdown{
    display:none;
}


.media-relese-detail h4{
    font-size: 28px;
    margin-bottom: 15px;
}
.media-relese-detail p{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 21px;
}
.media-relese-detail h6{
    font-style: italic;
    color: #787575;
}
.media-relese-detail h6 a{
    color:#087bcd;
}
.gallery-zoom {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 20px;
}


.founder-ui-data h3{
   font-size: 35px;
    font-weight: 600;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.founder-ui-data h5{
font-size: 22px;
    font-weight: 400;
    color: #7c7c7c;
}

.founder-ui-data p{
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 23px;
    text-align: justify;
    color: #4e4e4e;
}
/*************Milstone Slider css*************/
.cv-carousel {
	display: block;
	height: 100%;
	z-index: 1;
}
.cv-carousel.cv-grab {
	cursor: move;
	cursor: grab;
}
.cv-carousel .cv-stage-outer {
	position: relative;
	overflow: hidden;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
}
.cv-carousel .cv-stage {
	transition: all 0.25s ease;
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}
.cv-carousel,
.cv-carousel .cv-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.cv-carousel .cv-item,
.cv-carousel .cv-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.cv-carousel .cv-item {
	min-height: 1px;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.cv-carousel.cv-drag .cv-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cv-carousel.cv-drag .cv-item .item {
    position:relative;
    margin-bottom:20px;
}
.cv-nav {
	float: left;
	clear: left;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	z-index:99;
	transform: translateY(-50%);
}
.cv-nav .cv-prev{
    font-size: 28px;
    padding: 4px 7px;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    bottom:-235px;
    color:#fff;
        left: 9px;
}
.cv-nav .cv-next {
    font-size: 28px;
    padding: 4px 7px;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: -246px;
    color:#fff;
        left:9px;
}

.col-md7 {
    padding-left: 70px;
    width: 90%;
}

.col-md3 {
    padding-top: 3px;
    position:relative;
    width:10%;
    padding-left: 5px;
}
.col-md3:after{
content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    right: -41px;
    top: 8px;
    border-radius: 50%;
}

.text-left-cstm{
    text-align:left !important;
}

.box-gradiant-map {
    padding:14px 25px 10px;
    background: #0e7ab1;
    background: -webkit-linear-gradient(to right, #0e7ab1, #30af5f);
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    width: 237px;
    color: #fff;
        margin-top: 30px;
}

.marjerOman{
position: absolute;
    right: 210px;
    top: 54.8%;
}
.marker {
    position: absolute;
    right: 174px;
    top: 53%;
	}

	.pulse {
    width: 2px;
    height: 2px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #bf2a2d;
    z-index: 10;
    position: absolute;
	}

	.dot {
    position: absolute;
    height: 50px;
		width: 50px;
		top: -23px;
		left: -23px;
		z-index: 2;
		opacity: 0;
		border:10px solid rgb(255 255 255);
		background: transparent;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		-webkit-animation: flash 2s ease-out;
		-moz-animation: flash 2s ease-out;
		animation: flash 2s ease-out;
    -webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

  @-moz-keyframes pulse {
	 0% {-moz-transform: scale(0);opacity: 0.0;}
	 25% {-moz-transform: scale(0);opacity: 0.1;}
	 50% {-moz-transform: scale(0.1);opacity: 0.3;}
	 75% {-moz-transform: scale(0.5);opacity: 0.5;}
	 100% {-moz-transform: scale(1);opacity: 0.0;}
  }

  @-webkit-keyframes "flash" {
	 0% {-webkit-transform: scale(0);opacity: 0.0;}
	 25% {-webkit-transform: scale(0);opacity: 0.1;}
	 50% {-webkit-transform: scale(0.1);opacity: 0.3;}
	 75% {-webkit-transform: scale(0.5);opacity: 0.5;}
	 100% {-webkit-transform: scale(1);opacity: 0.0;}
	}
	
	.gall{
	    height: 390px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
	
.heading-partner h2{	
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.position-set-card {
    padding-left: 115px;
    padding-right: 130px;
    padding-top: 60px;
    padding-bottom: 70px;
    position: relative;
}
.partner-logo{
position: relative;
}	
	
.newsroom-card {
padding-top: 60px;
    padding-left: 50px;
    padding-right: 60px;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}	

.newwroom-slider {
    overflow: hidden;
    text-align:left;
    background:transparent;
    position: relative;
        margin-top: 30px;
    height:355px;
}

.owl-theme.arrowCircleWhite .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}
.owl-theme.arrowCircleWhite .owl-dots .owl-dot {
    top: 0;
}

.news-card-item {
background: #fff;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.bg-gradiant-time{
    background:linear-gradient(to right, #eb8122, #f8a519);
    color:#fff;
    text-align: center;
    padding: 15px;
}
.news-detail-item {
    padding: 10px;
}

.news-detail-item h5{
    color: #006ac1;
    font-size: 18px;
    margin-bottom: 10px;
        display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-detail-item h6{
    color: #737373;
    font-weight: 400;
    font-size: 13px;
}
.m-hidden-menu-logo{
    display:none;
}
.d-none-mobile{
    display:none;
}

/****************Our Projects*****************/

.bg-img-section-tab {
    padding:50px 0 50px;
}

.overlyBg-dark-section {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:linear-gradient(to right, rgb(31 79 133 / 82%), rgb(255 255 255 / 85%));
}

.acme-section-inside-02 {
    position: relative;
    z-index: 9;
}
.acme-section-inside-02 h2 {
    font-size: 35px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #ffd505;
}
.acme-section-inside-02 h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
}	

.acme-section-inside-02 span {
    font-size: 30px;
    color: #ffd505;
    font-weight: 500;
}	
.state-data-table {
    margin-top: 25px;
    position: relative;
}
.title-state {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 30px;
    border-radius: 5px 5px 0 0;
}
.overlyBg-dark-table {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background:linear-gradient(to right, rgb(244 154 28 / 72%), rgb(255 255 255 / 0%));
    border-radius: 5px 5px 0 0;
}
.title-state h3 {
    color: #fff;
    position: relative;
    z-index: 9;
}
.table.table-state th {
    padding: 5px 10px 3px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    background: #0e7ab1;
    background: -webkit-linear-gradient(to right, #f8a41a, #ec8322);
    background: linear-gradient(to right, #f8a41a, #ec8322);
    font-size: 14px;
    line-height: 18px;
}
.table.table-state th span {
    font-size: 12px;
    color: #fff;
}
.table.table-state td {
    padding: 2px 13px;
    color: #262728;
    background: rgb(255 255 255 / 74%);
    font-size: 15px;
    text-align: left;
}
/******************Map Falsh****************/
.marjerOmanPunjab{
    position: absolute;
    left: 134px;
    top: 21.8%;
}



.marjerOmanUK{
position: absolute;
    left: 184px;
    top: 23.8%;  
}
.marjerOman1{
    position: absolute;
    left: 220px;
    top: 35.8%;
}
.marjerOmanBihar{
    position: absolute;
    left: 302px;
    top: 39.8%;
}

.marjerOman2{
    position: absolute;
    left: 173px;
    top: 49.8%;
}
.marjerOman3{
position: absolute;
    left: 58px;
    top: 47.8%;
}

.marjerOman4{
    position: absolute;
    left:124px;
    top: 57.8%;
}
.marjerOman5{
    position: absolute;
    left: 240px;
    top: 55.8%;
}

.marjerOman6{
     position: absolute;
    left: 186px;
    top: 78.8%;
}
.marjerOmanTelnga{
position: absolute;
    left: 186px;
    top: 66.8%;
}
.marjerOman7{
    position: absolute;
    left: 131px;
    top: 78.8%;
}
.marker {
    position: absolute;
    right: 174px;
    top: 53%;
	}
	
.pinMapMarker{	
    position: absolute;
    top: -25px;
    fill: #f7a319;
    left: -10px;
}

	.pulse {
    width: 2px;
    height: 2px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #bf2a2d;
    z-index: 10;
    position: absolute;
	}

	.dot {
    position: absolute;
    height: 50px;
		width: 50px;
		top: -23px;
		left: -23px;
		z-index: 2;
		opacity: 0;
		border:10px solid rgb(255 255 255);
		background: transparent;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		-webkit-animation: flash 2s ease-out;
		-moz-animation: flash 2s ease-out;
		animation: flash 2s ease-out;
    -webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

  @-moz-keyframes pulse {
	 0% {-moz-transform: scale(0);opacity: 0.0;}
	 25% {-moz-transform: scale(0);opacity: 0.1;}
	 50% {-moz-transform: scale(0.1);opacity: 0.3;}
	 75% {-moz-transform: scale(0.5);opacity: 0.5;}
	 100% {-moz-transform: scale(1);opacity: 0.0;}
  }

  @-webkit-keyframes "flash" {
	 0% {-webkit-transform: scale(0);opacity: 0.0;}
	 25% {-webkit-transform: scale(0);opacity: 0.1;}
	 50% {-webkit-transform: scale(0.1);opacity: 0.3;}
	 75% {-webkit-transform: scale(0.5);opacity: 0.5;}
	 100% {-webkit-transform: scale(1);opacity: 0.0;}
	}


.thumn-hydroh2{
    border-radius:5px;
    margin-bottom:20px;
}
.thumn-hydroh2 img{
    border-radius:5px;
}





/******Cookies pages ******/

.cookies-card-ui h4{
     font-size: 25px;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 31px;
    font-weight: 600;	
}
.cookies-card-ui p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 13px;
}	
.child-card h6{
    font-weight: 600;
    color: #216ca6;
}
.child-card {
    padding-left: 19px;
}

.privacy-policy-card h4{
        font-size: 25px;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 31px;
    font-weight: 600;	 
}
.privacy-policy-card p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 13px;
}
.privacy-policy-card h6{
font-size: 18px;
    color: #0a60a4;
    font-weight: 600;
    margin-bottom: 10px;
    
}
.privacy-policy-card address{
    font-weight:600;
}

#cookieNotice.display-right {
    right:0;
    bottom:0;
    max-width:100%;
    width:100%;
}
#cookieNotice.light {
background-color:#21293e !important;
    color: #fff;
}
#cookieNotice {
    position: fixed;
    padding:20px 0;
    border-radius: 0;
    box-shadow: 0 -1px 7px rgb(0 0 0 / 19%);
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}

.title-wrap-content h4{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 6px;
    line-height: 30px;
}
.title-wrap-content p{
font-size: 13px;
    margin-bottom: 0;
    line-height:20px;
}
.btn.btn-primary-cookies{
    background: #0874ff;
    padding: 6px 30px 5px;
    color: #fff;
    font-size: 13px;
    margin-top: 0;
    border-radius: 41px;
}


/******Mobile Responsive*******/	


@media only screen and (max-width: 767px){
   
.brand-ui img{
    width:60px;
}   
.m-hidden-menu-logo{
    display:block;
}
.m-hidden-menu-logo{
        padding-top: 20px;
    padding-left:17px;
}
.social-icons-header{
    top: -30px;
    right: 5px;    
}


    
.navbar-collspse-inside{
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
}

.navbar-collspse-inside{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width:80%;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color:#fff;
        display: none;
}
    
    
.navbar-toggler{
    display:block;
    
}

.navbar .navbar-nav .nav-link {
    padding:8px 5px 8px;
}

.nav-toggle {
    transform: inherit;
    position: relative;
    top: 0px;
    left: 5px;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
    background:#000;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 33px;
      height: 2px;
    width: 31px;
    margin-bottom: 4px;
    cursor: pointer;
  
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 23% 23%;
          transform-origin: 23% 23%;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 15% 95%;
          transform-origin: 15% 95%;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: inherit;
}    
    

.navbar ul li .dropdown-men-sm {
    position: relative;
    margin-top: -8px;
    width:100%;
    border-radius: 0;
    padding: 15px 20px;
}  

.title-hydro h4 {
    font-size: 30px;
}
.oman-pointer-card p span {
    font-size: 23px;
}
.title-hydro {
    margin-bottom: 30px;
}

.inner-part br{
    display:none;
}
.button-link-contact {
    width: 140px;
}    
.video-slider-section {
    margin-top: 50px;
}
.video-slider-section .inner-part h1 {
    line-height:25px;
    font-size: 20px;
}

.video-slider-section .slider-features-card {
    top: 25%;
    width:250px;
    left: 5%;
}

.btn.btn-bg-theme {
    font-size: 13px;
    border:none;
    margin-right: 15px;
    padding:6px 12px 3px;
}
.btn.btn-bg-theme-video {
    font-size: 13px;
    padding: 4px 9px 1px;
}
.custom-padding-home {
    padding: 30px 0 20px;
}
.ACMEGroup-card-home h2 {
font-size: 20px;
    line-height: 24px;
}
.ACMEGroup-card-home {
    position: relative;
    width: 100%;
    padding:5px;
    bottom: 0;
    right: 0;
    border-radius: 0;
}
.ACMEGroup-card-home p {
    font-size: 18px;
    line-height: 23px;
}
.heading-energyh2 h2 {
    font-size: 25px;
    line-height: 34px;
    margin-top: 15px;
}
.heading-energyh2 h2 span {
    font-size: 33px;
}
.bg-moleculs-img {
    padding: 0 0 12px;
}

.heading-title h2 {
    font-size: 25px;
}
.mobile-mt-15{
    margin-top:15px !important;
}
.food-sustainblity {
    position: relative;
    right: 0;
        width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.mobileMt-custom-55{
    margin-top:55px;
}
.marker{
    display:none;
}
.marjerOman{
    display:none;
}
.sustainblity-water-card {
    width: 200px;
    margin: 0 auto;
}
.circle-vision-anim{
    text-align:center;
}
.circle-vision-anim img{
        width: 275px;
}
.circle-vision-anim:after {
display:none !important;
}
.card-vision-home {
    padding: 0 5px !important;
    text-align: center;
    margin-top: 50px;
}
.card-vision-home p {
    font-size: 18px !important;
    line-height: 26px !important;
}
.section-vision-home {
    padding: 40px 0 20px !important;
}

.bg-background-overview {
    margin-top: -100px;
}
.about-home-ACME h2 {
    line-height: 32px;
    font-size: 25px;
}
.ACEM-section-home-about {
    padding: 35px 0 35px;
}
.doodle-solar svg {
    width: 100px;
    height: 100px;
}
.heading-title-serve h2 {
    font-size: 25px;
}

.sectionWeServe {
    padding: 30px 0 0;
}
.typography-card p {
    font-size: 18px;
    line-height: 23px;
}

.card-serve-energy {
text-align: center;
    background: #fff;
    padding: 20px 22px;
    border-radius: 5px;
}
.icons-serve img {
    width: 55px;
    margin-bottom: 6px;
}
.serve-card-ui h2 {
    font-size: 25px;
}
.serve-card-ui p {
    font-size: 15px;
    line-height: 19px;
    margin-top: 0px;
}
.mobile-mt-pt-0{
    margin-top:0 !important;
    padding-top:0 !important;
}
.ACEM-section-home-partner {
    padding: 35px 0 35px;
}
.about-home-ACME-partner h2 {
    line-height: 32px;
    font-size: 25px;
    font-weight: 400;
}
.testimonials-content {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}
.mobile-center-content{
        justify-content: center;
}
.elips-doodle{
    display:none;
}
.home-team-section {
    padding: 30px 0 1px;
}
.mobile-text-center{
    text-align:center !important;
}
.team-data-home {
    margin-top: 15px;
    text-align: center;
}
.team-data-home h3 {
    font-size: 17px;
}

.team-data-home h5 {
    font-size: 14px;
}

.card-team-home-ui {
    margin-bottom:20px;
}
.csr-home-card-ui {
    padding-left: 5px;
    padding-top: 30px;
}
.csr-home-card-ui h4 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.heading-acme-home {
    margin-top: 30px;
}
.icon-map {
    margin-top: 15px;
}
.contact-map{
    display:none;
}
.footer-title h4 {
    margin-bottom: 10px;
    font-size: 15px;
}
.footer-title {
    margin-bottom: 15px;
    margin-top: 20px;
}
.footer-links-item{
    display:none;
}
.address-column {
    text-align: left;
}    
.email-column {
    text-align: left;
}
.social-icons {
    padding-right: 0;
    text-align: left;
}
.hidden-mobile{
    display:none;
}    
.copyright p {
    line-height: 20px;
}    
.breadCrumbs-navbar {
    margin-left: 0;
    padding-top: 10px;
}  
.breadCrumbs-navbar h2 {
    font-size: 25px;
}

.breadCrumbs-navbar ul {
    margin: 20px 0;
}
.breadcrumbs-banner {
    min-height:auto;
    margin-top: 50px;
}
 
.section-inside-ab-01 {
    min-height: auto;
    padding: 30px 0 15px;
    margin-top: 0;
    background-image: inherit !important;
} 
.d-none-mobile{
    display:block;
}
.about-acme-card {
    margin-top: 20px;
}  
.about-acme-card h2 {
    font-size: 25px;
}
.ACME-value-inside {
    margin-bottom: 20px;
}   
.ACME-value-inside h3 {
    font-size: 20px;
}
.ACME-value-inside figure video {
    width: 80px;
}
.value-section-inside {
    padding: 25px 0 20px;
}
.headingMilstone h4 {
    font-size: 25px;
}
.picture-frames-ab {
    margin-bottom: 14px;
}
.section-inside-ab-03 {
    padding: 25px 0 20px;
}
.card-03-ui-ab h4 {
    font-size: 25px;
}
.card-03-ui-ab {
    margin-top: 25px;
}
.mbl-section-padding{
    padding-top:20px !important;
    padding-bottom:20px !important;
}
.col-md7 {
    padding-left: 50px;
}
.col-md3:after {
    right: -29px;
}
.right_content h3 {
    font-size: 18px;
}
.padding-custom-12 {
    margin-top: 15px;
}
.milestone-section-ACME {
    padding: 50px 0 0;
}
.caption-founder-title h2 {
    font-size:18px;
}
.caption-founder-title h6 {
    font-size: 12px;
}
.caption-founder-title {
    top: 21%;
    left: 15px;
}

.team-detail-content {
    margin-top: 15px;
}
.csr-anim-icon{
    text-align:center;
}
.sustainblityACME-card-01 {
    padding-left: 0 !important;
    text-align: center;
    padding-right: 0 !important;
}
.sustainblityACME-card-01 h4 {
    font-size: 25px;
}
.order-1-mobile {
    order: 1!important;
}
.order-2-mobile{
    order: 2!important;
}
.gradinat-grey-side {
    background: #f4f4f4;
    background: -webkit-linear-gradient(to top, #f4f4f4, #ffffff , #ffffff);
    background: linear-gradient(to top, #f4f4f4, #ffffff , #ffffff);
}
.news-card-main {
    height: auto;
    margin-bottom: 15px;
}

.press-release-title {
    padding: 10px 15px;
    text-align: center;
}    
.news-icons{
    display:none;
}    
    
.year-devider-card {
    text-align: center;
}   
.breadCrumbs-navbar br{
    display:none;
}
.form-ui-card {
    margin-top:0;
    text-align: center;
}
.watch-video {
    margin-top: 20px;
    text-align: center;
        margin-bottom: 20px;
}
.csr-acme-card h2 {
    font-size: 25px;
}
.csr-sustainblity-thumb {
    margin-bottom: 15px;
}
.all-category-bg {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 30px;
}
.all-category-bg p {
    font-size: 15px;
    line-height: 17px;
}
.all-category-bg h4 {
    line-height: 30px;
    font-size: 20px;
}
.gall {
    height: auto;
}
.testimonials-content h4 {
    font-size: 30px;
}

.counter-value {
    font-size: 30px;
}
.address-card h4 {
    font-size: 16px;
    color: #3c3c3c;
}
.position-set-card {
    padding-left: 35px;
    padding-right: 21px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}
.newsroom-card {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    text-align: center;
}
.text-item-center{
    text-align:center;
}
.card-vision-ui {
    padding-left:5px !important;
}
.heading-title-serve p {
font-size: 17px;
    color: #000000;
    line-height: 22px;
}
.founder-ui-data{
    margin-top:20px;
}

/******************Map Falsh****************/
.marjerOmanPunjab{
    position: absolute;
    left: 94px;
    top: 21.8%;
}

.marjerOman{
    position: absolute;
    left: 100px;
    top: 37.8%;
}

.marjerOmanUK{
position: absolute;
    left: 137px;
    top: 23.8%;  
}
.marjerOman1{
    position: absolute;
    left: 158px;
    top: 35.8%;
}
.marjerOmanBihar{
    position: absolute;
    left: 223px;
    top: 39.8%;
}

.marjerOman2{
    position: absolute;
    left: 75px;
    top: 36.8%;
}
.marjerOman3{
position: absolute;
    left: 38px;
    top: 47.8%;
}

.marjerOman4{
    position: absolute;
    left: 160px;
    top: 57.8%;
}
.marjerOman5{
    position: absolute;
    left: 130px;
    top: 48.8%;
}

.marjerOman6{
     position: absolute;
    left: 139px;
    top: 78.8%;
}
.marjerOmanTelnga{
position: absolute;
    left: 91px;
    top: 62.8%;
}
.marjerOman7{
    position: absolute;
    left: 90px;
    top: 78.8%;
}
.marker {
    position: absolute;
    right: 174px;
    top: 53%;
	}
	
.pinMapMarker{	
position: absolute;
    top: -25px;
    fill:#ffd505;
    left: -10px;
}

	.pulse {
    width: 2px;
    height: 2px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #bf2a2d;
    z-index: 10;
    position: absolute;
	}

.section-mission-home {
    padding-bottom: 27px !important;
    padding-top:40px !important;
    background-position: center !important;
    height: auto !important;
}
.card-mission-data {
    text-align:center;
}
.mission-heading-card h2 {
    margin-top: 0 !important;
    text-align: center;
}
.nav-tabs.tabs-cuntry .nav-link {
    width: 100% !important;
    padding: 13px 10px;
    border-radius: 5px !important;
}
.section-navTabs{
     padding-top: 0 !important;
    background-color:#f8f8f8;
}
.picture-state figcaption {
    padding: 20px 16px;
    font-size: 18px;
}
.picture-state{
    margin-bottom:20px;
}
.col-xl-20 {
    flex: 0 0 auto;
    width: 100%;
}
.year-content {
    text-align:center !important;
}
.year-content ul {
    text-align: center !important;
}
.thumb-timeline-circle {
    margin: 13px auto 10px !important;
}
.year-content ul li {
    list-style: none !important;
}
.mt-150 {
    margin-top: 30px !important;
}
.owl-theme.arrow-pointer .owl-nav {
    top: 35px !important;
}    
.typography-card {
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center !important;
    margin-top: 55px !important;
} 
.experties-card{
    padding-left:0 !important;
    margin-top:30px;
}


.experties-card h1 {
    font-size: 30px !important;
}
    
}


/******************Ipad Mini******************/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){


.brand-ui img{
    width:85px;
}   
.m-hidden-menu-logo{
    display:block;
}
.m-hidden-menu-logo{
        padding-top: 20px;
    padding-left:17px;
}
.social-icons-header{
    top: -30px;
    right: 5px;    
}

.navbar-collspse-inside{
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
}

.navbar-collspse-inside{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width:80%;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color:#fff;
        display: none;
}    
    
.navbar-toggler{
    display:block;
    
}

.navbar .navbar-nav .nav-link {
    padding:8px 5px 8px;
}

.nav-toggle {
    transform: inherit;
    position: relative;
    top: 0px;
    left: 5px;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
    background:#000;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 33px;
      height: 2px;
    width: 31px;
    margin-bottom: 4px;
    cursor: pointer;
  
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 23% 23%;
          transform-origin: 23% 23%;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 15% 95%;
          transform-origin: 15% 95%;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: inherit;
}    
    

.navbar ul li .dropdown-men-sm {
    position: relative;
    margin-top: -8px;
    width:100%;
    border-radius: 0;
    background: #e9e9e9;
    padding: 15px 20px;
}    
.button-link-contact {
    width: 150px;
}    
  .oman-pointer-card p span {
    font-size: 25px;
  }
   
  .video-slider-section {
    margin-top: 50px;
  }
  
  .video-slider-section .slider-features-card {
    top: 35%;
    left: 4%;
}
.video-slider-section .inner-part h1 {
    line-height: 49px;
    font-size: 40px;
}
    
.breadCrumbs-navbar {
    margin-left: 0;
    padding-top:45px;
}  
.breadCrumbs-navbar h2 {
    font-size: 25px;
}

.breadCrumbs-navbar ul {
    margin: 20px 0;
}
.breadcrumbs-banner {
    min-height:195px;
    margin-top:50px;
}
 
.section-inside-ab-01 {
    min-height: auto;
    padding: 30px 0 15px;
    margin-top: 0;
    background-image: inherit !important;
} 
.d-none-mobile{
    display:block;
}
.owl-theme.arrow-pointer .owl-nav {
    left: 0;
    top: 22.3% !important;
}
.typography-card {
    padding-left: 20px !important;
}

.thumbnmail img {
    width: 80px !important;
    height: 80px !important;
}

.heading-energyh2 h2 {
    font-size: 36px;
    line-height: 40px;
}
.circle-vision-anim img {
    width: 260px;
}
.position-set-card {
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 40px !important;
    padding-bottom: 35px !important;
}
.newsroom-card {
    padding-top: 35px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom:35px !important;
}	


.circle-vision-anim:after {
    width:280px !important;
    height: 280px !important;
    top: -10px !important;
    left: -10px !important;
}
.section-vision-home {
    padding: 40px 0 40px !important;
}
.mission-heading-card h2 {
    font-size: 25px !important;
}
.section-mission-home {
    padding-bottom:40px !important;
    padding-top: 100px !important;
    height:auto !important;
}

.card-vision-home {
    padding: 0 !important;
}
.about-acme-card {
    margin-top: 20px;
}  
.about-acme-card h2 {
    font-size: 25px;
}
.ACME-value-inside {
    margin-bottom:0;
}   
.ACME-value-inside h3 {
    font-size:16px;
    line-height: 19px;
}
.ACME-value-inside figure video {
    width: 60px;
}
.value-section-inside {
    padding: 25px 0 20px;
}
.headingMilstone h4 {
    font-size: 25px;
}
.picture-frames-ab {
    margin-bottom: 14px;
}
.section-inside-ab-03 {
    padding: 25px 0 20px;
}
.card-03-ui-ab h4 {
    font-size: 25px;
}
.card-03-ui-ab {
    margin-top: 25px;
}
.mbl-section-padding{
    padding-top:20px !important;
    padding-bottom:20px !important;
}
.col-md7 {
    padding-left: 50px;
}
.col-md3:after {
    right: -29px;
}
.right_content h3 {
    font-size: 18px;
}
.padding-custom-12 {
    margin-top: 15px;
}
.milestone-section-ACME {
    padding: 50px 0 0;
}    
.overlay-ab-card {
    padding: 15px 15px;
    line-height: 16px;
    font-size: 12px;
}    
.card-team-home-ui {
    margin-bottom: 15px;
    text-align:center;
}
.csr-anim-icon video {
    width: 240px;
}
.profile-newsroom-card{
    margin-top:25px;
}    
.card-news-room-card {
    padding: 20px 15px;
}
.news-icons {
    text-align: left;
}
.lis-item-susblnt {
    text-align: left;
}

.ACMEGroup-card-home h2 {
    font-size: 25px;
    line-height: 31px;
    text-align: left;
}

.ACMEGroup-card-home {
    position: relative;
    width: 100%;
    padding:0;
    bottom: 0;
    margin-top: 20px;
    border-radius: 0;
}
.bg-moleculs-img {
    padding: 0px 0 35px
}

.custom-padding-home {
    padding: 60px 0 50px;
}
.counter-value {
    font-size: 30px;
}
.food-sustainblity {
    width: 250px;
    position: relative;
    right: -30px;
}
.sustainblity-water-card {
    width: 250px;
    margin: 0 auto;
}
.bg-background-overview {
    margin-top: -100px;
}
.owl-theme.arrowCircleWhite .owl-nav .owl-next {
    right: 45%;
    bottom: -50px;
}
.owl-theme.arrowCircleWhite .owl-nav .owl-prev {
    left: 42%;
    bottom: -50px;
}
.ACEM-section-home-about {
    padding: 60px 0 60px;
}

.sectionWeServe {
    padding: 50px 0 0;
}
.serve-card-ui h2 {
    font-size: 28px;
}
.serve-card-ui p {
    font-size: 15px;
    line-height: 19px;
    margin-top: 3px;
}

.ACEM-section-home-partner {
    padding: 50px 0 50px;
}
.about-home-ACME-partner h2 {
    line-height: 33px;
        margin-bottom: 50px;
}
.testimonials-content h4 {
    font-size:25px;
}
.testimonials-content {
    padding-left: 1px;
    text-align:left;
    padding-top: 25px;
}
.founder-section {
    min-height: 285px;
    background-position:center;
    padding: 25px 0 0;
}
.button-founder {
    margin-top:5px;
}
.elips-doodle{
    display:none;
}
.home-team-section {
    padding: 50px 0 10px;
}
.mobile-text-center{
    text-align:center !important;
}
.csr-home-card-ui {
    padding-left: 10px;
}
.csr-home-card-ui h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.csr-home-card-ui h5 {
    margin-bottom: 10px;
    font-size: 14px;
}
.csr-category-home h6 {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 18px;
    margin-top: 10px;
}
.address-card h4 {
    font-size: 15px;
    color: #565656;
    margin-bottom: 17px;
}
.heading-acme-home {
    margin-top: 0;
}
.about-acme-card h6 {
    line-height: 26px;
    text-align: justify;
}
.thumbnail-ab-commitment{
    display:none;
}

.timeline:before {
    left: 15.7%;
}
.mobile-item-center{
align-items: start !important;
}
.all-category-bg {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
}
.all-category-bg p {
    font-size: 15px;
    line-height: 19px;
}
.card-vision-ui {
    padding-left: 10px !important;
}
.marjerOman{
right: 273px;
    top: 55.6%;
}
.marjerOmanPunjab {
    left: 260px !important;
    top: 23.8% !important;
}    
.marjerOman1 {
    left: 140px !important;
}
.marjerOman2 {
    left: 300px !important;
    top: 35.5%;
}
.marjerOman6 {
    left: 258px !important;
}
.marjerOman7 {
    left: 175px !important;
}
.marjerOmanTelnga {
    top: 60.8% !important;
}
.marjerOman4 {
    left: 321px !important;
}
.marjerOmanBihar {
    left: 418px !important;
}
.marjerOman5 {
    left: 240px !important;
    top: 48.8% !important;
}


}


/*************ipad Pro************/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1180px){
    
.marjerOmanUK {
    left: 99px !important;
    top: 21.8% !important;
}
.marjerOmanPunjab {
    left: 144px !important;
    top: 23.8% !important;
}
.marjerOman1 {
    left: 72px !important;
}
.marjerOman2 {
    left: 160px !important;
    top: 35.5%;
}
.marjerOman {
    right: 239px !important;
    top: 48.6%;
}
.marjerOmanTelnga {
    top: 60.8% !important;
    left: 100px !important;
}
.marjerOman5 {
    left: 240px !important;
    top: 38.8% !important;
}
.marjerOman7 {
    left: 95px !important;
}
.marjerOman6 {
    left: 140px !important;
}    
.marjerOman4 {
    left: 173px !important;
}   
.marjerOmanBihar {
    left: 220px !important;
    top: 56% !important;
}
    
.card-vision-ui {
    padding-left: 10px !important;
}
    
.navbar-collspse-inside {
    display: flex !important;
    position: relative !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: inherit !important;
}
.owl-theme.arrow-pointer .owl-nav {
    top: 25.3% !important;
}
    

.m-hidden-menu-logo{
    display:none;
}    
.button-link-contact {
    width: 120px;
    top: 0;
}
.brand-ui img {
    width: 110px;
}
    
.profile-newsroom-card{
    margin-top:1px;
}    
    
.card-news-room-card h4 {
    font-size: 17px;
}
.card-news-room-card {
    padding: 11px 10px;
}
.profile-newsroom-card p {
    font-size: 15px;
}
.marker {
    right: 146px;
}
.marjerOman {
    right: 174px;
    top: 51.6%;
}
.testimonials-content {
padding-left: 0;
padding-top: 30px;
}
.button-founder {
    margin-top: 20px;
}
.mobile-text-center{
    text-align:center !important;
}
.navbar ul li .dropdown-men-sm {
    position: absolute;
    margin-top: -8px;
    width: 210px;
    background: #2b4d76;
    background: -webkit-linear-gradient(to right, #f9f9f9, #f7f7f7) !important;
    background: linear-gradient(to right, #f9f9f9, #f7f7f7) !important;
    background: darkgoldenrod;
}
.thumbnail-ab-commitment {
    display: block;
}
.card-03-ui-ab {
    margin-top: 0;
}
.section-inside-ab-03 {
    padding: 40px 0 30px;
}
.mbl-section-padding {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.timeline {
    padding: 70px 18px;
    height: 520px;
    margin-bottom: 35px;
}
.padding-custom-12 {
    margin-top: 0;
}
.mt-100-mobile{
   margin-top: 100px !important;
}

.timeline:before {
    left: 18.7%;
}


}


.sun-effect-data{
      position: absolute;
}

/*******Vision Home Design*****/
.section-vision-home{
    padding:70px 0 70px;
}
.card-vision-home {
    padding:0 90px;
}
.card-vision-home h2{
    font-size: 30px;
    font-weight:600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1;
    margin-bottom: 20px;
}
.card-vision-home p{
    font-size: 20px;
    line-height: 30px;
    color: #686868;
}

.circle-vision-anim img{
    border-radius:50%;
    position: relative;
    z-index: 99;
}

.circle-vision-anim:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 380px;
    height: 380px;
    display: block;
    background: linear-gradient(to left,#fff 0,#fff 50%,#f7a319 51%,#ec8521 100%);
    border-radius: 50%;
    top: -15px;
    left: -15px;
        -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg);
 background: linear-gradient(to left,#fff 0,#fff 50%,#2b84c6 51%,#32b350 100%);
    
} }

.btn-circle-more{
    font-size: 14px;
    font-weight: 600;
    color: #2fae61;
}
.btn-circle-more svg{
    width: 35px;
    fill: #2fae61;
    height: 35px;
    position: relative;
    top: 6px;
}
/******Mission Home******/
.section-mission-home{
    padding-bottom: 100px;
    padding-top: 125px;
    background-position: right top;
    background-repeat: no-repeat;
    height: 510px;
    background-size: cover;
}
.mission-heading-card h2{
    font-size: 30px;
    text-shadow: 0 10px 13px rgb(0 0 0 / 7%);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: -60px;
}
.card-mission-data ul{
    margin:0;
    padding:0;
}

.card-mission-data ul li{font-size: 20px;font-weight: 400;color: #fff;line-height: 33px;}
.card-mission-data{
margin-top: 25px;
    position: relative;
    z-index: 9;
}

/****Time line slider******/
.heading-innovation h2{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.year-content {
    text-align: left;
    margin-top:70px;
}
.year-content h6{
    font-size: 13px;
    margin-top: 8px;
}
.year-time {
    position: relative;
    text-align: center;
        z-index: 9;
}

.timeline-devider::after{
    top: 35px;
    content: '';
    background-color: hsl(0, 0%, 87.3%);
    width: 100%;
    position: absolute;
    height: 1px;
}


.year-time p{
    font-size: 22px;
    font-weight: 300;
    color: #ef7b16;
}
.year-time::before{
    content: '';
    height: 50px;
    width: 1px;
    background: #ddd;
    position: absolute;
    top: 30px;
}

.year-time::after{
content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 87.3%);
    border-color:#ddd, #ddd, #ddd;
    background-color: hsl(0, 0%, 97%);
    background-color:#fff;
    transition: background-color 0.3s, border-color .3s;
}

.year-content h4{
font-size: 18px;
    font-weight: 600;
    color: #189080;
    margin-bottom: 10px;
    text-align: center;
}
.year-content h5{font-size: 15px;color: #000;}

.year-content ul{
    text-align: left;
    padding-left: 18px;
    margin-top: 12px;
}
.year-content ul li{
font-size: 14px;
    line-height: 20px;
    list-style: circle;
    margin-bottom: 5px;
    color: #000;
}
.iconArrowLeft{
        position: absolute;
    left: 12px;
    top:42.1%;
}
.arrowIcon {
    position: absolute;
    right: 12px;
    top: 42.1%;
}

.iconArrowLeft svg{
    fill:#7c7a7a;
}
.arrowIcon svg{
    fill:#7c7a7a
}

.thumb-timeline-circle {
    width: 60px;
    height: 60px;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    padding: 9px;
    background: #f6f6f6;
    margin: -70px auto 10px;
    position: relative;
    z-index: 99;
}
.mt-150{
    margin-top:130px;
}

.overlay-video-mission{
        position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background:linear-gradient(to right, rgb(0 0 0 / 39%), rgb(0 0 0 / 33%));
}

.mission-heading-card {
    position: relative;
    z-index: 9;
}
.h6-small{
    font-size:12px;
    text-align:right;
}
.h6-small span{
color: #ef7b16;
    font-size: 18px;
}
.owl-theme.arrow-pointer .owl-nav {
    position: absolute;
    left: 0;
    top:30.9%;
    width: 100%;
}
.owl-theme.arrow-pointer .owl-nav [class*=owl-] {
color: #adadad;
    font-size: 22px;
    border-radius: 50%;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    margin: 0 20px;
    line-height: 36px;
}

.owl-theme.arrow-pointer .owl-nav [class*=owl-]:hover {
    background: #ec8322;
    border-color: #ec8421;
    color: #fff;
}
.owl-theme.arrow-pointer .owl-prev{
    position: absolute;
    left: -21px;
}

.owl-theme.arrow-pointer .owl-next{
	 position: absolute;
    right: -21px;
}
