body{  font-family: 'poppinsregular'; background-color: #000;}

.logo {
    margin-top: 5px;
}

.top-bor {
    background-color: #F14E01;
    padding: 4px;
}
.img-responsive {
    display: inline;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.mr-left-20 {
    margin-left: 22px;
}

.bg-nav {
    background-color: #0061AA;
    border-top: 4px solid #009B68;
}

.blue-bg {
  background-image: url(../images/services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}
.mar-bt-10{margin-top: 10px; margin-bottom: 10px;}
.mar-bt-20{margin-top: 20px; margin-bottom: 20px;}
.mar-tb-50-1{margin-top: 60px; margin-bottom: 60px;}
.mar-bt-50{margin-top: 50px; }
.mar-bt-80b{margin-bottom: 80px; }
.mar-bt-50b{margin-bottom: 50px;}

.img-bor{border: 1px solid #555; padding: 5px;}
.mr-20{margin-left: 15px;}
.callus {
    font-family: 'poppinsbold';
    color: #ffffff;
    margin-top: 33px;
    margin-bottom: 10px;
    font-size: 34px;
}
.callus a {
    color: #ffffff;
    text-decoration: none;
}

.callus a:hover{
     color: #ffffff;
    text-decoration: none;
}

.navbar {
    margin-bottom: 0px !important;
    margin-top: 3px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 20px;
}
.navbar-default {
    border-radius: 0px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #f14e01;
    border-radius: 8px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #ffffff;
    background-color: #f14e01;
    border-radius: 8px;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'montserratsemibold';
    color: #fff;
    font-size: 124%;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
    margin-right: 2px;
}

.navbar-toggle {
    width: 100%;
    float: none;
    margin-right: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f14e01;
}

.dropdown-menu {
    background-color: #f14e01;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


.dr-active {
    background-color: #009b68;
}

h1 {
    font-family: 'poppinsbold';
    font-size: 57px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
}

h1 span {
    color: #515848;
    color: #FFC83D;
    font-size: 18px;
    text-transform: none;
}


h2 {
    font-family: 'montserratbold';
    font-size: 28px;
    color: #663632;

}

.section-title {
            color: #ffd65c;
            margin-top: 40px;
            margin-bottom: 15px;
            font-weight: 600;
            letter-spacing: 1px;
        }
        .main-title {
            font-size: 48px;
            font-weight: bold;
            letter-spacing: 2px;
            margin-bottom: 40px;
        }
.rate-box {
    border: 2px solid #444;
    border-radius: 5px;
    padding: 19px 18px 57px 12px;
    margin: 10px;
    background: rgba(20, 20, 20, 0.85);
}
.rate-label {
    font-size: 24px;
    font-family: 'poppinsbold';
    color: #fff;
    margin-top: 5px;
    float: left;
    margin-bottom: 12px;
}
.rate-price {
    font-size: 34px;
    color: #ffd65c;
       font-family: 'poppinsbold';

    float: right;
}
        .row-flex {
            display: flex;
            justify-content: center;
        }



.top-slide {
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
}

.top-slide-in {
    background-image: url(../images/roof-repair.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 500px;
}

.top-contact{
    background-image: url(../images/contact-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  min-height: 500px;
}
.gallery{
    background-image: url(../images/gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
      min-height: 500px;
}


.services{background-color: #1C1C1C;}
.services h3 {
    font-size: 24px;
    text-transform: uppercase;
     font-family: 'poppinssemibold';
    color: #fff;
}



.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bg-testi {
    background-image: url(../images/test-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 50px;
}

.top-slide01 {
    background-image: url(../images/vinyl-siding-installation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 500px;
}

.vinyl-replacement {
    background-image: url(../images/windows-and-doors-company.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
}

.casement-windows {
    background-image: url(../images/casement-windows-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
}

.awning-windows {
    background-image: url(../images/awning-windows-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
}

.bay-and-bow-windows {
    background-image: url(../images/bay-and-bow-windows.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
}

.garden-windows {background-image: url(../images/garden-windows-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
}


.top-roofrep{
    background-image: url(../images/roofreplacement.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  min-height: 500px;
}

i.fa {
    color: #fff;
    font-size: 26px;
    padding-top: 18px;
    margin-right: 16px;
}

#slide-txt h3 {
    color: #fff;
    font-family: 'poppinsbold';
    line-height: 39px;
    font-size: 33px;
}

#slide-txt {
    margin-top: 91px;
}

#slide-txt h1 {
    color: #fff;
    margin-top: 20%;
    font-family: 'poppinsbold';
    font-size: 61px;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}

#slide-txt h2 {
     font-family: 'montserratbold';
    font-size: 31px;
    color: #FFC83D;   
    text-transform: uppercase;
    
}
#slide-txt p {
    font-size: 18px;
      font-family: 'poppinssemibold';
       color: #fff;
    line-height: 26px;
}

.default-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 35px 30px 40px 30px;
    margin-bottom: 40px;
}

.default-sidebar .widget-title {
    position: relative;
    display: block;
    padding-bottom: 21px;
    margin-bottom: 29px;
}




.service-sidebar .sidebar-categories .categories-list li:last-child a {
    border-bottom: 1px solid #fff;
}


.service-sidebar .sidebar-categories .categories-list li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #fff;
    color: #1e1e2a;
    padding: 14px 29px 16px 60px;
    border-bottom: 1px solid #e3e3e3;
}

.service-sidebar .sidebar-categories .categories-list li a:hover {
       color: #f14e01; 
}

.service-sidebar .sidebar-categories .categories-list li a:before {
    position: absolute;
    content: "\f046";
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400;
    color: #f14e01;
    left: 30px;
    top: 17px;
    transition: all 500ms ease;
}
.service-sidebar .sidebar-support .support-inner .content-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 225px;
    left: 0px;
    bottom: 0px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.service-sidebar .sidebar-support .support-inner .content-box:before {
    background: -webkit-linear-gradient(0deg, #f25743, #eb3648 50%);
}



.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.default-sidebar .widget-title .line {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 62px;
    height: 9px;
    background-repeat: no-repeat;
    background-image: url(../images/line-4.png);
}

.default-sidebar .widget-title h3 {
    position: relative;
    margin: 0px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.service-sidebar .sidebar-categories .categories-list li {
    position: relative;
    display: block;
}



.home-from h1 {
    font-size: 28px;
    font-family: 'montserratsemibold';
    line-height: 33px;
    color: #fff;
    text-align: center;
}


.home-from .form-control {
    border: 1px solid #fff;
    background-color: rgba(255,255,255,.7);
    font-weight: 300;
    border-radius: 0px;
}


.home-from  input::placeholder {
  color: #960200;
}



#welcome p {
    color: #000000;
    font-size: 17px;
    line-height: 29px;
}
#welcome h1 {
    font-family: 'montserratbold';
    font-size: 44px;
    line-height: 47px;
    color: #f14e01;
    margin-top: 1px;
}

#welcome h1 span{
    color: #4C4C4C;

}


#welcome h1 small {
    font-family: 'montserratmedium';
    color: #2DB1E6;
    font-size: 52%;
    text-transform: uppercase;
}


h4 {

    font-family: 'montserratbold';
    font-size: 22px;
    line-height: 23px;
    margin-top: 20px;
    color: #f14e01;
}
#quality h2{      font-family: 'montserratbold';   font-size: 40px;
    line-height: 53px; color: #fff;}

#quality p{  color: #fff; font-size: 16px; line-height: 26px;}

#quality h4{    font-family: 'montserratsemibold';
    line-height: 33px; color: #fff; text-transform: uppercase; font-size: 20px;}


#quality h4 a{    font-family: 'montserratsemibold';
    line-height: 33px; color: #fff; text-decoration: none;}

#quality h4 a:hover{ color: #fff; text-decoration: none;}
#quality .white-bor {
    border: 8px solid #fff;
    margin-top: 26px;
}
#star h2 {
    color: #ffffff;
    font-size: 48px;
    line-height: 53px;
    font-family: 'poppinsbold';
    text-transform: uppercase;
}

#star h3 {
    color: #FFC83D;
    font-size: 18px;
  font-family: 'poppinssemibold';
line-height: 30px;
}

#star p {
    font-size: 17px;
    line-height: 29px;
    margin-top: 35px;
    font-style: italic;
    color: #000;
    font-family: 'marteldemibold';
}

#star {
    padding-top: 56px;
    /* padding-bottom: 56px; */
}

.btn-default {
    color: #fff;
background-color: transparent;
    border-color: #ccc;
    font-size: 18px;
    padding: 10px;
}


.btn-default:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

#welcome h3 {
    font-family: 'montserratbold';
    font-size: 25px;
    color: #000;
    line-height: 33px;
}

.box-01 {
    box-shadow: 2px 2px 2px #b7b6b6;
    padding: 29px;
    margin-bottom: 28px;
    border: 1px solid #ebebeb;
}

.form-control {
    height: 46px;
    color: #000;
    background-color: #ffffff;
    border-radius: 3px;
}

.btn-danger {
    color: #fff;
    background-color: #f14e01;
    border-color: #f14e01;
    border-radius: 0px;
    font-family: 'montserratsemibold';
}

.btn-danger:hover {
    color: #fff;
     background-color: #000;
    border-color: #000;
}
.footer-bg p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}


.footer-bg p a{
    color: #fff;
    text-decoration: none;
}

.footer-bg p a:hover{
    color: #fff;
    text-decoration:underline;
}
.footer-bg h3{color: #fff;       font-family: 'poppinsbold'; text-transform: uppercase;}

.mr-top-20 {
    margin-top: 23px;
}
.copyr {
    background-color: #000000;
    color: #fff;
    padding: 13px;
    border-top: 1px solid #1e1e1e;
}

.copyr a{
    color: #fff;
    text-decoration: none;
}

.copyr a:hover{
    color: #fff;
    text-decoration:underline;
}

.services__widget {
    padding: 38px 40px;
}

.grey-bg {
    background: #093178;
}

.p-relative {
    position: relative;
}

.services__widget--pattern.top {
    top: 0;
    left: 0;
}

.fix {
    overflow: hidden;
}

.mb-40 {
    margin-bottom: 40px;
}

.services__widget--pattern {
    width: 100%;
}

.p-absolute {
    position: absolute;
}

.services__widget--pattern.bottom {
    bottom: 0;
    left: 0;
}

.services__widget--pattern {
    width: 100%;
}

.services__widget--title h4 {
    font-family: 'marteldemibold';
    font-size: 28px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 25px;
}




.services__widget--content .services ul li {
    margin-bottom: 10px;
}

.services__widget--content .services li {
    list-style: none;
}

.services__widget--content .services ul li a {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    font-family: 'montserratmedium';
    background: #ffffff;
    display: block;
}

.f-right {
    float: right;
}

.theme-gradient-hover::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
    background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
    background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
    background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.services {
    margin-left: -39px;
}

.services__widget--content .services ul li a:hover {
    background: #009b68;
    color: #fff;
    text-decoration: none;
}

.home-from2 {
    background-color: #fff;
    border-radius: 0px;
    margin-top: 19px;
    padding: 10px;
}


p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
#inpage {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

#inpage h1 {
    font-family: 'marteldemibold';
    font-size: 36px;
    line-height: 53px;
    color: #093178;
    margin-top: 1px;
    margin-bottom: -7px;
}

#inpage h3 {
    font-family: 'marteldemibold';
    font-size: 23px;
    line-height: 33px;
     color: #2255b1;
    margin-top: 24px;
    margin-bottom: -2px;
}

#inpage h2 {
    color: #093178;
    font-size: 29px;
    line-height: 53px;
    margin-bottom: -11px;
    font-family: 'marteldemibold';
}

.find-bg h2 {
    color: #ffffff !important;
    font-size: 29px !important;
    line-height: 43px !important;
    margin-bottom: 15px !important;
    font-family: 'marteldemibold';
}


#inpage h5 {
    color: #019b69;

    font-family: 'marteldemibold';
}

.mr-btn {
    margin-bottom: 21px;
}

#inpage h5 {
    color: #093178;
    line-height: 29px;
    font-size: 18px;
    font-family: 'marteldemibold';
}

.find-bg {
       background-color: #093178;
    color: #fff;
    font-size: 29px;
    margin-top: 30px;
   border: 2px solid #75a0ec;
    font-family: 'montserratmedium';
    margin-bottom: 30px;
    line-height: 39px;
}

.find-bg h2 {
    font-size: 28px;
    line-height: 33px;
}

p strong a{
    color: #000;
    font-size: 16px;
    font-family: 'montserratmedium';
    line-height: 28px;
     text-decoration: none;
}

p strong a:hover{
    color: #000;
    font-size: 16px;
    font-family: 'montserratmedium';
    text-decoration: underline;
    line-height: 28px;
}

.services__benifit-list ul li .icon i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f6f6f6;
    color: #093178;
    font-size: 14px;
    margin-right: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.services__benifit-list ul li {
    list-style: none;
    line-height: 44px;
    font-size: 16px;
}

#ice .services__benifit-list ul li {
    list-style: none;
    line-height: 30px;
    font-size: 16px;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.services__benifit-list ul {
    margin-left: -47px;
}


.bs-callout img {
    margin-bottom: 10px;
}

.bg-warning {
    background-color: #ffe8e8;
    border: 1px solid #ffb8b8;
    margin-top: 16px;
    padding: 10px;
    margin-bottom: 15px;
}

.bs-callout {
    padding: 12px;
    margin: 20px 0;
    border-bottom: 1px solid #4c4c4c;
    border-top: 1px solid #4c4c4c;
    border-right: 1px solid #4c4c4c;
    border-left: #f14e01 2px solid;
    border-left-width: 5px;
    border-radius: 0px;
}
.bs-callout h4 {
    font-size: 21px;
    color: #093178;
    font-family: 'marteldemibold';
}
.list{    color: #000;
    font-size: 16px;
    line-height: 28px;}

.in-top-img img{width: 100%;}

address {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.map-bor {
    border: #CCCCCC 1px solid;
    padding: 5px;
}


.mr-top-B-20 {
    margin-top: 23px;
       margin-bottom: 23px;
}


.imgCapRight {
    float: right;
    margin: 15px 0 15px 30px;
    clear: right;
    padding: 10px;
    background-color: #edeeeb;
}

.imgCapRight p {
    font-size: smaller;
    text-align: left;
    text-indent: 0;
    padding: .5em 0 0 0;
    margin: 0;
    line-height: 1.3em;
    clear: both;
    color: #333333;
}


 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: #000000;
    border-color: #EEEEEE;
}


a.collapsed {
    background-color: #093178;
}

    .panel-title {
        font-size: 14px;
    }

 .panel-title > a {
    display: block;
    padding: 15px;
    font-size: 18px;
    font-family: 'marteldemibold';
    text-decoration: none;
}

 .more-less {
    float: right;
    color: #ffffff;
}

.glyphicon {
    top: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}


/**************************/

.margin-top-bot20 {
    margin-bottom: 25px;
    margin-top: 25px;
}
.offers {
    background: #fff;
    border: 3px dashed red;
    padding: 10px;
    background: url(../images/logo-icon-cup.png) no-repeat bottom right;
}
.offers p {
    color: #000;
    font-size: 12px;
    line-height: 28px;
}
.offers h1 {
    font-family: 'marteldemibold';
    font-weight: 600;
    border-bottom: none;
    text-transform: uppercase;
    
       font-size: 26px !important;  
color: #000000!important;

    line-height: 53px;


}
.offers h2 {
    text-transform: uppercase;
    color: #093178 !important;  
    font-size: 41px !important;  
    line-height: 53px;
    margin-top: -4px;
    margin-bottom: -10px;
    font-family: 'marteldemibold';
    
}

#free-quate {
    border: 1px solid #009b67;
    padding: 45px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .centerd {
        text-align: center;
    }
    
    .callus {
    font-size: 26px;
}
    
            .row-flex { display: block; }
            .rate-box { margin-bottom: 20px; }
    
    #slide-txt h1 {
    font-size: 27px;
    line-height: 32px;
}
    
    
    .home-from {
    margin-bottom: 33px;
}
    
    #slide-txt {
    margin-top: 102px;
}
    
#welcome h1 {
    font-size: 28px;
    line-height: 35px;
}
    
    #quality h2 {
    font-size: 27px;
    line-height: 41px;
    color: #fff;
}
    
    #star h2 {
    font-size: 29px;
    line-height: 43px;
}
    .navbar .navbar-nav {
        width: 100%;
    }
    .navbar-transparent {
        border-radius: 0px;
        margin-top: -8px;
        border: 0px;
        text-transform: uppercase;
    }
.navbar-toggle {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #f14e01;
    color: #fff;
}
    .navbar-default .navbar-toggle {
        border-color: #f14e01;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #f14e01;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
    }
    .navbar-nav>li {
        border-right: 0px solid #333;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-align: center;
    background-color: #f14e01;
}
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 31px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #0c653a;
        color: #fff;
    }
}

.footer-bg {
    background-color: #000000;
    padding-top: 44px;
    padding-bottom: 46px;
    border-top: 4px solid #404144;
}

.mr-right-20{margin-right: 20px;}

@media (min-width:767px) and (max-width:768px) {
   .navbar-default .navbar-nav>li>a {
    font-size: 108%;
} 
  .nav > li > a {
    padding: 15px 17px;
} 
    
    #slide-txt {
    margin-top: 91px;
}
    
  .home-from {
    margin-bottom: 41px;
}  
    
}

@media (min-width:769px) and (max-width:1024px) {
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 31px;
}
    
    .home-from h1 {
    font-size: 23px;

}
    
    #welcome h1 {
    font-size: 30px;
    line-height: 36px;
}
    
    #quality h2 {
    font-size: 32px;
    line-height: 42px;
}
    
    #star h2 {
    font-size: 30px;
    line-height: 43px;
}
    }



.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 19px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: -15px;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}


.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #fff;
    border-color: #fff;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #fff;
    font-size: 16px;
      font-family: 'poppinssemibold';
    margin: 15px 0;
}

.testim .cont div p {
color: #fff;
    width: 95%;
    font-size: 16px;
    line-height: 29px;
    margin: auto;
}
.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}


.right-bt {
    position: fixed;
    top: 42%;
    left: 0px;
}