/*----- top header design --------*/
.main_topheader1{
    background-color: #d20000;
    padding-top: 8px;
  
}
.main_topheader1 ul{
    list-style-type: none;
}
.main_topheader1 ul li{
    display: inline-block;
    border-right: 1px solid #fff;
    padding:6px 12px;
}
.main_topheader1 ul li a{
    font-size: 16px;
    color:#fff;
    font-weight: 500;
    letter-spacing: 0.5px;
 
}
.main_topheader1 ul li:last-child{
    border-right: none;

}
.src-head{
	padding-top: 10px;
    padding-bottom: 10px;
}
.marquetext{ 
	    background-color: #f7c600;
}
.logo a img {
    object-fit: fill;
    width: 70%;
}
.logo {
    height: 100px;
}



/*This code is property of Conor McNamara*/
/*https://codepen.io/conorjmcnamara/*/

.main_container {
    max-width: 740px;
    height: 100%;
    margin: 10px auto 0px auto;
}

.in_container {
    background: #fafafa;
    border-radius: 2px;
    box-shadow: 0 0 6px #c9d1de;
    -webkit-box-shadow: 0 0 6px #c9d1de;
    -moz-box-shadow: 0 0 6px #c9d1de;
    -o-box-shadow: 0 0 6px #c9d1de;
}

.back_link {
    display: block;
    text-decoration: none;
    margin-top: 80px;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #3E3E3E;
    font-size: 16px;
    letter-spacing: 1px;
}

.back_link .back_arrow_icon {
    vertical-align: middle;
    margin-right: 10px;
}

html {
    width: 100%;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    mso-margin-top-alt: 0px;
    mso-margin-bottom-alt: 0px;
    mso-padding-alt: 0px 0px 0px 0px;
    background: green;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p,
h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

table {
    font-size: 14px;
    border: 0;
}

img {
    border: none!important;
}

@media only screen and (max-width: 600px) {
    body[yahoo] .full_width_600 {
        width: 90% !important;
    }
    .main_topheader1 .l-list .d-none1{
    display: none !important;
}
.toggle_icon_desing{
    position: absolute;
    z-index: 800;
    top: 140px;
    left: 320px;
}
}

@media only screen and (max-width: 700px) {
    body[yahoo] .full_width_700 {
        width: 100% !important;
    }
    body[yahoo] .txt_center {
        text-align: center !important;
    }
    body[yahoo] .separator {
        height: 40px !important;
    }
}

.bg-gradient1 span,
.bg-gradient1:before {
    background: #52a0fd;
    background: -moz-linear-gradient(left, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
    background: -webkit-linear-gradient(left, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
    background: linear-gradient(to right, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
}

.bg-gradient3 span,
.bg-gradient3:before {
    background: #fa6c9f;
    background: -moz-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
    background: -webkit-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
    background: linear-gradient(to right, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
}

.wrapper {
    margin: 0% auto;
    text-align: center;
    transform-style: perserve-3d;
    perspecive: 400px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.fancy-button {
    display: inline-block;
    margin: 0px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 5px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    top: 55%;
    margin-top: -6em;
    width: 100%;
    height: 0.199em;
}

.fancy-button:before {
    content: '';
    display: inline-block;
    height: 20px;
    position: absolute;
    z-index: -1;
    border-radius: 30em;
    filter: blur(20px) brightness(0.95);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

.fancy-button i {
    font-size: 1em;
    vertical-align: middle;
}

.fancy-button span {
    display: inline-block;
    padding: 13px 60px;
    border-radius: 50em;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

.fancy-button:focus,
.fancy-button:active {
    color: #fff;
}

.fancy-button:hover {
    color: #fff;
}

.fancy-button:hover span {
    filter: brightness(1.05) contrast(1.05);
    transform: scale(0.95);
}

.fancy-button:hover:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
}

.fancy-button.pop-onhover:before {
    opacity: 0;
    bottom: 10px;
}

.fancy-button.pop-onhover:hover:before {
    bottom: -7px;
    opacity: 1;
    filter: blur(20px);
}

.fancy-button.pop-onhover:hover span {
    transform: scale(1.04);
}

.fancy-button.pop-onhover:hover:active span {
    filter: brightness(1) contrast(1);
    transform: scale(1);
    transition: all 0.15s ease-out;
}

.fancy-button.pop-onhover:hover:active:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
    transition: all 0.2s ease-out;
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    background-color: #eee;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    color: #696969;
    -webkit-font-smoothing: antialiased;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    margin: 1em 0;
}

p {
    margin: 0.9em 0;
    line-height: 1.5;
}

::selection {
    background-color: #e53935;
    color: #eee;
}

.menu-toggle {
    display: none;
}

.mobile-bar {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 25px;
    /*BAR HOW MUCH IN RIGHT*/
    width: 100%;
    height: 65px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.menu-icon {
    float: right;
    display: block;
    position: relative;
    width: 25px;
    height: 100%;
    cursor: pointer;
    transition: transform 300ms ease-in;
    /*the bar to X*/
}

.menu-icon > span {
    display: block;
    position: absolute;
    top: 55%;
    margin-top: -0.3em;
    width: 100%;
    height: 0.199em;
    border-radius: 1px;
    background-color: #696969;
    transition: transform 300ms ease-in;
}

.menu-icon > span:before,
.menu-icon > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-color: #696969;
    transition: transform 300ms ease;
}

.menu-icon > span:before {
    transform: translateY(-0.6em);
}

.menu-icon > span:after {
    transform: translateY(0.6em);
}


/*need this for bringing down the examples*/

.menu-toggle:checked + .mobile-bar .menu-icon {
    transform: rotate(45deg);
}

.menu-toggle:checked + .mobile-bar span:before,
.menu-toggle:checked + .mobile-bar span:after {
    transform: rotate(90deg);
}


/*needed*/

.menu-toggle:checked ~ .header {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.header {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    background-color: white;
    padding-right: 5.7px;
    color: #eee;
    transition: opacity 300ms ease-in, visibility 0s ease-in 300ms;
}

.header nav,
.header ul {
    height: 100%;
}

.header li {
    border-bottom: 1px solid #eee;
    color: #505050;
    /*text on navbar*/
    font-weight: 430;
    line-height: 2.4;
    /*height of the navbar*/
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 600;
}

.header li:hover {
    color: #696969;
    transition: color 300ms ease-in;
}

.header a {
    display: block;
    padding: 25px;
    transition: background-color 300ms ease-in;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand>img {
    height: 40px;
    width: auto;
    z-index: 10;
    position: fixed;
    top: 13.45px;
    left: 0;
    padding: 0 25px;
    /*BAR HOW MUCH IN RIGHT*/
    background-color: white;
}
/*
.test {
    top: 0;
    width: 100%;
    position: fixed;
}*/

@media (min-width: 1000px) {
    .mobile-bar {
        display: none;
    }
    .header {
        z-index: 5;
        position: relative;
        left: 0;
        padding-top: 0;
        width: 100%;
        height: auto;
        overflow: auto;
        visibility: visible;
        opacity: 1;
        text-align: center;
    }
    .header li {
        display: inline-block;
       
        /* fix the inline-block gap */
        border: none;
        text-align: left;
    }
    .header a {
        padding: 3px 35px;
        /*header height and text spacing*/
    }
}





.col-lg-6.col-md-6.col-sm-12.house img {
    width: 100%;
    box-shadow: 10px 10px 10px #d1d1d1;
}

form.php-email-form {
    width: 100%;
    max-width: 100% !important;
}
.menu-header {
    width: 100%;
    margin: 0 auto;
}

.leftimg{
	margin-top: 100px;
}
.leftimg img{
	width: 100%;
}

.custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    z-index: 999;
}
.custom-popup .popup-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 30%;
    margin: 0px auto;
}
.custom-popup .popup-box .popup-content {
    background-color:#e0f5ac;
    padding: 30px;
}
.custom-popup .popup-box .popup-content h5 {
    font-size: 30px;
    font-weight: bold;
    color: black;
}
.custom-popup .popup-box .popup-content p {
    font-size: 14px;
    line-height: 25px;
}
.custom-popup .popup-box .popup-content button {
    float: right;
    padding: 10px 30px;
    background-color: #f7c600;
    border: 0px;
    color:black;
    font-weight: bold;
    font-size: 16px;
}
marquee {
    font-size: 14px;
}



@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


form {
  background: #fff;
  max-width: 360px;
  width: 100%;
  padding: 0px 40px 10px 40px;
  border: 1px solid ##e1e2f0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(42, 45, 48, 0.12);
  transition: all 0.3s ease;
}




.row input {
  flex: 1;
  padding: 13px;
  border: 1px solid #d6d8e6;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.2s ease-out;
}

.row input:focus {
  outline: none;
  box-shadow: inset 2px 2px 5px 0 rgba(42, 45, 48, 0.12);
}

.row input::placeholder {
  color: #C8CDDF;
}

button {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  background: #d20000;
  color: #fff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px;
  transition: background 0.2s ease-out;
}

button:hover {
  background: #f7c600;
}

@media(max-width: 458px) {
  
  form {
    background: #f9faff;
    border: none;
    box-shadow: none;
    padding: 20px 0;
  }

}

label {
    font-size: 14px;
    padding: 18px 0px 0px 0px;
}

textarea {
    border: 1px solid #d6d8e6;
}
.f-14{
	font-size: 14px !important;
}
/*footer*/



.border-shape {
background: #f7c600;color: #fff;
display: block;
height: 3px;
left: 0;
margin: 20px auto;
position: relative;
right: 0;
text-align: center;
top: 0;
width: 80px;
}

.border-shape::before {
background: #ffbe00 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
left: 80px;
margin: 0 auto;
position: absolute;
text-align: center;
top: 1px;
width: 100px;
}

.border-shape::after {
background: #ffbe00 none repeat scroll 0 0;
bottom: 0;
content: "";
height: 1px;
margin: 0 auto;
position: absolute;
right: 80px;
text-align: center;
top: 1px;
width: 100px;
}











/*FOOTER*/
footer{
width:100%;
background-color:#121619;
color:#fff;
}

.top_header{
    padding: 0 2rem;
display:flex;
align-items:center;
justify-content:center;
position:relative;
}

.top_header section{
display:flex;
align-items:center;
justify-content:center;
width:100%;
}

.top_header span{
padding:0 1rem;
}

.top_header .fa{
color:#ffbe00;
font-size:35px;
}

footer .border-shape {
width: 40%;
}

footer .border-shape::before {
width: 100%;
}

footer .border-shape::after {
width: 100%;
}

footer .bottom_content section{
    margin: 0 20px;
    opacity: 1;
    font-size: 14px !important;
    color: rgb(255 255 255 / 99%);
    transition: 0.5s;
}

.bottom_content a{
margin:0 20px;
color:rgba(255,255,255,0.7);
transition:0.5s;
}

.bottom_content a:hover{
color:rgba(255,255,255,1);
}


.copyright{
padding:0.8em 0;
background-color:#1e1e1e;
text-align:center;
color:rgba(255,255,255,0.7);
font-size:12px;
}



@media (max-width:820px){
.top_header{
padding:1rem;
display:block;
}

.top_header section{
margin:40px 0;
align-items:left;
justify-content:left;
}
footer .bottom_content section{
padding:1rem;
display:block;
}
footer .bottom_content section a{
padding:1rem;
font-size:12px;
margin:0 5px;
display:inline-block;
}
}

/*--------- extra css code ------------*/
.main_about_one{
    background-image: url('../img/bg1.jpg');
    width: 100%;
    height: 300px;
    padding:20px;
    background-size: cover;

}
.main_about_one .m_content{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 90px;

}
.main_about_one .m_content h1{
    font-size: 42px;
    color:#fff;
    font-weight:bold;
}
.main_a img{
    width:100%;
}


/*------------ botton-nav -----------*/
.botton-nav{
    width: 100%;
    padding:10px 0;
}
.botton-nav nav{
    margin-top:35px;
}
.botton-nav nav .m_list1{
    list-style-type: none;
    position: relative;
}
.botton-nav nav .m_list1 li{
    display: inline-block;
    padding: 10px;
    margin-right:8px;
}
.botton-nav nav .m_list1 li:last-child{
    margin-right: 0;
}
.botton-nav nav .down_list1{
    background-color: #fff;
    text-align: center;
    position: absolute;
    width: 230px;
    top: 40px;
    z-index: 3;
    padding-left: 0;
    display: none;
    padding:5px 0;
}
.botton-nav nav .m_service1:hover .down_list1{
    display: block;
}
.botton-nav nav .down_list1 li a{
    padding:10px;
}
.botton-nav nav .down_list1 li a:hover{
    color:red;
}
.botton-nav nav .down_list1 li{
    display: block;
    padding-right: 0;
}
.botton-nav nav .down_list1 li a{
    color:#000;
}
.botton-nav nav .m_list1 .fa-sort-desc{
    font-size:16px;
}
.botton-nav nav .m_list1 li a{
    font-size:16px;
    font-weight: 500;
    color:#000;
    margin-top:40px;
}
.botton-nav .logo_desi img{
    width: 100%;
    max-width: 250px;

}
.botton-nav .call_now_one{
    margin-top: 32px;
    width: 100%;
    padding: 14px 9px;
    text-align: center;
    font-size: 15px;
}

/*------------ service_box_one --------------*/
.service_box_one .a_contt1{
    padding:20px;
}
.service_box_one .a_contt1 h2{
    font-size: 32px;
    color:#000;
}
.service_box_one aside .asi_heading{
    display: block;
    border-left: 2px solid #d20000;
    padding-left: 10px;
    margin:14px 0;
}
.service_box_one aside .asi_heading h2{
    color:#000;
    font-weight: 600;
}
.service_box_one aside ul{
    list-style-type: none;
    box-shadow: 0px 0px 7px lightgray;
}
.service_box_one aside ul li{
    padding:6px 0;
}
.service_box_one aside ul li a{
    font-size: 16px;
}


/*----------- toggle mobile navbar -----------*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.toggle_icon_desing{
    display: none;
}
@media screen and (max-height: 480px) {
  .toggle_icon_desing{
    display: block;
}
  .social_media_one{
    text-align: center;
  }
 .logo_desi{
    text-align: center;
 }
 .m_list1{
    text-align: center;
 }

}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .toggle_icon_desing{
    display: block;
}



}


/*--------- gallery ----------*/
.portfolio-menu{
    text-align:center;
}
.portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}
.portfolio-item{
    /*width:100%;*/
}
.portfolio-item .item{
    /*width:303px;*/
    float:left;
    margin-bottom:10px;
}


/*---------- call_whatsapp_button -----------*/
.call_whatsapp_button{
    width: 100%;
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 999;
}
.call_whatsapp_button a{
    display: inline-block;
    width: 49.5%;
    padding:12px 8px;
    font-size:16px;
    text-align: center;
    letter-spacing: 0.5px;
}
.call_whatsapp_button .call_now1{
    background-color:#d20000;
    color:#fff;
}
.call_whatsapp_button .whatsapp1{
    background-color:green;
    color:#fff;
}

/*----------- footer section ------------*/
.main_foot_one{
    padding:50px 0;
    background-image: url(../img/bg2.jpg);
    width:100%;
    height:auto;
    background-size:cover;
    background-color:#000000db;
    background-blend-mode: overlay;
}
.main_foot_one h2{
     padding:14px 0;
}
.main_foot_one .footer_about ul{
    list-style-type: none;
}
.main_foot_one .footer_about ul li{
    color: #fff;
    padding:6px 0;
}
.main_foot_one .footer_about ul li a{
    text-decoration: none;
    color:#fff;
    font-size:14px;
    transition: all 0.5s;
}
.main_foot_one .footer_about ul li a:hover{
    color:#d20000;
    transition: all 0.5s;
}

/*------ home_service_page ---------*/
.home_service_page .service-text h2{
    color:#000;
    font-size:24px;
    font-weight:550;
}
.toggle_icon_desing{
    display: none;
}


/*----------- main_branches-------------*/
.main_branches{
    padding:40px 0px;
    background-color:#fff;
}
.main_branches .loca_list ul{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.main_branches .loca_list ul li{
    display: block;
    padding:8px 0;
    background-color:#fff;
    box-shadow:0px 0px 6px #c9c6c6;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.main_branches .loca_list ul li:before{
    width: 10%;
    content: '';
    position: absolute;
    top:0;
    left: 0;
    border-bottom: 2px solid red;
    transition-delay: 2s;
}
.main_branches .loca_list ul li:after{
    width: 10%;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid red;
    transition-delay: 2s;
}
.main_branches .loca_list ul li:hover :after{
    width: 50%;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid red;
    transition-delay: 2s;
}
.main_branches .loca_list ul li:hover :before{
    width: 50%;
    content: '';
    position: absolute;
    top:0;
    left: 0;
    border-bottom: 2px solid red;
    transition-delay: 2s;
}
.main_branches .loca_list ul li a{
    color:#000;
    font-size:16px;
}
.main_branches .branch_heading{
    text-align: center;
    color:#000;
    padding-bottom:10px;
    position: relative;
    margin-bottom:30px;
}
.main_branches .branch_heading:before{
    position: absolute;
    bottom: 0;
    left: 48%;
    content: '';
    width:5%;
    border-bottom:2px solid #d20000;


}
.main_branches .branch_heading h2{
    font-size:38px;
    font-weight:bold;
}

/*------ responsive slide down --------*/
#mySidenav .mobile_box{
    display: none;
}
#mySidenav .mobile_box2{
    display: none;
}
