@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Merienda+One');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Tangerine:700');
@import url('https://fonts.googleapis.com/css?family=Philosopher');





header{
padding: 15px 0;
background: rgba(212, 209, 166, 0.3);
box-shadow: 0 1px 3px #bababa;
position: relative;
}


header .logo-text h1{
  font-family: 'Merienda One', cursive;
  color: #000;
  margin-top: 0px;
}

header .logo-text h1 span{
 color: #fe7d14;
}

.top-link ul{
padding-left: 0px;
margin: 0px;
float: right;
}

.top-link ul li{
list-style: none;
float: left;
padding: 8px;
font-family: 'Noto Sans', sans-serif;

}

.top-link ul li span{
color: #434242;
padding-right: 5px;
transition: .4s;
  }

  .top-link ul li span:hover{
 color: #fe972e;
  }

  .top-link ul li a{
    color: #fe972e;
    transition: .4s;
  }

    .top-link ul li a:hover{
text-decoration: none;
color: #434242;
    }


.logo{
  padding-top: 20px;
}

.logo img{
width: 76%;
  }


#mainText{
  margin-left: -20px;
}

#mainText h3 {
  text-align: center;
  margin-bottom: 0px;
 font-family: 'Tangerine', cursive;
  color: #434242;
  margin-top: 0px;
  font-size: 30px;
padding-top: 8px;
}   

word{ 
  display:inline-block; 
}

letter{ 
  display:inline-block; 
  white-space:pre; 
  background:none; 
  transition:.4s; 
}

letter.initial{ 
  opacity:0; 
  text-shadow:0 0 9px; 
  color:#FFF; 
  -webkit-transform:scale(8); 
  -webkit-transform-origin:150% 50%; 
  transform:scale(8); 
  transform-origin:150% 50%; 
}

.navbar-inverse {
    background: none;
    border: none;
}

.no-padding{
  padding: 0;
}

.navbar {
    margin-bottom: 0px;
    border: none;
    min-height: 48px;
  float: right;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fe972e;
 font-family: 'Lato', sans-serif;
    font-size: 14px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    position: relative;
    text-transform: uppercase;
    padding: 10px 7px;
   
}

.navbar-inverse .navbar-nav li > a::before {
    margin: 0 auto;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.navbar-inverse .navbar-nav li.active > a::before, .navbar-inverse .navbar-nav li > a:hover::before {
    border-color:#434242;
    left: 22px;
    right: 22px;
      color: #434242;

}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #434242;
    background: none;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #333;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
left: 99%;
top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    transition: .4s;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #434242;
    background: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ef7f1a;
    text-decoration: none;
    background-color: rgba(212, 209, 166, 0.3);
}

.navbar-inverse .navbar-nav li > .dropdown-menu a:hover::before {
    border: none !important;

}

.navbar-inverse .navbar-nav li > .dropdown-menu a::before {
    border: 0px solid transparent;
 }


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}


.carousel-caption h1{
font-family: 'Philosopher', sans-serif;
text-align: left;
font-size: 28px;
text-transform: uppercase;
line-height: 40px;
font-weight: 600;
margin-top: 0px;

}

.carousel-caption {
 right: 50%;
left: 10%;
padding-bottom: 20px;
background: rgba(255, 151, 47, 0.9);
top: 25%;
margin-bottom: 150px;
padding: 10px 20px;
}

.carousel-caption p{
  font-family: 'Lato', sans-serif;
  text-align: left;
  font-size: 16px; 
  }

.carousel-caption .btn-primary{
background-color: #434242;
border-color: #434242;
padding: 8px 12px;
}

.carousel-caption p i{
  padding-left: 10px;
  }

.sec-1{
  padding: 80px 0;
}

.wel-left::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #ff972f;
}

.wel-left::after {
    position: absolute;
    right: -100px;
    top: -2px;
    width: 100px;
    height: 60px;
    border-top: 2px solid #ff972f;
    border-right: 2px solid #ff972f;
    content: "";
}

.wel-left {
    position: relative;
    padding: 60px 30px 60px 30px;
    border-top: 2px solid #ff972f;
    border-left: 2px solid #ff972f;
}

.wel-left h1{
font-family: 'Ubuntu', sans-serif;
margin-top: 0px;
font-weight: 600;
font-size: 30px;
color: #434242;
}


.wel-left h1 span{
color: #ff972f;
  }

  .wel-left h3{
font-family: 'Philosopher', sans-serif;
font-size: 18px;
margin-top: 0px;
font-weight: 600;
color: #ff972f;
margin-bottom: 30px;
}

.wel-left h3::after{
position: absolute;
content: '';
background: #434242;
height: 2px;
width: 100px;
left: 33px;
top: 137px;
  }

  .wel-left h3::before{
position: absolute;
content: '';
background: #434242;
height: 1px;
width: 100px;
left: 33px;
top: 140px;
  }

 .wel-left p{
  font-family: 'Noto Sans', sans-serif;
  line-height: 28px;
}

.wel-left a{
font-family: 'Noto Sans', sans-serif;
padding: 12px 15px;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #434242;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
color: #fff;
}

.wel-left a:hover{
  text-decoration:none !important; 
  }

  .wel-left i{
font-size: 15px;

-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
  }

   .wel-left a:hover i{
-webkit-transform: translateX(4px);
transform: translateX(4px);

   }

.wel-left a::before{
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #FF972F;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
  }

.wel-left a:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wel-img::before {
position: absolute;
left: 0px;
top: 120px;
height: 79%;
width: 93%;
background: #434242;
content: "";
z-index: -1;
}

.wel-img{
  margin-top: 90px;
}

.sec-2{
padding:60px 0; 
background: #f2f1e4;
}


.sec-2-top h1{
font-family: 'Ubuntu', sans-serif;
text-transform: uppercase;
font-size: 26px;
font-weight: 600;
text-align: center;
color: #ff972f;
margin-top: 0px;
}

.sec-2-top h1::before {
position: absolute;
content: '';
background: #434242;
height: 1px;
width: 100px;
left: 43%;
top: 43px;
}

.sec-2-top h1::after {
position: absolute;
content: '';
background: #434242;
height: 2px;
width: 100px;
left: 43%;
top: 40px;
}

.sec-2 .why-box .bottom-content {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: 0.65s;
    transform: translateY(170px);
}

.sec-2 .why-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 9;
    opacity: 0;
}

.sec-2 .why-box .bottom-content  h4 {
    font-size: 22px;
    transition: 0.5s;
    padding-bottom: 8px;
font-family: 'Ubuntu', sans-serif;
font-weight: 600;
color: #fff;
margin-top: 6px;
}

.sec-2 .why-box {
position: relative;
overflow: hidden;
background: #fff;
padding: 30px 0px;
box-shadow: -2px 2px 5px #b7b7b7;
}

.sec-2 .why-box .content h4{
font-family: 'Philosopher', sans-serif;
font-weight: 600;
color: #ff972f;
font-size: 22px;
margin-top: 10px;
}

.sec-2 .why-box .content span::after{
content: '';
position: absolute;
bottom: 39px;
left: 94px;
height: 2px;
width: 65px;
background: #434242;
}

.sec-2 .why-box .content span{
font-size: 15px;
color: #434242;
}

.sec-2 .why-box .content{
  text-align: center;
}

.sec-2 .why-box .content img{
  width: 50%;
display: inline-block;
}




.sec-2 .why-box .bottom-content p {
font-family: 'Ubuntu', sans-serif;
color: #fff;

}

.sec-2 .why-box .bottom-content h4, .sec-2 .why-box .bottom-content p {
    position: relative;
    z-index: 999;
}

.sec-2 .why-box:hover .bottom-content {
    transform: translateY(0);
}

.sec-2 .why-box:hover .overlay {
    opacity: 1;
}

.sec-2 .why-box{
  margin-top: 45px;
}


.sec-3{
  background: url(../images/dot.png);
  display: flex;
}

.sec-3 .nav-tabs {
    border-bottom: 0px solid #ddd;
    padding: 78px 0;
}

.sec-3 .nav-tabs li{
  float: none;
}

.sec-3 .tab-content .tab-pane img{
  width: 100%;
}

.sec-3 .sec-3-left{
padding: 0px;
}

.sec-3 .sec-3-right{
padding-left: 0px;
}

.sec-3 .nav-tabs > li > a {
    
    border: 0px solid transparent;
    border-radius: 0px 15px 15px 0px;
    background: #434242;
    margin: 20px 0;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 15px;
    transition: .4s;
}

.sec-3 .nav-tabs > li.active > a, .sec-3 .nav-tabs > li.active > a:focus, .sec-3 .nav-tabs > li.active > a:hover {
    background-color: #ff972f !important;
    color: #fff;
    border:none; 
}

.sec-3 .nav-tabs > li > a:hover {
    background-color: #ff972f;
    border:none;
}


.sec-3 .service h2{
  font-family: 'Philosopher', sans-serif;
font-weight: 600;
font-size: 25px;
margin-bottom: 16px;
}

.sec-3 .service h2::after{
position: absolute;
content: '';
left: 50px;
top: 23%;
background: #ff972f;
width: 50px;
height: 2px;

  }

.sec-3 .service p{
 font-family: 'Noto Sans', sans-serif;
line-height: 26px;
  }

.sec-3 .service{
      padding-top: 50px;
    padding-left: 35px;
}

.sec-3 .service ul{
  padding-left: 0px;
}

.sec-3 .service ul li{
   font-family: 'Noto Sans', sans-serif;
   list-style: none;
   display: block;
   padding: 6px 0;
  }

  .sec-3 .service ul li i{
padding-right: 5px;
color: #ff972f ;
  }

.sec-4{
  padding: 50px 0px;
  background: url(../images/index-contct.jpg);
  background-position: center;
  background-size: cover;
}

.sec-4 .sec-4-left{
  margin-top: 130px;
}

.sec-4 .sec-4-left .progress {
margin-bottom: 60px;
background: none;
border-radius: 4px;
box-shadow: none;
height: 49px;
}

.sec-4 .sec-4-left .progress .progress-bar {
height: auto;  
}


.sec-4 .sec-4-left .progress p{
  margin: 0 0 5px;
font-family: 'Noto Sans', sans-serif;
color: #fff;
font-size: 16px;
}

.progress-bar-striped, .progress-striped .progress-bar {
    border-radius: 4px;
    font-family: 'Noto Sans', sans-serif;
}


  .sec-4-top h1{
font-family: 'Ubuntu', sans-serif;
text-transform: uppercase;
font-size: 26px;
font-weight: 600;
text-align: center;
color: #fff;
margin-top: 0px;
}

.sec-4-top h1::before {
position: absolute;
content: '';
background: #fff;
height: 1px;
width: 100px;
left: 43%;
top: 43px;
}

.sec-4-top h1::after {
position: absolute;
content: '';
background: #fff;
height: 2px;
width: 100px;
left: 43%;
top: 40px;
}


.sec-4-right .get-form {
    margin-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
}

.sec-4 .sec-4-right{
margin-top: 80px;
}

.sec-4 .sec-4-right form
{
    background: rgba(255, 151, 47, 0.9);
    padding: 30px 20px;
    margin-left: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px 0px 5px #363636;
    display: inline-block;
    width: 100%;

  }

.sec-4 .sec-4-right button {
    background: #434242;
    padding: 10px 15px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 14px;
    transition: .4s;
    border: 0;
}



.inner-bg{
  padding: 60px 0px;
  background:url(../images/bg-inner.jpg); 
}

.inner-bg h1 {
    font-family: 'Ubuntu', sans-serif;
    margin-top: 0px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    background: #434242;
    display: inline-block;
    padding: 10px 20px;
    border-left: 6px solid #ff972f;
    border-radius: 15px;
}

.matter{
padding: 50px 0px;
}

.matter h1{
margin-top: 0px;
color: #ff972f;
text-transform: uppercase;
font-size: 26px;
font-weight: 600;
font-family: 'Philosopher', sans-serif;
margin-bottom: 20px;
}

.matter p{
    font-family: 'Lato', sans-serif;
    line-height: 28px;
font-size: 15px;
text-align: justify;
}

.matter ul li{
    font-family: 'Lato', sans-serif;
    line-height: 28px;
}

.matter h1::before {
  position: absolute;
content: '';
background: #434242;
height: 1px;
width: 150px;
left: 15px;
top: 35px;
}

.matter h1::after {
position: absolute;
content: '';
background: #434242;
height: 2px;
width: 150px;
left: 15px;
top: 32px;
}

.about-right
{
  border: 4px solid #ff972f;
  position: relative;
overflow: hidden;
}


.about-right img{
  transition: all 0.9s ease 0s;
width: 100%
}

.about-right:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}

.about-section{
  padding: 50px 0px;
background: #f2f1e4;
}

.about-section .nav-tabs > li > a {   
    border: 0px solid transparent;
    border-radius: 15px 0px 0px 15px;
    background: #434242;
 margin: 28px 0px 28px 90px;
    color: #fff;
   font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
    transition: .4s;
    box-shadow: 0 0 4px #d8d8d8;
}

.about-section .nav-tabs > li.active > a, .about-section .nav-tabs > li.active > a:focus, .about-section .nav-tabs > li.active > a:hover {
    background-color: #ff972f !important;
    color: #fff;
    border:none; 
}

.about-section .nav-tabs > li > a:hover {
    background-color: #ff972f;
    border:none;
}

.about-section .nav-tabs > li {
    float: none;
    position: relative;
z-index: 999;
}


.about-section .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.left-about-section{
padding-right: 0px;
}

.right-about-section{
padding-left: 0px;
}


.about-section .tab-content .tab-pane img{
box-shadow: 0 0px 4px #c2c2c2;
}


.matter h2{
  font-family: 'Noto Sans', sans-serif;
font-weight: 600;
font-size: 22px;
color: #727272;
}

.pro-box{
  border: 1px solid #ddd;
  box-shadow: 0 0px 5px rgb(198, 198, 198);
}



.pro-box .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.pro-box .img-thumbnail {
padding: 6px;
border: 0px solid #ddd;
}

.pro-box img {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease 0s;
}



.pro-box .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}

.single-door{
margin: 15px 0;
}

.door-types{
  padding: 40px 0px;
  background: url(../images/dot.png);
}



.door-types .top-types-door h1{
 font-family: 'Philosopher', sans-serif;
font-weight: 600;
text-align: center;
font-size: 25px;
margin-top: 0px;
}

.door-types .top-types-door{
  text-align: center;
margin-bottom: 20px;
}

.door-types .top-types-door img{
width: 20%;
display: inline-block;
  }

.doors-list h2{
  font-family: 'Noto Sans', sans-serif;
font-weight: 600;
font-size: 22px;
color: #ff972f;
}

.doors-list h5{
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.doors-list p{
  font-family: 'Lato', sans-serif;
line-height: 28px;
font-size: 15px;
}

.doors-list ul{
padding-left: 0px; 
  }

.doors-list ul li{
list-style: none;
  font-family: 'Lato', sans-serif;
  line-height: 28px;
  }

  .doors-list ul li span{
    color: #ff972f;
    padding-right: 5px;
  }


  .sec-2 .door-why {
height: 220px;
  }

  .sec-2 .door-why .content span::after {
    bottom: 15px;
  }

.matter h3{
font-family: 'Noto Sans', sans-serif;
font-weight: 600;
font-size: 20px;
color: #434242;
text-align: center;
line-height: 31px;
margin-top: 50px;
}

.measure{
  margin-top: 20px;
}

.measure-bottom{
  background: #434242;
padding: 15px 15px;
}

.measure-bottom p{
    text-align: center;
    color: #fff;
    border: 1px dashed #ff972f;
    margin: 0px;
    padding: 8px 12px;
    font-size: 16px;
}

.contact-detail{
  padding-left: 0px;
}

.contact-detail li{
 list-style: none;
 padding: 10px 15px;
}

.contact-detail .icon-box{
  float: left;
background: #ff972f;
padding: 10px 15px;
font-size: 18px;
color: #fff;
margin-right: 25px;
}

.contact-detail li h4{
  font-family: 'Noto Sans', sans-serif;
font-weight: 600;
font-size: 15px;
margin-top: 0px;
color: #434242;
}


.contact-detail li p{
  padding-left: 65px;
  color: #7b7b7b;
  }

  .contact-detail li a{
  color: #7b7b7b;
  transition: .4s;
  }

  .contact-detail li a:hover{
  color: #ff972f;
  text-decoration:none !important; 
  }

.enq{
  background: #f5f5f5;
padding: 3em 2em;
display: inline-block;
width: 100%;
margin-top: 10px;
font-family: 'Lato', sans-serif;
}

.enq .form-control {
    margin-bottom: 25px;
}

.enq .btn-default {
    background: #434242;
    border: none;
    color: #fff;
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
}

.enq small{
  float: left;
padding: 15px 0;
}

.enq .enq-form{
  padding-top: 24px;
}

.map{
  line-height: 0px;
}



.product-specf-table table{
  width: 100%;
}

.product-specf-table table tr td{
  font-family: 'Lato', sans-serif;
font-size: 15px;
padding: 10px 15px;
border: 1px solid #eaeaea;
}

.product-specf-table table tr th{
  background: #ff972f;
color: #fff;
padding: 10px 15px;
  font-family: 'Lato', sans-serif;
font-size: 15px;
border: 1px solid #eaeaea;
}




.product-specf-table h4{
  font-family: 'Lato', sans-serif;
font-weight: 600;
color: #434242;
}

.product-specf-table .btn{
font-family: 'Lato', sans-serif;
background: #434242;
color: #fff;
padding: 12px 30px 12px 18px;
margin-top: 20px;
font-size: 15px;
border-radius: 5px;
transition: .4s;
border: none;
font-weight: 600;
border: 2px solid #ff972f;
}

.product-specf-table .btn i{
font-size: 18px;
color: #ff972f;
position: relative;
left: 10px;
transition: .4s;
  }

.product-specf-table .btn:hover{
background: #ff972f;
border: 2px solid #434242;
}

.product-specf-table .btn:hover i{
color: #fff;
left: 15px;
}

.product-link{
  margin-top: 10px;
}


.product-link a
{
     background:#b06007;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #434242;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
    text-decoration: none;
    transition: .4s;
    animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
to { color: #fff;
  background:#ff972f; 
   }
}


/*
.product-link a:hover{
  background:#434242; 
}
*/
.inner{
font-family: 'Lato', sans-serif;
font-size: 15px;
background: #ff972f;
padding: 8px;
text-align: center;
color: #fff;
font-weight: 600;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.hotel-pic{
  margin: 15px 0; 
  box-shadow: none;
  border-radius: 5px;
  border-bottom: 0px;
}


footer {
background: #ff972f;
}

footer ul{
padding-left: 0px;
margin: 0px;
}

footer ul li{
list-style: none;
float: left;
border-right: 1px dotted #fff;
padding: 6px 4px;
  }

  footer ul li a{
padding: 0 4px;
font-family: 'Noto Sans', sans-serif;
color: #fff;
transition: .4s;
  }

    footer ul li a:hover{
color: #434242;
text-decoration: none;
    }

    .f-bar{
      border-left: 1px dotted #fff;
    }

  footer p{
   margin: 0px;
font-family: 'Noto Sans', sans-serif;
color: #fff;
text-align: right;
margin-top: 6px;
  }


@media (min-width:360px){

/*.sec-2 .why-box .content span::after {
    left: 46px !important;
  }*/

 .wel-img::before {
    height: 81% !important;
  }

}



@media (min-width:320px) and (max-width:414px){

.logo {
    padding-top: 0px;
    text-align: center;
}

.logo img {
    width: 50%;
    display: inline-block;
}

#mainText h3 {
    font-size: 20px;
}

#mainText {
    margin-left: 0px;
}

.top-link ul li {
    padding: 4px;
    font-size: 13px;
    display: inline-block;
    float: none;
}

.top-link{
  text-align: center;
padding-top: 10px;
}

.navbar {
    float: none;
    background: #222;
    margin-top: 8px;
}

.navbar-inverse .navbar-toggle {
    border-color: #ef7f1a;
}

.navbar-toggle {
    background-color: #ef7f1a;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #ef7f1a;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fe972e;
    padding: 8px 12px;
    font-size: 13px;
}

.navbar-inverse .navbar-nav li.active > a::before, .navbar-inverse .navbar-nav li > a:hover::before {
    border-color: #fff;
    left: 13px;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background: none;
}

.navbar-nav .open .dropdown-menu {
    background: #ef7f1a;
    margin: 0 12px;
    border-radius: 0px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #222;
}


.carousel-caption {
    right: 45%;
    top: 19%;
    margin-bottom: 6px;
    padding: 5px 6px;
}

.carousel-caption h1 {
    font-size: 15px; 
    line-height: 20px;
}

.carousel-caption p {
    display: none;
}

.wel-left {
    padding: 25px 14px 25px 14px;
    border-top: 1px solid #ff972f;
    border-left: 1px solid #ff972f;
}

.wel-left h1 {
    font-size: 16px;
}

.wel-left h3 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 22px;
}

.wel-left h3::after {
    width: 70px;
    left: 14px;
    top: 80px;
}

.wel-left h3::before {
    width: 70px;
    left: 14px;
    top: 83px;
}

.wel-left p {
    line-height: 26px;
    font-size: 13px;
}

.wel-left::after {
    right: 0px;
    top: -1px;
    width: 100px;
    height: 100%;
    border-top: 1px solid #ff972f;
    border-right: 1px solid #ff972f;
}

.wel-left::before {
    height: 1px;
}

.sec-1 {
    padding: 40px 0;
}

.wel-left a {
    padding: 8px 10px;
    font-size: 13px;
}

.wel-left i {
    font-size: 12px;
}

.wel-img::before {
    left: 6px;
    top: 51px;
    height: 79%;
    width: 84%;
}

.wel-img {
    margin-top: 30px;
}

.sec-2 {
    padding: 30px 0;
  }

.sec-2-top h1 {
    font-size: 16px;
}

.sec-2-top h1::before {
    width: 70px;
    left: 36%;
    top: 49px;
}

.sec-2-top h1::after {
    height: 2px;
    width: 70px;
    left: 36%;
    top: 46px;
}

.sec-2 .why-box .content h4 {
    font-size: 12px;
}

.sec-2 .why-box .content span {
    font-size: 10px;
}

.sec-2 .why-box .content span::after {
    bottom: 38px;
    left: 37px;
    height: 1px;
    width: 40px;
}

.sec-2 .why-box .bottom-content {
padding: 10px 10px 5px;
}

.sec-2 .why-box .bottom-content h4 {
    font-size: 11px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sec-2 .why-box .bottom-content p {
    font-size: 10px;
}

.sec-2 .why-box .content img {
    width: 40%;
}

.sec-3 {
    display: inline-block;
}

.sec-3 .sec-3-right {
    padding-left: 15px;
}

.sec-3 .nav-tabs {
    padding: 10px;
text-align: center;
}

.sec-3 .nav-tabs li {
    float: none;
    display: inline-block;
}

.sec-3 .nav-tabs > li > a {
    padding: 8px 10px;
    border-radius: 15px;
    margin: 8px 0;
    font-weight: 400;
    font-size: 13px;
}

.sec-3 .service {
    padding-top: 0px;
    padding-left: 0px;
}

.sec-3 .service h2 {
    font-size: 18px;
    margin-bottom: 14px;
    text-align: center;
    margin-top: 5px;
}

.sec-3 .service h2::after {
    left: 40%;
    top: 10%;
}

.sec-3 .service p {
    line-height: 24px;
    text-align: justify;
    font-size: 13px;
}

.sec-3 .service ul li {
    padding: 4px 0;
    font-size: 13px;
}

.sec-4-top h1 {
    font-size: 16px;
}

.sec-4-top h1::before {
    width: 70px;
    left: 39%;
    top: 52px;
}

.sec-4-top h1::after {
    width: 70px;
    left: 39%;
    top: 48px;
}

.sec-4 {
    padding: 35px 0px;
}

.sec-4 .sec-4-left {
    margin-top: 40px;
}

.sec-4 .sec-4-left .progress p {
    font-size: 13px;
}

.sec-4 .sec-4-left .progress .progress-bar {
    height: 15px;
    line-height: 13px;
    font-size: 11px;
}

.sec-4 .sec-4-left .progress {
    margin-bottom: 10px;
}

.sec-4 .sec-4-right form {
    padding: 20px 10px;
    margin-left: 0px;
}

.sec-4-right .get-form {
margin-bottom: 10px;
font-size: 13px;
}

.sec-4 .sec-4-right {
    margin-top: 25px;
}

.sec-4 .sec-4-right button { 
    padding: 8px 12px;
    font-size: 13px;
}

.inner-bg {
    padding: 40px 0px;
}

.inner-bg h1 {
    font-size: 15px;
    padding: 8px 16px;
    border-left: 3px solid #ff972f;
}

.matter {
    padding: 35px 0px;
}

.matter h1 {
    font-size: 17px;
    margin-bottom: 16px;
}

.matter h1::before {
    top: 28px;
        width: 80px;
}

.matter h1::after {
    width: 80px;
    top: 25px;
}

.matter p {
    line-height: 24px;
    font-size: 13px;
}

.left-about-section {
    padding-right: 15px;
}

.right-about-section {
    padding-left: 15px;
}

.about-section {
    padding: 30px 0px;
}

.about-section .nav-tabs > li > a { 
    border-radius: 15px;
    margin: 8px 20px 8px 20px;
    font-size: 13px;
    text-align: center;
}

.matter h3 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 25px;
}

.matter h2 {
    font-size: 15px;
}

.pro-box .img-thumbnail {
    padding: 2px;
    }

.contact-detail li {
    padding: 10px 0px;
}

.contact-detail .icon-box {
    padding: 2px 10px;
    font-size: 12px;
}

.contact-detail li h4 {
    font-size: 13px;
}

.contact-detail li p {
    padding-left: 54px;
}

.enq {
    padding: 2em 1em;
}

.enq .form-control {
    margin-bottom: 15px;
}

.door-types {
    padding: 25px 0px;
    }

.door-types .top-types-door h1 { 
    font-size: 16px;
    margin-bottom: 0px;
}

.door-types .top-types-door img {
    width: 22%;
    display: inline-block;
}

.door-types .top-types-door {
    margin-bottom: 10px;
}

.doors-list h2 {
    font-size: 13px;
    }

.doors-list p {
    line-height: 25px;
    font-size: 13px;
}

.doors-list h5 {
    font-size: 14px;
}

.doors-list ul li {
    line-height: 26px;
    font-size: 13px;
}

.product-specf-table table tr td{
  font-family: 'Lato', sans-serif;
font-size: 15px;
}

.product-link a { 
    padding: 8px 9px;
    font-size: 12px;
}

.product-link {
 margin: 22px 0px 10px;
}

footer ul {
    text-align: center;
}

footer ul li {
    padding: 2px 2px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 3px;
    float: none;
}

footer p {
    text-align: center;
    margin-top: 0px;
    font-size: 13px;
}


}

@media (min-width:480px) and (max-width:736px){

.logo {
    padding-top: 0px;
    text-align: center;
}

.logo img {
    width: 50%;
    display: inline-block;
}

#mainText h3 {
    font-size: 25px;
}

#mainText {
    margin-left: 0px;
}

.top-link ul li {
    padding: 4px;
    font-size: 13px;
    display: inline-block;
    float: none;
}

.top-link{
  text-align: center;
padding-top: 10px;
}

.navbar {
    float: none;
    background: #222;
    margin-top: 8px;
}

.navbar-inverse .navbar-toggle {
    border-color: #ef7f1a;
}

.navbar-toggle {
    background-color: #ef7f1a;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #ef7f1a;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fe972e;
    padding: 8px 12px;
    font-size: 13px;
}

.navbar-inverse .navbar-nav li.active > a::before, .navbar-inverse .navbar-nav li > a:hover::before {
    border-color: #fff;
    left: 13px;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background: none;
}

.navbar-nav .open .dropdown-menu {
    background: #ef7f1a;
    margin: 0 12px;
    border-radius: 0px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #222;
}

.carousel-caption {
    right: 45%;
    top: 19%;
    margin-bottom: 70px;
    padding: 5px 6px;
}

.carousel-caption h1 {
    font-size: 15px; 
    line-height: 20px;
}

.carousel-caption p {
    display: none;
}

.wel-left {
    padding: 25px 14px 25px 14px;
    border-top: 1px solid #ff972f;
    border-left: 1px solid #ff972f;
}

.wel-left h1 {
    font-size: 20px;
}

.wel-left h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 22px;
}

.wel-left h3::after {
    width: 70px;
    left: 14px;
    top: 80px;
}

.wel-left h3::before {
    width: 70px;
    left: 14px;
    top: 83px;
}

.wel-left p {
    line-height: 26px;
    font-size: 13px;
}

.wel-left::after {
    right: 0px;
    top: -1px;
    width: 100px;
    height: 100%;
    border-top: 1px solid #ff972f;
    border-right: 1px solid #ff972f;
}

.wel-left::before {
    height: 1px;
}

.sec-1 {
    padding: 40px 0;
}

.wel-left a {
    padding: 8px 10px;
    font-size: 13px;
}

.wel-left i {
    font-size: 12px;
}

.wel-img::before {
    left: 6px;
    top: 51px;
    height: 87% !important;
    width: 84%;
}

.wel-img {
    margin-top: 30px;
}

.sec-2 {
    padding: 30px 0;
  }

.sec-2-top h1 {
    font-size: 20px;
}

.sec-2-top h1::before {
    width: 70px;
    left: 36%;
    top: 39px;
}

.sec-2-top h1::after {
    height: 2px;
    width: 70px;
    left: 36%;
    top: 36px;
}

.sec-2 .why-box {
    margin-top: 35px;
}

.sec-2 .why-box .content h4 {
    font-size: 15px;
}

.sec-2 .why-box .content span {
    font-size: 12px;
}

.sec-2 .why-box .content span::after {
    bottom: 38px;
    left: 76px !important;
    height: 1px;
    width: 40px;
}

.sec-2 .why-box .bottom-content {
padding: 15px 20px 5px;
}

.sec-2 .why-box .bottom-content h4 {
font-size: 15px;
padding-bottom: 2px;
margin-bottom: 5px;
}

.sec-2 .why-box .bottom-content p {
    font-size: 12px;
}

.sec-2 .why-box .content img {
    width: 40%;
}

.sec-3 {
    display: inline-block;
}

.sec-3 .sec-3-right {
    padding-left: 15px;
}

.sec-3 .nav-tabs {
    padding: 10px;
text-align: center;
}

.sec-3 .nav-tabs li {
    float: none;
    display: inline-block;
}

.sec-3 .nav-tabs > li > a {
    padding: 8px 10px;
    border-radius: 15px;
    margin: 8px 0;
    font-weight: 400;
    font-size: 13px;
}

.sec-3 .service {
    padding-top: 0px;
    padding-left: 0px;
}

.sec-3 .service h2 {
    font-size: 20px;
    margin-bottom: 14px;
    text-align: center;
    margin-top: 5px;
}

.sec-3 .service h2::after {
    left: 44%;
    top: 11%;
}

.sec-3 .service p {
    line-height: 24px;
    text-align: justify;
    font-size: 13px;
}

.sec-3 .service ul li {
    padding: 4px 0;
    font-size: 13px;
}

.sec-4-top h1 {
    font-size: 17px;
}

.sec-4-top h1::before {
   width: 70px;
left: 39%;
top: 35px;
}

.sec-4-top h1::after {
    width: 70px;
    left: 39%;
    top: 32px;
}

.sec-4 {
    padding: 35px 0px;
}

.sec-4 .sec-4-left {
    margin-top: 40px;
}

.sec-4 .sec-4-left .progress p {
    font-size: 13px;
}

.sec-4 .sec-4-left .progress .progress-bar {
    height: 15px;
    line-height: 13px;
    font-size: 11px;
}

.sec-4 .sec-4-left .progress {
    margin-bottom: 10px;
}

.sec-4 .sec-4-right form {
    padding: 20px 10px;
    margin-left: 0px;
}

.sec-4-right .get-form {
margin-bottom: 10px;
font-size: 13px;
}

.sec-4 .sec-4-right {
    margin-top: 25px;
}

.sec-4 .sec-4-right button { 
    padding: 8px 12px;
    font-size: 13px;
}

.inner-bg {
    padding: 40px 0px;
}

.inner-bg h1 {
    font-size: 15px;
    padding: 8px 16px;
    border-left: 3px solid #ff972f;
}

.matter {
    padding: 35px 0px;
}

.matter h1 {
    font-size: 17px;
    margin-bottom: 16px;
}

.matter h1::before {
    top: 28px;
        width: 80px;
}

.matter h1::after {
    width: 80px;
    top: 25px;
}

.matter p {
    line-height: 24px;
    font-size: 13px;
}

.left-about-section {
    padding-right: 15px;
}

.right-about-section {
    padding-left: 15px;
}

.about-section {
    padding: 30px 0px;
}

.about-section .nav-tabs > li > a { 
    border-radius: 15px;
    margin: 8px 20px 8px 20px;
    font-size: 13px;
    text-align: center;
}

.matter h3 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 25px;
}

.matter h2 {
    font-size: 15px;
}

.pro-box .img-thumbnail {
    padding: 2px;
    }

.contact-detail li {
    padding: 10px 0px;
}

.contact-detail .icon-box {
    padding: 2px 10px;
    font-size: 12px;
}

.contact-detail li h4 {
    font-size: 13px;
}

.contact-detail li p {
    padding-left: 54px;
}

.enq {
    padding: 2em 1em;
}

.enq .form-control {
    margin-bottom: 15px;
}

.door-types {
    padding: 25px 0px;
    }

.door-types .top-types-door h1 { 
    font-size: 16px;
}

.door-types .top-types-door img {
    width: 22%;
    display: inline-block;
}

.door-types .top-types-door {
    margin-bottom: 10px;
}

.doors-list h2 {
    font-size: 13px;
    }

.doors-list p {
    line-height: 25px;
    font-size: 13px;
}

.doors-list h5 {
    font-size: 14px;
}

.doors-list ul li {
    line-height: 26px;
    font-size: 13px;
}

footer ul {
    text-align: center;
}

footer ul li {
    padding: 2px 2px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 3px;
    float: none;
}

footer p {
    text-align: center;
    margin-top: 0px;
    font-size: 13px;
}


}

 
@media (min-width:768px) and (max-width:980px){

.logo {
    padding-top: 17px;
}

.logo img {
    width: 80%;
}

#mainText {
    margin-left: -40px;
}

#mainText h3 {
    font-size: 22px;
    padding-top: 2px;
}

.top-link ul li {
    padding: 2px 4px;
    font-size: 11px;
}

header {
    padding: 8px 0;
    }

.navbar-inverse .navbar-nav > li > a {
    font-size: 11px;
    padding: 10px 4px 4px;
}

.navbar {
    min-height: 35px;
}

.carousel-caption {
    margin-bottom: 20px;
}

.carousel-caption h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}

.carousel-caption p {
    font-size: 13px;
}

.sec-1 {
    padding: 60px 0;
}

.wel-left {
    padding: 30px 21px 30px 21px;
}

.wel-left h1 {
    font-size: 20px;
}

.wel-left h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

.wel-left h3::before {
    left: 21px;
    top: 91px;
}

.wel-left h3::after {
    left: 21px;
    top: 88px;
}

.wel-left p {
    font-size: 13px;
}

.wel-left a {
    padding: 10px 12px;
    font-size: 13px;
}

.wel-img {
    margin-top: 170px;
}

.wel-img::before {
    top: 185px;
    height: 60% !important;
}

.wel-left::after {
    height: 125px;
    }

.sec-2-top h1 {
    font-size: 22px;
}

.sec-2 {
    padding: 45px 0;
}

.sec-2 .why-box .content h4 {
    font-size: 16px;
}

.sec-2 .why-box .content span {
    font-size: 13px;
}

.sec-2 .why-box .content span::after {
    left: 42px;
}

.sec-2 .why-box .bottom-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
}

.sec-2 .why-box .bottom-content h4 {
    font-size: 13px;
    padding-bottom: 0px;
    margin-top: 6px;
    margin-bottom: 5px;
}

.sec-2 .why-box .bottom-content p {
    font-size: 12px;
}

.sec-3 .nav-tabs {
    padding: 0px;
}

.sec-3 .nav-tabs > li > a {
    border-radius: 0px 15px 15px 0px;
    margin: 10px 0;
    font-size: 12px;
    padding: 5px 10px;
}

.sec-3 .service h2 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 6px;
}

.sec-3 .service {
    padding-top: 0px;
    padding-left: 0px;
}

.sec-3 .service h2::after {
    left: 16px;
    top: 11%;
}

.sec-3 .service p {
    line-height: 23px;
    font-size: 12px;
    margin-bottom: 0px;
}

.sec-3 .service ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.sec-3 .service ul li {
    padding: 3px 0;
    font-size: 12px;
    display: inline-block;
}

.sec-4 {
    padding: 35px 0px;
    }

.sec-4-top h1 {
    font-size: 22px;
}

.sec-4 .sec-4-left .progress p {
    font-size: 15px;
}

.sec-4 .sec-4-right {
    margin-top: 45px;
}

.sec-4 .sec-4-left {
    margin-top: 105px;
}

.inner-bg {
    padding: 40px 0px;
  }


.matter {
    padding: 35px 0px;
}

.inner-bg h1 {
    font-size: 20px;
    padding: 8px 16px;
    border-left: 4px solid #ff972f;
}

.matter h1 {
    font-size: 22px;
    margin-bottom: 12px;
}

.matter h1::before {
    width: 100px;
    top: 30px;
}

.matter h1::after {
    width: 100px;
    top: 27px;
}

.matter p {
    line-height: 26px;
    font-size: 14px;
}

.about-section .nav-tabs > li > a {
    margin: 10px 0px 10px 0px;
    font-size: 14px;
    padding: 8px 12px;
}

.matter h3 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 17px;
}

.matter h2 {
    font-size: 17px;
    margin-bottom: 5px;
}

.contact-detail li {
    padding: 10px 0px;
    line-height: 22px;
}

.contact-detail .icon-box {  
    padding: 8px 12px;
    font-size: 15px;
    margin-right: 18px;
}

.contact-detail li h4 {
    font-size: 14px;
}

.contact-detail li p {
    padding-left: 54px;
}

.enq {
    padding: 2em 1em;
    }

.door-types .top-types-door h1 {
    font-size: 20px;
}

.door-types {
    padding: 25px 0px;
    }

.doors-list h2 {
    font-size: 18px;
    margin-top: 0px;
}

.doors-list p {
    line-height: 26px;
    font-size: 14px;
}

.doors-list h5 {
    font-size: 14px;
}

footer p {
  margin-top: 6px;
  font-size: 11px;
}

footer ul li {
    padding: 6px 3px;
    font-size: 12px;
}

footer ul li a {
    padding: 0 2px;
}

}


@media (width:1024px){

.logo {
    padding-top: 12px;
}

#mainText {
    margin-left: -40px;
}

#mainText h3 {
    font-size: 22px;
    padding-top: 5px;
}

.top-link ul li {
    padding: 2px 5px;
    font-size: 13px;
}

header {
    padding: 8px 0;
    }

.navbar-inverse .navbar-nav > li > a {
font-size: 12px;
padding: 10px 12px 4px;
}

.navbar {
    min-height: 35px;
}

.carousel-caption {
    margin-bottom: 60px;
    padding: 18px 20px;
}

.carousel-caption h1 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 8px;
}

.carousel-caption p {
    font-size: 14px;
}

.wel-left h1 {
    font-size: 26px;
}

.wel-left {
    padding: 60px 25px 60px 25px;
}

.wel-img {
    margin-top: 205px;
}

.wel-img::before {
    top: 230px;
    height: 61% !important;
}

.wel-left::after {
    height: 160px;
}

.sec-2 .why-box .content h4 {
    font-size: 20px;
}

.sec-2 .why-box .content span::after {
    left: 70px;
    }

.sec-2 .why-box .bottom-content h4 {
    font-size: 18px;
    padding-bottom: 0px;
}

.sec-2 .why-box .bottom-content {
    padding-top: 20px
    }

.sec-3 .nav-tabs {
    padding: 30px 0px 0px;
}

.sec-3 .nav-tabs > li > a {
    font-size: 13px;
    }

.sec-3 .service {
    padding-top: 10px;
    padding-left: 0px;
}

.sec-3 .service h2 {
    font-size: 22px;
    margin-bottom: 8px;
}

.sec-3 .service h2::after {
    left: 14px;
    top: 16%;
}

.sec-3 .service p {
    line-height: 24px;
    font-size: 13px;
}

.sec-3 .service ul {
    margin: 0px;
}

.sec-3 .service ul li {
    padding: 2px 0;
    font-size: 13px;
}

.sec-4-top h1 {
    font-size: 23px;
}

.inner-bg {
    padding: 50px 0px;
    }

.inner-bg h1 {
    font-size: 23px;
  }

  .matter {
    padding: 40px 0px;
}

.doors-list h2 {
    font-size: 20px;
}


.matter h1 {
    font-size: 23px;
}

.about-section .nav-tabs > li > a {
    margin: 18px 0px 18px 70px;
    }

.matter h3 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
}

.matter h2 {
    font-size: 18px;
}

footer ul li {
    font-size: 13px;
    padding: 6px 2px;
}

footer ul li a {
    padding: 0 2px;
}

footer p {
    font-size: 13px;
}



}



























