:root {
    --color-1 : #BF1E2E;
    --color-2 : #F9CA00;
}

a{
    text-decoration: none!important;
    color: #222;
}
html,body{
    overflow-x: hidden!important;
}
body,h1,h2,h3,h4,h5,h6,p,a,ul li,ol li{
    font-family: "Exo 2", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
@media(min-width:1099px){
    .visible-collapse{
        display: none!important;
    }   
}
.style-1 {
    padding: 0;
}
.style-1 li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}
.style-1 li::before {
    content: '\f105';
    position: absolute;
    left: 0;
    top : 0;
    font-family: 'FontAwesome';
}
/* BTNS */
.btn-1 {
    overflow: hidden;
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: 0;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    display: inline-block;
    letter-spacing: .1rem;
    /* background: #554bb9; */
    background: var(--color-1);
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-shadow: 0 8px 6px -6px rgb(50 51 51 / 40%);
    -moz-box-shadow: 0 8px 6px -6px rgba(50,51,51,.4);
    box-shadow: 0 8px 6px -6px rgb(50 51 51 / 40%);
  }
  .btn-1 span {
    position: relative;
    z-index: 1;
  }
  .btn-1:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    height: 200px;
    width: 200px;
    background: #1b273d;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
    opacity: .15;
  }
  .btn-1:hover {
    color: #fff;
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
  }
  .btn-1:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
    height: 604%;
    width: 300px;
    left: 43px;
    border-radius: 100%;
  }

#startupModal{
box-shadow: none!important;
overflow: hidden;
}
.mblock{
height: 450px;
overflow: hidden;
background: #fff;
font-family: "Roboto Condensed", sans-serif;
}
.mblock .table tr td,
.mblock .table tr th,.mblock p{
font-size: 15px!important;
font-family: "Roboto Condensed", sans-serif;
}
.mblock img{
height: 450px;
width: 100%;
object-fit : cover;
}

span.close{
width: 25px;
height: 25px;
font-size: 15px;
color: #eee!important;
text-align: center;
text-shadow: none;
font-size: 36px;
border-top: none;
border-right: none;
padding: 2px 5px;
font-weight: bold;
position: absolute;
opacity: 1!important;
top: 20px;
right: -40px;
}

@media(max-width:767px){
.mblock{
  height: auto;
  background: #fff;
  width: 90%;
  margin-left: 4%;
  padding-bottom: 30px;
}
}

.mblock h4{
font-family: "Roboto Condensed", sans-serif;
text-transform: uppercase;
color: #666;
font-size: 20px;
text-align: center;
margin-top: 40px!important;
margin-bottom: 20px;
}
.mblock .table tr td:first-child{
text-transform: uppercase;
}
.mblock .form-control,.mblock .btn{
height: 45px;
}
#successModal .close{
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #333!important;
    opacity: 1;
    text-shadow:none;
    font-size: 24px!important;
}
.success-alert{
    position: relative;
    background: #fff!important;
    border: none;
    text-transform: uppercase;
    max-width: 500px;
    height: 200px;
    margin: 0 auto;
    border-radius: 0;
    margin-bottom: 20px;
    color: #333!important;
}
.success-alert h3{
    color: #333;
    padding-top: 50px;
}

.white{
    color: #fff;
    font-size: 13px;
    margin-bottom: 7px;
}
.navbar-collapse{
    overflow-y:hidden!important; 
}
.set0{
    margin: 0;
    padding: 0;
}
.blue{
    color: var(--color-1);
}
.pink{
    color: #F92029;
}
.mute{
    display: none;
}
.ptop0{
    padding-top: 0!important;
}
.hvr-shutter-in-vertical{
    background: rgba(0,0,0,.5);
}
/*** 

====================================================================
    About area
====================================================================

***/

section#great_area {
    margin: 0 0 7% 0;
}

.head_title.about.text-center h4 {
    color: #f8aa27;
    font-size: 12px;
    font-family: Bitter;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
}
.head_title.about.text-center h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px !important;
    font-weight: 700;
}
.head_title.about.text-center p {
    font-size: 14px;
    color: #494949;
    font-family: 'Poppins', sans-serif;
    margin: 0 16%;
    line-height: 20px;
    font-weight: 400;
    padding-top: 10px;
}
.head_title.about.text-center p {
    font-size: 14px;
    color: #494949;
    font-family: 'Poppins', sans-serif;
    margin: 0 16%;
    line-height: 20px; 
    font-weight: 500;
    padding-top: 10px;
}
.head_title.about.text-center {
    padding-top: 100px;
}
.team_title.about_span.text-center span {
  background: #f8aa27 none repeat scroll 0 0;
  display: inline-block;
  margin-top: 0;
  text-align: center;
}
 .head_title.about.text-center span {
    background: #f8aa27;
    width: 15px;
    height: 2px;
    display: block;
    overflow: hidden;
    margin: 0px 49%;
}
.single_about p {
    color: #959595;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
}
.single_icon {
    float: left;
    width: 90px;
    height: 100%;
}
.single_about {
    height: 150px;
    margin-bottom: 2%;
    overflow: hidden;
}
.single_icon span {
    background: #323232;
    width: 75px;
    height: 75px;
    color: #fff;
    display: block;
    border-radius: 100%;
    padding-left: 3px;
    padding-top: 14%;
    font-size:32px;
}
.single_icon span:hover {
    background: #f8aa27;
    transition:all ease-out 300ms;
    -webkit-transition:all ease-out 300ms;
    -moz-transition:all ease-out 300ms;
    -ms-transition:all ease-out 300ms;
     
}


.single_icon span {
    background: #323232;
    width: 75px;
    height: 75px;
    color: #fff;
    display: block;
    border-radius: 100%;
    padding-left: 3px;
    padding-top: 14%;
}


.single_text {
    width: 225px;
    float: left;
    height: 100%;
    margin: -23px 15px;
    text-align: left;
}
.single_text h2 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
.single_text p {
        color: #959595;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.about_content {
    padding-top: 85px;
}
.about_single .img-holder {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.about_single:hover .img-holder .overlay {
    transform: scale(1.0);
}
.about_single .img-holder .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(248,170, 39, .75);
    text-align: center;
    transform: scale(0.0);
    transition: all .5s ease;
}
.about_single .img-holder .overlay a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.about_single .img-holder .overlay a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    color: #fff;
}
.about_text span {
    background: #f8aa27;
    width: 15px;
    height: 2px; 
    display: inline-block;
}
.about_text h3 {
    color: #323232;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-bottom: -8px;
    padding: 0 0;
}
.about_text h2 {
    font-size: 20px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 600;
     font-family: 'Poppins', sans-serif;
}
.about_text p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
}
.about_text a {
    text-decoration: none;
    color: #000;
    font-weight: 900;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    transition: all .3s ease;
}
.about_text a:hover {
    color: #F8AA27;
}

.about_box_one {
    background: url(../img/home-1/text-1.jpg);
    background-size: cover;
}
.about_box_two {
    background: url(../img/home-1/text-2.jpg);
    background-size: cover;
}
.about_box_three {
    background: url(../img/home-1/text-1.jpg);
    background-size: cover;
}
.slick-slide img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 2px solid #eee;
}
.container-product{
    width: 100%;
}
@media(min-width:1199px){
    .container-product .box-product{
        padding: 40px 90px!important;
    }   
}
/*** 

====================================================================
    Choose area
====================================================================

***/
 
.choose_img h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.choose_img h3 {
    font-size: 24px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
 span.choose_separator {
    background: #fff;
    width: 22px;
    height: 2px;
    overflow: hidden;
    position: absolute;
}
.choose_left {
    float: left;
    width: 81px;
    height: 50px;
    margin-top: 0;
}
.choose_left span {
    color: #df9a26;
    font-size: 40px;
}
.choose_right p {
    color: #8b8b8b;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    width: 70%;
    Line-height: 27px;
    padding: 0 0%;
    font-weight:500;
}
.choose_icon {
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 37px;
}
.choose_right {
    width: 55%;
    overflow: hidden;
}
 

#choose_area {
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.choose_text {
    background: #1b1b1b;
}

section.choose-area-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #222;
}
.choose-left img {
    width : 100%;
    height : 100%;
    object-fit: cover;
}
.choose-right {
    background-color: #222;
    padding : 20px 40px;
    display: flex;
}
@media(max-width : 767px) {
    section.choose-area-section {
        display : block;
    }
    .choose-right {
        padding : 15px;
    }
}
.choose-right {
    margin : auto 10px;
}
.choose-right * {
    color : #fff;
}
.choose-right h2 {
    margin-bottom : 15px;
}
.choose-right p {
    line-height: 22px;
}
#service_area_two{
    background: url(../../images/service-bg.jpg);
    padding-bottom: 50px;
}
.flex-control-nav.flex-control-paging{
    display: none;
}
#home-slider .flexslider{
    max-height: none!important;
    margin-top: 80px;
}
#home-slider ul.slides li h3{
    position:absolute;
    bottom:30px;
    z-index:999;
    text-align:center;
    width:100%;
}
#home-slider ul.slides li h3 span{
    background: rgba(0,0,0,.8);
    color: #bbb;
    padding: 6px 16px;
    border-radius: 6px;
    font-weight: normal!important;
    text-transform: uppercase;
    font-size: 20px;
}
.font-white{
    color: #fff!important;
}
#choose_area{
    margin-top: 50px!important;
}
.singl_offer_two h2,
.singl_offer_two p{
    color: #fff!important;
}
.singl_offer_two .single_link a{
    color: #F8AA27;
}
.short {
    font-family: Montserrat;
    color: #3f3e3e;
    font-size: 18px;
    width: 48%;
    float: left;
    margin-right: 16px;
}
.big{
    font-family: Montserrat;
    color: #3f3e3e;
    font-size: 24px;
}
.choose{
    padding: 30px;
}
 
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.project-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap : 20px;
    padding: 10px 10px 0;
}
.project-box-grid.page {
    padding : 20px;
}
@media(max-width : 767px) {
    .project-box-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width : 559px) {
    .project-box-grid {
        grid-template-columns: 1fr;
    }
}
.project-box {
    background-color: #F1ECEC;
    border-radius: 8px;
    overflow: hidden;
}
.project-box .img-holder {
    overflow: hidden;
    position: relative;
}
p.nos {
    position: absolute;
    right : 0;
    bottom : 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .85);
    color: var(--color-2);
    margin : 0;
}
.project-box .img-holder img {
    transition : .5s ease;
}
.project-box:hover .img-holder img {
    transform: scale(1.1);
}
.project-box .about_text {
    padding: 10px 20px;
}
.project-box .about_text .btn-1 {
    color: #fff;
    width : 100%;
}
.button-area {
    margin : 20px 15px 15px;
}

/*** 

====================================================================
    Process area
====================================================================

***/


.head_title.about.gallery.text-center p {
    margin: 2% 20%;
}

/**
* Projects Version Two Styles.
**/
.gallery-two{
    margin-top:8%;
}
.masonary-gallery {
    position: relative;
    padding: 0;
}
#project-version-two {
    padding:0% 0 1% 0;
    clear:both;
}
#project-version-two .gallery-filter-wrapper {
    text-align: center;
}
#project-version-two .gallery-filter {
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
    padding: 0;
    display: inline-block;
}
#project-version-two .gallery-filter li {
    display: inline;
}
#project-version-two .gallery-filter li span {
    display: inline-block;
    font-size: 13px;
    line-height: 45px;
    color: #787878;
    font-weight: 600 !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 20px;
    position: relative;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#project-version-two .gallery-filter li.active span:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#project-version-two .gallery-filter li.active span,
#project-version-two .gallery-filter li:hover span {
    color: #000000;
}
#project-version-two .masonary-gallery {
    position: relative;
    padding: 0;
}
#project-version-two .masonary-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 250px;
    margin-bottom: 15px;
    padding: 0 8px;
}
#project-version-two .masonary-item.width-1 {
    width: 25%;
}
#project-version-two .masonary-item.width-2 {
    width: 50%;
}
#project-version-two .masonary-item.height-1 {
    height: 513px;
}
#project-version-two .masonary-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#project-version-two .masonary-item .img-wrap {
    position: relative;
    background-size: contain;
    height: 100%;
}
#project-version-two .masonary-item .img-wrap .content-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    cursor: pointer;
    background:;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#project-version-two .masonary-item:hover .img-wrap .content-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
}
#project-version-two .masonary-item .img-wrap .content-wrap .border {
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
}
#project-version-two .masonary-item .img-wrap .content-wrap h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
#project-version-two .masonary-item .img-wrap .content-wrap span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 600; 
    text-align: center;
}
#project-version-two .masonary-item .img-wrap .content-wrap .content {
    position: relative;
    top: 45%;
}
.navbar-brand img {
    width : 175px;
}
/**
* Emergency Customization Project V2 Styles.
**/

#emergency.project-v2 {
    background: #fff url(../img/emergency/bg.png) top right no-repeat;
    background-size: cover;
}
/******** service area ***********/
section#service_area {
    background: url(../img/home-1/service_bg.jpg);
    min-height: 620px;
    background-size: cover;
}
.head_title.service.text-center h4 {
    color: #f8aa27;
    font-size: 13px;
    font-family: Bitter;
    font-style: italic;
}
.head_title.service.text-center h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color:#fff;
}
.head_title.service.text-center span {
    background: #ae8e1e;
    width: 15px;
    height: 2px;
    display: inline-block;
}
.head_title.service.text-center p {
    font-size: 14px;
    color: #494949;
    font-family: 'Poppins', sans-serif;
    margin: 0 10%;
    font-weight: 500;
    padding-top: 20px;
}
.head_title.service.text-center {
    padding-top: 100px;
}
 
.single_link {}
.single_link a{
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    text-decoration:none;
    color:#000;
    font-weight:600;
}
.offers h2 {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 19px;
    padding: 0 0;
    margin: 17px 0;
}
.offers p {
    color: #696969;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 25px;
}
.arrow{
    color: #f8aa27 !important;
    font-size: 14px !important;
    margin-left: 3px;
}

.head_title.service.text-center {
    padding-bottom: 80px;
}
.offers span {
    color: #f8aa27;
    font-size: 50px;
    cursor:pointer;
}

/*** 

====================================================================
    Time Line area
====================================================================

***/

section#testimonial_area {
    background: url(../img/home-1/testimonial_bg.png) no-repeat;
    min-height: 600px;
    background-size: cover;
}
.head_title.process.text-center h4 {
    color: #f8aa27;
    font-size: 12px;
    font-family: Bitter;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
}
.head_title.process.text-center h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 32px;
    font-weight: 700;
}
.head_title.process.text-center span {
    background: #f8aa27;
    width: 15px;
    height: 2px; 
    display: inline-block;
}
.head_title.process.text-center p {
  color: #494949;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin: 2% 17%;
}
.head_title.process.text-center {
  padding-top: 100px;
  padding-bottom: 5%;
}

.single_time_line p {
    color: #959595;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    line-height: 23px;
    font-weight:500;
}
.single_time_line h2 {
    color: #000;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: right;
}
.time_line_area{
    position:relative; 
}
.time_line_area:before {
    content: "";
    height: 60%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 15%;
    margin-left: -1.5px;
    overflow: hidden;
    background: #efefef;
}
.single_time_line {
  height: 230px;
  margin-bottom: 50px;
  width: 38%;
}
.single_time_line:nth-child(2n+1){ 
    float:left;
}
.single_time_line:nth-child(2n+2){ 
    float:right;
}
.single_time_line.right_timeline h2 {
    float: left !important;
}
 
.single_time_line { 
    margin-left: 0;  
}
.single_time_line:nth-child(2n+2) {
  float: right;
  padding-left: 20%;
}
.single_time_line.right_timeline {
    margin-left: 38%;
    margin-top: -24%;
    width: 58%;
}
.single_time_line.single_right {
  padding-left: 25%;
}
.single_time_line.right_timeline > p {
  height: 100px;
  padding-top: 18%;
  text-align: left;
  width: 100%;
}
 
.circle_bg {
    width: 200px;
    height: 100px;
    background: #fff;
    border-radius:100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    right: 0;
    top: -24%;
    position: absolute;
    margin-right: -54%;
    padding-top: 14px;
}
.cercle {
    width: 70px;
    height: 70px;
    background: #f5f4f4;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    right: 26%;
    top: 92%;
    position: absolute;
    margin-right: 0px;
    padding-top: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    border-left:2px solid #fff;
    border-top:2px solid #f8aa27;
    border-right:2px solid #ff;
    border-bottom:2px solid #fff;
}
.circle_bg_two {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    right: 0;
    top: 7%;
    position: absolute;
    margin-right: -54%;
    padding-top: 14px;
}
.cercle_two {
    width: 70px;
    height: 70px;
    background: #f5f4f4;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    right: 53%;
    top: 17%;
    position: absolute;
    margin-right: 0px;
    padding-top: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    border-left:2px solid #fff;
    border-top:2px solid #fff;
    border-right:2px solid #f8aa27;
    border-bottom:2px solid #f8aa27;
}
.circle_bg_three {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    right: 0;
    top: 7%;
    position: absolute;
    margin-right: -54%;
    padding-top: 14px;
}
.cercle_three {
    width: 70px;
    height: 70px;
    background: #f5f4f4;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    right: 53%;
    top: 17%;
    position: absolute;
    margin-right: 0px;
    padding-top: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    border-left:2px solid #fff;
    border-top:2px solid #f8aa27;
    border-right:2px solid #f8aa27;
    border-bottom:2px solid #f8aa27;
}
.circle_bg_foure {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    right: 0;
    top: 7%;
    position: absolute;
    margin-right: -54%;
    padding-top: 14px; 
}



.cercle_four {
    width: 70px;
    height: 70px;
    background: #f5f4f4;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    right: 53%;
    top: 17%;
    position: absolute;
    margin-right: 0px;
    padding-top: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    border:2px solid #f8aa27;
} 
.box-yt-popup .img-big{
    width: 100%;
    height: 280px;
    object-fit : cover;
}
.box-yt-popup .overlay-yt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: rgba(0,0,0,.2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.box-yt-popup .overlay-yt:hover{
    background: rgba(0,165,204,.75);
} 
.icon-play{
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    pointer-events : none;
}
.head_title.text-center.yt-videos{
    padding: 50px 0!important;
}
 
/*** 

====================================================================
    Testimonail area
====================================================================

***/


/**** home one testimonial **/
.new-box .img-holder{
    overflow: hidden!important;
    width : 100%;
    height: 210px;
}
.new-box .img-holder img{
    transition: transform 1s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-box:hover .img-holder img{ 
    transform: scale(1.2); 
}
.horizen {
    width: 100%;
    height: 272px;
    overflow: hidden;
}
.slider_left {
    width: 17%;
    padding-left: 6%;
}
.slider_left img {
    float: left;
    border: 2px solid #f8aa27;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    margin-top: 30% !important;
    overflow: hidden;
}
.slider_right {
    float: right;
    width: 80%;
}
.slider_right h2{
    font-family:poppins;
    font-size:14px;
    color:#fff;
    font-weight:700;
}
.slider_right h3{
    font-family:poppins;
    font-size:12px;
    color:#d89423;
    font-weight:600;
}
.slider_right p {
    font-family: poppins;
    font-size: 14px;
    color: #d2d2d2;
    font-weight: 500;
    line-height: 28px;
    width: 90%;
}
 
.testimoinal_title{}
.testimoinal_title h2{
    font-family: 'Titillium Web', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color:#fff;
}
.testimoinal_title h3{
     color: #f8aa27;
    font-size: 13px;
    font-family: Bitter;
    font-style:italic;
}
.testimoinal_title span{
     background: #f8aa27;
    width: 15px;
    height: 2px; 
    display: inline-block;
}
.bx-wrapper .bx-pager {
    text-align: left;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    top: 20%;
     
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
    right: 0;
    text-align: right;
    margin: 1% 0;
}
 
.head_title.testimonial.text-center h4 {
    color: #f8aa27;
    font-size: 12px;
    font-family: Bitter;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
}
.head_title.testimonial.text-center h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 32px;
    font-weight: 700;
}
.head_title.testimonial.text-center span {
    background: #f8aa27;
    width: 15px;
    height: 2px; 
    display: inline-block;
}
.head_title.testimonial.text-center p {
    font-size: 14px;
    color: #494949;
    font-family: 'Poppins', sans-serif;
    margin: 0 10%;
}
.head_title.testimonial.text-center {
    padding-top: 100px;
}

/*** 

====================================================================
    Client area
====================================================================

***/

div#owl-demo {
    padding-top: 80px;
}
.item_img {
    float: left;
    margin-top: 18px;
}
.item_text {
    float: left;
    width: 270px;
    padding-left: 8%;
}

.item_text p {
    font-family: Bitter;
    font-size: 15px;
    font-style: italic;
    line-height: 22px;
    text-align: left; 
}
 

.item_text h2 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
}

.item_text h3 {
    font-size: 12px; 
    color:#929090; 
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin:0 0;
}
.owl-theme .owl-controls {
    margin-top: 60px;
    text-align: center;
}

/*** 

====================================================================
    Latest News
====================================================================

***/

 

#news_area {
    padding-bottom: 50px;
}
.news_content {
    padding-top: 80px;
}
.single_news {
    margin-bottom: 50px;
}
.news_img {
    float: left;
    width: 250px; 
}
.news_img .img-holder {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
.news_img:hover .img-holder .overlay {
    transform: scale(1.0);
}
.news_img .img-holder .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(248,170, 39, .75);
    text-align: center;
    transform: scale(0.0);
    transition: all .5s ease;
}
.news_img .img-holder .overlay a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.news_img .img-holder .overlay a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    color: #fff;
}
.news_text {
    width: 260px;
    float: left;
    margin-left: 40px;
    height: 100%;
    margin-top: -27px;
}
.news_text h2 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    font-weight:500;
    padding:0 !important;
}
.news_text h4 {
    font-size: 13px;
    font-family: Bitter;
    line-height: 30px;
    font-style: italic;
    color: #c2c2c2;
    padding-bottom: 10px;
}
.news_text p {
    color: #959595;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    margin-top: -11px;
    font-weight: 500;
    width: 250px;
}
.news_text p a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease;
}
.news_text p a:hover {
    color: #F8AA27;
}
.author_img {
    float: left;
    width: 70px;
    margin-left: -10px;
}
.author_img img {
    padding-top: 7px !important;
}
.news_author { 
    width: 250px;
    margin-left: -14px;
}
.author_text h2 {
    color: #000;
    font-size: 14px;
    font-family: Poppins;
    text-transform: uppercase;
    font-weight: 700;
}

/*** 

====================================================================
    Brand Carusal area
====================================================================

***/
 
div#brand_area {
    background: #f8aa27 none repeat scroll 0 0;
    height: 100px !important;
    margin-top: 40px !important;
    padding-top: 30px !important;
}
.item i {
    width: 100px;
    font-size: 28px;
    color: #fff;
}
 
/*** 

====================================================================
    Footer area 
====================================================================

***/ 
 .btn-holder{
    margin-top: 20px!important;
 }
section#footer_area {
  background: rgba(0, 0, 0, 0) url("../../images/footer_bg.jpg") repeat scroll 0 0 / cover ;
  height: 100%;
  padding-bottom: 20px;
  padding-top: 85px;
  clear:both
}
.column-two {
    height: 85px;
}
.column_title h2 {
    font-size: 18px;
    color: #fff;
    font-family: Poppins;
    text-transform: capitalize;
}
.column_title span {
    background: #f8aa27;
    width: 15px;
    height: 2px;
    display: block;
}
 
.column_title {
    height: 60px;
}
.column_text {
    float: right;
    width: 180px;
    margin-top: -10px;
}
.column_text p {
    color: #b9b9b9;
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 25px;
    font-weight:400;
}
.column_text a:hover {
    text-decoration: none;
}
.column_text a:hover p {
    text-decoration: none;
    color: #F8AA27;
}
.column_img img {
    width: 60px;
    float: left;
    margin-right: 10px; 
}

.column_text h3 {
    color: #959595;
    font-size: 13px;
    font-family: Bitter;
    font-style: italic;
    margin-top: -4px;
}

.column-three h2 {
    font-size: 18px;
    color: #fff;
    font-family: Poppins;
    text-transform: capitalize;
}
.column-three span {
    background: #f8aa27;
    width: 15px;
    height: 2px;
    display: block;
}
.column-three {
    color: #b9b9b9;
    font-family: poppins;
    font-size: 12px;
    font-weight: 600;
}
.column-three a {
    color: #f8aa27;
    font-size: 18px;
    margin: 10px 10px 0 1px;
    padding-top: 15px;
}

.subcriber h2 {
    font-size: 18px;
    color: #fff;
    font-family: Poppins;
    text-transform: capitalize;
    padding: 5% 0
}
.subcriber span {
    background: #f44546;
    width: 15px;
    height: 2px;
    display: block;
    margin-top: -10px;
    margin-bottom: 15px;
    background: #f8aa27;
    width: 15px;
    height: 2px;
    display: block;
}
 
.small_gallery h2 {
    font-size: 18px;
    color: #fff;
    font-family: Poppins;
    text-transform: capitalize;
}
.small_gallery span {
    background: #f8aa27;
    width: 15px;
    height: 2px;
    display: block;
    margin-bottom: 20px;
}

/** footer gallery column ****/
input#exampleInputAmount {
    height: 45px;
    border-radius: 0px;
}
.input-group-addon:last-child {
    border-left: 0;
    background: #f8aa27;
    color: #fff;
    border: none;
    border-radius: 0px;
    width: 55px;
    font-size: 20px;
}
input#exampleInputAmount { 
    height: 45px;
    border-radius: 0px;
    font-family: Crimson Text;
    font-size: 15px;
    color: #5c5c5c;
    font-weight:400;
    font-style:italic;
}
.single_footer h2 {
    color: #fff;
    font-size: 30px;
    font-family: Open Sans Condensed;
    font-weight: 600;
    border: 2px solid #fff;
    width: 150px;
    height: 50px;
    padding: 5px 5px;
    text-align: center;
}
.single_footer p {
    color: #b9b9b9;
    font-family: poppins;
    font-size: 12px;
    line-height: 25px;
}
.footer_social a {
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    text-decoration: none;
    padding-left: 0px;
}
.footer_social a:hover{
    color:#f8aa27; 
}
.small_gallery img {
    padding: 3px;
}
.footer-subscriber form.search-form {
    border: 0px solid #E9E9E9;
    height: 43px;
    position: relative;
    overflow: hidden;
}
.footer-subscriber form.search-form input[type='text'] {
    border: none;
    outline: none;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: Crimson Text;
    font-size:16px;
    color:#5c5c5c;
    font-style:italic;
}
.footer-subscriber form.search-form button {
    border: none;
    outline: none;
    height: 45px;
    background: #f8aa27;
    line-height: 45px;
    position: absolute;
    right: 0;
    padding: 0 0;
    width: 55px;
    color: #fff;
    font-size:16px;
}

/*** 

/**
.flexslider .slides img{
    width: auto!important;
}
**/
.width-100{
    width: 100%!important; 
}
.navbar-default{
    z-index: 21;
    width: 100%;
    border-radius: 0;
    border: 0;
    background: #fff;
    border: none!important;
    margin : 0;
}
.navbar-default .container{
    width: 96%;
    margin-left: 2%; 
    padding: 0;
} 
.navbar-right{
    float: left!important;
    text-align: center;  
    width: 100%;
    margin-top: 25px;
} 
.navbar-right2{
    float: right!important;
    text-align: right;
}
.navbar-brand{
    padding: 5px 15px;
}
.navbar-right a{
    color: #111!important;
    text-shadow:none;
    opacity: 1;
    font-size: 16px;
    padding : 30px 16px;
    text-transform: uppercase;
}
.navbar-right a:hover{
    color: var(--color-1)!important;
}
.choose_icon.about{
    color: #bbb;
    height: auto;
    overflow: block;
    padding: 0;
}
.img-downloads{
    margin-top: -5px;
}
.navbar-right li.dropdown ul li a{
    padding: 10px 25px!important;
}
.navbar-right li.dropdown .dropdown-menu{
    border: none;
    border-radius: 0;
    background: #eee;
}
.navbar-right li.dropdown:hover .dropdown-menu{
    display: block;
}
.navbar-right li.active a{
    background: transparent!important;
    box-shadow: none!important;
}
.boxes-slider-bottom{
    margin-top: 30px;
}
.view{
    margin-bottom: 30px;
    padding: 0;
    border: 4px solid #fff;
    background: #f5f5f5;
}
.view h4{
    padding: 5px 12px;
    font-weight: normal;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
}
.view-first img {
    width: 100%;
}
.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}
.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0,165,204, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view p {
    font-family: Georgia, serif;
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.view-first:hover h2, .view-first:hover p, .view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.about-section p{
    font-size: 16px;
    line-height: 26px;
}
section.awards-section .box{
    padding: 8px;
}
section.awards-section .title-block{
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #444;
    color: #eee;
    padding: 10px 0;
}
section.awards-section .more-block{
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #eee;
}
section.awards-section .more-block a{
    color: #eee;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.2px;
}
section.awards-section{
    background: #222;
}
section.awards-section .inner-box p{
    color: #eee;
    font-size: 18px;
    padding: 8px 0;
    padding-bottom: 0;
}
section.awards-section .inner-box a{
    font-size: 15px;
    color: #EB86BC;
    text-transform: uppercase;
}
section.awards-section .inner-box img{
    width: 100%!important;
}
section.testimonials{
    background: var(--color-1);
    min-height: 100px;
}
section.testimonials .title{
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #bbb;
}
#text-carousel .carousel-content{
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    padding: 40px 10px;
    padding-top: 20px;
    color : #333;
}
section.youtube-videos{
    padding: 40px 0;
}
section.youtube-videos .video-box{
    padding: 6px;
}
section.youtube-videos .video-box .iframe{
    height: 250px;
    width: 100%;
}
footer.footer-top{
    background: var(--color-1);
}
footer h3.text-uppercase{
    text-transform: uppercase!important;
}
footer a{
    color: #777;
}
.footer-area {
    min-height: 410px;
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    padding-top: 64px;
    padding-bottom: 40px;
    background: url(../../images/bg-footer.jpg)!important;
}
.footer-area .f-logo {
    width: 138px;
    overflow: hidden;
    margin: 0 0 15px;
}
.footer-area p {
    margin: 0 0 19px;
}
.footer-area .contact-list {
    line-height: 34px;
    overflow: hidden;
    margin: 0;
}
.footer-area .contact-list li {
    display: block;
    overflow: hidden;
    margin: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer-area .contact-list .fa {
    font-size: 18px;
    line-height: 20px;
    float: left;
    margin: 7px 18px 0 2px;
}
.footer-area .contact-list address {
    overflow: hidden;
    font-style: normal;
    margin: 0;
    line-height: 34px;
}
.footer-area .f-heading {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 26px;
    display: block;
    padding: 3px 0 0;
}
.footer-area .f-nav {
    overflow: hidden;
    margin: 0;
}
.footer-area .f-nav li {
    overflow: hidden;
    margin: 0 0 8px;
}
.footer-area .f-nav a {
    color: #808080;
    transition: all 0.25s linear;
}
.newsletter-form {
    position: relative;
    padding: 11px 8px 8px;
    border: 1px solid #808080;
}
.newsletter-form .form-control {
    border: 0;
    color: #808080;
    font-weight: 300;
    box-shadow: none;
    background: transparent;
}
.newsletter-form .sub-btn {
    border: 0;
    top: 15px;
    right: 10px;
    color: #808080;
    font-size: 25px;
    position: absolute;
    background: transparent;
    transition: all 0.25s linear;
}
#footer .btn {
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    display: block;
    padding: 12px 15px 12px;
    width: 226px;
    float: left;
    margin: 0 64px 0 0;
    border: 1px solid #808080;
    transition: all 0.25s linear;
} 
.lg-round {
    border-radius: 45px;
}
#footer .btn .icon-check-form, #footer .btn .icon-placeholder {
    font-size: 28px;
    line-height: 26px;
    margin: 0 12px 0 4px;
    display: inline-block;
    vertical-align: middle;
}

.footer-top .aboutus-footer, .footer-top .footer-links, .footer-top .services{
    min-height: 465px;
    border-right: 1px solid #00AAFF;
    padding-top: 60px;
}
.footer-top .aboutus-footer{
    padding-top: 0;
}
.footer-top .aboutus-footer img{
    margin-bottom: 15px;
}
.footer-top .footer-links, .footer-top .services {
    padding: 0 30px;
}
.footer-top .footer-links ul, .footer-top .services ul {
    padding: 0;
    list-style-type: none;
    margin: 0 0 0 6px;
}
.footer-top .footer-links ul li {
    position: relative;
    padding: 0 0 12px 20px;
}
.footer-top ul li i {
    position: absolute;
    left: 2px;
    top: 8px;
    color: #ff1f28;
    font-size: 5px;
}
.footer-top .services ul li {
    position: relative;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #00AAFF;
    margin-top: 10px;
}
.footer-top ul li a {
    color: #f2f2f2;
    font-size: 107.1%;
    font-weight: 300;
    text-transform: capitalize;
}
.footer-top .links hr {
    border-top: 1px solid #00AAFF;
    height: 1px;
    margin: 15px 0 20px;
}
.footer-bottom {
    padding: 15px 0 10px;
    background-color: #222;
    border-top : 1px solid rgba(255, 255, 255, .1);
}
.footer-bottom * {
    color : #eee;
}
.footer-bottom .social-block a{
    margin-left: 30px; 
    color: #eee;
}
.footer-bottom .social-block a .fa-facebook{
    color: #3B589C;
}
.footer-bottom .social-block a .fa-twitter{
    color: #22ABF4;
}
.footer-bottom .social-block a .fa-google-plus{
    color: #DD4B38;
}
footer .container{
    width: 98%;
}

/**
    ABOUT PAGE
**/
    .pavers-about-grid > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap : 20px;
        margin-bottom: 15px;
    }
    @media (max-width : 991px) {
        .pavers-about-grid {
            margin-bottom: 15px;
        }
        .pavers-about-grid > div  {
            grid-template-columns: 1fr;
            grid-gap : 0;
        }
    }
    .boxAbout{
        background: #EFEFEF; 
    }
    .boxAbout ul {
        padding : 0;
    }
    .boxAbout ul li {
        position: relative;
        list-style: none;
        padding-left: 20px;
        margin-top: 10px;
    }
    .boxAbout ul li::before {
        content: '\f105';
        position: absolute;
        left : 0;
        top : 0px;
        font-family: 'FontAwesome';
        font-weight: bold;
    }
    .box-content-about {
        padding: 35px;
        display: flex!important;
    }
    .box-content-about .auto {
        margin : auto;
    }
    .box-img-about{
        padding: 0;
    }
    .box-img-about img {
        width: 100%!important;
        height: 100%;
        object-fit: cover;
    }
    body.about #aboutus_area {
        background: #f7f7f7;
        padding: 35px 0;
    }
    .otherpage-first-block.about{
        background: #fff;
    }
    .left-about{
        padding: 30px;
        background: #B5678F;
        margin-top: 30px;
    }
    .right-about{
        padding: 25px 40px;
    }
    .right-about h2{
        color: var(--color-1);
    }
    .right-about h2,.right-about h3{
        margin: 0;
        margin-bottom: 10px;
    }
    .right-about h3{
        font-size: 14px;
        text-transform: uppercase;
        font-style: italic;
        color: #777;
        margin-bottom: 20px;
    }
    .right-about h3 span{
        padding-bottom: 5px!important;
        border-bottom: 1px dashed var(--color-1);
        padding-right: 10px;
    }
    .right-about p{
        letter-spacing: .6px;
        line-height: 22px;
    }
    .right-bar{
        box-shadow: none;
    }

/** PRODUCT AND DETAIL PAGE **/
    .row.box-product{
        padding: 20px;
    }
    .row.box-product:nth-child(odd){
        background: #fff; 
    }
    .row.box-product:nth-child(even){
        background: #f7f7f7;
    }
    .row.box-product:nth-child(odd) .right-pdetail{
        padding-right: 0;
    }
    .rupee{
      font-size: 18px;
        color: #222!important;
    }
    .img-responsive2{
        height: 300px;
        object-fit : cover;
    }
    .rupee span{
        font-size: 14px;
        color: #566;
    }
    .fa-plus-view{
        background: rgba(0,0,0,.4);
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 12px 12px 13px;
        font-size:25px;
        color: #ddd;
    }
    #isotop-holder{
        border: 3px solid #fff;
    }
    .item.col4{
        border: 3px solid #fff;
    }

.whatsapp{
    position: fixed;
    bottom: 20px;
    right: 0px;
    display: none;
}
@media(max-width:767px){
    .whatsapp{
        display: block;
    }
}
.whatsapp img{
    width: 100px;
}

/**
    DOWNLOADS PAGE
**/ 
.container-pdf{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 40px;
  } 
  .img-download{
    width: 20px;
  }
  .img-pdf{
    width: 150px;
  }
  .iframe-ad{
    width: 100%;
    height: 180px;
  }
  @media(min-width: 768px){
    .table-pdf tr:hover{
      background: #F6FAFD!important;
      border-left: 4px solid #666!important;
    }
  }
  .table-pdf tr td:first-child{
    width: 40px;
  }
  .table-pdf tr td:nth-child(3){
    text-align: center;
  }
  .table-pdf tr td{
    font-size: 16px;
    border-color: #ddd!important;
  }
  .table-pdf tr td p{
    margin-bottom: 0;
    font-size: 16px!important;
  }
  .table-pdf .fa-file-pdf-o{
    color: #408DC6;
    font-size: 30px;
  }
  .table-pdf .btn{ 
    padding: 0;
    width: 40px;
    height: 30px; 
    line-height: 0!important;
    text-align: center;
    border: 0!important;
    padding-bottom: 4px!important; 
    padding-left: 2px;
    padding-top: 1px;
    background: #666666;
    color: #fff;
    margin-bottom: 0!important;
  }

section.bc{
    width: 100%;
    height: 160px;
    background: url(../../images/bg-bc.jpg);
    margin-top: 80px;
    background-size: cover;
    padding: 30px;
    color: transparent;
    position: relative;
}
section.bc h2{
    text-transform: uppercase;
}
.bg-grey2 {
    background-color: #f7f3f3;
}
.main-heading.no-border {
    padding: 0;
}      
.main-heading {
    z-index: 1;
    color: #a5a5a6;
    font-weight: 300;
    position: relative;
}
.right-pdetail h4{
    margin: 0;
    margin-bottom: 10px;
}
.right-pdetail p{ 
    color: #777;
}

.shares .fa{
    margin: 0 10px;
    color: #999;
}
.top-banner{
    margin-top: 78px;
    background: var(--color-1);
}
.top-banner .heading {
    padding-top: 0;
} 
.main-heading .heading {
    margin: 0 0 5px;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    line-height: 44px; 
}
.top-banner .social{
    margin: 0;
    z-index: 1;
    padding: 0 0 0 20px;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    display: inline-block;
}
.top-banner .social li {
    padding: 0;
    vertical-align: top;
}
.top-banner .social a{
    width: 40px;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 6px 0 0;
    line-height: 38px;
    transition: all 0.3s ease 0s;
}
.top-banner .social a:hover .fa-facebook{
    color: #475993;
}
.top-banner .social a:hover .fa-twitter{
    color: #76A9EA;
}
.top-banner .social a:hover .fa-google-plus{
    color: #F24937;
}
.top-banner .social a:hover .fa-linkedin{
    color: #0077B7;
}
.top-banner .social a:hover .fa-print{
    color: #333;
}
.top-banner .social .print{
    padding: 0 0 0 22px;
    color: red!important;
} 
.top-banner .social li {
    padding: 0;
    vertical-align: top;
}
/**
    QUOTE PAGE
**/ 
    body.quote ul{
        list-style: none;
        padding: 0;
    }
    body.quote ul li{
        padding: 6px 15px;
        font-size: 15px;
    }
    .freequote-content .left{
        padding: 50px 40px;
        background: #eee;
        color: #333;
    }
    body.contact .freequote-content .left{
        background: transparent;
        padding: 40px;
    }
    .iframe{
        height: 418px!important;
        width: 100%;
    }
    .freequote-content .right{
        padding: 0 20px 50px 20px;
        margin-top: 60px;
        font-size: 15px;
        text-align: center;
    }
    body.contact .freequote-content .right{
        margin-top: 0;
        text-align: left;
        background: var(--color-1);
        color: #ddd;
        font-weight: normal;
        font-size: 14px;
        padding: 50px 20px;
        padding-top: 20px;
    }
    body.contact .freequote-content .right strong{
        font-weight: normal;
        font-size: 22px;
    }
    body.contact .forms{
        padding: 20px;
    }
    body.contact .forms .form-control{
        border: 0;
        box-shadow: none;
        background: #E9E9E9;
        height: 45px;
    }
    body.contact .forms textarea.form-control{
        height: 120px;
        resize:none;
    }
    .forms h2.title{
        text-align: center;
        text-transform: uppercase;
        letter-spacing: -.9px;
    }
    .freequote-content .left h4{
        font-size: 20px;
    }
    .freequote-content .left h4,
    .freequote-content .left b{
        font-weight: normal;
        font-size: 15px;
    }
    .freequote-content .left .form-control,
    .freequote-content .left select{
        border: none;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        color: #666;
        padding-left: 6px;
        padding-bottom: 10px;
        border-bottom: 1px solid #333;
        height: 50px;
    }
    .freequote-content .btn-primary:hover{
        background: var(--color-1);
    }
    .freequote-content .left .form-control::-webkit-input-placeholder{
        color: #666;
    }
    .freequote-content .left .form-control::-moz-placeholder{
        color: #ccc;
    }
    .freequote-content .left .form-control:-moz-placeholder{
        color: #ccc;
    }
    .freequote-content .left .form-control:-ms-input-placeholder{
        color: #ccc;
    }
    .freequote-content .left label{
        font-weight: normal;
    }
    #successModal{
        overflow: hidden!important;
    }
    #successModal .close{
        opacity: 1;
        color: #fff;
        font-size: 14px;
    }
    .success-alert{
        background: #54A760;
        border: none;
        color: #fff!important;
        text-transform: uppercase;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

/** TESTIMONIAL PAGE **/
    section.testimonial-home{
        background: #F5F5F6;
        padding: 40px;
    }
    .slide .title{
        font-weight: bold;
        color: #333;
        font-size: 18px;
    }
    .slide p{
        width: 70%;
        margin-left: 15%;
        margin-top: 10px;
        letter-spacing: 1px;
    }

/** CONTACT PAGE **/
    body.contact p{
        color: #444!important;
    }
    body.contact .footer-area p{
        color: #808080!important;
    }
    .contact-sec.style2 {
        color: #a5a5a6;
    } 
    .contact-sec {
        overflow: hidden;
    } 
    .pad-t-md {
        padding-top: 70px;
    }
    .form2 .form-control{
        border: none;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #ddd;
        resize : none;
        height : 60px;
        font-size: 16px; 
    }
    .btn2{
        background: transparent;
        border-radius: 0;
        border: 1px solid #333;
        color: #333;
        margin-bottom: 20px;
    }
    .form2 textarea{
        height: 90px!important;
    } 
     
    .contact-detail{
        padding: 30px 0;
    }
    .contact-detail .icon{
        float: left;
        margin: 5px 0 0; 
        position: relative;
        border: 1px solid #efefef;
        text-align: center; 
        font-size: 50px!important;
        text-align: center;
    } 
    .row-map{
        position: relative;
    }
    .box-get-location{
        background: #fff;
        border: 1px solid #ccc;
        padding: 10px 20px;
        padding-bottom: 25px;
        position: absolute;
        bottom: 30px;
        border-radius: 4px;
    }
    .box-get-location .form-control{
        height: 45px;
        border-radius: 0;
        background: #fff;
    }
    .box-get-location .addon-dir{
        padding: 0;
        background: var(--color-1);
    }
    .box-get-location .addon-dir button{
        padding: 11.5px 15px;
        border: 0;
        background: var(--color-1);
        color: #fff;
    }
    .visible-xs {
        display: none!important;
    }

@media(min-width:210px) and (max-width:499px){
    #project-version-two .masonary-item{
        width: 100%!important;
    }
}
@media(min-width:500px) and (max-width:767px){
    #project-version-two .masonary-item{
        width: 50%!important;
    }
}
@media(max-width : 991px) {
    .hidden-xs {
        display: none!important;
    }
    .visible-xs {
        display: block!important;
    }
}
@media(min-width:210px) and (max-width:767px){
    .img-responsive2{
        height: 200px;
    }
    .row.box-product{
        padding: 20px;
    }
    .row.box-product .right-pdetail{
        padding: 10px 0;
    }
    .xs-set0{
        padding: 0;
    }
    .footer-area .block{
        margin-top: 20px!important;
    }
    .btn-holder{
        margin-top: 20px!important;
        margin-left: 0!important;
    }
    .btn-holder.map{
        margin-top: 50px!important;
    }
    .boxAbout{
        height: auto;
    }
    .item.col4{
        width: 50%;
    }
    .item .over{
        opacity: 1;
        visibility: visible;
    }
    .item img{
        opacity: 0.2!important;
    }
    
    section.testimonial-home{
        padding: 20px 0;
    }
    .slide p{
        width: 100%;
        margin-left: 0;
    }
    .freequote-content .right{
        padding-top: 30px;
        margin-top: 0;
    }
    .choose_image,.choose_text{
        width: 100%;
    }
    .choose{
        padding-left: 10px;
    }
    .new-box{
        width: 100%!important;
        padding: 10px 20px 0;
    }

    .single_about{
        height: auto!important;
        padding: 30px 10px;
        background: #eee;
    }
    .single_icon span{
        margin-bottom: 20px;
    }
    .bg-full {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../../../images/bg/f-bg.jpg);
    } 


    .footer-top .aboutus-footer, .footer-top .footer-links, .footer-top .services{
        height: auto!important;
        min-height: 0!important;
        padding-bottom: 20px;
        border-bottom: 1px solid #00AAFF;
    }
    .footer-bottom,.footer-bottom .text-right{
        text-align: center!important;
    }
    .flexslider .slides img{
        width: 100%!important;
    }
    #home-slider{
        margin-top: -25px;
    }
    .navbar-toggle{
        margin-top: 15px;
        border: none;
        background: transparent!important;  
        outline: none!important;
    }
    .navbar-toggle span{
        background : var(--color-1)!important;
    }
    .navbar-default{
        background: #fff!important;
    }
    .navbar-default img{
        max-width: 135px;
    }.navbar-right2,.navbar-right li:last-child{
        display: none;
    }
    .quote-xs{
        margin-top: 18px;
        font-size: 16px;
        margin-right: 10px;
    }
    .item .over h4{
        font-size: 20px;
        line-height: 20px;
    }
    .item .over span{
        font-size: 16px;
    }
    .top-banner{
        margin-top: 58px;
        height: 55px;
        padding-top: 10px;
    }
    .top-banner h2{
        margin-top: 10px!important;
        font-size: 30px!important;
        line-height: 10px!important;
    }
    .main-heading .heading{
        text-align: center;
    }
    .top-banner .text-right{
        text-align: center;
    }
}
@media(min-width:768px) and (max-width:991px){
    .flexslider .slides img{
        width: 100%!important;
    }
    .boxAbout{
        height: auto;
    } 
    .item .over{
        opacity: 1;
        visibility: visible;
    }
    .item img{
        opacity: 0.2!important;
    }
    .item .over h4{
        font-size: 20px;
        line-height: 20px;
    }
    .item .over span{
        font-size: 16px;
    }
}

@media(min-width:768px) and (max-width: 1100px) {
    .visible-collapse{
        display: block;
    }
    .navbar-fixed-top .container{
        margin: 0!important;
        width: 100%;
    }
    .navbar-header {
        float: none;
        width: 100%;
    }
    .block-tab{
        width: 100%;
        padding: 0; 
    }
    .navbar-toggle{
        margin-top: 15px;
        border: none;
        background: transparent!important;  
        outline: none!important;
    }
    .navbar-toggle span{
        background : var(--color-1)!important;
    }
    .navbar-default{
        background: #fff!important;
    }
    .navbar-default img{
        max-width: 135px;
    }.navbar-right2,.navbar-right li:last-child{
        display: none;
    }
    .quote-xs{
        margin-top: 18px;
        font-size: 16px;
        margin-right: 10px;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        margin-bottom: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        margin-bottom: 10px;
    } 
    .navbar-nav a{
        padding-top: 10px;
        margin-bottom: 10px;
        color: #fff!important;
    }
    .navbar-nav a:hover{
        color: #fff!important;
    }
    .navbar-collapse.in{
        display:block !important;
        background: var(--color-1)!important; 
        overflow-y:hidden!important; 
    }
    .navbar-collapse{
        overflow-y:hidden!important; 
    }
    #home-slider .flexslider{
        margin-top: 55px;
    }
    .top-banner{
        margin-top: 60px;
    }
}