/* Commomn styles */
body
{
font-family: 'Roboto', sans-serif;
font-weight:400;
}
a {
color: #000000;
font-size: 14px;
transition-duration: 0.4s;
}
a, a:visited, a:hover, a:active {
text-decoration: none;
color: inherit;
outline: none;
transition-duration: 0.4s;
font-size: inherit;
}
a:focus {
outline: none;
}
img
{
max-width:100%;
}
.col-1by5
{
float: left;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.pad-none
{
padding-left:0px;
padding-right:0px;
}
.pad-left-none
{
padding-left:0;
}
.pad-right-none
{
padding-right:0;
}
.pad-5-row
{
margin-left:-2.5px;
margin-right:-2.5px;
}
.pad-5-row > div
{
padding-left:2.5px;
padding-right:2.5px;
}
.white-bg
{
background:#fff;
}
p
{
font-weight:300;
font-size:18px;
color:#2c2c2c;
line-height:23.61px;
margin-bottom:25px;
}
p.alt
{
font-weight:400;
font-size:15px;
line-height:17px;
margin-bottom:20px;
}
/*  Commomn styles end */
/* header styles start */
.header-top {
/*background-color: #237d85;*/
background-color: #d1302e;
color: #fff;
padding: 8px 0px;
}
.header-top .nav {
display: flex;
margin-top: 7px;
}
.header-top .nav > li {
display: flex;
align-items: center;
padding-right: 15px;
}
.header-top .nav > li > a {
padding:0px !important;
padding-right: 15px !important;
}
.header-top .nav > li > a:hover, .header-top .nav > li > a:focus {
background-color: transparent;
}
.header-top .nav > li:not(:last-child):after {
content: '|';
}
.header-social {
float: right;
}
.header-social ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 30px;
}
.header-social ul.social li {
margin-right: 10px;
float: left;
}
.header-social ul.social li a {
width: 34px;
height: 34px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 40px;
border: 2px solid #fff;
font-size: 13px !important;
background-color: #077635;
}
.header-social ul.social li a:hover {
width: 34px;
height: 34px;
font-size: 13px !important;
display: flex;
justify-content: center;
align-items: center;
border-radius: 40px;
border: 2px solid #0e5359;
background-color: #fff;
color: #0e5359;
}
.navbar-default {
background-color: transparent;
border-color: transparent;
border-radius: 0px;
margin-bottom: 0px;
}
.navbar-brand {
float: left;
height: auto;
}
.navbar-brand > img {
display: block;
width: 290px;
}
.navbar-right {
float: right !important;
margin-right: -15px;
margin-top: 21px;
}
.navbar-default .navbar-nav > li > a {
color: #080706;
font-size: 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
color: #237d85;
background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #237d85;
background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
padding: 0px;
border-radius: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
color: #0e5359;
background-color: transparent;
}
.dropdown-menu > li > a {
display: block;
padding: 7px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #000;
white-space: nowrap;
font-size: 14px;
}
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0; // remove the gap so it doesn't close
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
color: #fff;
text-decoration: none;
background-color: #0e5359;
}
/*  header styles end  */
/* banner style start */
.oscar-carousel .carousel-caption {
right: 41%;
left: 12%;
padding-bottom: 30px;
text-align: left;
bottom: 171px;
}
.oscar-carousel .carousel-caption  h2{
font-family: 'Reem Kufi', sans-serif;
font-size: 48px;
font-weight: 800;
text-shadow: none;
margin-bottom: 20px;
color:#f00;
}
.oscar-carousel .carousel-caption  p {
font-weight: 400;
font-size: 21px;
color: #ffe916;
line-height: 23.61px;
margin-bottom: 25px;
text-shadow: none;
}
.oscar-carousel .carousel-caption  .banner-btn {
font-size: 18px;
padding: 0px;
border-bottom: 2px solid #fff;
border-radius: 0px;
color:#ffe916;
font-family: 'Reem Kufi', sans-serif;
}
.oscar-carousel .carousel-caption  .banner-btn:hover {
font-size: 18px;
padding: 0px;
border-bottom: 2px solid #237d85;
border-radius: 0px;
color:#237d85;
font-family: 'Reem Kufi', sans-serif;
}
/* banner style end */
/* banner-bottom-box style start */
.banner-bottom-box {
padding: 28px 20px;
}
.banner-bottom-step .box-01 {
background-color: #237d85;
}
.banner-bottom-step .box-02 {
background-color: #036871;
}
.banner-bottom-step .box-03 {
background-color: #0e5359;
}
.banner-bottom-img {
width: 80px;
float: left;
margin-right: 17px;
}
.banner-bottom-box h2 {
font-size: 19px;
font-family: 'Reem Kufi', sans-serif;
color: #fff;
margin-bottom: 0px;
margin-top: 9px;
line-height: 25px;
}
/* banner-bottom-box style end */
/* home-about-section style start */
.home-about-section {
background-color: #f7f7f7;
display: inline-block;
float: left;
width: 100%;
padding: 60px 0px;
}
.home-about-section h2{
color: #852331;
font-family: 'Reem Kufi', sans-serif;
font-size: 25px;
}
.home-about-section h1{
font-size: 30px;
font-family: 'Reem Kufi', sans-serif;
margin-top: 5px;
}
.home-about-section  p {
font-weight: 400;
font-size: 17px;
color: #2c2c2c;
line-height: 27px;
margin-bottom: 25px;
text-align: justify;
}
.about-more {
font-size: 18px;
padding: 0px;
border-bottom: 2px solid #852331;
border-radius: 0px;
color: #852331;
font-family: 'Reem Kufi', sans-serif;
}
.about-more:hover{
font-size: 18px;
padding: 0px;
border-bottom: 2px solid #044248;
border-radius: 0px;
color: #044248;
font-family: 'Reem Kufi', sans-serif;
}
/* home-about-section style end */
/* infrastructure-section style start */
.infrastructure-section {
display: inline-block;
float: left;
width: 100%;
margin: 40px 0px;
}
.infrastructure-section h2{
color: #852331;
font-family: 'Reem Kufi', sans-serif;
font-size: 25px;
margin-top: 0px;
margin-bottom: 20px;
}
.infrastructure-box {
margin-bottom: 30px;
position: relative;
overflow: hidden;
text-align:center;
}
.infrastructure-box img {
transition: 0.3s;
}
.infrastructure-box img:hover {
transform: scale(1.1);
}
.inf-name {
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
text-align: center;
background-color: rgba(2, 122, 132, 0.5);
padding: 10px 5px;
}
.inf-name h3 {
font-size: 17px;
padding: 0px;
border-radius: 0px;
color: #fff;
font-family: 'Reem Kufi', sans-serif;
margin: 0px;
text-transform: uppercase;
}
.view-all-btn {
font-size: 18px;
padding: 0px;
border-bottom: 2px solid #237d85;
border-radius: 0px;
color: #237d85;
font-family: 'Reem Kufi', sans-serif;
margin-top: 20px !important;
display: inline-block;
}
.view-all-btn:hover {
font-size: 18px;
padding: 0px;
border-bottom: 2px solid #044248;
color: #044248;
}
/* infrastructure-section style end */
/* countdown-section style start */
.count-down {
background-image: url("../img/ban.jpg");
background-repeat: no-repeat;
background-size: cover;
padding: 120px 0px;
text-align: center;
display: inline-block;
float: left;
width: 100%;
}
.count-down h2 {
font-family: 'Reem Kufi', sans-serif;
font-size: 48px;
font-weight: 800;
text-shadow: none;
margin-bottom: 20px;
color: #f0ff04;
margin-top: 0px;
}
.count-down p{
font-size: 26px;
padding: 0px;
border-radius: 0px;
color: #f0ff04;
font-family: 'Reem Kufi', sans-serif;
margin: 0px;
}
/* countdown-section style end */
/* product slider section style start */
.product-slide-section {
display: inline-block;
float: left;
width: 100%;
margin: 40px 0px;
position: relative;
}
.product-slide-section h2 {
color: #852331;
font-family: 'Reem Kufi', sans-serif;
font-size: 25px;
margin-top: 0px;
margin-bottom: 20px;
}
.product-slide-box {
position: relative;
overflow: hidden;
margin-bottom: 15px;
}
.product-slide-box img {
transition: 0.3s;
}
.product-slide-box img:hover {
transform: scale(1.1);
}
.inf-name {
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
text-align: center;
background-color: #852331;
padding: 15px 5px;
}
.inf-name h3 {
font-size: 14px;
padding: 0px;
border-radius: 0px;
color: #fff;
font-family: 'Reem Kufi', sans-serif;
margin: 0px;
text-transform: uppercase;
}
.product-slide-section .owl-nav span {
background-color: #237d85;
color: #fff;
font-size: 24px;
display: block;
cursor: pointer;
float: left;
margin-left: 0px;
line-height: 40px;
border-radius: 50%;
width: 45px;
height: 45px;
border: 2px solid #fff;
}
.product-slide-section .owl-prev {
position: absolute;
top: 170px;
left: 158px;
z-index: 9;
text-align: center;
}
.product-slide-section .owl-next {
position: absolute;
top: 170px;
right: 158px;
z-index: 9;
text-align: center;
}
/* product slider section style end */
/* client style start */
.client-section {
background-color: #f7f7f7;
display: inline-block;
float: left;
width: 100%;
padding: 60px 0px;
}
.client-section h2 {
color: #852331;
font-family: 'Reem Kufi', sans-serif;
font-size: 28px;
margin-top: 0px;
margin-bottom: 20px;
}
/* client style end */
.testimonial {
background-image: url("../img/testi.jpg");
background-repeat: no-repeat;
background-size: cover;
padding: 80px 0px;
text-align: center;
display: inline-block;
float: left;
width: 100%;
}
.testimonial h2{
color: #fff;
font-family: 'Reem Kufi', sans-serif;
font-size: 28px;
margin-top: 0px;
margin-bottom: 40px;
}
.testimonial img {
width: 70px;
margin-bottom: 25px;
}
.testimonial p {
font-weight: 400;
font-size: 17px;
color: #fff;
line-height: 23.61px;
margin-bottom: 25px;
text-align: center;
}
.testimonial h3 {
color: #fff;
font-family: 'Reem Kufi', sans-serif;
font-size: 24px;
margin-top: 0px;
margin-bottom: 0px;
font-style: italic;
}
.contact-form {
padding: 50px 0;
display: inline-block;
float: left;
width: 100%;
}
.contact-form h2{
color: #852331;
font-family: 'Reem Kufi', sans-serif;
font-size: 25px;
margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}
form.contact .form-control {
border-radius: 0;
min-height: 45px;
border-color: #084a50;
}
form.contact .form-group {
margin-bottom: 30px;
}
/* footer styles start */
footer {
	background-image: url("../img/ban1.jpg");
background-color: #fff;
padding: 15px 0px;
display: inline-block;
float: left;
width: 100%;

}
footer h4 {
color: #fff;
font-family: 'Reem Kufi', sans-serif;
font-size: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
footer h3 {
color: #fff;
font-family: 'Reem Kufi', sans-serif;
font-size: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
footer ul {
list-style: none;
padding-left: 0px;
}
footer ul li{
color: #fff;
font-size: 15px;
line-height: 32px;
}
footer ul li a{
color: #fff;
font-size: 15px;
line-height: 32px;
}
footer ul li a:hover{
color: #fff;
font-size: 15px;
line-height: 32px;
}
footer p {
color: #fff;
font-size: 15px;
line-height: 25px;
font-weight: 400;
}
.footer-bottom {
border-top: 1px solid #5e5e5e;
border-bottom: 1px solid #5e5e5e;
padding: 25px 0;
}
.social-link {
display: inline-flex;
margin-bottom: 0;
}
.social-link li{
padding: 0px 5px !important;
}
.social-link li a {
width: 40px;
height: 40px;
border-radius: 30px;
background-color: #077635;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.social-link li a:hover {
background-color: #237d85;
color: #fff;
}
.copy-right p {
padding: 15px 0 0px 0px;
color: #fff;
margin-bottom: 0px;
}
/*  footer styles end  */
/* inner page banner style */
.inner-banner {
background-repeat: no-repeat;
background-size: cover;
padding: 30px 0px 30px 0px;
text-align: center;
position: relative;
background-color: #0e5359;
border-bottom: 3px solid #237d85;
}
.inner-banner h2 {
font-size: 26px;
font-weight: 600;
font-family: 'Rajdhani', sans-serif;
text-shadow: none;
color: #fff;
text-align: center;
}
.inner-banner ul {
padding: 0px;
text-align: center;
margin-top: 11px;
}
.inner-banner ul li {
display: inline-block;
font-size: 14px;
font-weight: 600;
position: relative;
padding: 0px 15px;
font-family: 'Rajdhani', sans-serif;
letter-spacing: 1px;
color: #fff;
text-transform: uppercase;
border-right: 2px solid #fff;
}
.inner-banner ul li:last-child {
border-right: none;
}
.inner-page {
padding: 60px 0px;
}
/* inner page banner style*/
/* about page style start */
.about-page-section h1 {
font-size: 30px;
font-family: 'Reem Kufi', sans-serif;
margin-top: 5px;
color: #0e5359;
}
.about-page-section h2 {
font-size: 30px;
font-family: 'Reem Kufi', sans-serif;
margin-top: 5px;
}
.about-page-section p {
font-weight: 400;
font-size: 16px;
color: #2c2c2c;
line-height: 30px;
margin-bottom: 25px;
text-align: justify;
}
.hg-text{
font-weight: 700;
font-size: 20px;
color: #0e5359;
}
.about-page-section ul {
list-style: disclosure-closed;
padding-left: 15px;
}
.about-page-section ul li {
font-weight: 400;
font-size: 16px;
color: #2c2c2c;
line-height: 40px;
margin-bottom: 1px;
text-align: justify;
}
.core-values-section {
margin: 40px 0px;
}
.core-values-section .feature-box-1 {
padding: 25px 25px;
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
margin: 15px 0;
position: relative;
z-index: 1;
border-radius: 10px;
overflow: hidden;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s;
top: 0;
min-height: 300px;
max-height: 450px;
}
.core-values-section .feature-box-1 * {
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s;
}
.core-values-section .feature-box-1 .icon {
width: 70px;
height: 70px;
line-height: 70px;
background: #237d85;
color: #ffffff;
text-align: center;
border-radius: 50%;
margin-bottom: 22px;
font-size: 27px;
}
.core-values-section .feature-box-1 .icon i {
line-height: 70px;
}
.core-values-section .feature-box-1 .icon img{
width: 40px !important;
}
.core-values-section .feature-box-1 h5 {
font-weight: 700;
font-size: 18px;
color: #0e5359;
font-family: 'Reem Kufi', sans-serif;
}
.core-values-section .feature-box-1 p {
font-weight: 400;
font-size: 16px;
color: #2c2c2c;
line-height: 28.61px;
margin-bottom: 0px;
text-align: left;
}
.core-values-section .feature-box-1:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: auto;
right: 0;
border-radius: 10px;
width: 0;
background: #0e5359;
z-index: -1;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s;
}
.core-values-section  .feature-box-1:hover {
top: -5px;
}
.core-values-section .feature-box-1:hover h5 {
color: #ffffff;
}
.core-values-section .feature-box-1:hover p {
color: rgba(255, 255, 255, 0.8);
}
.core-values-section  .feature-box-1:hover:after {
width: 100%;
height: 100%;
border-radius: 10px;
left: 0;
right: auto;
}






.core-values-section1 {
margin: 40px 0px;
}
.core-values-section1 .feature-box-1 {
padding: 25px 25px;
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
margin: 15px 0;
position: relative;
z-index: 1;
border-radius: 10px;
overflow: hidden;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s;
top: 0;
min-height: 100px;
max-height: 450px;
}
.core-values-section1 .feature-box-1 * {
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s;
}
.core-values-section1 .feature-box-1 .icon {
width: 70px;
height: 70px;
line-height: 70px;
background: #237d85;
color: #ffffff;
text-align: center;
border-radius: 50%;
margin-bottom: 22px;
font-size: 27px;
}
.core-values-section1 .feature-box-1 .icon i {
line-height: 70px;
}
.core-values-section1 .feature-box-1 .icon img{
width: 40px !important;
}
.core-values-section1 .feature-box-1 h5 {
font-weight: 700;
font-size: 18px;
color: #0e5359;
font-family: 'Reem Kufi', sans-serif;
}
.core-values-section1 .feature-box-1 p {
font-weight: 400;
font-size: 16px;
color: #2c2c2c;
line-height: 28.61px;
margin-bottom: 0px;
text-align: left;
}
.core-values-section1 .feature-box-1:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: auto;
right: 0;
border-radius: 10px;
width: 0;
background: #0e5359;
z-index: -1;
-moz-transition: ease all 0.35s;
-o-transition: ease all 0.35s;
-webkit-transition: ease all 0.35s;
transition: ease all 0.35s;
}
.core-values-section1  .feature-box-1:hover {
top: -5px;
}
.core-values-section1 .feature-box-1:hover h5 {
color: #ffffff;
}
.core-values-section1 .feature-box-1:hover p {
color: rgba(255, 255, 255, 0.8);
}
.core-values-section1  .feature-box-1:hover:after {
width: 100%;
height: 100%;
border-radius: 10px;
left: 0;
right: auto;
}






/* about page style end */
/* infrastructure style start */
.infrastructure-page-section h1 {
font-weight: 600;
margin-top: 0px;
margin-bottom: 30px;
color: #0e5359;
font-family: 'Reem Kufi', sans-serif;
font-size: 28px;
text-align: center;
}
.others-mch h2{
font-weight: 600;
margin-top: 0px;
margin-bottom: 30px;
color: #0e5359;
font-family: 'Reem Kufi', sans-serif;
font-size: 28px;
text-align: left;   
}
.others-mch-box {
background-color: #036871;
padding: 30px 30px;
min-height: 380px;
max-height: 550px;
margin-bottom: 30px;
}
.others-mch-box ul{
padding-left: 0px;
margin-bottom: 0px;
}
.others-mch-box ul li {
font-weight: 400;
font-size: 16px;
color: #fff;
line-height: 35px;
margin-bottom: 1px;
text-align: left;
list-style: revert;
}
/* infrastructure style end */
/* clients-page-section style start */
.clients-page-section h1 {
font-weight: 600;
margin-top: 0px;
margin-bottom: 30px;
color: #0e5359;
font-family: 'Reem Kufi', sans-serif;
font-size: 28px;
text-align: center;
}
/* clients-page-section style end */
/* product page style start */
.products-box-slide {
border: 1px solid #f4f4f4;
text-align: center;
background-color: #fff;
box-shadow: 5px 5px 20px #eee;
border-radius: 5px;
overflow: hidden;
margin-bottom: 30px;
}
.products-text-box {
padding: 0px 20px;
text-align: left;
}
.products-text-box h3 {
font-size: 17px;
padding: 0px;
border-radius: 0px;
color: #0e5359;
font-family: 'Reem Kufi', sans-serif;
text-transform: uppercase;
margin-bottom: 11px;
margin-top: 22px;
}
.products-text-box p {
font-weight: 400;
font-size: 17px;
color: #2c2c2c;
line-height: 23.61px;
margin-bottom: 25px;
text-align: left;
}
/* product page style end */
/* contact page style start */
.contact-page .inner-page{
padding-bottom: 0px !important;
}
.contact-page-section h2 {
font-weight: 600;
margin-top: 0px;
margin-bottom: 20px;
color: #0e5359;
font-family: 'Reem Kufi', sans-serif;
font-size: 28px;
}
.contact-page-section .form-control {
display: block;
width: 100%;
height: 46px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #064063;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.awesome-form label {
font-size: 15px;
color: #064063;
font-weight: 500;
}
.contact-page-section .text-area-section {
height: 150px;
}
.contact-page-section .btn-submit {
font-size: 18px;
padding: 0px;
margin-bottom: 30px;
border-bottom: 2px solid #237d85;
border-radius: 0px;
background-color: transparent;
color: #237d85;
font-family: 'Reem Kufi', sans-serif;
margin-top: 20px !important;
float: right;
display: inline-block;
}
.contact-page-section .btn-submit:hover {
font-size: 18px;
padding: 0px;
margin-bottom: 30px;
background-color: transparent;
border-bottom: 2px solid #237d85;
border-radius: 0px;
color: #237d85;
font-family: 'Reem Kufi', sans-serif;
margin-top: 20px !important;
display: inline-block;
float: right;
}
.padleft45 {
padding: 40px 40px;
-moz-box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
-webkit-box-shadow: 8px 8px 8px rgba(68, 68, 68, 0.6);
box-shadow: 5px 5px 5px rgba(238, 238, 238, 0.6);
background-image: url("../img/counting-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.padleft45 h2 {
color: #fff !important;
}
.contact-page-section p {
font-weight: 400;
font-size: 16px;
color: #fff;
line-height: 25px;
margin-bottom: 28px;
text-align: left;
}
.contact-page-section h3 {
font-size: 20px;
font-weight: 400;
color: #fff;
text-shadow: none;
line-height: 26px;
margin-bottom: 5px;
margin-top: 20px;
}
.contact_blocks a {
color: #fff;
font-size: 16px;
}
.map-section {
margin-top: 40px;
}
/* contact page style end */
/* client page style start */
.client-box {
box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
margin-bottom: 30px;
}
/* client page style end */
/* testimonial page style start */
.testimonial-page-section h1 {
font-weight: 600;
margin-top: 0px;
margin-bottom: 30px;
color: #0e5359;
font-family: 'Reem Kufi', sans-serif;
font-size: 28px;
text-align: center;
}
.quote.green {
margin-bottom: 3px;
display: inline-block;
}
.testimonials-v-2 {
padding: 100px 0;
overflow: hidden;
}
.testi-slide {
text-align: center;
}
.testi-slide img {
width: 92px;
height: 92px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.testi-slide p {
margin: 20px 0;
font-size: 16px;
font-weight: 400;
line-height: 30px;
font-style: italic;
}
.testi-slide i {
color: #32c5d2;
margin-right: 10px;
}
.testi-slide h4 {
font-weight: 400;
font-size: 16px;
font-family: "Lato", sans-serif !important;
font-style: italic;
}
.testi-slide .flex-control-paging li a {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
background: transparent !important;
border: 2px solid #ccc;
width: 8px;
height: 8px;
}
.testi-slide .flex-control-paging li a.flex-active {
background: transparent !important;
border: 2px solid #32c5d2;
}
.quote {
position: relative;
}
.quote blockquote {
padding: 0px;
border: 0;
margin: 0;
font-size: 14px;
font-style: italic;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}
.quote blockquote p {
color: #fff;
padding-top: 25px;
padding-bottom: 45px;
padding-left: 30px;
padding-right: 30px;
}
.quote blockquote:before {
content: "";
position: absolute;
top: 100%;
left: 90px;
width: 0;
height: 0;
border-top: 0.83333em solid #ccc;
border-right: 0.86667em solid transparent;
}
.quote.green blockquote {
background-color: #237d85;
}
.quote.green blockquote:before {
border-top-color: #237d85;
}
.quote.dark blockquote {
background-color: #555;
}
.quote.dark blockquote:before {
border-top-color: #555;
}
.quote-footer {
margin: 10px 0;
}
.quote-footer .quote-author-img img {
float: left;
max-width: 90px;
width: 90px;
height: 90px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
margin-left: -5px;
margin-top: -40px;
position: relative;
z-index: 1;
padding: 5px;
background-color: #fff;
}
.quote-footer h4 {
font-size: 14px;
margin-bottom: 4px;
}
.quote-footer p {
font-weight: 400;
font-style: italic;
font-size: 14px;
}
/* testimonial page style end */
/* media Query */
/* Define mobile styles */
@media (max-width: 767px)
{
.col-1by5 {
width: 50%;
}
.pad-none
{
padding-left:15px;
padding-right:15px;
}
.pad-left-none
{
padding-left:15px;
}
.pad-right-none
{
padding-right:15px;
}
.header-top {
/*background-color: #237d85;*/
color: #fff;
padding: 8px 0px;
text-align: center;
}
.header-top .nav > li {
display: flex;
align-items: center;
padding-right: 0px;
padding-left: 15px;
}
.header-top .nav > li > a {
padding: 0px !important;
padding-right: 0px !important;
font-size: 13px;
text-align: center;
}
.header-top .nav > li:not(:last-child)::after {
content: '|';
margin-left: 12px;
}
.header-social {
float: none;
text-align: center;
display: inline-block;
}
.navbar-default .navbar-toggle {
border-color: #d1302e;
background-color: #d1302e;
border-radius: 2px;
margin-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 6px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #237d85;
}
.navbar-right {
float: left !important;
margin-right: -15px;
margin-top: 21px;
}
.banner-bottom-img {
width: 55px;
float: left;
margin-right: 17px;
}
.banner-bottom-box h2 {
font-size: 16px;
font-family: 'Reem Kufi', sans-serif;
color: #fff;
margin-bottom: 0px;
margin-top: 0px;
line-height: 18px;
}
.count-down {
padding: 60px 0px;
}
.count-down h2 {
font-family: 'Reem Kufi', sans-serif;
font-size: 38px;
font-weight: 800;
text-shadow: none;
margin-bottom: 0px;
color: #fff;
margin-top: 19px;
}
.product-slide-section .owl-prev {
position: absolute;
top: 329px;
left: 8px;
z-index: 9;
text-align: center;
}
.product-slide-section .owl-next {
position: absolute;
top: 329px;
right: 8px;
z-index: 9;
text-align: center;
}
#gallery-box {
padding: 0px 15px;
}
.others-mch-box {
background-color: #036871;
padding: 30px 30px;
min-height: auto;
max-height: none;
margin-bottom: 30px;
}
}
/* tablet screens */
@media all and (min-width: 768px) and (max-width: 980px) {
.col-1by5 {
width: 25%;
}
.header-margin {
padding-right: 20px !important;
font-size: 11px !important;
}
.navbar-header {
float: none;
text-align: center;
}
.navbar-brand {
float: none;
height: auto;
text-align: center;
width: 100%;
}
.navbar-brand > img {
display: inline-block;
width: 200px;
text-align: center;
}
.navbar-right {
float: right !important;
margin-right: -15px;
margin-top: 0px;
}
.navbar-default .navbar-nav > li > a {
color: #080706;
font-size: 13px;
padding: 11px 10px;
}
.oscar-carousel .carousel-caption {
right: 4%;
left: 4%;
padding-bottom: 30px;
text-align: left;
bottom: 51px;
}
.oscar-carousel .carousel-caption h2 {
font-family: 'Reem Kufi', sans-serif;
font-size: 36px;
font-weight: 800;
text-shadow: none;
margin-bottom: 9px;
}
.oscar-carousel .carousel-caption p {
font-weight: 400;
font-size: 17px;
color: #fff;
line-height: 23.61px;
margin-bottom: 9px;
text-shadow: none;
}
.banner-bottom-box {
padding: 21px 9px;
}
.banner-bottom-img {
width: 39px;
float: left;
margin-right: 17px;
}
.banner-bottom-box h2 {
font-size: 13px;
font-family: 'Reem Kufi', sans-serif;
color: #fff;
margin-bottom: 0px;
margin-top: 2px;
line-height: 16px;
}
.inf-name h3 {
font-size: 13px;
}
.count-down {
padding: 80px 0px;
}
.count-down p {
font-size: 24px;
line-height: 28px;
}
.product-slide-section .owl-prev {
top: 100px;
left: 3px;
z-index: 9;
}
.product-slide-section .owl-next {
top: 100px;
right: 3px;
z-index: 9;
}
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px)
{
.col-1by5 {
width: 25%;
}
.navbar-brand > img {
display: block;
width: 117px;
}
.navbar-right {
margin-top: 8px;
}
.navbar-default .navbar-nav > li > a {
color: #080706;
font-size: 13px;
}
.oscar-carousel .carousel-caption {
right: 7%;
left: 4%;
padding-bottom: 30px;
text-align: left;
bottom: 80px;
}
.oscar-carousel .carousel-caption p {
font-weight: 400;
font-size: 17px;
color: #fff;
line-height: 23.61px;
margin-bottom: 17px;
text-shadow: none;
}
.banner-bottom-box h2 {
font-size: 16px;
margin-top: 9px;
line-height: 19px;
}
.product-slide-section .owl-next {
position: absolute;
top: 127px;
right: 20px;
z-index: 9;
text-align: center;
}
.product-slide-section .owl-prev {
position: absolute;
top: 127px;
left: 20px;
z-index: 9;
text-align: center;
}
}
@media all and (max-width: 980px) {
}
/* Large screens*/
@media (min-width: 1200px)
{
.col-1by5
{
width: 20%;
}
.container
{
width:1200px;
}
}
/*custom screen media */
@media (max-width: 359px)
{
}
.footer-whatsapp-icon {
background-color: #36b549;
position: fixed;
right: 19px;
width: 55px;
height: 55px;
text-align: center;
font-size: 38px;
color: #fff;
border-radius: 50px;
line-height: 49px;
z-index: 9999;
top: 500px;
}
