#main_slider{
    max-height: 550px;
    height: 550px;
}
.slider_text_box .tp-parallax-wrap{
  
}
/* marquee css */
marquee{
    background-color: rgb(60, 197, 151);
    border: 1px solid black transparent  ;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
/* payment image css */
.pull-left .logo img{
    width: 60%;
    float: left;
}
.pull-left .payment img {
  margin-left: 450px;
  margin-top: -100px;
  width: 30%;
 
}
/* header quote btn */
.main_menu_area .header-callbtn{
    float: right;
    margin-top: 10px;
}
/* front page location area css  */
.location_area{
    max-width: 100%;  
}
.location_area .container{ 
   width: 100%;
   background: #e2f5ef;
}
.location_area li h2 {
    color: white;
    padding: 10px ;
    margin-left: 450px;
    width: 26%;
    border-left: 5px solid red;
    border-right: 5px solid red;
    transform: skew(10deg);
    border-radius: 5px;
    background-color: teal;
}
.location_area .container .row1{
    float: left;
    width: 33%;
    padding: 20px 20px;
}
.location_area .container .row1 ul li{
    text-align: center;
    border-left: 5px solid red;
    border-right: 5px solid red;
    transform: skew(10deg);
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    font-size: 18px;
    background-color: white;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.location_area .container .row1  ul li:hover{
    background-color: rgb(140, 240, 240);
    color: black ;
}
.location_area .container .row2{
    float: left;
    width: 33%;
    padding: 20px 20px;;
}
.location_area .container .row2 ul li{
    text-align: center;
    border-left: 5px solid red;
    border-right: 5px solid red;
    transform: skew(10deg);
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    font-size: 18px;
    background-color: white;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.location_area .container .row2  ul li:hover{
    background-color: rgb(140, 240, 240);
    color: black ;
}
.location_area .container .row3{
    float: left;
    width: 33%;
    padding: 20px 20px;
}
.location_area .container .row3 ul li{
    text-align: center;
    border-left: 5px solid red;
    border-right: 5px solid red;
    transform: skew(10deg);
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    font-size: 18px;
    background-color: white;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.location_area .container .row3  ul li:hover{
    background-color: rgb(140, 240, 240);
    color: black ;
}
/* whatsapp calling tag inside */
.all-fixed-data{
    position: fixed;
    left: 10px;
    top: 30%;
    transform: translateY(-50%);
    z-index: 999;
    max-width: 45px;
}
.contact-button-fixed {
    width: 175px;
    height: 55px;
    border-radius: 10px;
    background: linear-gradient(45deg, #09922bbd, #69e99e);
    text-align: center;
    transform: rotate(-90deg);
    position: relative;
    left: -80px;
 
}
.whatsapp-button-fixed {
    position: fixed;
    top: 215%;
    left: 0;
    z-index: 999;
}
.whatsapp-button-fixed img{
    width: 80%;
}
.contact-button-fixed a{
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    text-decoration: none;
    font-style: italic;
    text-align: center;
    font-size: 20px;
    display: block;
    font-weight: 500;
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    animation: blinking .8s infinite 1s;
}

@keyframes blinking {
  0%{color:rgb(226, 121, 121);}
  20%{color:#fff;}
  40%{color:rgb(148, 18, 18);}
  60%{color:#be5f10;}
  80%{color:#e6331b;}
  100%{color:#c49925;}
}
/* main page service area css */
.main_page_banner_area{
background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 3;
}
@media(max-width:480px) {
    .main_page_banner_area .pull-left {
    float: none!important;
    text-align: center;
}
}.main_page_banner_area .pull-left h3 {
    font-size: 45px;
    font-family: roboto, sans-serif;
    font-weight: 700;
    color: #fff;
}
@media(max-width:480px) {
    .main_page_banner_area .pull-left h3 {
    font-size: 38px;
    }
}


