
*{
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
body{
    font-family: 'Ubuntu',Arial, sans-serif, -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial;
    font-size: 16px;
    color:#333;    
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Libre Baskerville', serif;
    width: 100%;
    color:#555;
    font-weight: normal;
    line-height: 1.3;
    margin:10px 0 20px;
}
ul, ol{
    list-style-type: none;
    color:#555;
    margin: 0;
    padding: 0;
}
a, a:link, a:hover{
    color:#000;
    text-decoration: none;
}
p{
    font-size: 16px;
    color:#555;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.8;
}
.topp{background:#ffa400; padding: 1px; font-size: 1.2em;}
.sbg2{background:#000000; background-size:cover; padding-top:2px; padding-bottom:2px; margin-bottom:25px;}
.netbg{background:#ffffff; padding-top:20px; padding-bottom:20px; border-bottom:#FFF solid 1px;}
.navbg2{background:none; border:none; border-radius:0; width:100%;  height: 230px; margin-bottom:20px;  overflow-y: scroll;  overflow-x: hidden;}
.navbg3{background:#a0e8ff; border:#7cd0ec solid 1px; border-radius:0; width:100%;  height: 250px;  overflow-y: scroll;  overflow-x: hidden;}
.nav-list li{border-bottom:#d4d4d4 dashed 1px; font-size:14px; color:#206ba4;}
.nav-list li a{color:#282828;  padding-top:4px; padding-bottom:4px; line-height:19px; font-size: 1.3em;}
.nav-list li a:hover{color:#c73b0b;}


.red{
  color:#800000;
}
.no-margin{
    margin: 0;
}
.section-padding{
  padding: 50px 0;
}
.form-group{
  margin-bottom: 0;
}
.form-row{
  margin-bottom: 5px;
}
.form-group label{
  margin-bottom: 1px;
}
.form-control{
  font-size: 15px;
    color: #000;
}
input.form-control, select.form-control,textarea.form-control{
    height: 31px;   
    border:1px solid #b9b9b9;
    border-radius: 0;
    margin-bottom: 2px;
}
textarea.form-control{
  height: 60px;
}
.form-control:focus{
    border:1px solid #333;
    
}
.btn{
    background: #ce7300;
    color: #fff;
    padding: 7px 55px;
    text-transform: uppercase;
    border-radius: 20px;
}
.btn:link{
  color:#fff;
}
.heading-row{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.heading-row:before{
  width: 100%;
  height: 3px;
  background: #800000;
  content: "";
  position: absolute;
  right: 0;
  bottom:18px;
}
.heading-row .heading{
  display: inline-block;
}
#advantage .heading-row .heading h1{
  font-size: 20px;
  font-weight: 200;
  color:#222;
  background: #fff;
  position: relative;
  margin:0;  
  padding: 0 25px 0 15px;
}
#advantage .heading-row .heading h1:before{
  right: -10px;
    bottom: 13px;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 15px 7px 0;
    border-color: transparent #800000 transparent;
}
.heading-row .heading h2{
  font-size: 35px;
  font-weight: 200;
  color:#222;
  background: #fff;
  position: relative;
  margin:0;  
  padding: 0 25px 0 15px;
}
.heading-row .heading h2:before{
  right: -10px;
    bottom: 13px;
    content: " ";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 15px 7px 0;
    border-color: transparent #800000 transparent;
}
.section-padding{
    padding: 50px 0;
}
.error_class{
  color:#f00;
  font-size: 14px;
}
.form-group span.red-text{
  font-size: 12px;
}
.header-top{
  padding:0px 0;
border-top: 5px solid #ff8f00;
  }
.header-bottom{
  padding:5px 0 10px;

}
.header-bottom .logo{
  display: inline-flex;
}
.indiaward{
  display: inline-flex;
  flex-grow: 2;
  justify-content: flex-end;
  margin-right: 10px;
}
.header-bottom  .header-cnt{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.navbar-toggler{
  padding: 0;
  margin-right: 10px;
  outline: 0;
}
.navbar-toggler > span{
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  margin-bottom: 5px;
}

.nav-close-btn{
    background: none;
    position: relative;
    top: 0%;
    right: 0;
    left: 0;    
    float: right;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.nav-close-btn span:nth-child(1){
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  position: relative;
  top:-5px;
  left: -5px;
  transform: rotate(-45deg);
  margin-bottom: 5px;
}
.nav-close-btn span:nth-child(2){
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  position: relative;
  top:-13px;
  left: -5px;
  transform: rotate(48deg);
  margin-bottom: 5px;
}
#collapsingNavbar.navbar-collapse{
  display: block;    
  background: #fff; 
  height: 100%;
  width: 280px;
  position: fixed;
  top: 0;
  left: -300px;  
  padding: 30px;
  transition:all 0.5s ease;
  box-shadow: 5px 0 5px rgba(0,0,0,0.5);
  }
#collapsingNavbar.navbar-collapse.show{
  display: block; 
  left: 0;
  z-index: 9999;
}
#collapsingNavbar .navbar-nav{
  display: block;
  position: relative;
  top: 10%;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
#collapsingNavbar .navbar-nav li{
  display: block;  
  border-bottom:1px solid #999;
}#collapsingNavbar .navbar-nav li:last-child{
  border-bottom:0;
}
#collapsingNavbar .navbar-nav li a{
  display: block;
  padding: 10px 0;
}
#collapsingNavbar .navbar-nav .dropdown-menu{
  background: #e4e4e4;
  position: relative !important;
  transform:translate3d(0px, 0px, 0px) !important;
  padding: 10px;
  border:0;
  border-radius:0;
}
.header-contact-number i{
}
.header-contact-number{
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex: 1;
  width: 50%;
  font-size: 15px;
}
.header-contact-number .contact-number{
  color:#fff;
  background: #1b559f;
  padding: 10px 15px;
  border-radius: 20px;
}
.header-contact-number .contact-number i{
  transform: rotate(-254deg);
}
.header-contact-number .get-quote{
  color:#fff;
  background: #d70707;
  padding: 10px 15px;
  border-radius: 20px;
  margin-right: 5px;
}
#banner .container-fluid{
  position: relative;
}
#banner .container-fluid > .row{
  margin-left: -15px;
  margin-right: -15px;
}
.banner-img{
  position: relative;
}
#getquote .enquiryForm{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: none;
  }
.enquiryForm{
  width: 35%;
  background: #fff;
  position: absolute;
  top:10%;
  right: 5%;
  padding: 20px;
  box-shadow: 0 5px 5px rgba(0,0,0,0.75);
  z-index: 999;
}
.enquiryForm h4{
  font-size: 25px;
  color:#8f0000;
  margin:0;
  margin-bottom: 10px;
}
.enquiryForm .form-group{
  margin-bottom:10px;
}
.enquiryForm .form-group lable{
  font-size: 15px;
}
.enquiryForm .submitBtn{
  background: #8f0000;
  color:#fff;
  padding:8px 30px;  
  text-transform: uppercase;
  border:0;
  margin-top:5px;
  border-radius: 3px;
}
.enquiryForm .help-block{
  font-size: 14px;
  color:red;
}

.banner-cnt{
  width: 40%;
  position: absolute;
  top:10%;
  left: 5%;
  padding-left: 15px;
}
.banner-cnt h3{
  font-size: 35px;
  color:#fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  margin-bottom: 5px;
}
.banner-cnt h2{
  font-size: 45px;
  color:#fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  margin-bottom: 5px;
}
.banner-cnt p{
  font-size:18px;
  color: #fff;
  line-height: 1;
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.advntg{
  padding-right: 0px;
}
.advntg p{
  text-align: left;
}
.advntg .advntg-cnt h5{
  font-size: 18px;
  font-weight: 800;
  color:#800000;
  margin-bottom: 10px;
}
#services {
  padding-top: 0;
}
#services .serviceDiv{
  background: #fff;
  margin-bottom: 30px;  
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
#services .serviceCnt{  
  padding:20px;
}
#services .serviceCnt2{
  padding:20px 25px;
}
#services .serviceCnt h5{
  font-size: 18px;
  font-weight: 800;
  color:#800000;
  margin: 0;
  margin-bottom: 5px; 
  }
#services .serviceDiv .serviceCnt p{
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
#quoteBtnSection{
  background: url(../images/bg2.jpg) center no-repeat;
  padding: 70px 0;
}

#quoteBtnSection h3{
  font-size: 35px;
  font-weight: 800;
  color:#800000;
  margin-bottom: 5px;
  text-align: center;
}
#quoteBtnSection p{
  font-size: 20px;
  color: #222;
  text-align: center;
}
#quoteBtnSection .qoutebtn{
  font-size: 20px;
  color:#fff;
  background: #800000;
  padding: 10px 30px;
  border-radius: 20px;
  margin:0 auto;
}
.hwwork{
  padding-right: 20px;
}
.hwwork .hwworkrow{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.hwwork .hwworkrow .hwworkNum{
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #800000;
  margin-right: 10px;
  margin-left: -20px;
  margin-bottom: 10px;
  border-radius: 50%;
  border:1px solid #555;
}
.hwwork .hwworkrow .hwworksHed h5{
  font-size: 18px;
  font-weight: 800;
  color: #800000;
  text-transform: capitalize;
  }
/* ==========================================================================
  INNER PAGE
  ========================================================================= */
#breadcrumb{
  width: 100%;
  background: url(../images/bg3.jpg) center;
  background-size:cover;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.breadcrumb ul{
  width: 100%;
}
.breadcrumbs li{
  font-size: 14px;
  color:#fff;
  display: inline-block;
  padding:0 10px 0 0px;
  margin-right: 0px;
}
.breadcrumbs li:before{
  width: 20px;
  height: 20px;
  font-size: 19px;
  content: "\00BB";
  margin-right: 2px;
}

.rightColumn{
  padding:0 0px 0px 30px;
  /*border-left: 1px solid #999;*/
}
.rightColumn h4{
  font-size: 20px;
  color:#8f0000;
  margin:0;
  margin-bottom: 10px;
}
.rightColumn .form-group{
  margin-bottom:10px;
}
.rightColumn .form-group lable{
  font-size: 15px;
}
.rightColumn .submitBtn{
  background: #8f0000;
  color:#fff;
  padding:8px 30px;  
  cursor: pointer;
  text-transform: uppercase;
  border:0;
  margin-top:5px;
  border-radius: 3px;
}
.rightColumn .help-block{
  font-size: 14px;
  color:red;
}
#innerPage h1{
  font-size: 20px;
  color:#800000;
}
#innerPage ul{
  margin:0;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 20px;
}
#innerPage ul li{
  display: block;
  position: relative;
  margin-bottom: 10px;
}  
#innerPage ul li:before{
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "\0203A";
   position: relative;
  margin-right:5px;
} 


#contactForm{
  padding:0 0px 0px 0px;
}
#contactForm h4{
  font-size: 20px;
  color:#8f0000;
  margin:0;
  margin-bottom: 10px;
}
#contactForm .form-group{
  margin-bottom:10px;
}
#contactForm .form-group lable{
  font-size: 15px;
}
#contactForm .ctSubmitBtn{
  background: #8f0000;
  color:#fff;
  padding:8px 30px;  
  cursor: pointer;
  text-transform: uppercase;
  border:0;
  margin-top:5px;
  border-radius: 3px;
}
#contactForm .help-block{
  font-size: 14px;
  color:red;
}
.rightColumn .contact-row{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.rightColumn .contact-row .contact-detl-icon i{
  font-size: 20px;
  }
.rightColumn .contact-row .contact-detl-icon{
  margin-right: 20px;
}
.rightColumn .contact-row .contact-detl-cnt h6{
  font-size: 14px;
  margin: 5px 0;
}
.rightColumn .contact-row .contact-detl-cnt p{
  font-size: 14px;
  margin-bottom: 15px;
}

.city-img{
  float: left;
  margin:0 20px 20px 0;
}

ul.city-list{
    width: 100%;
}
ul.city-list > li{
  display: inline-block;
  width: 33%;
  float: left;
  margin-bottom: 0 !important;
}
ul.city-list > li:before{
  display: none !important;
}
ul.city-list > li > a{
  display: block;
  font-size: 14px;
  padding: 5px 0;
}
ul.city-list > li > a:before{
  width: 20px;
  height: 20px;
  content: "\00BB";
  margin-right: 10px;
}
.modal-dialog{
  max-width: 600px;
}

/* ==========================================================
FOOTER
========================================================================= */
#footer{
  background: #333;
}
#footer h5{
  font-weight: 400;
  color:#d4d4d4;
  margin-bottom: 10px;
}
#footer .footer-top{
  background:#003352;
  padding: 30px 0;
}
#footer .footer-top h5{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
#footer .footer-top p, #footer .footer-top p a{
  color:#a7a7a7;
  line-height: 1.5;
  text-align: left;
}
#footer .footer-top p strong{
  color:#fff;
  font-weight: 300;
}
.footer-social-icons{
    display: flex;
    justify-content: flex-end;
}

.footer-social-icons > li{
    list-style: none !important;
    background-image: none !important;
    float: left;
    margin-right: 5px;
    padding: 0 !important;
}

.footer-social-icons li a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    width: 30px;
    height: 30px; 
    background: #444;   
    padding: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.footer-social-icons li a:hover{
  background: #800000;
    color: #fff;
}
.cnt-detl-row{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.cnt-detl-row .cnt-detl-icon{
  color:#9e9e9e;
  margin-right: 20px;
}
.cnt-detl-row .cnt-detl-cnt h6{
  font-size: 14px;
  color:#fff;
  margin: 5px 0;
}
.cnt-detl-row .cnt-detl-cnt p{
  font-size: 14px;
  color:#9e9e9e;
  margin-bottom: 0;
}

.widget ,.widget ul{
  width: 100%;
  text-indent: 0;
}

.widget ul > li a{
  display: block;
  font-size: 14px;
  color:#9e9e9e;
  list-style: none;
  position: relative;
}
.widget ul > li a:hover{
  color:#fff;
  }
.widget ul > li a:before{
    content: "\00BB";
    padding: 0 10px;
}
.widget ul > li:last-child a:after{
  content:"";
}
.widget li a{
    padding-top: 5px;
    display: block;
}
.widget a.view-city{
  display: block;
  font-size: 15px;
  color: #fff;
  position: relative;
  margin-top: 10px;
}
.widget a.view-city:after{
  content: "\00BB";
    padding: 0 10px;
}
.links ul > li a{
  float: none;
}
.links ul > li a:after{
  content: "";
  }
a.footer-link{
  color:#fff;
  text-decoration:underline;
}
.footer-social-icons li a i{
  font-size: 14px;
  color:#a7a7a7;
}
.footer-social-icons li a:hover i{
  color:#fff;
}
.footer-bottom{
  width: 100%;
  background: #ff7800;
  padding:10px 0;
}

.footer-bottom .copyright-container a,
.footer-bottom .copyright-container p,
.footer-bottom .copyright-container span{
   font-size: 14px;
   color:#a7a7a7;
   padding: 10px 0;
}
.footer-bottom .copyright-container p{
  text-align: left;
  margin-bottom: 0;
}

.footer-top .ftr-social-icons{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top .ftr-social-icons a{
  width: 40px;
  height: 40px;
  background:#1f2838; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
}
.footer-top .ftr-social-icons a i{
  color: #7b8598;
}
.footer-top .ftr-social-icons a:hover i{
  color:#fff;
}
  .links a{
    font-size: 14px;
    color:#d4d4d4;
    display: inline-block;
    padding: 0px 10px;
    line-height: 1;
    border-right: 1px solid #d4d4d4;
  }
  .links a:last-child{
    border-right: 0;
  }
  .copyrights-cnt {
    width:100%;
    color:#fff;
    padding-top: 10px;
  }
   .copyrights-cnt p{  
   font-size: 14px;  
    text-align: center !important;
    color: #a3aab7;
   }







