
html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
hr{
  width: 100px;
  border: 2px solid #66c2ff;
}
h4{
  font-size: 2.0rem !important;
  color: #333;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif !important;
	font-weight: bold;
	position: relative;
}
.navbar{
  padding: 0rem 1rem !important;
}
.navbar-brand img{
  width: 200px;
  height: 80px;;
}
.navbar-collapse{
  padding-left: 0rem;
}
@media all and (min-width:940px){
  .navbar-collapse .navbar-nav .ml-3{
    margin-left: 2rem !important;
  }
}
@media all and (max-width:850px){
  .navbar-collapse .navbar-nav .ml-3{
    margin-left: 0.5rem !important;
  }
}
.dropdown-toggle{
  color: rgba(0, 0, 0, 0.5);
  padding-left: 0px;
  padding-right: 0px;
}
.navbar .dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-menu{
  top: 80%;
}
.dropright .dropdown-menu{
  left: 98%;
  top: -7px !important;
}
/******************************************HOME************************************/
.header-child {
  position: relative;
  overflow: hidden;
  background-color:black;
}
.header-child video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.5;
}
.header-child .header-grid {
  z-index: 2;
  position: relative;
}
.dynamicintro a,
.dynamicintrombl a{
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
}
.thumbnail{
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
  
  border-left: 1px solid rgba(255,255,255,0.3);
  border-top: 1px solid rgba(255,255,255,0.3);
  color: #fff;
}
.header-grid a:hover{
  text-decoration: none;
  color: #fff;
}
.header-grid-title{
  font-size: 2em;
  font-family: initial;
}
@media all and (max-width: 540px){
  .index-intro h4{
    font-size: 1.5rem !important;
    padding: 0px 20px !important;
  }
  .index-intro p{
    padding: 0px 20px;
  }
  .dynamicintro a,
  .dynamicintrombl a{
    padding: 10px 15px !important;
  }
  .thumbnail{
    padding: 10px 0px !important;
  }
}
@media all and (max-width:768px){
  .header-child .header-grid{
    padding-top: 20%;
  }
}
.dynamicintrombl{
  display: none !important;
}
@media all and (max-width: 768px){
  .dynamicintrombl{
    display: flex !important;
    padding-bottom: 20%;
  }
  .dynamicintro{
    display: none !important;
  }
}

/************************************************ABOUT US**************************************************/

/* .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */
.section-about{
  background-image: url(../images/p.IMG_1244-crop-bw-light.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.section-about-child{
  padding-top: 100px;
}
.header-about-blk{
  background-color: rgba(255,255,255,0.6);
  border: 1px solid #eee;
  border-radius: 5px;
}
.header-about-title h1{
  font-weight: 800;
  font-size: 5rem !important;
}
.header-about-desc,
.section-about-features p{
  line-height: 30px;
  color: #5a5d62;
}
.section-about-features{
  background-color: rgba(255,255,255,0);
  margin-top: 100px;
  padding: 0px 0px 50px 0px;
}
.section-about-features .fa{
  border: 1px solid #223c77;
  border-radius: 40px;
  text-align: center;
  background-color: #ffffff;
  font-size: 30.8px;
  line-height: 61.6px;
  height: 61.6px;
  width: 61.6px;
  margin-left: 0;
  margin-right: 0;
  color: #223c77;
}
.section-about-features h4{
  font-size: 15px !important;
}
.section-team{
  padding: 100px 0px 100px 0px;
}
.team-grid{
  background-color: #fff;
  padding: 20px 20px;
}
.team-grid-header img{
  width: 100%;
}
.team-grid p{
  line-height: 30px;
}
.section-testimonial{
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 5px;
  margin-top: 50px;
}
.section-testimonial .carousel {
  margin: 25px auto;
  padding: 0 70px;
}
.section-testimonial .carousel .item {
  color: #999;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 290px;
}
.section-testimonial .carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.section-testimonial .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.section-testimonial .carousel .testimonial {
  padding: 30px 0 10px;
}
.section-testimonial .carousel .overview {	
  font-style: italic;
}
.section-testimonial .carousel .overview b {
  text-transform: uppercase;
  color: #7AA641;
}
.section-testimonial .carousel .carousel-control {
  width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
.section-testimonial .carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: #fff;
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.section-testimonial .carousel .carousel-indicators {
  bottom: -30px;
}
.section-testimonial .carousel-indicators li, .carousel-indicators li.active {
  width: 17px;
  height: 0px;
  margin: 1px 3px;
  border-radius: 50%;
}
.section-testimonial .carousel-indicators li {	
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.section-testimonial .carousel-indicators li.active {	
  background: #fff;		
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.section-culture{
  background-image: url(../images/culture-photo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 70px 0px;
}
#my-row{
  overflow: hidden;
}
.culture-before{
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #eee;
  padding: 40px 40px;
}
.culture-title hr,
.section-team-title hr{
  float: left;
}
.culture-before .culture-desc p,
.culture-before .culture-desc li{
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  color: #5a5d62;
}
.culture-before .culture-desc .culture-subtitle{
  font-size: 20px;
  font-family: AvenirNextLTPro-Bold;
  color: #2E3192;
}
.culture-after img{
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 540px){
  .header-about-title h1{
    font-size: 2.5rem !important;
  }
  .testimonial-title h4,
  .section-team-title h4{
    font-size: 1.5rem !important;
  }
  .culture-title h4{
    font-size: 1.5rem !important;
  }
  .header-about-desc p,
  .team-grid-body p{
    font-size: 0.8rem;
  }
}

/************************************************SERVICES**************************************************/

.section-header-services{
  background-image: url(../images/services-hero-banner.JPG);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
}
@media all and (max-height:600px){
  .section-header-services{
    height: 150% !important;
  }
}
@media all and (max-height:430px){
  .section-header-services{
    height: 200% !important;
  }
}
.section-services{
  padding-top: 100px;
}
.header-services-title .col-lg-5{
  background-color: rgba(0,0,0,0.66);
  padding: 63px 30px;
}
.services-title-desc{
  line-height: 30px;  
}
.services-title h4{
  font-size: 2.5rem !important;
}
.section-services-grids-item{
  border: 1px solid #eee;
}
.section-services-grids-item a{
  color: #000;
}
.section-services-grids-item a:hover,
.section-services-grids-item a:active{
  color: #000;
  text-decoration: none;
}
.item-body-title{
  font-size: 1.8rem;
  line-height: 1.1em;
  font-family: Lato,Helvetica,Arial,sans-serif;
}
@media all and (max-width: 540px){
  .header-services-title h4,
  .services-title h4{
    font-size: 1.5rem !important;
  }
  .header-services-title p{
    font-size: 0.8rem !important;
  }
}

/************************************************DESIGN-BUILD**************************************************/

.section-header-build{
  background-image: url(../images/20190511_1827299.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
}
.construction-lead,
.development-lead,
.feasibility-lead{
  background-color: #eee;
}
.build-grids{
  background-image: url(../images/parkwaybuilding2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 0px 30px 0px;
}
.build-grids .mb-5{
  margin-bottom: 2.2rem !important;
}
.build-lead-desc p,
.construction-lead-desc,
.development-lead-desc,
.feasibility-lead-desc{
  line-height: 28px;
  font-size: 1.1rem !important;
  text-align: justify;
}
.build-grids-items img{
  width: 100%;
}
.build-tech-title h6{
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 0px;
}

.section-header-construction{
  background-image: url(../images/20190511_1825488.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
  color: #fff;
}
.development-header,
.feasibility-header{
  background-image: url(../images/development-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: cover;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
  padding: 120px 0px;
}
.section-consulting{
  margin-top: 50px;
}
.section-header-consulting{
  background-image: url(../images/Consulting-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
}
.header-consulting-title h1{
  padding-top: 200px;
  font-weight: 800;
  font-size: 5rem !important;
}
.consulting-desc{
  line-height: 30px;
}
@media all and (max-width: 540px){
  .header-consulting-title h1{
    font-size: 2.5rem !important;
  }
  .build-lead-title h4,
  .build-grids h4,
  .development-lead-title h4,
  .feasibility-lead-title h4,
  .consulting-title h4{
    font-size: 1.5rem !important;
  }
  .build-lead-desc p,
  .development-lead-desc p,
  .feasibility-lead-desc p,
  .consulting-desc{
    font-size: 0.8rem !important;
  }
  .sec-construction .culture-after,
  .section-development .culture-after,
  .section-feasibility .culture-after,
  .section-consulting .culture-after{
    margin-top: 400px !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  .sec-construction .culture-before,
  .section-development .culture-before,
  .section-feasibility .culture-before,
  .section-consulting .culture-before{
    margin-top: 0px;
  }
}
@media all and (max-width: 768px){
  .culture-after{
    margin-top: 160px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .culture-before{
    margin-top: 230px;
  }
  .sec-construction .culture-after,
  .section-development .culture-after,
  .section-feasibility .culture-after,
  .section-consulting .culture-after{
    margin-top: 480px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .sec-construction .culture-before,
  .section-development .culture-before,
  .section-feasibility .culture-before,
  .section-consulting .culture-before{
    margin-top: 0px;
  }
}


/**********************************************PORTFOLIO*************************************************/
.section-header-portfolio{
  background-color: lemonchiffon;
  padding: 20px 0px;
}
.header-portfolio-title h1{
  font-weight: 800;
  font-size: 5rem !important;
  color: #000;
}
.section-counters{
  /* background-image: url(../images/construction-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; */
  background-color: rgba(51,51,51,0.66);
  padding: 50px 0px;
  margin-bottom: 100px;
}
.section-counters .counter-value{
  display: inline-block;
  font-weight: bolder;
  font-size: 45px;
  margin: 0px 0px 0px 20px;
  color: #fff;
}
.section-counters #counter p{
  color: #fff;
  font-weight: bold;
  text-align: justify;
  position: relative;
  margin: -25px 0px 0px 130px;
  padding: 0px;
  text-transform: uppercase;
}
.portfolio-sidebarwidget .section-counters{
  margin-bottom: 0px;
  background-color: #005FBC;
}
.portfolio-sidebarwidget .section-counters .counter-value{
  margin: 0px 0px 0px 0px;
}
.portfolio-sidebarwidget .section-counters #counter p{
  margin: 0px 0px 0px 0px;
  text-transform: none;
  text-align: center;
}
.section-counters #counter .fas,
.section-counters #counter .fab
{
  color: #fff;
  font-size: 45px;
  padding: 30px 30px;
  margin: 10px 0px 0px 0px;
  border-radius: 55px;
  background-color: #e73238;
}
.section-portfolio-grids .mb-5{
  margin-bottom: 2.2rem !important;
}
.section-portfolio-grids{
  padding: 100px 0px 80px 0px;
  background-image: url(../images/portfolio-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media all and (max-width: 540px){
  .header-portfolio-title h1{
    font-size: 2.7rem !important;
  }
}
/***************************************************Project****************************************************/
.section-header-project{
  background-color: lemonchiffon;
  padding: 20px 0px;
}
.header-project-title h1{
  font-weight: 800;
  font-size: 5rem !important;
  color: #000;
  font-family: initial;
}
.project-slider-cover{
  background-color: #fff;
}
.project-slider-cover #amazingcarousel-1 .amazingcarousel-list-container{
  padding: 35px 0px !important;
}
.project-desc{
  padding: 0px 20px;
}
.project-desc-header hr{
  display: inline-block !important;
}
.project-desc .project-desc-body p{
  line-height: 30px;
}
@media all and (max-width:400px){
  .header-project-title h1{
    font-size: 3.5rem !important;
  }
}

/***************************************************CONTACT****************************************************/

.section-contact{
  background-image: url(../images/parkwaybuilding2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding-bottom: 50px;
}
.slider-cap{
  position:absolute;
  top:450px;
  left:15%;
  width:300px;
  height:250px;
  z-index:0;
  background-color:#FFBC05;
  font-size:16px;
  color:#ffffff;
  line-height:30px;
  text-align:left;
  padding:10px;
  box-sizing:border-box;
}
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.jssorb064 {position:absolute;}
.jssorb064 .i {position:absolute;cursor:pointer;}
.jssorb064 .i .b {fill:#000;fill-opacity:.5;stroke:#fff;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssorb064 .i:hover .b {fill-opacity:.8;}
.jssorb064 .iav .b {fill:#ffe200;fill-opacity:1;stroke:#ffaa00;stroke-opacity:.7;stroke-width:2000;}
.jssorb064 .iav:hover .b {fill-opacity:.6;}
.jssorb064 .i.idn {opacity:.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
.section-contactcover{
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-fields{
  padding: 40px 20px 40px 20px;
  background-color: #eee;
}
.contactinfo{
  background-color: #2C2C2C;
  color: #fff;
  padding: 35px 20px 25px 20px;
}
.contactinfo h6{
  color: #fff;
  font-size: 20px;
  font-family: serif;
  font-weight: bolder;
  line-height: 45px;
  padding: 10px 20px;
  background-color: #993333;
}
.contactinfo h4{
  font-size: 13px !important;
  font-weight: normal;
  text-align: left;
  color: #45B3E8;
}
.contactinfo .mailto a{
  color: #fff;
}
.contactinfo .mailto a:hover{
  text-decoration: none;
}
@media all and (max-width:992px){
  .slider-cap{
    left: 20%;
  }
}
@media all and (max-width:768px){
  .slider-cap{
    left: 40% !important;
    width: 270px;
  }
}

/************************************************BLOG**************************************************/

.blog-item-featuredimg img{
  width: 70%;
}
.blog-item-description p{
  line-height: 30px;
  text-align: justify;
}
.blog-right{
  background-color: #eee;
  padding: 20px 10px;
}
.blog-right ul{
  list-style-type: none;
}
.blog-right ul li{
  line-height: 30px;
}
.sidebar-spons h3,
.sidebar-posts h3,
.sidebar-projects h3,
.sidebar-counter h3,
.sidebar-contact h3{
  border: 1px solid;
  border-radius: 4px;
}
.sidebar-contact p{
  line-height: 30px;
}
@media all and (max-width:540px){
  .blog-item-header-title h4{
    font-size: 1.5rem !important
  }
  .blog-right h3{
    font-size: 1.5rem !important;
  }
  .blog-right{
    margin-top: 20px;
  }
  .blog-right a{
    font-size: 13px;
  }
  .blog-item-description p{
    font-size: 0.8rem !important;
  }
}
@media all and (max-width: 768px){
  .blog-item-featuredimg img{
    width: 90% !important;
  }
}



.section-featured-video{
  margin: 100px 0px 50px 0px;
}
.featured-video-grid img{
  width: 100%;
}
@media all and (max-width: 540px){
  .featured-video-title h4{
    font-size: 2.0rem !important;
  }
}
@media all and (min-width:768px){
  .modal-dialog{
    max-width: 75%;
  }
}
.modal-dialog-centered{
  margin-top: 0px !important;
}
.modal-header{
  border-bottom: none !important;
}
.modal-body{
  padding: 0px;
}
.modal-content{
  background-color: transparent;
  border: none;
}
.modal-footer{
  border-top: none !important;
}


  
.portfolio-sidebarwidget .slide-container {
  width:100%;
  height:250px;
  position: relative;
}
.portfolio-sidebarwidget .left-arrow {
  width:100px;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
.portfolio-sidebarwidget .right-arrow {
  width:100px;
  height:100%;
  position:absolute;
  top:0;
  right:0;
}
.portfolio-sidebarwidget .left-arrow>img {
  position:relative;
  top:50%;
  transform:translateY(-50%);
  margin-left:-2px;
  opacity:.3;
  transition:opacity 1s;
}
.portfolio-sidebarwidget .right-arrow>img {
  position:relative;
  top:50%;
  transform:translateY(-50%);
  margin-left:42px;
  opacity:.5;
  transition:opacity 1s;
}
.portfolio-sidebarwidget .left-arrow>img:hover,.right-arrow>img:hover {
  cursor:pointer;
  opacity:1;
}
.portfolio-sidebarwidget .dot-container {
  position:absolute;
  bottom:5px;
  left:50%;
  transform:translateX(-50%);
}
.portfolio-sidebarwidget .dot {
  cursor:pointer;
  height:13px;
  width:13px;
  background-color:#F67280;
  border-radius:50%;
  display:inline-block;
  transition:background-color .6s ease;
  margin:0 2px;
}
.portfolio-sidebarwidget .active,.dot:hover {
  background-color:#E8175D;
  height:17px;
  width:17px;
}
.portfolio-sidebarwidget .captionText {
  width:auto;
  height:50px;
  position:absolute;
  padding: 0px 5px;
  bottom:30px;
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size:14px;
  font-weight:bolder;
  text-align:center;
  line-height:50px;
  letter-spacing:.19em;
  background:#F67280;
  color:#FFF;
  opacity:0;
}
.portfolio-sidebarwidget .main-content,.responsive-img {
  width:100%;
  height:100%;
}
.portfolio-sidebarwidget .main-content img{
  width: 100%;
  height: -webkit-fill-available;
}
@media only screen and (max-width: 700px){
  .portfolio-sidebarwidget .slide-container {
    width:600px;
  }
}
@media only screen and (max-width: 600px){
  .portfolio-sidebarwidget .slide-container {
    width:500px;
    height:300px;
  }
}
@media only screen and (max-width: 500px){
  .portfolio-sidebarwidget .slide-container {
    width:400px;
    height:250px;
  }
  .portfolio-sidebarwidget .captionText {
    width:100px;
    height:40px;
    font-size:12px;
    line-height:40px;
  }
}
@media only screen and (max-width: 400px){
  .portfolio-sidebarwidget .slide-container {
    width:300px;
    height:200px;
  }
  .portfolio-sidebarwidget .captionText {
    width:90px;
    height:35px;
    font-size:10px;
    line-height:35px;
  }
}

/***************************************************Footer****************************************************/
#footer p{
  color: black;
  display: block;
}
.bottom-footer{
  background-color: #000;
  padding: 15px 0px;
}
#footer h6{
  font-size: 20px;
  font-family: none;
  display: inline-block;
}
.spr{
  font-size: 17px;
}
#footer{
  background-color: black;
  padding: 40px 50px 20px 50px;
}
#footer a{
  font-size: 12px;
  color: white;
}
#footer a:hover{
  text-decoration: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
#footer .social-connection img{
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.bottom-footer .bottom-links ul{
  list-style-type: none;
  padding: 0px !important;
  margin: 0px !important; 
}
.bottom-footer .bottom-links ul li a{
  color: #fff;
}
.footer-logo img{
  height: 50px;
  margin-top: -5px;
  
}
.tooltip-inner {
    background-color: #00acd6;
    color: #fff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #00acd6;
}
@media all and (max-width:768px){
  .bottom-footer{
    padding-right: 100px !important;
    padding-left: 0px !important;
  }
}
@media all and (max-width:540px){
  .bottom-footer{
    padding-bottom: 70px !important;
    padding-right: 100px !important;
    padding-left: 0px !important;
  }
}

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	


#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 200px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}
#slider ul li a img{
  vertical-align: unset !important;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
} */


  
  