 /*Color Variables*/
::selection {
  background-color:#99a9bb;
  /* color:#fff; */
}

/* font  */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Audiowide', sans-serif;
}

/*----------------------------------
 1. Buttons
------------------------------------*/

.btn{
padding: 18px 28px;
  
  font-size:18px;
  font-weight: 500;
  border-radius:5px;
  text-decoration: none !important;
  display: inline-block;
  border: 0;
  color: #222222;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transform: skew(-8deg);
-moz-transform: skew(-8deg);
-o-transform: skew(-8deg);
}
.font_30{font-size:30px !important;}
.btn-default {
background: #0d7085 !important;
  background-image: linear-gradient(to right top ,#0d7085,#0d7085,#0d70858f,#0d7085 ,#0d7085b0 )!important;
  color: #fff !important;
}
.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
      background:#000 !important;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn-default:hover:before, .btn-default:focus:before {
  transform: scaleY(1);
  color: #fff!important;
  border-radius: 5px;
}
.btn-default:hover .skew_14{
color:#fff;
}
.btn-primary {
 background: #0d7085 !important;
  color: #fff !important;
}
 
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  background:#f256c8 !important;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn-primary:hover:before, .btn-primary:focus:before {
  transform: scaleY(1);
  color: #fff !important;
  border-radius: 5px;
}
.btn_text_cap{
text-transform: capitalize !important;
font-size: 20px;
padding: 12px 28px;
}
.btn_bg_f{
background:#fff !important;
color:#000 !important;
}
.btn_bg_f:hover{
color:#fff !important;
}
a {
  color: #ffffff;
  text-decoration: none;
}

/*----------------------------------
 2. Headings
------------------------------------*/

/* Section Title*/
.title {
text-align: center;
text-transform: uppercase;
}
.title h2  {
  font-size: 30px;
  color: #99a9bb;

  font-weight: 550;
  text-transform: capitalize;
}
.pt_banner_30{
padding-top: 35px !important}


.title-left h1{
  font-size: 35px;
 
  font-weight: 700;
  color: #0d7085;
      line-height: 50px;
  text-transform: capitalize;
}


.title h4 {

color: #555555;
padding-top: 55px;
}
.subtitle h2 {

color: #222222;
text-transform: uppercase;
position: relative;
margin-bottom: 20px;
}



.title h1{
  font-size: 35px;
  font-weight: 700;
  color: #0d7085;
  line-height: 50px;
  text-transform: capitalize;
}
.title h2{
  font-size:40px;
  padding-top: 120px;
  padding-bottom: 25px;
  font-weight: 900;
  color: #0d7085;
  line-height: 50px;
  text-transform:uppercase;
}
.title h3{
  font-size:40px;
  padding-bottom: 25px;
  font-weight: 900;
  color: #0d7085;
  line-height: 50px;
  text-transform:uppercase;
}
/*----------------------------------
 3.Prefix Styles
------------------------------------*/

.m0 {
margin: 0;
}

.p0 {
padding: 0;
}

body {
font-family: 'Open Sans', sans-serif;
/*Section Fix*/
}

body p {
font-family: 'Open Sans', sans-serif;
line-height: 26px;
color: #555555;
 margin: 0;
 font-size: 16PX;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
blockquote, q {
  position: relative;
  padding: 4rem 3rem 3rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.88;
  border: 1px double rgba(0,0,0,.1);
  margin: 6rem 0;
  display: block;
}
thead, th, td {
  border: 1px solid black;
  padding: 10px;
}
ul li {
  line-height: 30px;
}
ol li {
  line-height: 30px;
}
strong {
  font-weight: 600;
  line-height: 35px;
}
tbody a{
color:#337ab7 !important;
}
dd, dt {
  line-height: 2.428571;
  }
body section.row, body header.row, body footer.row {
margin: 0;
font-family: 'Open Sans', sans-serif;
}

/*Ancore*/
a, .btn, button {
outline: none;
transition: all 300ms linear 0s;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
outline: none;
text-decoration: none;
transition: all 300ms linear 0s;
}
/* 


/* ----- */
/* Overall footer area */
.our_footer_area {
  background-color: #0d7085; /* Set the background color */
  padding: 40px 0; /* Add some vertical padding for spacing */
  color: #ffffff; /* Set text color to white for contrast */
}

/* Footer logo section */
.footer-logo {
  display: flex;
  flex-direction: column; /* Stack the logo and text vertically */
  justify-content: center;
  align-items: center; /* Center both horizontally and vertically */
  margin: 0 auto; /* Center the logo */
  padding: 20px; /* Adjust padding */
  height: auto; /* Adjust height to fit content */
  background-color: #ffffff; /* White background for the logo area */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Shadow for depth */
  transition: all 0.3s ease; /* Smooth transitions for hover */
}

/* Footer logo image */
.footer-logo .footer-img {
  border-radius: 50%; /* Circular logo */
  /* background-color: #f8f5f5; Light background color inside the circle */
  height: 100px;
  width: 100px;
  object-fit: cover; /* Ensure image fits the circle */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover transitions */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); /* Subtle shadow around the logo */
}

/* Paragraph in the footer */
.footer-logo p {
  margin-top: 15px; /* Space between the logo and paragraph */
  font-size: 14px; /* Set font size */
  color: #333333; /* Dark grey text color */
  text-align: center; /* Center the text */
  font-weight: 600;
  line-height: 1.5; /* Improve readability */
  max-width: 300px; /* Keep paragraph readable */
  padding: 0 10px; /* Horizontal padding for better readability */
}

/* Footer menu section */
.footer-menu {
  list-style: none; /* Remove bullets */
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px; /* Add spacing between menu items */
}

.footer-menu a {
  color: #ffffff; /* White text for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #c7ecee; /* Change color on hover */
}

/* Footer contact information */
.location {
  list-style: none; /* Remove bullets */
  padding: 0;
}

.location li {
  margin-bottom: 15px;
  color: #ffffff; /* White text for contact info */
}

.location a {
  color: #c7ecee; /* Light blue for email links */
  text-decoration: none;
}

.location a:hover {
  text-decoration: underline; /* Underline on hover */
}

/*4.Header Aera */

/* ===================================================================
* # header styles
*
* ------------------------------------------------------------------- */
.s-header {
z-index: 500;
width: 100%;
height: 96px;
background-color: transparent;
position: absolute;
top: 24px;
}
/* -------------------------------------------------------------------
* ## header logo
* ------------------------------------------------------------------- */




.header-logo {
  z-index: 501;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 110px;
  top: -100%;
  padding-top:-20px !important; /* Remove padding at the top */

  transform: translateY(-50%);
}

.header-logo a {
  display: block;
  padding: 0;
  outline: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}



.header-logo .logo-img {
  width: 400px; /* Width of the logo */
  height: auto; /* Height of the logo */
}


/* ------------------------------------------------------------------- 
* ## main navigation 
* ------------------------------------------------------------------- */
.header-nav {
z-index: 900;
font-family: "metropolis-regular", sans-serif;
font-size: 1.3rem;
line-height: 1.846;
padding: 3.6rem 3rem 3.6rem 3.6rem;
height: 100%;
width: 280px;
background: #0d7085 !important;
  background-image: linear-gradient(to right top ,#0d7085,#0d7085,#0d70858f,#0d7085 ,#0d7085b0 )!important;
color: rgba(255, 255, 255, 0.25);
overflow-y: auto;
overflow-x: hidden;
position: fixed;
right: 0;
top: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
visibility: hidden;
}
.header-nav a,
.header-nav a:visited {
color: rgba(255, 255, 255, 0.5);
}
.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
color: white;
}
.header-nav h3 {

font-size: 11px;
line-height: 1.363;
text-transform: uppercase;
letter-spacing: 0.25rem;
margin-bottom: 4.8rem;
margin-top: 0.9rem;
color: #fff;
}
.header-nav p {
margin-bottom: 2.7rem;
}

.header-nav__content {

position: relative;
left: 50px;
opacity: 0;
visibility: hidden;
}

.header-nav__list {
font-family: "metropolis-regular", sans-serif;
font-size: 1.6rem;
margin: 3.6rem 0 3rem 0;
padding: 0 0 1.8rem 0;
list-style: none;
counter-reset: ctr;
}
.header-nav__list li {
   border-top: 1px solid rgba(202, 197, 197, 0.66);
line-height: 4.8rem;
position: relative;
}
.header-nav__list li:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.header-nav__list a {
display: block;
color: #ffffff;
position: relative;
padding-left: 3.5rem;
}
.header-nav__list a::before {
content: counter(ctr, decimal-leading-zero) ".";
counter-increment: ctr;
font-family: "metropolis-regular", sans-serif;
font-size: 11px;
color: rgba(255, 255, 255, 0.25);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: absolute;
left: 3px;
top: 0;
}
.header-nav__list a:hover::before {
color: #fff;
}


.header-nav__close {
z-index: 800;
display: block;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 30px;
border-radius: 3px;
position: absolute;
top: 36px;
right: 30px;
font: 0/0 a;
text-shadow: none;
color: transparent;
}
.header-nav__close span::before,
.header-nav__close span::after {
content: "";
display: block;
height: 2px;
width: 12px;
background-color: #ffffff;
position: absolute;
top: 50%;
left: 9px;
margin-top: -1px;
}
.header-nav__close span::before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.header-nav__close span::after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/* menu is open
* ----------------------------------------------- */
.menu-is-open .header-nav {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
visibility: visible;
-webkit-overflow-scrolling: touch;
}
.menu-is-open .header-nav .header-nav__content {
opacity: 1;
visibility: visible;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
left: 0;
}


/* ------------------------------------------------------------------- 
* ## mobile menu toggle 
* ------------------------------------------------------------------- */
.header-menu-toggle {
position: fixed;
right: 110px;
top: 42px;
width: 48px;
height: 45px;
line-height: 45px;
font-family: "metropolis-regular", sans-serif;
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: 0.4rem;
color: #0d7085;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.header-menu-toggle.opaque {
    border-radius: 5px;
background: #ffffff !important;
  background-image: linear-gradient(to right top ,#0d7085,#0d7085,#0d70858f,#0d7085 ,#0d7085b0 )!important;
}
.header-menu-toggle.opaque::before {
display: none;
}
.header-menu-toggle:hover,
.header-menu-toggle:focus,
.header-menu-toggle:active {
color: #0c0a0b;
}

.header-menu-icon {
    display: block;
     width: 35px;
  height: 3px;
  margin-top: -1px;
  right: auto;
  bottom: auto;
  background-color: white;
  position: absolute;
  left: 0px;
  top: 50%;

}
.header-menu-icon::before,
.header-menu-icon::after {
content: "";
   width: 78%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 8px;
  margin: -2px 0px;
}
.header-menu-icon::before {
top: -9px;
}
.header-menu-icon::after {
bottom: -9px;
}





/* header area 2*/
/*--------------------------------------------------*/



/*
5.start banner area 1*/
/*--------------------------------------------------*/

.bg-banner-img{
  background-image: url(../images/web-banner.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  max-width: 100%;
}
.about-bg-banner-img{

  background: rgba(255,255,255,0);
  background-image: url(../images/about_banner.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  max-width: 100%;
}
.service-bg-banner-img{

  background: rgba(255,255,255,0);
  background-image: url(../images/banner_service.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  max-width: 100%;
}

.clip-ellipse {
clip-path: ellipse(95%  100% at top);
-webkit-clip-path: ellipse(93%  100% at top);

}
.mb-90{
padding-bottom:140px;
padding-top: 200px;
}
.py_120{
padding: 120px 0px;
}
.back-shap{
  background-image: url(../images/shap-a.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;         
}

.overlay-all {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(11, 13, 37, 0.4);
}

.ovrllay{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background: #0000009c;
}
img{
  vertical-align: middle;
  max-width: 100%;
}
.shap_top{
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
}
.all-text {
  padding: 108px 50px;
}
.shap_bottom{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}


.banner-text{
 text-align: left;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

/* Add this CSS to your stylesheet */
#banner-text h5 {
  margin-top: 0px; /* Adjust the value as needed */
}

.top-banner {
  margin-top: 100px; /* Adjust the value as needed */
}

.banner-shap-img{
  background-image: url(../images/shap-banner.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  bottom: 0px;
  height: 100px;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
}

.py-70{
padding: 0px 0px;
}
.pb_90{
padding-bottom:100px;
}
.mb-60{
margin-bottom: 60px;
}
/*End banner area 1*/
/*--------------------------------------------------*/




/*6. start about_area */
/*--------------------------------------------------*/


.about_left_text{
    background: #0d7085 !important;
  background-image: linear-gradient(to right top ,#0d7085,#0d7085,#0d708594,#0d708594,#0d7085b5)!important;
  padding: 30px;
  margin: 60px 0px;
  box-shadow: -5px 15px 50px #00000085 !important;
}

.about_left_text h1{
  font-size: 43px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
}
.about_left_text p{
  font-size:18px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px;
}

/*End about_area */
/*--------------------------------------------------*/








/*7.start servise area */
/*--------------------------------------------------*/

.services-header-text{
  margin-top: 40px; /* Adjust the value as needed */
}


.servise-top{
margin: 0 auto;
  text-align: center;
  visibility: visible;
  animation-name: fadeInUp;
     background: #ffffff;
  width: 120px;
  box-shadow: 0px 10px 20px #cccccc6b;
  line-height:120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.servise-top img{
border-radius: 50%;
}
.unify{
font-weight: 700;
  font-size: 24px;
  text-align:center;
  margin:20px 0; 
  color: #0d7085;
}
.unify_about{
font-weight: 700;
  font-size: 20px;
margin-top: 30px;
margin-bottom: 25px;
  color: #0d7085;
}
.bottom-s{
  font-size: 16px;
  line-height:1.7em;
  color: #97a6b9;
  margin-bottom:30px;
}
.col-4pad{
padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}



.title p {
  font-size: 18px;
  line-height: 30px;
  color: #868e92;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 25px;
}
.service-1{
text-align: center;
  padding: 30px 15px 30px 20px;
  border-radius: 10px;
  transition-duration: 1s;
}

iframe {
  border: 0
}
.responsive_video{
width: 100%;
height:450px;
margin-top: 30px;
}
.padding-30px-left {
  padding-left: 30px;
}
.list-style-1 li {
  padding: 5px 0;
}
ul li {
  list-style: none;
}

.map_top_h{
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  color: #0d7085;
  padding-top: 80px;
  padding-bottom: 100px;
}
.service-1:hover{
  box-shadow: 0 1px 1px 0 rgba(90,122,190,0.1), 0 10px 20px 0 rgba(90,122,190,0.2);

  transition-duration: 1s;
}
.about_row{
margin-top:0px;
}
.mb_150{
margin-bottom: 150px; 
}
.font_30{
font-size: 30px;
font-weight: 600;
}

.p-0{
padding-left: 0px !important;
}
.pt-0{
padding-top: 0px !important;
}
.pb-0{
padding-bottom: 0px !important;
}

.about_h{     font-size: 25px;     color: #414141;     font-weight: 540;
margin-top: 45px; } 

.about_s2 {
text-align: left;
  font-size: 25px;
  color: #90a0b4;
  line-height: 40px;
  font-weight: 400;
  margin: 30px 0px;
}

.about_bottom_h{font-size:20px;     line-height:
35px;color: #595959; padding-right: 15px; 
  text-transform: capitalize;
margin-top: 15px;
}
.mt-50{
margin-top: 50px;
} 
.mt_90{
margin-top:90px;
} 
.video-img{
text-align: center;
padding: 185px 0px;
 
}

.pl_90{
padding-left:90px;
}  
.pr_90{
padding-right:90px;
}  
.mr-0{
margin-right: 0px;
}
.pl-40{
padding-left: 40px !important;
}
.py-40{
padding:0px 30px;
}
.pr-0{
padding-right: 0px !important;
}
.left-service{
margin-top: 90px;
margin-bottom:60px;
}
.left-services{
margin-top: 58px;
margin-bottom:58px;
}
.left-services_32{
margin-top:58px;
margin-bottom:58px;
}




/*End servise area */

/*--------------------------------------------------*/


/*9.start  bhoechie tab */
.list-group-item span{
font-size: 15px; 
color:#90a0b4 !important;
margin-left: 0px;
font-weight: 700;
}
.list-group-item{

text-align: left;
margin-left: 0px;
}
.about_row_2 {
  margin-top: 10px;
}
div.bhoechie-tab-container{
z-index: 10;
padding: 0 !important;
margin-top: 20px;


background-clip: padding-box;
opacity: 0.97;
filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
padding-right: 0;
padding-left: 0;
padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
margin-bottom: 0;
}

  

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active span{
background-color:transparent;
color:#0d7085 !important;

}
div.bhoechie-tab-menu div.list-group>a.active .filter-img{
-webkit-filter: grayscale(0%); 
  filter: grayscale(0%)
}




div.bhoechie-tab div.bhoechie-tab-content:not(.active){
display: none;
}

.bhoechie-tab-content h2{
  font-size: 28px;
  color: #0d7085;
  font-weight: 700;
  padding: 50px 0px;
}
.bhoechie-tab-content{
position: relative;
}
.tabas-gb-clip{
    position: absolute;
  width: 100%;
  height: 1000px;
background:#e8eafd;

padding-bottom: 200px;
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%, 10% 100%, 0% 101%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 100%, 0% 99%, 0% 97%, 0% 100%) !important;
}


.bhoechie-tab-content p{
  font-size: 20px;
  line-height: 35px;
  color: #90a0b4;
  padding-bottom: 25px;
}

.tabs-img{
padding: 25px 0px;
text-align: center;
}

.filter-img{
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%)
}

/*End  bhoechie tab */

/*----------------------------------
 13.our_partners_area
------------------------------------*/
/* Our Partners Area start */
.bg-grediunt{
background: #f4f9fb!important;
  background-image: linear-gradient(to right bottom,#f4f9fb,#fff,#f4f9fb,#fff,#f4f9fb)!important;
}
.bg-grediunts {
  background: #f1f9fc!important;
  background-image: linear-gradient(to right bottom,#f1f9fc,#f1f9fc,#f1f9fc,#f1f9fc,#f1f9fc)!important;
}
.our_partners_area .partners {
padding-top: 10px;
padding-bottom: 10px;
    text-align: center;
}

.our_partners_area .book_now_aera {

padding: 50px 0;
}
.our_partners_area .book_now_aera .book_now .booking_text {
padding-top: 8px;
}
.our_partners_area .book_now_aera .book_now .booking_text h4 {

color: #0d7085;
  line-height: 20px;
  font-size: 20px;
  font-weight: 600;

}
.our_partners_area .book_now_aera .book_now .booking_text p {
  color: #0d7085;
  font-size: 16px;
  padding-top: 1%;
}
.our_partners_h{
text-align: center;
}
.our_partners_h h1{
  font-size: 30px;
  color: #0d7085;
  font-weight: 600;
  margin-bottom:10px;
}

.our_partners_h p{
  font-size: 18px;
  line-height: 10px;
  color: #868e92;
  font-weight: 500;
}
.ats img{
  height: auto;
  width:  100px;
}
.item img{
  height: auto;
  width:  300px;
}
.text-p h1{
  margin-bottom: 70px !important;
}
.bg_gary{
background:#e8eafd !important;
}

.bottom-partner{  
position: relative;
  top: 10px;
}
.pb_0{
padding-bottom: 0px !important;
}

.bg-new{
background:#e8eafd !important;
padding:20px;
    -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
      border-radius: 20px;
}
.skew_14{
display: block;
transform:skew(8deg);
-webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -o-transform: skew(8deg);
}
/* End Our Partners Area */
/*----------------------------------
 14.our_modal_area
------------------------------------*/


.hero {
position: relative;
height:500px;
width: 100%;
background: #ccc;
}
.hero__overlay {
position: absolute;
z-index: 1;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.no-background-blend-mode .hero__overlay {
background: rgba(27, 82, 83, 0.6) !important;
}
.hero__overlay {
position: fixed;
z-index: 50;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
transition: opacity 300ms linear;
opacity: 0;
}
.hero__overlay--active {
opacity: 1;
}
.hero__modal {
width: 50%;
margin: 30px auto 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.hero__close {
  position: absolute;
  z-index: 15;
  right: -15px;
  bottom: 96%;
  width: 40px;
  border-radius: 50%;
  background: #67336b;
  height: 40px;
  text-indent: -9999em;
}
.hero__close:before, .hero__close:after {
content: '';
position: absolute;
width: 20px;
  top: 50%;
  left: 50%;
  height: 4px;
  margin-left: -10px;
background: #fff;
transform: rotate(45deg);
}
.hero__close:after {
transform: rotate(-45deg);
}
.hero a {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-decoration: none;
color: black;
}
.About-right-bg-img {
  background: url(../images/about-bg-right.jpg) right top no-repeat;
  }




.clip-polygon_left_2 {
 background: url(../images/Our\ Vision.jpg)left top no-repeat;
 height: fit-content;
 background-size: cover;

  }

  .clip-polygon_right_2 {
        background: #e8eafd !important;}
.py-200{
padding: 201px 0px !important;
  padding-bottom: 328px !important;
}



/*------------------------------------
15.Edit-css
------------------------------------*/

/*Edit-css start*/
.top-button {
  margin-top: 10px;
}
.button-n,
a {
  text-decoration: none!important;
  color:#fff !important;
}


.button_12{
padding:12px 28px !important;
background:#0d7085 !important;
}


.py-30{
padding:20px 0px;
}
.tr{
text-align: right;
}



section{
padding: 70px 0px;
}

.main-h{
  font-size: 43px;
  line-height: 55px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 40px;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
  visibility: visible;
  
}
.main-h2{
  font-size: 24px;
visibility: visible;
  animation-name:fadeInUp;
  font-weight: normal;
  margin-bottom: 30px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  visibility: visible;
  animation-name:fadeInUp;
}
.main-h3{
visibility: visible;
  animation-name:fadeInUp;
}

.slider_area .slider_inner .camera_caption div a {
  width: 180px;
  text-align: center;
  background: #f6b60b;
  display: block;
  text-shadow: none;
  margin: 0 auto;
  outline: none !important;
  box-shadow: none;
  border: 0;
  color: #222222;
  position: relative;
  z-index: 2;
  padding: 0;
}

.top-banner {
  margin-top: 45px;
  margin-bottom: 40px;

}
.top-about {
  margin-top: 20px;
  margin-bottom: 20px;

}
.button_py_12 {
  padding: 12px 50px;
  }
.mt-120{
padding: 60px 0px 30px 75px;
}


.professional_builder .builder_all .builder i {
  color: #9eccfd !important;
}

.pb-90{
padding-bottom: 90px;
}

.our_footer_area{
background:#0d7085;
  padding-top:50px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-h{
  font-size: 18px;
  color: #fff;
  line-height:15px;
  margin-top: 40px;
}
.footer-top{
  font-size: 25px;
  color: #fff;
  font-weight: 600;

   margin-bottom: 20px;
}
.ml-15{margin-right: 15px;}
.footer-menu{
padding:0px;
margin:0px;
}
.footer-left-h{
  font-size: 18px;
  color: #fff;
  line-height: 30px;
 
}

.footer-menu li{
  font-size: 15px;
  list-style-type: none;
  line-height: 40px;
  color: #fff;
}
.location li {
  font-size: 18px;
  list-style-type: none;
  line-height: 30px;
  color: #fff;
  margin-top:25px;
}
.location_map li {
  font-size: 18px;
  list-style-type: none;
  line-height: 35px;
  color: #0d7085;
  margin-bottom: 25px;
}
.location_map{

margin:0px;
}
.location li i {
  margin-right:10px;
}
.location_map li i {
  margin-right:10px;
}
.location_map li a {
  margin-right:10px;
  color:#0d7085 !important;
}

.social:hover {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
}
.social {
   -webkit-transform: scale(0.8);
   /* Browser Variations: */
   
   -moz-transform: scale(0.8);
   -o-transform: scale(0.8);
   -webkit-transition-duration: 0.5s;
   -moz-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
}
.maps{
margin-bottom:0px;
}
#contatti a{
color: #fff;
text-decoration: none;
}


.hero__player{
height: 450px !important;
z-index:999;
}
iframe{
  width: 100%;
  height:550px;
}

.mt-30{
margin-bottom:10px;
}
.mr-15{
margin-left: 15px;
}
.mb_20{
margin-bottom: 20px;
}



.pb-50{
padding-bottom: 50px;
}
.form-c{
  display: block;
  height: 6rem;
  padding: 1.5rem 2.4rem;
  border: 0;
  outline: none;
  color: #151515;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*close*/
/*--------------------------------------------------*/

/*
  Multicoloured Hover Variations
*/

#social-fb:hover {
   color: #fff;
}
#social-tw:hover {
   color: #fff;
}
#social-gp:hover {
   color: #fff;
}
#social-em:hover {
   color: #fff;
}
.bigpixi-footer-social{
margin-top:40px;
}
/*End Edit-css*/
/*--------------------------------------------------*/

/*------------------------------------
16.about_page_css_start
------------------------------------*/

.about_text{color:#0d7085;}

.about_banner_mb_50{
margin-bottom: 50px;
}
.about_left_text_top p{
  font-size: 20px;
  color: #b4becc;
  line-height: 35px;
  margin-top: 35px;
}
.about_left_text_top h1{
  font-size: 30px;
  margin-top: 20px;
  color: #0d7085;
  font-weight: 600;
}
.img_radius{
border-radius: 10px;  
}

.servise-right{text-align: right;}

.service-about{text-align: center;
  box-shadow: 0px 5px 30px #d6d6d6;

 background-image: url(../images/service_bg.png);
 
  background-repeat: no-repeat;
      background-position: -5px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.px_10{
text-align: center;
}
.mt_20{
margin-top: 20px;
}

/*------------------------------------
17.video_css_start
------------------------------------*/

.video_top_h{padding-left: 25px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;}

.video_p{
font-size:18px;
line-height:35px;
color: #fff;

}

.video_bg_img {
  background: rgba(255,255,255,0);
  background-image: url(../images/video_bg_img.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size:cover;
  -o-background-size: cover;
  background-size: cover;
  }
/*------------------------------------
17.video_css_End
------------------------------------*/
/*------------------------------------
18.testimonial_css_start
------------------------------------*/

.left-tabs-text-2{
font-size: 20px;
font-weight: 600;
line-height:55px;
color: #fff;
}
.left-tabs-text-2 span{
color:#cf7208 !important;
margin-right:15px;
}

/*------------------------------------
16.about_page_css_End
------------------------------------*/

/*------------------------------------
17.SERVICES_page_css_start
------------------------------------*/

/*------------------------------------
*.service right img start
------------------------------------*/
.font_style{font-style: italic; font-weight:600; }
.service_left_text_top  h1{
  font-size: 35px;
  margin-top: 20px;
  color: #0d7085;
  font-weight:700;
  line-height:50px;
}
.service_left_text_top p {
  font-size: 20px;
  color: #b4becc;
  line-height: 35px;
  margin-top: 25px;
}
.services-service{
  transition-duration:0.5s;
  padding: 40px 25px;
  height: 450px;
  box-shadow: 5px 8px 50px #cececead;
}
.services-service p{
  font-size: 19px;
  line-height: 1.7em;
  color: #97a6b9;
  margin-bottom: 30px;
}
.services-service:hover p{
color:#fff;

} 
.services-service:hover .unify_about{
color:#fff !important;

} 
.services-service:hover{
background:#0d7085;
transition-duration:1s;
} 
.services-service:hover .btn-default{
background:#fff !important;
color:#000 !important;

} 

.service-about-services {
  transition-duration: 1s;
  padding: 40px 25px;
  
}
.service-about-services:hover {

box-shadow: 5px 8px 50px #cececead;
}
.service-about-services p {
  font-size: 19px;
  line-height: 1.7em;
  color: #97a6b9;
  margin-bottom: 30px;
}
/*------------------------------------
*.service  right img End
------------------------------------*/


/*------------------------------------
*.service left img tabs start
------------------------------------*/

.bg_t:before{border:transparent !important;}
.bg_t{background:transparent !important;}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .left-tabs-text,
div.bhoechie-tab-menu div.list-group>a.active .fa{
background-color:  #0d7085;
color: #ffffff !important;
}
div.bhoechie-tab-menu div.list-group>a.active:before{
content: '';
position: absolute;
left:-20px;
top: 50%;
margin-top: -13px;
border-left:0;
border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #0d7085;
  border-left: 5px solid transparent;
}

.tabs_box_s .list-group-item{
margin-left: 0px;
padding:10px;
}
.left-tabs-text{
font-size: 20px;
font-weight: 600;
color: #0d7085;
margin:15px 0px;
}

.tabs_box_s p{
  font-size: 17px;
  line-height: 32px;
  color: #aeafc1;
  padding-bottom: 13px;
}
.tabs_box_s{
     box-shadow: 2px 0px 5px #e8e8e8;

}
.tabs_box_s .list-group-item{
border-bottom: 1px solid #e8e8e8;
}

.py-0{
padding:0px;
}
.fitter{
float: left;
max-width: 100px;
margin:60px 15px;
}

/*------------------------------------
*.service left img tabs End
------------------------------------*/


/*------------------------------------
19.contact_page_css_Start
------------------------------------*/

/*------------------------------------
*.section heading left Start
------------------------------------*/


.section-heading.left {
  margin-bottom: 30px;
  text-align: left;
}
.section-heading h4 {
  font-size: 30px;
  line-height: normal;
      position: relative;
      padding-bottom: 20px;
      font-weight: 600;
  color: #0d7085;

}



/*------------------------------------
*.section heading left End
------------------------------------*/


/*------------------------------------
*.contact form start
------------------------------------*/
.email_color_site {
  color: #999 !important;
}
.section-heading h4:after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #0d7085;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin:0px;

}
.top-contact{
margin-top:20px;
}

.contact-info-section h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: normal;
}
.contact-info-section p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.contact-info-section {
  border-bottom: 1px solid #ececec;
  padding: 25px 0;
  margin-bottom: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.contact-info-section h4 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: normal;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
  padding-left: 0px !important;
}
.list-style-1 li {
  padding: 5px 0;
}
.contact-info-section p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.contact-info-section i {
  width: 25px;
  height: 25px;
  padding-top: 7px;
  border-radius: 50%;
  background: #0d7085;
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
  line-height: 11px;
}
strong {
  font-weight: 600;
}
.list-style-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style-2 li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 9px 0;
}
.list-style-2 li:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #232323;
  position: absolute;
  top: 12px;
  left: 0;
}
input,
select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: 100%;
  resize: none;
  height: 50px;
}
textarea{
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 15px 0;
  max-width: 100%;
  resize: none;
  height: 200px;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  outline: none

}

input:focus,
textarea:focus {
  border-color: #585858;
  outline: none
}

input[type="button"]:focus {
  outline: none
}

select::-ms-expand {
  display: none
}

iframe {
  border: 0
}
.padding-30px-left {
  padding-left: 30px;
}
.list-style-1 li {
  padding: 5px 0;
  list-style-type: none;
}
/*------------------------------------
*.contact form End
------------------------------------*/
/*------------------------------------
18.contact_page_css_End
------------------------------------*/

/*----------------contact-area start------------------*/

.contact-wrap textarea{
height: 200px;
}
.contact-wrap button{
border: 1px solid #999;
padding: 10px 30px;
}
.contact-wrap ul li{
padding: 30px 30px;
background: #0d7085;
color: #fff;
position: relative;
padding-left: 90px;
}
.contact-wrap ul li:nth-child(odd){
background:#0552b1;
}
.contact-wrap ul li p{
color: #fff;
}
.contact-wrap ul li i{
position: absolute;
left: 35px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
font-size: 35px;
}
.contact-wrap h3{
text-transform: uppercase;
margin-bottom: 30px;
}
#googleMap{
height: 500px;
width: 100%;
background: #0d7085;
margin-top: 100px;
}

/*----------------contact-area End------------------*/

/*-----------------------*.sidebar-style-here-----------------------*/
.search-sidebar form{
  position: relative;
}
.search-sidebar input{
  width: 100%;
  height: 45px;
  background: transparent;
  border: 1px solid #c0dbfd;
  padding-left: 10px;
}
.search-sidebar button{
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  top: 0;
  color: #fff;
   background: #0d7085 !important;
  background-image: linear-gradient(to right top ,#0d7085,#0d7085,#0d70858f,#0d7085 ,#0d7085b0 )!important;
  border: 1px solid #0d7085;
}
.search-sidebar button:hover{
  background: #0552b1;
  border-color: #0552b1;
}
.sidebar-title{
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.category-wrap ul li{
  line-height: 35px;
  border-bottom: 1px solid #f1f1f1;
}
.category-wrap ul li:last-child{
  border-bottom: none;
}
.category-wrap ul li a{
  padding-left: 20px;
  position: relative;
  display: block;
  color:#555 !important;
}
.category-wrap ul li a::before{
  position: absolute;
  left: 0;
  content: "\f101";
  font-family: fontawesome;
  color: #0d7085;
  font-size: 16px;
  top: 0;
}
.related-post ul li{
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.related-post ul li:last-child{
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.post-img{
  float: left;
}
.post-info{
  margin-left: 95px;
}
.post-info a {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  color:#555 !important;
}
.post-info p{
  line-height: 20px;
  font-size: 12px;
  color: #0d7085;
}
.archive-wrap ul li{
  line-height: 35px;
}
.archive-wrap ul li a{
  display: block;
  color: #555!important;
}
.tags-wrap ul li{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.tags-wrap ul li a{
  display: block;
  padding: 8px 20px;
  border: 1px solid #e1e1e1;
    color: #555!important;

}
.tags-wrap ul li a:hover{
  background: #0d7085;
  color: #fff !important;
}
/*-----------------------*.sidebar-style-here-----------------------*/



/*============================================
*.blog-single- End
=============================================*/

/*------------------------------------
30.Responsive
------------------------------------*/

/* ------------------------------------------------------------------- 

* header
* ------------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  .header-logo {
    left: 60px;
  
  }
  
  .header-menu-toggle {
    right: 60px;
    padding:20px;
  }
  .services-header-text{
    margin-top: 60px !important; /* Adjust the value as needed */
  }
  }
  @media only screen and (max-width: 800px) {
  .header-logo {
    left: 40px;
  }
  
  .header-menu-toggle {
    right: 40px;
  }
  }
  @media only screen and (max-width: 600px) {
  .s-header {
    height: 90px;
    top: 12px;
  }
  
  .header-logo {
    left: 30px;
    top: -110px;
  }
  
  
  .header-menu-toggle {
    right: 25px;
    top: 30px;
  }
  .services-header-text{
    margin-top: 120px !important; /* Adjust the value as needed */
  }
  }
  @media only screen and (max-width: 500px) {
  .header-menu-toggle::before {
    display: none;
  }
  .header-logo {
      top:-100px;
  }
  .services-header-text{
    margin-top: 120px !important; /* Adjust the value as needed */
  }
  }
  @media only screen and (max-width: 400px) {
  .s-header {
    top: 6px;
  }
  
  .header-logo {
    left: 25px;
      top:-80px;
  }
  
  
  .header-menu-toggle {
    top: 24px;
    right: 20px;
  }
  .services-header-text{
    margin-top: 100px !important; /* Adjust the value as needed */
  }
  }



@media (min-width: 1023px) and (max-width: 1100px) {
.shap_top{
  font-size:25px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
}
.all-text {
  padding: 108px 50px;
}
.shap_bottom{
  font-size:16px;
  line-height: 30px;
  color: #fff;
}
.about-bottom-s {
  font-size: 19px;

}
}

@media (max-width: 767px) {

section {
  padding: 30px 0px !important;
}
section.bg-banner-img {
  padding-bottom: 100px !important;
}
.row.book_now {
  text-align: left !important;
}
.service-about-services.text-left.tabs_box_s{
margin-bottom: 15px;}

.col-md-3{
margin-bottom: 25px;
}
.img_radius{
margin:20px 0px;
}
.services-service{margin-bottom: 20px;}
.video-img{
left:0px !important;
text-align: center;

}

.mb-90{
padding-top: 150px !important;
}
.hero__player {
  height: 200px !important;
  width: 100%;
}
.header_aera{
padding: 30px 0px !important}
.btn{
  padding: 18px 30px !important;}
  .title h2{
    padding-top: 0px !important;
  }
.top-banner .button-banner{
    font-size: 12px !important;
  }
  .video-img{
    padding-left: 0px;
  }

  p.about_bottom_h.mt-50 {
  padding: 0px 10px;
}
.m-s{
padding:0px !important;
}
button.navbar-toggle {
  background: #0d7085;
  border-color: #0d7085 !important;
  color: #fff !important;
}
.col-xs-6.pr-0{
width: 100%;
padding-right: 15px !important;
}
.pr-0{padding-right: 15px !important;}

.pt-100 {
  padding-top:30px !important;
}
.about_h{padding-top: 15px;}

.left-services.wow.fadeInRight.text-right {
  padding-bottom: 20px;
}
.left-service {
  margin-top: 30px;
  padding-bottom: 25px;
}
.clip-polygon_right {
  background: #e8eafd !important;
  }
.clip-polygon_right_2 {
  background: #e8eafd !important;
  }
.bg-new{
-webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
}
.booking_text .skew_14{
-webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
}
.list-group-item span{
  display: none;
}
.bigpixi-footer-social {
  margin: 30px 0px;
}
.bg_top_table{
padding-top: 30px;
}
.pl_90 {
  padding-left: 40px;
}

.pr_90 {
  padding-right: 40px;
}
.button-left {
  padding: 18px 30px !important;}
.main-h {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
p.banner-text.wow.fadeInUp.main-h3 {
  text-align: center;
}
div#banner-text {
  text-align: center;
}
.About-right-bg-img{
background-image: none;
}
.py-70{
  padding:30px;
}
.title h1 {
  font-size: 30px !important;
}
.title-left h1 {
  font-size: 30px;
  margin-top: 10px;
}
img.posi-r-img{
  bottom: 0;
}
.video-a {
  position: absolute;
  right: 20px !important;
  bottom: 10PX !important;
      top: auto !important;
}

.top-banner.wow.fadeInRight.text-left{
  text-align: center;
}

.slider_inner.camera_wrap {
  height: 500px !important;
}

.our_team_area .team_row .team_membar {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 30px;
}
}

@media (max-width: 480px) {
.bg-about-img{
  background-image: none;
}
.left-tabs-text-2 {
  font-size: 17px;
}
.service-about{
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  width: 400px;
}

.all-text{
  padding: 0px;
}
.owl-nav{
  display: none !important;
}
.owl-dots {
  display:block !important;
}

.bhoechie-tab-content h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 25px 0px;
}
.bhoechie-tab-content p {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 20px;
}
.list-group-item span {
  display: block;
}
img.filter-img{
display: none;
}
.list-group-item{
margin-left:  0px;
padding: 0px;
}
.list-group-item span {
  /* margin-left: 20px; */
  padding-bottom: 50px;
}
.btn{
  padding: 18px 25px !important;
font-size: 12px;
}
.top-about{
  text-align: center;
}
.title h1 {
  font-size: 25px !important;
}

.tabel-color_save {
  color: transparent;
}
}
@media (max-width: 1024px) {
.button-left {
  padding: 18px 35px;
}
.left-service {
  margin-top: 55px;}

.button-banner {
  padding: 18px 22px;
}
.list-group-item span {
  font-size: 18px;}

p.about_bottom_h.wow.fadeInUp {font-size: 15px;
}


.left-services {
  margin-top:32px;
}
.about_left_text p {
  font-size: 17px;
  color: #fff;
  margin: 15px 0px;
  line-height: 30px;
}
}

@media (max-width: 320px) {
.list-group-item span {
  font-size: 15px;
}
.list-group-item span {
  margin-left: 5px;}
  .button-banner {
  font-size: 13px;
}
}

@media (max-width: 575.98px) {


  #contatti .maps iframe{
    width: 100%;
    height: 550px;
  }
  }
  
  
  @media (min-width: 576px) {
  
  
  
   #contatti .maps iframe{
     width: 100%;
     height: 450px;
   }
  }
  
  @media (min-width: 768px) {
  
  
  
  #contatti .maps iframe{
    width: 100%;
    height: 850px;
  }
  }
  
  
/*------------------------------------
26.End Responsive
------------------------------------*/