/*  2. Header top Area
/*--------------------------------*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.40);
  z-index: 9;
}
    

/* 2.1. Stick menu */
/*--------------------------------*/

.header-area.stick {
  background-color: rgba(0, 0, 0, 1);
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.stick .navbar-header a.navbar-brand {
  display: inline-block;
  height: 90px;
}

.stick .navbar-brand>img {

}

.stick .navbar-brand.sticky-logo>img {
  display: block;
}


.stick .main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
  color: #fff;
}

.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
  background-color: #f5f5f5;
  color: #fff;
  outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #fff;
}

.stick .logo {
  height: 50px!important;
}

.stick .logo a {
  margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
  color: #fff;
  line-height: 22px;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.stick .navbar-default .navbar-toggle {
  padding: 10px 0px;
}







.active a{
    color:#Fff!important;
    border-bottom:2px solid #3cc3f0;
}
.menu-links ul li a:hover{
    color:#fff!important;
    border-bottom:2px solid #3cc3f0;
}


.menu-links ul li a{
    font-size:16px;
    font-weight: bolder;
    text-transform:uppercase;
    margin-left:15px!important;
    display:inline-block;
    color:#fff;
    font-family: sans-serif;
    font-family:sans-serif;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
#button::after {
  content: "\f077";
  font-family:FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.about-us-section{
  background:#f4f5f6;
}
.about-left img{
  box-shadow:15px 15px 8px 0px  #3cc3f0;
}
.about-right p
{
  font-size:20px;
}
.intro{
  color:#3cc3f0;
}
.contactbtn{
  padding:6px 20px;
  background: #3cc3f0;
  color: white;
  font-size:18px;
  margin:0 auto;
  text-transform: capitalize;
  margin-top:20px;
  border-radius:25px;

  display: inline-block;
}
.contactbtn:hover{
  text-decoration: none;
  background:white;
  border:2px solid #3cc3f0;
}


/*service section start */
.srvicesrow .card{ 
/*box-shadow:1px 2px 5px 1px gray; }*/

}
.srvicsrow .card-header{
  background:transparent;
  border-bottom:0px;
}
.srvicsrow .card-header i{
  background:#3cc3f0;
  width:80px;
  color:white;
  height:80px;
  line-height:1.7;
  text-align:center;
  border-radius:100%;
}
.learnmorebtn{
  padding:8px 20px;
  border:1px solid #3cc3f0;
  font-size:17px;
  border-radius:25px;
}


  /*3. Quote area
--------------------------------*/

.suscribe-area {
  background: #3EC1D5!important;
  padding: 30px 0;
  width:100%!important;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/*--------------------------------*/
/*team section start */
.team-section{
  background:#f4f5f6;
}
.our-team{
    padding: 20px 15px 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}
.our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    background: #17bebb;
    border-radius: 50%;
}
.pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #17bebb;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 5px;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #17bebb;
    border: 1px solid #17bebb;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #17bebb;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


/*team section end*/

/*testimoanl start */

.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #3cc3f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #3cc3f0!important;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #3cc3f0;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #3cc3f0;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #3cc3f0;
}
/*testimonal end*/

/*footer start*/
.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
  width:100%;
  margin:0px!important;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a, .credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}



/*footer end*/
/*contct page start*/
.contact-section{
  margin-top:100px;
  height:200px;
  background: blue;
}
/*--------------------------------*/


.contactt-section{
  width:100%;
  height:60vh;
   background-image:linear-gradient(to left,rgb(0,0,0,.8),
    rgba(62, 193, 213,.2)),url(../img/contact_us_header.png);
  background-size:100% 100%; 
  background-position:center;
}
.contactt-section h1{
  margin-top:140px;
  color:white;
  font-size:60px;
  text-transform:capitalize;
  font-weight:700;
  text-shadow:1px 1px 12px #3cc3f0;
}
.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}


.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}
.cp{
  font-size:18px;
}
.contact-btnn{
  padding:10px 20px;
  border:1px solid #3cc3f0;
    background: #3cc3f0;
  color:white;
  font-size:20px;
  text-transform:capitalize;
  border-radius:25px;
  display:inline-block;
  margin-top:20px;
}
.contact-btnn:hover{
  background:white;
  
  color:black;
  text-decoration: none;
}
/*contact end*/
.autoglasshero-section{
  width:100%;
  height:450px;
   background-image:linear-gradient(to left,rgb(0,0,0,.8),rgba(62, 193, 213,.2)),url(../images/autoglasshero1.jpg);
  background-size:100% 100%; 
  background-position:center;
}
.autoglasshero-section h1{
  margin-top:140px;
  color:white;
  font-size:60px;
  text-transform:capitalize;
  font-weight:700;
  text-shadow:1px 1px 12px #3cc3f0;
}

.intro-autoglass h2{
  color:#3cc3f0;
  font-family:sans-serif;
}
.intro-p{
  font-size:19px;
  color:gray;
}
.companyname{
  color:#3cc3f0;
}
.first-contents{
  background:#f2f2f2;
}
.h-titl{
  color:#3cc3f0;
  text-shadow:1px 1px 2px #000;
}
.left-side-first-content p{
  font-size:18px;
}

/*residential glass installation start */

.customglassinstallation{
  width:100%;
  height:400px;
   background-image:linear-gradient(to left,rgb(0,0,0,.8),
    rgba(62, 193, 213,.2)),url("../images/image.png");
  background-size:100% 100%; 
  background-position:center;
}
.customglassinstallation h1{
  margin-top:140px;
  color:white;
  font-size:60px;
  text-transform:capitalize;
  font-weight:700;
  text-shadow:1px 1px 12px #3cc3f0;
}
.intro-autoglass ul li{
  list-style:none;
  font-size:18px;
  color:gray;
  text-align:center;
}
.intro-autoglass ul li i{
  color:#3cc3f0;
  padding-left:10px;
  padding-right:5px;
}

.intro-autoglass h2{
  color:#3cc3f0;
  font-family:sans-serif;
}
.intro-p{
  font-size:19px;
  color:gray;
}
.companyname{
  color:#3cc3f0;
}
.first-contents{
  background:#f2f2f2;
}
.h-titl{
  color:#3cc3f0;
  text-shadow:1px 1px 2px #000;
}
.left-side-first-content p{
  font-size:18px;
}
.gallery-side{
  height:470px;
}
.gallery-side img{
  width:100%;
  height:400px;
}
.lSAction > a {
    width: 34px;
    display: block;
    top: 50%;
    height: 58px;
    background-image: url(../images/controls.png)!important;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.9;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 40px!important;
  
}

/*rv glass start */
.rvhero{
  width:100%;
  height:400px;
   background-image:linear-gradient(to left,rgb(0,0,0,.8),
    rgba(62, 193, 213,.2)),url(../images/rvhero.jpg);
  background-size:100% 100%; 
  background-position:center;
}
.rvhero h1{
  margin-top:140px;
  color:white;
  font-size:60px;
  text-transform:capitalize;
  font-weight:700;
  text-shadow:1px 1px 12px #3cc3f0;
}

/*windshiled replacement start */
.windshildreplacement{
  width:100%;
  height:400px;
   background-image:linear-gradient(to left,rgb(0,0,0,.8),
    rgba(62, 193, 213,.2)),url(../images/windshildreplacement.jpg);
  background-size:100% 100%; 
  background-position:center;
}
.windshildreplacement h1{
  margin-top:140px;
  color:white;
  font-size:60px;
  text-transform:capitalize;
  font-weight:700;
  text-shadow:1px 1px 12px #3cc3f0;
}

/*camera page stryl star t*/

.windshieldcamera{
  width:100%;
  height:400px;
   background-image:linear-gradient(to left,rgb(0,0,0,.8),
    rgba(62, 193, 213,.2)),url(../images/camera.jpg);
  background-size:100% 100%; 
  background-position:center;
}
.windshieldcamera h1{
  margin-top:140px;
  color:white;
  font-size:60px;
  text-transform:capitalize;
  font-weight:700;
  text-shadow:1px 1px 12px #3cc3f0;
}

#faq_row{
  min-height: 400px;
  background:#f2f2f2;
}

#faq_h2 h2{
  font-size:60px;
  font-weight:1000;
  color:#3cc3f0;
}

#faq_row .card-header:after{
    font-family:'FontAwesome';
    content:"\f068";
    float:right;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    padding-top:1px;
    padding-bottom:-10px!important;
    
    color:#3cc3f0;
    font-size:18px;
   
  }
  #faq_row .collapsed:after{
    content:"\f067";
    
  }
  #faq_h2 p{
    font-size:20px;
    text-transform:capitalize;
  }
  #colap_header a{
    font-size:18px;
    color:gray;
    vertical-align: middle;
  }
  #content_p p{
    font-size:18px;
    text-align:center;
    color:gray;
  }
  #faq_row .card{
    background: none;
    border:none;
  }
  #faq_row .card-header{
    background:transparent!important;
    box-shadow: 0 4px 10px -6px #3cc3f0;
  /*-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);*/

  }
#faq_row .card{

    border-left:1px solid #3cc3f0 ;
    border-right:1px solid #3cc3f0 ;
      border-bottom:1px solid #3cc3f0 ;  
    border-radius:0px;
}


/*windshield repair start*/

.windshildrepairr{
  width:100%;
  height:400px;
   background-image:linear-gradient(to left,rgb(0,0,0,.8),
    rgba(62, 193, 213,.2)),url(../images/repair.jpg);
  background-size:100% 100%; 
  background-position:center;
}
.windshildrepairr h1{
  margin-top:140px;
  color:white;
  font-size:60px;
  text-transform:capitalize;
  font-weight:700;
  text-shadow:1px 1px 12px #3cc3f0;
}