@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
 font-family: 'Poppins', sans-serif; 
}

.container {
   
    position: relative;
}



.top-head {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    /* background: #2f2f2f; */
    min-height: 120px;
    -webkit-transition: all 1s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    z-index: 15;
  
 
}




body .top-head.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  animation: smoothScroll 2s forwards;
        z-index: 100;
        min-height: 80px;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-100px);
	}
	100% {
		transform: translateY(0px);
	}
}

.gradient1 {
    background: -webkit-linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
    background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0.6) , rgba(0,0,0,0));
}

.trans-0-4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}



.animsition{
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.wrap-menu-header {
  position: absolute;
  width: 100%;
  height: 120px;
  top: 0;
  left: 0;
  z-index: 100;

}

.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}

.header-fixed .wrap-menu-header {
  position: fixed;
  height: 100px;
      background: rgba(30, 30, 30, 0.9);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}




.searches {
    position: absolute;
    right: 0;
    top: 48px;
}
.searches i{
    color: #fff;
    font-size: 20px;
}





/* The Loader */


.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../img/preloader.gif);}





/* banner */

.banner-main{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    
}
.banner-main img{
    position: relative;
    width: 100%;
    height: auto;

    
}

.zoom {
	animation: scale 40s linear infinite;
}
 @keyframes scale {
 50% {
 -webkit-transform:scale(1.2);
 -moz-transform:scale(1.2);
 -ms-transform:scale(1.2);
 -o-transform:scale(1.2);
 transform:scale(1.2);
}
}
/*Style for the text*/

.caption-bttom {
    position: absolute;
    height: 83%;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    font-size: 40px;
    z-index: 10;
    top: 0;
    padding-left: 13%;
}

.caption-bttom h2{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width:991px) {
    
.caption-bttom h2{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}  
    
    
}
   


@media (max-width:600px) {
    
.caption-bttom h2{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}  
    
    
}


/* =============================================
================================================ */

.four-bx{
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #1e1e1e;
}
.nopad{
    padding: 0 !important;
}

.four-bx a{
    text-decoration: none;
}

.four-bx h4{
    text-align: center;
    color: #313131;
   position: relative;
    margin-bottom: 20px;
}

.four-bx h4:before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 178px;
    margin: auto;
    content: "";
    height: 1px;
    background: #313131;
}
.four-bx p {
      line-height: 21px;
    text-align: center;
    color: #313131;
    font-size: 13px;
}
.four-bx img{
    max-width: 100%;
    width: 100%;
}

.slider-blocks-wrapper {
    max-width: 100%;
    transition: all ease .35s;
    margin-right: auto;
    margin-left: auto;
}

.slider-block-text {
      padding: 36px 10px 10px 10px;
    background: #dee0d5;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all ease .35s;
}

.slider-block-text::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
        background-color: #00b9ff;
    z-index: 1;
    transition: all ease .35s;
}

.slider-block-text>* {
    position: relative;
    z-index: 3;
}
.slider-block-image {
    position: relative;
    z-index: 3;
}
.slider-blocks-wrapper:hover .slider-block-text::before {
    top: 0;
    transition: all ease .35s;
}

@media (max-width:400px) {
.four-bx   .col-6  {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }  
.nopad{
    padding: 0  15px!important;
}    
}



/* =============================================
about
================================================ */

.about-bx{
    background: #dedcd0;
    position: relative;
    padding: 80px 0;
    width: 100%;
    float: left;
}

.about-bx h1{
    position: relative;
    text-align: left;
    font-size: 65px;
    color: #009fe1;
    font-weight: 700;
}
.about-bx h1 span{
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #5d5d5d;
}

.about-bx p{
    padding-right: 60px;
        color: #5f5f5b;
    font-size: 14px;
}

.img-bx-abt{
    position: relative;
    width: 100%;}
.img-bx-abt img{
   max-width: 100%;
    position: relative;
    z-index: 2;
}
    
.img-bx-abt:after {
    content: "";
    border: 10px solid #009fe1;
    display: block;
    transition: all .3s linear 0s;
    position: absolute;
    right: 40px;
    bottom: -34px; 
    width: 77%;
    height: 84%;
    z-index: 1;
    left: -34px;
}


/* Ripple effect */

.link-button{
    position: relative;
    float: left;
    margin-top: 10px;
}

.link-button a{
    background: #f6b303;
    padding: 8px 25px ;
    text-align: center;
    font-size: 16px;
    color: #4e4b42;
    font-weight: 300;
    text-decoration: none;
    margin-top: 0px;
    float: left;
      cursor: pointer;
}
.link-button a:hover{
    color: #fff;
}


.wrapper-16:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #313131;
  transform: scaleY(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}
.wrapper-16:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #313131;
  transform: scaleY(0);
  transform-origin: top right;
  transition: transform 0.3s;
}

.wrapper-16 .hover-16:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5px;
  background-color: #313131;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}
.wrapper-16 .hover-16:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #313131;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.wrapper-16:hover:before,
.wrapper-16:hover:after {
  transform: scaleY(1);
}
.wrapper-16:hover .hover-16:before,
.wrapper-16:hover .hover-16:after {
  transform: scaleX(1);
}


.link-button-two{
    position: relative;
    float: left;
    margin-top: 10px;
     transition: color 0.5s ease;
}

.link-button-two a{
    text-decoration: none;
}

.btnslid {
  display: inline-block;
 font-weight: bold;
  position: relative;
  transition:color 0.25s ease;
    background: #009fe1;
    padding: 8px 25px ;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    margin-top: 0px;
    float: left;
      cursor: pointer;  
    text-decoration: none;
    
}

.btnslid:hover {
    color: white;
    z-index: 100;
    position: relative;
}

.btnslid:after {
position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #00cfad;
    transform-origin: left;
    transition: width 0.5s ease;
    z-index: 1;
}

.btnslid:hover:after {
  width: 100%;
        z-index: -1;
}




/* =============================================
about
================================================ */

@media (max-width:992px) {
.about-bx h1 {
    position: relative;
    text-align: left;
    font-size: 50px;
    color: #313131;
    font-weight: 700;
}
}

@media (max-width:767px) {
.img-bx-abt img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    width: 75%;
    margin-top: 40px;
    margin-left: 10%;
    /* margin: auto; */
}
 .img-bx-abt:after {
content: "";
    border: 10px solid #313131;
    display: block;
    transition: all .3s linear 0s;
    position: absolute;
    right: 40px;
    bottom: -34px;
    width: 59%;
    height: 84%;
    z-index: 1;
    left: 8px;
}   
    
    
}

/* =============================================
about
================================================ */



.featured-products{
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0 0;
    background: #fff;
}

.featured-products img{
    
}


/* Blog */
.latest_news {
  position: relative;
}

.latest_news img {
  width: 100%;
}

.latest_news:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}




.blog_up {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100.1%;
  height: 100%;
  padding: 3rem;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.project-title {
  color: #fff;
  position: absolute;
  bottom: 5.5 rem;
    font-size: 20px;
}

.project-description {
  opacity: 0;
  margin-top: 8%;
  line-height: 1.71;
  color: #fff;
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateY(-1rem);
}



.latest_news:hover .blog_up .project-title {
  position: relative;
  color: #151515;
  bottom: 2rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.latest_news:hover .blog_up .project-description {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateY(0);
  -webkit-transition: all .4s .2s ease;
  -o-transition: all .4s .2s ease;
  transition: all .4s .2s ease;
  color: #151515;
}

.latest_news .btn-text {
  transition: all 0.3s;
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 3rem;
  bottom: 2.3rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.latest_news .btn-text:hover {
  color: #a58838;
}

.center-text{
    position: relative;

    width: 100%;
    text-align: center;
    padding: 10px 0 40px 0;
}

.center-text h2{
        font-weight: 700;
    font-size: 66px;
    text-align: center;
    margin: 0;
    padding: 0;
}


.center-text h2 span {
    display: block;
    font-size: 50px;
    font-weight: 200;
    color: #4d4646;
    text-indent: 0;
    line-height: 40px;
}

.row.flex-bx a {
    position: relative;
    padding: 6px;
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.row.flex-bx a  img{
    border-radius: 10px;
        width: 100%;
    object-fit: cover;
    -webkit-transition: 1s ease;
  transition: 1s ease;
    pointer-events: none;
    
}
.row.flex-bx a:hover  img{
      -webkit-transform: scale(1.08);
  transform: scale(1.08);
}


a.topone{
    padding-bottom: 0px !important;
    
}


.container-block {
  color: #fff;
  display: inline-block;
    width: 100%;
  max-width: 100%;
  position: relative;
overflow: hidden;
border-radius: 10px;
}
.container-block::before {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 10px;
}

.container-block:hover::before {
  background-color: rgba(0, 0, 0, 0.59);
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
}


.container-block:hover .inner-block:before,
.container-block:hover .slider-top-right:after {
  height: 100%;
}
.container-block:hover .inner-block:after,
.container-block:hover .slider-top-right:before {
  width: 100%;
}
.container-block img {
  display: block;
  max-width: 100%;
}

.block-content {
    position: absolute;
    bottom: 51%;
    left: 0%;
    padding: 0 1rem;
    text-align: center;
    width: 100%;
    opacity: 0;
      -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  transform: translateY(-1rem);
        z-index: 11;
        text-transform: uppercase;
}

.container-block:hover .block-content {
    opacity: 1;
      -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
    pointer-events: none;
    z-index: 11;
        
}  








.slider-top-right:before,
.inner-block:after {
  height: 4px;
  transition: width .75s ease;
  width: 0%;
}

.slider-top-right:after,
.inner-block:before {
  height: 0%;
  transition: height .75s ease;
  width: 4px;
}

.inner-block:before,
.inner-block:after,
.slider-top-right:before,
.slider-top-right:after {
     background-color: rgba(255, 255, 255, 0.43);
  content: '';
  display: block;
  position: absolute;
}

.inner-block {
  font-size: 2em;
  width: 85%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
    z-index: 1;
}
.inner-block:before {
  bottom: 0;
  left: 0;
}
.inner-block:after {
  bottom: 0;
  right: 0;
}

.slider-top-right {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-top-right:before {
  top: 0;
  left: 0;
}
.slider-top-right:after {
  top: 0;
  right: 0;
}


@media (min-width:992px) {
.img-big img{
    height: 563px ;
    width: 100%;
    }
.latest_news.img-small img {
   height: 275px;
    object-fit: cover;
} 
    
.img-small img {
   height: 275px;
    object-fit: cover;
}     


}



@media (max-width:992px) {
.img-big img{
    height: auto;
    width: 100%;
    }
.latest_news.img-small img {
   height: auto;
    object-fit: cover;
} 
    
.img-small img {
   height: auto;
    object-fit: cover;
}     


}





.do-dream{
background: #00cfad;
    padding: 20px 0;
    float: left;
    width: 100%;}
.do-dream h3{
      font-size: 40px;
    color: #fff;
    font-weight: 400;
    
}




.do-dream.abt{
    background: #011365;
}

.do-dream h3 span{
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.do-dream .btnslid {
  display: inline-block;
 font-weight: bold;
  position: relative;
  transition:color 0.25s ease;
    background: #fff;
    padding: 8px 25px ;
    text-align: center;
    font-size: 16px;
    color: #4e4b42;
    font-weight: 500;
    text-decoration: none;
    margin-top: 10px;
    float: left;
      cursor: pointer;  
    text-decoration: none;
    
}
.do-dream .btnslid:hover{
    color: #fff;
}


/*-----Testimonial-------*/

i.fas.fa-quote-left {
    font-size: 30px;
    color: #9d8c8c;
}

.heading {
    text-align: center;
    color: #454343;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
        color: #222931;
}


.testimonial{
    position: relative;
    float: left;
    width: 100%;
}


.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(../img/home-bg-2.jpg);
    padding-top: 90px;
    padding-bottom: 0px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 2%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
    color: #222931;
}
.testimonial4_slide h4 {
    color: #2a2a2a;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
      width: 40px;
    height: 30px;
    font-size: 12px;}

.ic-bx {
    background: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #9b9191;
}


.ic-bx:hover {
    background: #009fe1;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
}

/* ------testimonial  close-------*/



@media (min-width:992px) {

.wrap-main{
    
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 450px;
        background: #fff;
        z-index: 20;
    }  


  .footer-fixed {
    width: 100%;
    position: relative;
    min-height: 150px;
    background-color: #1e1e1e;
    float: left;
    padding: 50px 0 0;
    position: fixed;
    z-index: 1;
    bottom: 0px;
} 

}
/**********************/
/*   Responsive Menu  */
/**********************/



.contact-min {
    float: left;
    width: 100%;
    padding: 80px 0 20px;
}

 .contact-info {
    text-align: center;
    float: left;
    width: 100%;
     padding: 40px 0 0;
}

 .contact-info p {
    margin: 15px 0 5px;
    font-weight: 500;
}

.contact-info i {
    font-size: 24px;
    color: #7ecdc8;
}

.contact-frms{
     float: left;
    width: 100%;
     padding: 40px 0;
}

.contact-frms .md-form label {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #312f2f;
    position: absolute;
    top: 13px;
    left: 11px;
    font-size: 1rem;
    cursor: text;
}

.contact-frms .form-control {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e8e4e4;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    cursor: text;
    border-bottom: 1px solid #e8e4e4;
    margin-bottom: 35px;
   box-shadow: rgba(0, 0, 0, 0) 0 1px 5px;
    box-sizing: border-box;
    min-height: 50px;
}

.contact-frms .md-textarea {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e8e4e4;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    cursor: text;
    border-bottom: 1px solid #e8e4e4;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0) 0 1px 5px;
       box-sizing: border-box;
}



.contact-frms input[type=date], .contact-frms input[type=datetime-local], .contact-frms input[type=email], .contact-frms input[type=number], .contact-frms input[type=password], .contact-frms input[type=search-md], .contact-frms input[type=search], .contact-frms input[type=tel], .contact-frms input[type=text], .contact-frms input[type=time], .contact-frms input[type=url], .contact-frms textarea.md-textarea {   
}
.contact-frms textarea.md-textarea:focus:not([readonly]),
.contact-frms input[type=search]:focus:not([readonly]),
.contact-frms input[type=text]:focus:not([readonly]){
     box-shadow: rgba(0,0,0,.2) 0 1px 5px !important;
     border-bottom: 2px solid #4285F4 !important;
}

.contact-frms .form-control:focus{
          box-shadow: rgba(0,0,0,.2) 0 1px 5px !important;
}

.contact-frms .md-form label.active{-webkit-transform:translateY(-165%);-ms-transform:translateY(-165%);transform:translateY(-165%);font-size:.8rem}

.contact-frms  .btn-outline-danger {
    border: 0px solid #000000;
    color: #ffffff!important;
    background-color: black;
    width: 200px;
    padding: 15px 10px !important;
    left: 0;
    float: left;
    box-sizing: border-box;
}

.contact-frms .text-center {
    text-align: center!important;
    width: 100%;
    display: flex;
    justify-content: center;
        font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-frms .btn-outline-danger {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.contact-frms .btn-outline-danger:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.contact-min {
    float: left;
    width: 100%;
    padding: 80px 0 20px;
}

 .contact-info {
    text-align: center;
    float: left;
    width: 100%;
     padding: 40px 0 0;
}

 .contact-info p {
    margin: 15px 0 5px;
    font-weight: 500;
}

.contact-info i {
    font-size: 24px;
    color: rgba(5,111,233,1);
}

.contact-frms{
     float: left;
    width: 100%;
     padding: 40px 0;
}

.contact-frms .md-form label {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #312f2f;
    position: absolute;
    top: 13px;
    left: 11px;
    font-size: 1rem;
    cursor: text;
}

.contact-frms .form-control {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e8e4e4;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    cursor: text;
    border-bottom: 1px solid #e8e4e4;
    margin-bottom: 35px;
   box-shadow: rgba(0, 0, 0, 0) 0 1px 5px;
    box-sizing: border-box;
    min-height: 50px;
}

.contact-frms .md-textarea {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e8e4e4;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    cursor: text;
    border-bottom: 1px solid #e8e4e4;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0) 0 1px 5px;
       box-sizing: border-box;
}


.contact-frms .btn-outline-danger:not(:disabled):not(.disabled).active,.contact-frms  .btn-outline-danger:not(:disabled):not(.disabled):active, .contact-frms .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.contact-frms input[type=date], .contact-frms input[type=datetime-local], .contact-frms input[type=email], .contact-frms input[type=number], .contact-frms input[type=password], .contact-frms input[type=search-md], .contact-frms input[type=search], .contact-frms input[type=tel], .contact-frms input[type=text], .contact-frms input[type=time], .contact-frms input[type=url], .contact-frms textarea.md-textarea {   
}
.contact-frms textarea.md-textarea:focus:not([readonly]),
.contact-frms input[type=search]:focus:not([readonly]),
.contact-frms input[type=text]:focus:not([readonly]){
     box-shadow: rgba(0,0,0,.2) 0 1px 5px !important;
     border-bottom: 2px solid #4285F4 !important;
}

.contact-frms .form-control:focus{
          box-shadow: rgba(0,0,0,.2) 0 1px 5px !important;
}

.contact-frms .md-form label.active{-webkit-transform:translateY(-165%);-ms-transform:translateY(-165%);transform:translateY(-165%);font-size:.8rem}

.contact-frms  .btn-outline-danger {
    border: 0px solid #000000;
    color: #ffffff!important;
    background-color: black;
    width: 200px;
    padding: 15px 10px !important;
    left: 0;
    float: left;
    box-sizing: border-box;
}

.contact-frms .text-center {
    text-align: center!important;
    width: 100%;
    display: flex;
    justify-content: center;
        font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-frms .btn-outline-danger {
    background-color:  #009fe1;
    color: #fff;
    border-color:  #009fe1;
}

.text-center .btn-outline-danger.active, .text-center .btn-outline-danger:active, .text-center .btn-outline-danger:active:focus, .text-center .btn-outline-danger:focus, .text-center .btn-outline-danger:hover {
    background-color: #009fe1;
    color: #ff3547;
    border-color: #009fe1;
}





.contact-frms .btn-outline-danger:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}


.header-box {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.header-box h2 {
	font-size: 28px;
	font-weight: 400;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
	letter-spacing: 3px;
}

.section-features .divider {
	margin: 0 0 80px;
}
.divider:before, .divider:after {
	position: absolute;
	content: '';
	top: 2px;
	width: calc(50% - 50px);
	height: 1px;
	background-color: #e9e9e9;
}
.divider:before {
	left: 0;
}
.divider:after {
	right: 0;
}
.divider {
	position: relative;
	width: 100%;
	height: 5px;
	margin: 0 0 30px;
}
.divider span {
	display: block;
	width: 86px;
	height: 5px;
	margin: auto;
	opacity: 0.25;
	background: url('../img/divider-style8-black.png') no-repeat;
}

.contact-info strong {
    font-weight: 400;
}

.bg-light {
    background-color: #f8f9fa!important;
}


.opening-hours.bg-light {
    padding: 30px;
}
.opening-hours h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
   color: #646362;
}
.opening-hours ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #535353;
}
.opening-hours .list-style-none li {
    list-style: none;
    line-height: 35px;
    font-size: 13px;
}

.opening-hours strong {
    width: 85px;
    display: inline-block;
    font-weight: 600;
}

.opening-hours span {
    color: #535353;
}

.map {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: auto;
    width: 100%;
    margin-bottom: -10px;
    float: left;
}

.address-bx {
    margin-bottom: 30px;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.1);
    padding: 30px 15px;
}




/**********************/
/*   Responsive Menu  */
/**********************/





/* Shine */


.hover14{
    position:relative;
    overflow: hidden;
        
}

.hover14 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.hover14 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}







.about-us{
    position: relative;
    padding: 100px 0;
    float: left;
    width: 100%;
    
}

.about-us h2{
    position: relative;
    float: left;
    margin: 0 0 20px;
    font-size: 30px;
    color: #1f1f1f;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 700;
}

.about-us h2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #026be8;
    content: "";
}


.about-us p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 400;
    color: #6c6767;
}



.why-choos-us{
       position: relative;
    padding: 100px 0;
    float: left;
    width: 100%;
    background: #dfe2db;
}

.why-choos-us img{
    max-width: 100%;
}

.why-choos-us h2{
    position: relative;
    float: left;
    margin: 0 0 40px;
    font-size: 30px;
    color: #1f1f1f;
    width: 100%;
    padding-bottom: 18px;
    font-weight: 700;
    line-height: 35px;
}

.why-choos-us h2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #009fe1;
    content: "";
}
.why-choos-us h5{
color: #383834;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 35px;
    font-weight: 300;
    text-transform: uppercase;
}

.why-choos-us h6{
    font-weight: 600;
    color: #3d3d3c;
    font-size: 16px;
    width: 100%;
    margin-bottom: 30px;
}

.why-choos-us p{
     color: #3d3d3c;
    margin-bottom: 30px;
    
}

img.border-img {
    border: 7px solid #000;
    position: relative;
    z-index: 5;
}

.row.mr-top {
       margin-top: 60px;
}

.hover14.img-vi {
    border: 6px solid #000;
    z-index: 10;
}



.hover14.img-vi figure img {
    -webkit-transform: scale(1);
    transform: scale(1.2);
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}


.hover14.img-vi figure:hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}


.bg-clr{
    position: relative;
    background: #026be8;
    
}

.bg-clr:after{
    position: absolute;
    left: -20px;
    width: 50%;
    height: 100%;
    content: "";
    background: #026be8;
    top: 0;
    z-index: 1;
}

.bg-clr p{
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: 500;
    text-align: center;
}
.bg-clr p:after{
        position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #000;
    content: "";
    z-index: 10;
}




.bg-clr  h3{
    position: relative;
    float: left;
    margin: 25px 0 15px;
    font-size: 20px;
    color: #fff;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 600;
    text-align: center;
    z-index: 10;
    
}

.bg-clr h3:after{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #fff;
    content: "";
    z-index: 10;
}


.ic-left{
    position: relative;
       margin-bottom: 50px;
    
}
.ic-left:after {
    position: absolute;
    left: 49px;
    width: 3px;
    height: 77%;
    background: #0b79ec;
    content: "";
    z-index: 0;
    top: 38%;
}
.ic-left.last:after{
    display: none;
}


.ic-left h4{
padding-left: 90px;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 5px;
}

.ic-left p{
    padding-left: 90px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}


.ic-left .block {
    position: absolute;
    left: 0;
    top: -18px;
}





.ic-left:after {
    position: absolute;
    left: 49px;
    width: 3px;
    height: 77%;
    background: #0b79ec;
    content: "";
    z-index: 0;
    top: 38%;
}


@media (min-width: 1200px){
    
 .ic-left .block {
    position: absolute;
    left: -35px;
    top: -18px;
}   
.ic-left:after {
    position: absolute;
    left: 15px;
    width: 3px;
    height: 77%;
    background:#009fe1;
    content: "";
    z-index: 0;
    top: 33%;
}    
    
}



.hovicon {
    display: inline-block;
    font-size: 30px;
    line-height: 54px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #000;
    background: #fdb41c;
}


/* Effect 9 */
 .hovicon.effect-9 {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-9:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #bdbdb5;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
/* Effect 9a */
 .hovicon.effect-9.sub-a:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
}
.hovicon.effect-9.sub-a:hover {
    box-shadow: 0 0 0 10px rgba(189, 189, 181, 1);
    color: #fff;
}
.hovicon.effect-9.sub-a:hover i {
    color: #fff;
}

.ic-left:hover .hovicon.effect-9.sub-a {
    box-shadow: 0 0 0 10px rgba(189, 189, 181, 1);
    color: #fff;
}
/* Effect 9b */


.quart button.close {
    position: absolute;
    top: -20px;
    right: -11px;
    color: #fff;
    opacity: 1;
}

.quart .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #464646;
    color: #fff;
    font-weight: 700;
}

.quart .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
}

.quart .contact-frms .form-control {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 3px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e8e4e4;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    cursor: text;
    border-bottom: 1px solid #e8e4e4;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0) 0 1px 5px;
    box-sizing: border-box;
    min-height: 44px;
}

.quart .md-form, .quart .md-form .btn {
    margin-bottom: 1rem;
}

 .quart  .contact-frms .md-form label {
     top: 10px;
    color: #b6acac;}
.quart .contact-frms {
    float: left;
    width: 100%;
    padding: 15px 0;
}


.quart .contact-frms .btn-outline-danger {
    border: 0px solid #000000;
    color: #ffffff!important;
    background-color: black;
    width: 100%;
    padding: 15px 10px !important;
    left: 0;
    float: left;
    box-sizing: border-box;
    
        display: flex;
    justify-content: center;
    align-items: center;
}


.quart  i.icofont-long-arrow-right {
    margin-left: 20px;
    font-size: 20px;
    line-height: 0;}

.left-padd {
    width: 100%;
   
    text-align: justify;
}

@media (min-width:992px){

.left-padd {
    width: 100%;
    padding-right: 80px;
    text-align: justify;
}
    .left-padd  p{
        line-height: 28px;
    }    
    
}

@media (min-width: 1300px){
.why-choos-us .container {
    max-width: 1250px;
}
}

/**********************/
/*   Responsive Menu  */
/**********************/


.bg-mission{
    position: relative;
    min-height: 450px;
    width: 100%;
    float: left;
    background: url(../img/PARALISE.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 90px 0;
    
}

.bg-mission p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    padding: 0 100px;
    line-height: 45px;
    margin: 0;
}
.bg-mission  h2 {
    position: relative;
    float: left;
    margin: 0 0 40px;
    font-size: 30px;
    color: #1f1f1f;
    width: 100%;
    padding-bottom: 18px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}
.bg-mission h2:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #026be8;
    content: "";
}



.hg_section.sub-ft {
    float: left;
    width: 100%;
    position: relative;
  background: #fff;
   padding: 12px 0 12px;
      box-shadow: 5px 12px 18px 2px rgba(0, 0, 0, 0.43);

}

.foot-log {
    width: 100%;
    text-align: left;
    position: relative;

    padding: 0px 0;
}
.foot-log  img{
    max-width: 220px;
}

.hg_section  ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: inline-block;
        float: right;
        margin-top: 17px;
}

.hg_section  ul li{
    margin: 0;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.social-circle li a {
display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 40px;
    height: auto;
    font-size: 16px;
    background: transparent;
    line-height: 0;
    padding: 0;
}
.social-circle li i {
	margin:0;
	line-height:20px;
	text-align: center;
    color: #7d7e82;
}
.social-circle li i:hover {
  
    color: #48aff2;
}



.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}



@media (min-width: 1200px){

.footer  .col-lg-3 {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
}
 .col-md-6.col-lg-3.subs   {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
} 
    
  .footer  .col-lg-4 {
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
}
    
    
}
.col-md-6.col-lg-3.subs  p{
    padding-right: 0;
}


.footer{
    width: 100%;
    position: relative;
    min-height: 150px;
        background-color: #1e1e1e;
    float: left;
    padding: 50px 0;
    
    
  }
.footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li a{
    clear: both;
    float: left;
    color: #48484f;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 16px;
    padding: 8px 0;
    
}

.footer h3 {
        color: #009fe1;
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    position: relative;
}

.footer h2 {
    color: #bfbfbf;
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}
.footer h2:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #c5c5c5;
    content: ""; 
}


.footer p {

    font-size: 14px;
     line-height: 25px;
        color: #7b7f82;
    padding-right: 15px;
    
}



.quicklinks{
    position: relative;
    width: 100%;
}
.quicklinks ul{
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.quicklinks ul li{
    width: 100%;
    float: left;
     color: #aba4a4;
        
}

.quicklinks ul li a{
    color: #7b7f82;
    padding-bottom: 7px;
    float: left;
    font-size: 14px
    }
.quicklinks ul li a:hover{
    color: #48aff2 !important;
    }



.quickcontact{
    position: relative;
    width: 100%;
}
.quickcontact ul{
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
       
}

.quickcontact ul li{
    width: 100%;
    float: left;
    color: #7b7f82;
    position: relative;
    padding-left: 50px;
    margin-bottom: 14px;
    display: flex;
    /* justify-content: center; */
    min-height: 40px;
    /* flex-direction: column; */
    flex-flow: wrap;
    align-items: center;
        font-size: 14px;
        
}

.quickcontact ul li i{
position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
    line-height: 20px;
    color: #858585;
    padding: 10px 5px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    background: rgba(79, 75, 75, 0.29);
    text-align: center;
    border-radius: 50%;
}


.quickcontact ul li:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 100%;
    z-index: 1;
    background-color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    width: 40px;
    height: 40px;
}

.quickcontact ul li:hover:after {
    opacity: 1;
    background-color: #009fe1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
        z-index: 1;
}

.quickcontact ul li:hover i{
     background: rgba(79, 75, 75, 0); 
    z-index: 15;
    color: #fff;
}

.quickcontact ul li a:hover {
    color: #009fe1;}


.quickcontact ul li a{
    color: #7b7f82;
       padding-bottom: 5px;
    line-height: 18px;
    float: left;
    text-transform: lowercase;
    }


.botto-foot {
    float: left;
    width: 100%;
       background: #000;
    padding: 20px 0;
    
    position: relative;
}

.botto-foot:after{
    position: absolute;
    left: 0;
    right: 0;
    width: 94%;
    height: 1px;
   background: #232323;
    content: "";
    top: 0;
    margin: auto;
    
}


.botto-foot span.copy {
    text-align: left;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
}  

.botto-foot span.copy a{
color: #a9abac;
    text-decoration: none;
    font-weight: 600;
}
.botto-foot span.copy a:hover{
    color: #009fe1;
}   
.botto-foot .right {
    float: right !important;
    width: 100%;
    text-align: right;
    margin-top: 0px;
      color: #858585;
    
} 

.botto-foot .right a{
    color: #3fa9a9;
}


.signup {
    position: relative;
}

input#email-signup {
    padding: 10px;
    border: 0;
    position: relative;
    outline: none;
        background: #fff;
    width: 100%;
    
}
button.ar-btn{
    color: #fff;
     position: absolute;
    top: 0;
    z-index: 10;
    width: 48px;
    height: 100%;
    right: -30px;
    border: 0;
    background: #ffa00;}
button.ar-btn:hover{
    background: #111111;
}


ul.social-circle {
    margin: 0;
    padding: 0;
    list-style: navajowhite;
    list-style: none;
    float: right;
}

ul.social-circle li{
    display: inline-block;
}



#button-top{
  display: inline-block;
  background-color: #FF9E00;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-top::after {
  content: "\ea5e";
     font-family: IcoFont;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
}
#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

@media (max-width:992px) {
.center-text h2 span {
    display: block;
    font-size: 30px;
    }
    
.center-text h2 {
    font-weight: 700;
    font-size: 40px;}
    
 .four-bx {
    position: relative;
    float: left;
    width: 100%;
   padding: 53px 15px 50px;
    background: #313131;
}   
 .about-bx h1 {
  
     font-size: 40px;}   
    
    
}



.social-new-one {
    position: absolute;
    /* left: 0; */
    right: 0;
    width: auto;
   
    z-index: 100;
    top: 58px;
    height: 50px;
}

header.top-head.header-fixed  .social-new-one{
  top: 32px;  
}





.social {
	float: right;
	width: 100%;
	display: inline-block;
}

.social-new-one  .social .item {
	color: #fff;
	padding: 8px 0px;
	display: block;
	float: left;
	font-size: 18px;
	margin-left: 10px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center
}
@media only screen and (max-width: 768px) {
.social-new-one  .social .item {
	float: inherit;
	margin: 0px 10px;
	display: inline-block;
	margin-top: 15px
}
}
.social-new-one  .social .item:hover {
	color: #fff;
	opacity: 1
}
.social-new-one  .social .item:hover:after {
	opacity: 1;
	background-color: #00cfad;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.social-new-one  .social .item:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 100%;
	z-index: -1;
	background-color: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: scale(0.3);
	-ms-transform: scale(0.3);
	transform: scale(0.3);
	opacity: 0
}






    
@media (max-width:590px) {
button.ar-btn {
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 48px;
    height: 100%;
    right: -1px;
    border: 0;
    background: #00cfad;
}

}
