@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
body{

    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

*{
	margin: 0;
	padding: 0;
}

header {
    background-color: #f3f7f9;
}

.header-widget {
        float: left;
     
}
/*=======================
  10. Pricing Table CSS
=========================*/
.pricing-table{
    background:#fff;
    position:relative;
}
.pricing-table .single-table {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.pricing-table .single-table:hover {
    transform:scale(1.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40);
    z-index:99;
}
/* Background Icon */
.pricing-table .single-table .bg-icon i {
    position: absolute;
    right: 46px;
    font-size: 100px;
    opacity: 0.2;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    transition: all 3s ease;
    top: 50%;
    margin-top: -50px;
}
.pricing-table .single-table:hover .bg-icon i{
    opacity:1;
    right:-100%;
}
/* Table Head */
.pricing-table .single-table .table-head {
    position: relative;
}
.pricing-table .single-table .price {
    padding: 22px 0;
}
.pricing-table .single-table .amount {
    font-size: 40px;
    font-weight: 700;
}
.pricing-table .single-table .title {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    color: #fff;
    padding: 0;
    padding: 15px 0;
}
/* Table List */
.pricing-table .single-table .table-list {
    padding: 10px 0;
    text-align: left;
    position: relative;
}
.pricing-table .table-list li {
    color: #666;
    position: relative;
    text-transform: capitalize;
        padding: 0px 20px;
}
.pricing-table .table-list li span {
    background: #0068a2;
    float: right;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border-radius: 100%;
    padding: 0px 85px;
}
.pricing-table .table-list li span::before {
    position: absolute;
    bottom: -1px;
    left: -4px;
    content: "";
    border-left: 14px solid #0068a2;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    transform: rotate(25deg);
}
.pricing-table .table-list li:last-child{
    margin:0;
}
.pricing-table .table-list li.cross {
    opacity: 0.5;
}
.pricing-table .table-list i {
    font-size: 13px;
    text-align: center;
    margin-right: 10px;
}

/* Table Bottom */
.pricing-table .table-bottom {
    padding: 0 0 22px;
    border-radius: 100%;
}
.pricing-table .btn:hover{
    background:#0068a2;
    color:#fff;
}
.pricing-table .btn i {
    font-size: 16px;
    margin-right: 10px;
}
/* Table Active */
.pricing-table.bg{
    background:#f6f6f6;
}
.pricing-table.center .active{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1);
}
/* Table Adjust */
.pricing-table.adjust .fix{
    margin:0;
    padding:0;
}
/*=======================
  End Pricing Table CSS
=========================*/
.single-widget {
    float: left;
    position: relative;
    padding-left: 85px;
    margin-right: 10px;
}
.single-widget i {
    position: absolute;
    top: 8px;
    left: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
}
i.fa {
    margin-left: 30px;
}
.header-top {
    position: relative;
    background-color: #aa4134;
    line-height: 46px;
}
.header-top .left-tap span {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.top-social.clearfix .top-cont {
    background-color: #aa4134;
    padding: 10px 2px;
}
.top-social.clearfix .top-cont ul {
    margin-bottom: 0;
    list-style: none;
    color: #fff;
}

.top-social.clearfix .top-cont ul li i {
    margin-right: 10px;
    font-size: 22px;
}
.us p, ul, li {
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    z-index: 9999;
}

#cssmenu > ul li.has-sub ul li {
    display: block;
    line-height: 13px;
}





.top-social.clearfix .top-cont ul li {
    text-align: center;
}
.top-social.clearfix .top-cont ul li .tel-no {

    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.top-social::before {
    content: "";
	position: absolute;
	background-color: #aa4134;
	 
	height: 48px;
	right: 0;
	left: 365px;
}
.logo img {

    width: 100%;

}
.logo-header .top-site ul {
    list-style: none;
    margin-bottom: 0;
    position: relative;
}

.single-widget i {
    color: #aa4134;
}

.single-widget h4 {
    color: #aa4134;
}
.single-widget h4 {
    color: #aa4134;
    font-weight: 800;
}
.logo-header .top-site ul li {
    display: inline-block;
    margin-left: 47px;
}
.logo-2 img {

    width: 100%;
    max-width: 302px;
}
.logo-header {
    padding: 24px 0px;
    position: relative;
    background: #f7f3e7
}


#cssmenu > ul {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    line-height: 26px;
    box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
}

.owl-carousel.slider .one{
    background: url(image/1.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    cursor: pointer;
}

.owl-carousel.slider .two {
    background: url(image/2.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    cursor: pointer;
}
.owl-carousel.slider .three {
    background: url(image/3.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    cursor: pointer;

}
.owl-carousel.slider .four {
    background: url(image/4.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    cursor: pointer;

}
.owl-carousel.slider .five {
    background: url(image/5.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    cursor: pointer;

}
.owl-carousel.slider .six {
    background: url(image/6.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    cursor: pointer;

}
.owl-carousel.slider .seven {
    background: url(image/7.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    cursor: pointer;

}
.owl-carousel.slider .ehit {
    background: url(image/8.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    cursor: pointer;

}
.owl-carousel.slider .nine {
    background: url(image/9.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    cursor: pointer;

}
.owl-carousel.slider .ten {
    background: url(image/10.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    cursor: pointer;

}
.owl-carousel.slider .elevan {
    background: url(image/11.png) no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 450px;
    width: 100%;
    cursor: pointer;

}







.section {
    background-color: #f3f7f9;
    padding: 59px 0px;
}

.section{

    background-color: #f3f7f9;
    padding: 59px 0px;
}
.box-shadow{

    -webkit-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    -moz-box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
    box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}

.heading-separate span{

    position: relative;
}

.heading-separate span::after{

    content: "";
    left: 53%;
    position: absolute;
    bottom:5px;
    width: 72px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: #aa4134;
    border-bottom-style: solid;
}
.heading-separate span::before {
    content: "";
    position: absolute;
    background-color: #cacaca;
    height: 3px;
    width: 39px;
    top: 10px;
    left: 84px;
}

.section-title h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #020d26;
}
.section-title .title {

    color: #211f1f;
    font-size: 20px;
    margin-bottom: 19px;
}
.second {
    margin-left: 20px;
}

.feature {
    display: flex;
    padding: 25px 0px;
}


.tp-35 .abt-cont {
 
    margin-top: 41px;
    margin-bottom: 9px;
}


.container.bg {
    background-color: #fff;
}
.box-shadow.clearfix {
    padding: 68px 34px;
}

.ttm-btn {

    background: #aa4134;
    padding: 13px 21px;
    color: #fff;
    display: inline-block;
}
.rock {
    margin-bottom: 22px;
}




.stm-site .kppr {
    background: url(image/about.jpg);
    width: 100%;
    min-height: 324px;
    background-size: cover;
}
.abt-cont p {

    text-align: justify;
    font-size: 17px;
    line-height: 31px;
    color:#5d6576;
}
.frst span, .second span {
   color: #020d26;
   font-weight: 600;
}
.service{

    position: relative;
}

.service-title h2 {
    text-align: center;
}
.feature .frst img {
    width: 100%;
    max-width: 30px;

}
.feature .second img {

    width: 100%;
    max-width:30px;
}
.caption1 a {
    text-decoration: none;
}

.banner-bottom {
    margin-top: 70px;
    margin-bottom: 109px;
}

.owl-carousel.profile.owl-loaded.owl-drag .owl-next, .owl-prev img {
    background-color: #aa4134;
}
.owl-carousel img {
    width: 100% !important;
    border: 1px solid #cecccc;
    box-shadow: 2px 0px 3px gray;
}

.owl-carousel.profile.owl-loaded.owl-drag .owl-next {
    top: -48px;
    position: absolute;
    right: 114px;
}

.owl-carousel.profile.owl-loaded.owl-drag .owl-prev {
    top: -48px;
    position: absolute;
    right: 156px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: slide-down 0.7s;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
}

/* GALLERY*/

.product-box {
    overflow: hidden;
    position: relative;
}
.product-box img {
    width: 100%;
    overflow: hidden;
}
.caption1 {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    text-shadow: none;
    text-align: center;
    vertical-align: middle;
    background: #000;
    background: rgb(206, 164, 78);
    color: #fff !important;
    opacity: 0;
    transition: ease-out .5s;
    overflow: hidden;
}
.product-box h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.product-box {
    float: left;
    width: 100%;
    background: #fff;
    border: 2px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.box-hover:hover .caption1 {
    bottom: 0;
    transition: ease-out .5s;
    opacity: 1;
    z-index: 999999;
    height: 54px;
}
.box-hover:hover img {
    transform: scale(1.1, 1.1);
    transition: all 900ms ease;
}
.box-hover {
    position: relative;
    overflow: hidden;
}

.heading-style::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -36px;
    margin: auto;
    background: url(image/heading-icon.png) no-repeat right top;
    width: 140px;
    height: 30px;
}

.heading-style {
    
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

footer {
    border-top: 5px solid #000;
    padding-top: 54px;
    padding-bottom: 30px;
    background: #5e422d;
}
ul.link li {
    line-height: 40px;
    color: white !important;
}
.text-style {

    text-align: left !important;
    font-size: 20px;
    font-weight: 400;
    color: #d7d7d7;
    position: relative;
    margin-bottom: 40px;

}
.text-style {

    text-align: left !important;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;

}
.text-style::after {

    height: 3px;
    content: "";
    position: absolute;
    width: 15px;
    background: #fff;
    bottom: 0;
    left: 67px;
    top: 42px;
}
.text-style::before {

    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
    background: #f3f3f3;
    bottom: 0;
    left: 0;
    top: 42px;

}
.link li a {

      color: white;
    line-height: 26px;
    text-decoration: none !important;

}
.list li a {

    color: #fff;
    text-decoration: none;
}
.social-link {
    margin-top: 59px;
}

.social-link li {

    display: inline-block;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 43px;
    position: relative;
    width: 43px;
    height: 43px;
    margin-right: 28px;

}
.visit {
    clear: both;
    margin-top: 154px;
    color: #fff;
}
.social-link li {
    color: #fff;
    text-align: center;
    line-height: 43px;
}
.social-link li {
    display: inline-block;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 43px;
    position: relative;
    width: 20px;
    height: 43px;
    margin-right: 28px;
}
.social-link li::before {
    content: "";
    width: 43px;
    height: 43px;
    display: inline-block;
    position: absolute;
    border: 1px solid #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    margin-left: 16px;
}
.social-link a {
    color: #fff;
    font-size: 16px;
}

.sub-footer {
    background-color: #aa4134;
    padding: 12px;
    border-top: 1px solid #fff;
}
.list .icon {
    font-size: 23px;
    color: #fff;
}
.link, .list {
    list-style: none;
}
.list .icon {
    position: absolute;
    left: -14px;
    font-size: 23px;
    color: #fff;
}
.sub {
    color: #fff;
}
.sub a {
    color: #ffffff;
    font-weight: 800;
}
.table-list a {
    color: #5e422d;
 
}

.pull-right.white {
    color: #fff;
}
.heading-style h2 {
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.new-arrived {
   position: relative;
    margin-bottom: 70px;
}

.icon-btn {
    position: fixed;
    z-index: 99;
    top: 80%;
}

.icon-btn img {
    width: 90px;
}
.bage-title{
       background-color: #aa4134;
    background-size: cover;
    margin-bottom: 0px;
}
.bage-title .content h1{

    font-size: 47px;
    text-align: center;
    padding: 50px 0px;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.75);
    color: #fff;
    margin: 0;
}
.bage {

    position: relative;
    background-color: #ddd;
}
.bage ul {
    list-style: none;
}
.bage ul li{

    display: inline-block;
    position: relative;
}
.bage ul li:nth-child(2)::before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 1px 6px;
    font-size: 19px;
    color: #000;
    left: 0;
    right: 0;
}
.bage ul li a {
    text-decoration: none;
}
#cssmenu ul #responsive-tab:nth-child(1) {

    display: none;

}
.rock img {
    width: 296px;
}
.head {
    position: relative;
}
.head h2 {
    font-size: 20px;
    font-weight: 700;
}
.des p {

    font-size: 17px;
    text-align: justify;
    line-height: 30px;
}
.page-heading{

   background: url('image/heading_bgr.png') left top repeat-x;
   width: 100%;
   margin: 16px 0px;
}
.bannere img {
    width: 100%;
}
.page-heading h2{
        display: inline;
        font-family: 'Open Sans', arial, sans-serif;
        font-weight: 300;
        font-size: 28px;
        line-height: 28px;
        background: #fff;
        margin: 0;
        padding-right: 10px;
        font-weight: 700;
        color: #0c0c0c;
}
.section-ab p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
    color: #1d1d1d;
}
.heading {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    margin-top: 46px;
    margin-bottom: 35px;
}
.inquiryq {
    font-family: 'Merriweather', serif;
    color: #041e42;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 18px;
    text-align: center;
}
.inqueryn {
    font-family: 'Merriweather', !serif !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #041e42;
    font-family: roboto;
}


 
  @media only screen and (max-width: 480px) {
  .owl-carousel.slider .one {
    min-height: 150px;
   }
   .owl-carousel.slider .two {
    min-height: 150px;
   }
   .owl-carousel.slider .five {
    min-height: 150px;
   }
    .owl-carousel.slider .three {
     min-height: 150px;
   }
   #cssmenu {
        width: 1147px;
   }

   .top-social::before {
     display: none;
   }
   .top-social.clearfix .top-cont{

    background-color: inherit;
   }
   .top-social.clearfix .top-cont ul li {
    text-align:left;
   }
   .header-top {
    line-height: 21px;
    width: 100%;
   }
   .logo img {
    width: 100%;
    max-width: 236px;
}
.logo-header .top-site ul li {
    display: inline-block;
    margin-left: 0px; 
}
.logo-2 img {
    width: 100%;
    max-width: 224px;
}
   .owl-carousel.profile.owl-loaded.owl-drag .owl-next {
    right: 155px;
   }
   .owl-carousel.profile.owl-loaded.owl-drag .owl-prev {
    right: 207px;
  }
  #cssmenu {
    width: 473px !important;
    margin: auto;
 }
 #cssmenu > ul li#responsive-tab a {
    background: url(../image/menu.png) no-repeat;
    background-position: 75% -72% !important;
}
.list .icon {
   
    left: 14px;
    font-size: 23px;
  }
  .link, .list {
    margin-left: 22px;
}
 .heading-separate span::before {
   
    top: -10px;
  
}




}