@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 {
	-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:#1666cc;
	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;
}
}
.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;
}
.tawk-footer {
	display:none !important;
}
.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:210px;
    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:28px;
}
.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, #0e7ab1, #30af5f);
    padding: 5px 16px 1px !important;
    border-radius: 5px;
    color:#fff !important;
    position: relative !important;
    top: 10px;
}

.about-home-cist 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;
}

/*********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:102px;
	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, #0e7ab1, #30af5f);
background: linear-gradient(to right, #0e7ab1, #30af5f);
    color: #fff;
    font-size: 18px;
    margin-right: 17px;
    border-radius: 4px;
    padding:9px 20px;
    text-transform: uppercase;
}
.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, #0e7ab1, #30af5f);
background: linear-gradient(to right, #0e7ab1, #30af5f);
}
.z-index-99{
    z-index:99;
}
.mt-minus-10{
    margin-top:-10px;
}
.custom-padding-home{
    padding:90px 0 90px;
}
.cistGroup-card-home h2{
font-size: 55px;
    line-height: 55px;
    color: #fff;
}
.heading-title-serve h2{
        font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
        background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading-title-serve p{
font-size: 25px;
    color: #000000;
    line-height: 30px;
}
.card-serve-energy{
    text-align:left;
}
.icons-serve img{
    width:90px;
}
.serve-card-ui h2{
font-size:28px;
    color: #464646;
}
.serve-card-ui p{
    font-size: 17px;
    line-height: 23px;
    margin-top: 5px;
}
.color-theme-btn{
    border:2px solid #117fa9 !important;
    color:#2b6fa9 !important;
}
.color-theme-btn:hover{
    color:#fff !important;
}


/**********Home cist About Us**********/
.ACEM-section-home-about{
background: #0e7ab1;
background: -webkit-linear-gradient(to right, #00527c, #028f36);
background: linear-gradient(to right, #0e7ab1, #30af5f);
    padding: 80px 0 80px;
}
.about-home-cist{
    position: relative;
    z-index: 9;
}
.about-home-cist h2{
color: #fff;
    line-height: 56px;
    font-size: 50px;
}
.doodle-solar{
        position: absolute;
    right: 0;
    bottom: 0;
} 
.doodle-solar svg{
    width: 165px;
    height: 165px;
    fill:#099b4b;
}

/***********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: 35px;
    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;
}


/***********Arrow Navs*******/

.owl-theme.arrowCircleWhite .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: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 23px;
    background: linear-gradient(to right, #0e7ab1, #30af5f);
}
.owl-theme.arrowCircleWhite .owl-nav .owl-prev {
    left: 47%;
    position: absolute;
    bottom: -25px;
}
.owl-theme.arrowCircleWhite .owl-nav .owl-next {
    right: 45%;
    position: absolute;
    bottom: -25px
}

.owl-theme.arrowCircleWhite .owl-nav [class*=owl-]:hover {
    background: linear-gradient(to left, #0e7ab1, #30af5f);
    color: #FFF;
    text-decoration: none;
}

/************CSR Section**********/

.csr-home-card:hover img{
    position:relative;
        will-change: transform;
    transform: perspective(300px) rotateX(
-1.29deg) rotateY(
-1.64deg) scale3d(1, 1, 1);
}
.csr-home-card-ui {
    padding-left: 50px;
}
.csr-home-card-ui h4{
font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 600;
    background: -webkit-linear-gradient(#2b6fa9, #01b550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.csr-home-card-ui h5{
    color: #000;
    margin-bottom: 25px;
    font-size: 20px;
    position: relative;
}
.csr-home-card-ui p{
font-size: 15px;
    line-height: 22px;
    color: #000;
}
.csr-icon-cist {
    margin-right: 11px;
}
.csr-icon-cist svg{
    fill:#30af5f;
}
.csr-category-home h6{
font-size: 20px;
    color: #18914d;
    margin-bottom: 7px;
    line-height: 21px;
    margin-top: 10px;
}
.csr-category-home {
    margin-bottom: 15px;
}
.category-column {
    overflow: hidden;
    position: relative;
}
.all-category-bg {
position: absolute;
    background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
    top: 33%;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 90px;
}
.all-category-bg h6{
    font-size: 17px;
    color: #fff;
    margin-bottom: 15px;
}
.all-category-bg h4{
color: #fff;
    line-height: 36px;
    font-weight: 500;
    font-size: 26px;
}
.all-category-bg p{
color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-top:5px;
}
.picture-frames{
-o-object-fit: cover;
    object-fit: cover;
	overflow:hidden;
    transition: transform 1.2s cubic-bezier(0,0,.25,1);
    border-radius:5px;
}
.picture-frames img{border-radius:5px;}
.category-column:hover .picture-frames{
	overflow:hidden;
	transform: scale(1.1);
}

.category-description {
    padding: 15px 0;
    text-align: center;
    position: relative;
}
.category-description h4{
    font-size: 25px;
    /* text-transform: uppercase; */
    color:#fff;
	font-weight:400;
}


.bg-grey-version-2{
	background-color:#f2f2f2;
}
.picture-sustanblity{
	    width: 200px;
}
.card-sustanblity-ui {
    padding-top: 40px;
    position: relative;
}
.card-sustanblity-ui h6{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 6px;
}
.card-sustanblity-ui h4{
    font-size:25px;
    color: #444444;
    font-weight: 600;
    line-height: 30px;
}
.sustanblity-button{
    color: #3388c8;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
}
.sustanblity-button svg{
fill:#3388c8
}
.bg-blueviersion-01{
	background-color:#3289cc;
}

/*************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;
}

/***********Bg Gray Light Gray*********/
.heading h2{
    font-size:25px;
	font-weight: 600;
    color:#2b4d76;
}
.bg-light-gray{
	background-color:#fbfbfb;
}

#ourTeam.owl-theme.arrowCircleWhite .owl-nav .owl-prev{
        bottom: -55px;
}
#ourTeam.owl-theme.arrowCircleWhite .owl-nav .owl-next {
    right: 45%;
    position: absolute;
    bottom: -55px;
}

/********Newsroom********/
.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 h4 a{
color: #fff;
}

.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;
}

/********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;
}
.cist-value-inside h3{
font-size: 22px;
    font-weight: 500;
    line-height: 23px;
    color:#fff;
}

.value-section-inside{
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    padding: 75px 0 85px;
        overflow: hidden;
}
.cist-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;
}
/******Testimonials Section*******/
.testimonials-content {
padding-left: 30px;
    padding-top:165px;
}
.button-founder {
    margin-top: 25px;
}


.testimonials-content h4 {
font-size: 35px;
    margin-top: 0;
    margin-bottom: 6px;
    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;
}


/********Sector We Serve********/

.sectionWeServe{
    padding:80px 0 80px;
}

/***********Footer*************/

/*************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, #c5a648, rgb(72 65 149 / 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:list-item;
    list-style: none;
    margin-bottom: 5px;
    line-height: 20px;
    padding-right: 15px;
}
.footer-links-item ul li a {
    color: #ffffff;
    font-size: 13px;
    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: center;
    margin-top: 10px;
    border-top:1px solid #0f8b49;
    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-cist-partner {
    position: relative;
    z-index: 9;
}
.about-home-cist-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***************/

.thumbnail-team-board img{
    border-radius:20px;
    border: 1px solid #d5d5d5;
}
.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;
}
.team-data-home-board {
    margin-top: 15px;
        margin-bottom: 30px;
}

.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;
    width: 817px;
}
.team-data-home {
    margin-top:22px;
    position: relative;
}
.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;
}
.team-data-home p{
    line-height: 22px;
    font-size: 14px;
    color: #6a6a6a;
}

.modal-header.model-video-header{
    border:none;
    padding: 10px 10px 0;
}

/********Founder Section********/

.founder-section{
background-size: cover;
    background-repeat: no-repeat;
    min-height: 420px;
    padding:5px 0 0;
    background-position: 0 110px;
}
.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-cist-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: 95px;
	    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 / 69%)); */
}
.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, #0e7ab1, #30af5f);
    background: linear-gradient(to right, #0e7ab1, #30af5f);
    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;
    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: 18px;
    color: #707070;
}
.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-cist-home{
    margin-top:69px;
}

.address-column h5{
     font-size: 19px;
    color: #fff;
    margin-bottom: 5px;   
}

/***********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 cist**********/
.about-cist-card h2{
font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
        color: #2b4d76;
}

.about-cist-card h6{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px;
}
.about-cist-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-cist-card-01 {
    position: relative;
    z-index: 9;
    padding: 90px 55px;
}
.about-cist-card-01 p{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.about-cist-card-01 p strong{
    font-size: 25px;
    font-weight: 500;
}

.about-cist-card-02 p{
    text-align: justify;
    font-size: 15px;
    color: #000;
    line-height: 22px;
    margin-bottom: 15px;
}

.cist-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 cist About*********************/
.milestone-section-cist{
    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-cist-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-cist-card p{
   font-size: 18px;
    margin-bottom: 10px; 
}

.csr-sustainblity-thumb img{
    border-radius:5px;
}

.sustainblitycist-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;
}
.sustainblitycist-card-01 p{
font-size: 17px;
    color: #181818;
    line-height: 24px;
    text-align: justify;
}
.sustainblitycist-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;
        text-align: justify;
    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;
}


.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;
}



/*************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: 51.8%;
}
.marker {
    position: absolute;
    right: 174px;
    top: 53%;
	}
.markerTaxas {
    position: absolute;
       left: 127px;
    top: 43%;
	}
	.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;
	}
	
/******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;
    
}


.m-hidden-menu-logo{
    display:none;
}
.d-none-mobile{
    display:none;
}
	
/******Mobile Responsive*******/	


@media only screen and (max-width: 767px){
   
.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-collapse.collapsing {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
}

.navbar-collapse.show {
        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;
}
    
    
.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;
}    
.button-link-contact {
    width: 120px;
}    
.video-slider-section {
    margin-top: 70px;
}
.video-slider-section .inner-part h1 {
    line-height: 28px;
    font-size: 24px;
}

.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;
}
.cistGroup-card-home h2 {
    font-size: 25px;
    line-height: 32px;
}
.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;
}


.bg-background-overview {
    margin-top: -100px;
}
.about-home-cist 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;
}
.heading-title-serve p {
    font-size: 15px;
    line-height: 19px;
}
.sectionWeServe {
    padding: 30px 0 10px;
}
.card-serve-energy {
    text-align: center;
    margin-bottom: 20px;
}
.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-cist-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-cist-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: center;*/
/*}    */
/*.email-column {*/
/*    text-align: center;*/
/*}*/
.social-icons {
    padding-right: 0;
    padding-bottom: 20px;
}
.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: 70px;
}
 
.section-inside-ab-01 {
    min-height: auto;
    padding: 30px 0 15px;
    margin-top: 0;
    background-image: inherit !important;
} 
.d-none-mobile{
    display:block;
}
.about-cist-card {
    margin-top: 20px;
}  
.about-cist-card h2 {
    font-size: 25px;
}
.cist-value-inside {
    margin-bottom: 20px;
}   
.cist-value-inside h3 {
    font-size: 20px;
}
.cist-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-cist {
    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;
}
.sustainblitycist-card-01 {
    padding-left: 0 !important;
    text-align: center;
    padding-right: 0 !important;
}
.sustainblitycist-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-cist-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;
}
    
}


/******************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-collapse.collapsing {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
}

.navbar-collapse.show {
        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;
}
    
    
.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: 120px;
}    
   
  .video-slider-section {
    margin-top: 70px;
  }
  
  .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: 70px;
}
 
.section-inside-ab-01 {
    min-height: auto;
    padding: 30px 0 15px;
    margin-top: 0;
    background-image: inherit !important;
} 
.d-none-mobile{
    display:block;
}
.about-cist-card {
    margin-top: 20px;
}  
.about-cist-card h2 {
    font-size: 25px;
}
.cist-value-inside {
    margin-bottom:0;
}   
.cist-value-inside h3 {
    font-size:16px;
    line-height: 19px;
}
.cist-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-cist {
    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;
}

.cistGroup-card-home h2 {
    font-size: 40px;
    line-height: 54px;
}
.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;
}
.marker {
    right: 108px;
}
.marjerOman {
    right: 129px;
    top: 51.6%;
}
.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 50px;
}
.serve-card-ui h2 {
    font-size: 23px;
}
.serve-card-ui p {
    font-size: 15px;
    line-height: 19px;
    margin-top: 3px;
}

.ACEM-section-home-partner {
    padding: 50px 0 50px;
}
.about-home-cist-partner h2 {
    line-height: 33px;
        margin-bottom: 50px;
}
.testimonials-content h4 {
    font-size: 30px;
}
.testimonials-content {
    padding-left: 25px;
    padding-top: 70px;
}
.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-cist-home {
    margin-top: 0;
}
.about-cist-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;
}

}


/*************ipad Pro************/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1180px){
.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: 25px;
    padding-top: 145px;
}
.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;
}




#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;
}