@font-face {
    font-family: 'Avenir Next Regular';
    src: url('fonts/Avenir Next Regular.ttf') format('truetype');
}  
@font-face {
    font-family: 'Avenir-Roman';
    src: url('fonts/avenir-roman.ttf') format('truetype');
}
@font-face {
    font-family: 'AvenirNext-UltraLight';
    src: url('fonts/AvenirNext-UltraLight.ttf') format('truetype');
} 
@font-face {
    font-family: 'DIN-Alternate-Bold';
    src: url('fonts/DIN Alternate Bold.ttf') format('truetype');
} 
@font-face {
    font-family: 'Avenir-Black';
    src: url('fonts/Avenir-Black.ttf') format('truetype');
}
/*body{
    font-family: 'Avenir Next Regular';
}*/

h1, h2, h3, h4, h5, h6 {
   
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
h3 {
    font-size: 22px;
    line-height: 34px;
}
p {
    color: #444;
  
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    padding: 0;
}

.top-header{
    background-color: #F5F5F5;
    min-height: 50px;
    padding-top: 1%;
}
.top-header i{
    margin-right: 1%;
}
.top-header a{
    margin-left: 4%;
    color: #999;
}

.header .navbar-light{
    background: white;
}
.header .navbar-nav{
    margin-left: 20%;
}
.navbar-light .navbar-nav .nav-item {
    margin-left: 14px;
}
.header .navbar-brand img{
    width: 100%;
}
.header li{
    /*     margin-left: 2%;*/
}
.header li a{ 
    /*    font-family: 'Raleway';*/
    font-size: 14px;
    font-weight: 400;
    /*line-height: 24px;*/
    color: #444444;
    /*padding: 12px 0 12px 26px;*/
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #66A1C3;
}

.banner{
    background-image: url("images/banner.jpg");
    background-position: 0% 0px;
    background-color: #cccccc;
    min-height: 500px; 
    /*background-position: center;*/ 
    background-repeat: no-repeat; 
    background-size: cover; 
    padding-bottom: 4%;
}
.banner-content{

    text-align: center;
    color: #fff;
    padding-top: 10%;
}
.banner-content .banner-heading{
    z-index: 5; 
    font-size: 65px; 
    
    font-weight: 600;
}
.banner-content .banner-description{
    font-size: 24px; 
    line-height: 32px; 
    font-weight: 400;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.banner .call-us{
    color: rgba(4, 83, 115, 1.00);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding: 1% 2% 1% 2%;

    border: 2px solid #0069d9; 
    text-decoration: none;
}

.ratings .sub-rating{
    background: #f1f2f2;
    border: 1px solid #ccc;
    border-radius: 3px;
   padding-top: 4%;
}
.sub-rating .heading{
    padding-top: 2%;
   
    padding-left: 2%;
    margin-bottom: 4%;
    /*    border-bottom: 1px solid #d7d7d7;*/
}
.sub-rating .heading img{
    width: 70%;
    margin-top: 2%;
    margin-bottom: 10%;
    margin-left: 10%;
}

.ratings i{
    color: #f7901e;
}

.over-all{
    background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    margin-left: 5%;
    margin-right: 5%;
}
.over-all .head{
    color: #3d4549;
    font-size: 16px;
    font-weight:600; 
    text-align: center;
    overflow: hidden;
    margin: 10px 0;

}
.over-all .head span{
    border-bottom: 1px solid #ccc;
    /*    content: "";*/
    height: 7px;
    /*    position: absolute;
        top: 0;*/
    width: 30px;
}
.over-all .total-rating{
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}
.over-all .total-rating i{
    font-size: 32px;
}
.over-all .total-rating span{
    font-size: 36px;
    color: #3d4549;
    font-weight: bold;
    right: 0px;
    float: right;
    margin-top: -5%;
}
.total-rating .varified{
    color: #ccc;
    font-size: 10px;
    font-weight: bold;
}
/*.over-all .head:before, .over-all .head:after {
    border-bottom: 1px solid #ccc;
    content: "";
    height: 7px;
    position: absolute;
    top: 0;
    width: 20px;
}*/

.criteria{
   padding-left: 2%;
    padding-right: 2%;
   
}
.over-all .sub-criteria{
    margin-bottom: 2%;
    padding-right: 2%;
}
.over-all .sub-criteria i{
    font-size:18px;
    float: right;
    right: 0px;
}
.over-all .sub-criteria span{

    color: #999;
    font-size: 12px;
}

.ratings .heading2{
    background: #3d4549;
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 10px;
    float: none;
    text-align: center;
    font-family: helvetica, arial, san-serif;
    font-size: 29px;
  
   
}
.ratings .reviews{
   background: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    margin-top: 13.5%;
    height: 270px;
    overflow-y: scroll;
     margin-left: 5%;
    margin-right: 5%;
}


.reviews .head{
    color: #3d4549;
    font-size: 16px;
    font-weight:600; 
    text-align: center;
    overflow: hidden;
    margin: 10px 0;

}
.reviews .head span{
    border-bottom: 1px solid #ccc;
    /*    content: "";*/
    height: 7px;
    /*    position: absolute;
        top: 0;*/
    width: 30px;
}
.reviews .sub-reviews{
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 2%;
}
.reviews .sub-reviews i{
    color: #f7901e;
    font-size: 18px;
}
.reviews .sub-reviews .point{
    color: #f7901e;
    font-size: 20px;
    font-weight: bold;
   
    margin-left: 5px;
}
.reviews .sub-reviews .date{
    font-size: 10px;
    color: #ccc;
    font-weight: bold;
   
    margin: 0px 0 0 6px;
}

.reviews .sub-reviews .reviewed-by{
    font-size: 10px;
    color: #666;
    font-weight: bold;
    margin: 5px 0 10px;
}
.reviews .sub-reviews .comment{
    font-family: 'Helvetica',Arial,sans-serif;
    font-size: 10px;
    color: #999;
    margin-bottom: 20px;
} 

.help{
    margin-top: 4%;
}
.help img{
    width: 70%;
}
.help .description{
    margin-top: 1%;
    
    font-size: 16px;
    line-height: 26px;
}
.help .help-btn{
   float: right;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    background: #66A1C3;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #66A1C3;
}
.what-we-do{
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #f5f5f5;
        text-align: center;
}
.what-we-do .heading{
    font-size: 24px;
}
.what-we-do .heading::after{
    display: block;
    content: "";
    background: #66A1C3;
   width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 2px;
}

.what-we-do .description{
    margin-top: 4%;
    font-size: 16px;
    line-height: 26px;
}

.what-we-do .card-title a{
    color: #000;
    transition: opacity 0.3s ease 0s;
    opacity: 1;
}
.what-we-do .card-title a:hover{
    opacity: 0.6;
    text-decoration: none;
}
.what-we-do .card-title::after{
    display: block;
    content: "";
    background: #66A1C3;
   width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 2px;
}

.what-we-do .products-btn{
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    background: #66A1C3;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #66A1C3;
}

.price-guarantee{
    padding-top: 4%;
    padding-bottom: 4%;
   
        text-align: center;
}
.price-guarantee .heading{
    font-size: 24px;
}
.price-guarantee .heading::after{
    display: block;
    content: "";
    background: #66A1C3;
   width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 2px;
}

.price-guarantee .description{
    margin-top: 4%;
    font-size: 16px;
    line-height: 26px;
}


.banner2{
    min-height: 80px;
    background: #F5F5F5;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05) inset;
}

.banner2 h1{
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 26px;
    line-height: 34px;
}
.banner2 .banner-right{
    margin-top: 6%;
}

.banner2 .refference{
    float: right;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    line-height: 20px;
}
.banner2 span{
    float: left;
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    line-height: 20px;
}
.banner2 .refference li{
list-style: none;
    float: left;
    
    text-transform: uppercase;
}
.banner2 .refference li a {
    color: #444;
}

.free-quote{
/*    margin-top: 10%;*/
    border: 1px solid #E2E6E7;
    padding: 30px 18px 47px;
    text-align: center;
    
}
.free-quote img{
    width: 50%;
}
.free-quote .quote-btn{
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    background: #66A1C3;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #66A1C3;
}
ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vertical-menu li {
    margin-top: 10px;
}
.vertical-menu li a {
    text-decoration: none;
    display: block;
    background: #F5F5F5;
    padding: 18px 18px 18px 19px;
    line-height: 24px;
    color: #444;
}
.vertical-menu li a i{
    right: 0px;
    float: right;
    font-weight: 400;
    font-size: 14px;
}
.vertical-menu li a:hover{
    background: #66A1C3;
    color: #fff;
}
.single-page{
    padding-top: 4%;
}
.detail-page img{
    width: 100%;
}
.detail-page h1{
    margin-top: 4%;
    font-size: 22px;
    line-height: 34px;
}
.detail-page h1::after{
    display: block;
    content: "";
    background: #66A1C3;
   width: 60px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
    height: 2px;
}
.list-items{
    margin-top: 20px;
}
.list-items li {
    list-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
    border: none;
}
li.template-bullet:before{
 color: #66A1C3;
    padding-right: 15px;
    margin-left: -30px;
    vertical-align: text-top;
}
.template-bullet:before {
    content: "✓";
}

.post-details{
    margin-top: 8%;
   border-right: 1px solid #E2E6E7
}

.post-details .month{
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 20px;
    text-align: center;
    margin-bottom: 6%;
}
.post-details .day{
    font-weight: 600;
    font-size: 26px;
    color: #66A1C3;
    line-height: 20px;
    text-align: center;
    margin-bottom: 6%;
}

.post-details .year{
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 20px;
    text-align: center;
}
.read-more{
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    text-decoration: none;
    background: #66A1C3;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #66A1C3;
}
/*------- Contact Us -----------*/



.contact-details

{    
    background-color: #66A1C3;
    align-items: center;
   
    color: #fff;
    text-align: center;
        padding-bottom: 2%;
}
.contact-details .top-icon{
    margin-top: 12%;
    background: #fff;
    border-radius: 60px;
    width: 75px;
    height: 75px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2%;
}
.contact-details img{
    vertical-align: middle;
    margin-top: 15px;
    width: 40px;
    height: 40px;
}

.contact-details p{
    font-size: 18px;
    margin-bottom: 3%;
    font-weight: 600;
    line-height: 26px;
    color: #FFF;
}

.contact{
    margin-top: 4%;
    margin-bottom: 4%;
}

.contact h4{
    font-size: 22px;
    line-height: 34px;
    margin-top: 5%;
}

.contact h4::after{
    display: block;
    content: "";
    background: #66A1C3;
   width: 60px;
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
    height: 2px;
}
.contact .contact-info{
    margin-top: 10%;
}

.contact .icon {
    background: #fff;
    border-radius: 60px;
    border:1px solid #66A1C3;
    width: 75px;
    height: 75px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4%;
    margin-top: 4%;
}
.contact .icon i{
    font-size: 30px;
    color: #66A1C3;
    margin-left: 28px;
    margin-top: 20px;
}
.contact iframe {
    margin-top: 5%;
    width: 100%;
    height: 400px;
    border: 4px solid #1343c3;
}
.contact form{
    margin-top: 4%;
}
.contact textarea{
    height: 100%;
}
.contact .read-more{
    float: right; 
    right: 0px; 
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    /* height: calc(2.25rem + 2px); */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
     border-radius:0; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer{
    text-align: center;
}
.footer .copy-rights{
    color: #999;
    font-size: 16px;
    line-height: 24px;
}
.copy-rights{
    color: #999;
}
.copy-rights a {
    color: #444;
}

@media only screen and (max-width: 600px) {
     .ratings .heading2{
   background: #3d4549;
    color: #fff;
    margin: 0;
    padding: 0px 27px 0px 9px;
    float: left;
    margin-left: 10%;
    text-align: center;
    font-family: helvetica, arial, san-serif;
    font-size: 29px;
}
.help img {
    width: 30%;
}
.help .help-btn {
     float: left; 
}
.free-quote img {
    width: 40%;
}
.header .navbar-nav {
     margin-left: 0%; 
}
.ratings .reviews{
   
     margin-left: 5%;
    margin-right: 5%;
}
.over-all .sub-criteria i{
    font-size: 14px;
}
.reviews .sub-reviews i{
    font-size: 14px;
}
.over-all .head{
    font-size: 14px;
}
.over-all .total-rating i {
    font-size: 18px;
}
.over-all .total-rating span {
    font-size: 20px;
}
.ratings .heading2 {
  
    padding: 10px 10px 10px 10px;
    float: none;
    margin-left: 3%;
    margin-right: 3%;
}
.ratings .reviews {
    margin-left: 3%;
    margin-right: 3%;
     margin-top: 0%;
}

}
@media only screen and (max-width: 768px) {
    .help img {
    width: 30%;
}
.header .navbar-nav {
    margin-left: 0%;
}
.over-all {
    margin-left: 3%;
    margin-right: 3%;
}
.ratings .heading2 {
    padding: 10px 10px 10px 10px;
    float: none;
    margin-left: 3%;
    margin-right: 3%;
}
.ratings .reviews {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 0%;
}
.free-quote img {
    width: 40%;
}
}

@media only screen and (min-width: 768px) {
    .ratings .heading2{
    background: #3d4549;
    color: #fff;
    margin: 0;
    padding: 0px 27px 0px 9px;
    float: right;
    text-align: center;
    font-family: helvetica, arial, san-serif;
    font-size: 29px;
  
   
}
.header .navbar-nav {
     margin-left: 0%; 
}
.ratings .reviews{
   
     margin-left: 0%;
    margin-right: 0%;
}
.over-all .sub-criteria i{
    font-size: 14px;
}
.reviews .sub-reviews i{
    font-size: 14px;
}
.over-all .head{
    font-size: 14px;
}
.over-all .total-rating i {
    font-size:22px;
}
.over-all .total-rating span {
    font-size: 24px;
}
.ratings .reviews{
    height: 255px;
}
.help img {
    width: 100%;
}
.over-all {
    margin-left: 3%;
    margin-right: 3%;
}
.free-quote img {
    width:70%;
}
}

@media only screen and (min-width: 992px) {
     .ratings .heading2{
    background: #3d4549;
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 10px;
    float: none;
    text-align: center;
    font-family: helvetica, arial, san-serif;
    font-size: 29px;
  
   
}
.free-quote img {
    width: 50%;
}
.header .navbar-nav {
     margin-left: 5%; 
}
.navbar-light .navbar-nav .nav-item {
    margin-left: 4px;
}
.ratings .reviews{
   margin-top: 2%;
     margin-left: 0%;
    margin-right: 0%;
}
.over-all .sub-criteria i{
    font-size: 20px;
}
.reviews .sub-reviews i{
    font-size: 20px;
}
.over-all .head{
    font-size: 16px;
}
.over-all .total-rating i {
    font-size: 32px;
}
.over-all .total-rating span {
    font-size: 36px;
}
.ratings .reviews{
    height: 271px;
}
.help img {
    width: 70%;
}
.over-all {
    margin-left: 0%;
    margin-right: 0%;
}
.free-quote img {
    width: 50%;
}
.header li a {
    font-size: 12px;
}
}

@media only screen and (min-width: 1200px) {
    .ratings .heading2{
    background: #3d4549;
    color: #fff;
    margin: 0;
    padding: 10px 10px 10px 10px;
    float: none;
    text-align: center;
    font-family: helvetica, arial, san-serif;
    font-size: 29px;   
} 
.ratings .reviews{
    margin-top: 3%;
}
.header .navbar-nav{
    margin-left: 20%;
}
.navbar-light .navbar-nav .nav-item {
    margin-left: 14px;
}
.ratings .reviews{
   
     margin-left: 0%;
    margin-right: 0%;
}
.header li a {
    font-size: 14px;
}
}