/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
   font-family: 'droid_serifregular';
}


@font-face {
    font-family: 'droid_serifbold';
    src: url('../fonts/DroidSerif-Bold-webfont.eot');
    src: url('../fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-Bold-webfont.woff2') format('woff2'),
         url('../fonts/DroidSerif-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-Bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'droid_serifregular';
    src: url('DroidSerif-Regular-webfont.eot');
    src: url('DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-Regular-webfont.woff2') format('woff2'),
         url('../fonts/DroidSerif-Regular-webfont.woff') format('woff'),
         url('DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('DroidSerif-Regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
a {
  color:  #9d2235;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  margin: 0 0 0px 0;
  padding: 0;
 font-family: 'droid_serifbold';
}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:#e82726;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


.clear {clear:both;}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#header {
  height:135px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
background:#fff;
  background-repeat:repeat-x;
  background-position:center center;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
 background:#fff;
  background-repeat:repeat-x;
  background-position:center center;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:135px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# tophead Section
--------------------------------------------------------------*/
.tophead {
    background-color:#000;
    padding: 5px 0px;
}
.tophead .left p a{
    font-size: 15px;
    color: #fff;
    padding: 5px 0px;
    font-weight: 400;
}
ul.headerlist {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
}
ul.headerlist li {
    margin: 0px;
    padding: 0 0 1px 0;
    list-style: none;
    float: right;
    
}
ul.headerlist li a {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #fff;
    font-size: 14px;
}
.headerlist i{font-size: 18px;  padding: 0px 7px;}
.topheader {
  min-height:60px;
  margin-top:8px;
  background-color:transparent;
  padding: 0px;
  text-transform: uppercase;
  text-align: right;
}
.phone{font-size: 17px!important;font-weight: 600;}
.phone i{padding-left:10px;  }
a.phonebtn {
  z-index: 5 !important;
  font-size: 12px;
  background-color: #e82726;
  text-transform: uppercase;
  color: #fff!important;
  border: 2px solid #e82726;
  padding: 12px 12px!important;
  display: inline-block;
  margin: 15px 0px 0px 5px!important;
  border-radius: 3px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

a.phonebtn::before {
  content: "";
  background: #fff !important;
  color: #e82726;
  height: 100%;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.phonebtn:hover::before {
  width: 100%;
}

a.phonebtn:hover {
  border-color: #e82726;
  color: #e82726 !important;
  transform: translateY(2px);
  text-decoration: none!important;

}


/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding:2px 0 0px;
  list-style: none;
  background:transparent;
  border-radius:0px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
   display: block;
    position: relative;
    color: #000;
    padding:25px 6px 10px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;
  
}

.main-nav .active > a{
	  color: #000;
}
.main-nav .hover > a:active{
	  color: #e82726;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #e82726;text-decoration: underline;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 70px;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #000;
  text-align: left;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#e82726;text-decoration: underline;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; color:#000;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;color:#000;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#fff ;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #444444;
 text-transform:uppercase;
font-size:13px;
} 

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #e82726;
  text-decoration: underline;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f078";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin:35px 50px 0 0;
  color: #e82726;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 18, 18, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


#banner {
  position: relative;
  padding: 0 0 0px;
  background-color: #fff;
}
.carousel-caption {
  height: auto;
  top: 35vh;
  left: 0;
  width: 100%;
  text-align: left;
  position: absolute;
}

#banner .carousel-caption h1 {
  font-size: 45px;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  padding: 0px 50% 10px 0px!important;
  text-transform: capitalize;
}
#banner .carousel-caption p {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  padding: 0px 50% 30px 0px!important;
  text-transform: capitalize;
}
a.bannerbtn {
  z-index: 5 !important;
  font-size: 16px;
  background-color: #e82726;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #e82726;
  padding: 12px 20px;
  display: inline-block;
  margin-left: 0px;
  border-radius: 3px;
  font-weight: 500;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

a.bannerbtn::before {
  content: "";
  background: #fff !important;
  color: #e82726;
  height: 100%;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.bannerbtn:hover::before {
  width: 100%;
}

a.bannerbtn:hover {
  border-color: #e82726;
  color: #e82726 !important;

}


/*--------------------------------------------------------------
# Sections

/* About Us Section
--------------------------------*/

#about {
  padding:50px 0 50px;
  background-color:#fff;
     background-image:url(../images/abt_bg.jpg);
  background-repeat:no-repeat;
  background-position: top center;
  background-size: cover;
 
}
.abtbg{     
  background-image:url(../images/abt_img.png);
  background-repeat:no-repeat;
  background-position: top left;
  padding: 80px 0px;
}
#about   h1 {
    line-height:43px;
    color: #000;
    padding: 0px  10% 30px;
    font-size:32px;
    font-weight: 600;
    text-align: center !important;
    margin: 0px !important;
	text-transform:capitalize;
}
#about   h1 span{
    color: #e82726;
}
#about .about-container .background {
  margin:0px 0 0px;
}
.abtcontent {
    padding:30px  30px 30px;
    position: relative;
	background:#fff;  
	margin:0px 0 0px;
  z-index: 2;
	    box-shadow: 0 0 51px rgba(0, 0, 0, .12);
}
.abtcontent::before{
   content: '';
  position: absolute;
  background-image:url(../images/abt_before.png);
  width: 213px;
  height:214px;
  bottom:-13px;
  left: -22px;
  z-index: -1;
}
.abtcontent::after{
   content: '';
  position: absolute;
  background-image:url(../images/abt_after.png);
  width: 213px;
  height:214px;
  top:-19px;
  right: -14px;
  z-index: 1;
}
#about .abtcontent  h3 {
    line-height:32px;
    color: #000;
    padding: 0px  0 10px;
    font-size:25px;
    font-weight: 600;
    text-align: left !important;
    margin: 0px !important;
	text-transform:capitalize;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    padding: 0px 0px 20px 0px;
    font-weight:400;

 }
#about1 {	 margin:20px 0px 20px 0px;}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#000;
  padding:0px 0px 10px;

 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
a.learnmore {
font-size: 16px;	 text-transform: uppercase; color: #e82726; 
     margin-top:0px;font-weight:500;    line-height: 1em;text-decoration: underline;
	}

a.learnmore:hover {
font-size: 16px;	 text-transform: uppercase; color: #e82726; 
     margin-top:0px;font-weight:500;    line-height: 1em;text-decoration: none;
}
.mt50{margin-top:50px;}
.mt30{margin-top:30px;}

/*--------------------------------------------------------------
# service sec
--------------------------------------------------------------*/
#services {
  padding:50px 0 0px;

}
#services h5{
	color: #000;
  font-size:20px;
  text-align: left!important;
font-weight:500;
 padding:20px 0px 20px;
 margin:0px;
 text-transform: uppercase;
}
#services h1{
	color: #000;
  font-size:50px;
  text-align: center!important;
font-weight:600;
 padding:0px 0px 50px;
 text-transform: uppercase;
 margin:0px;
}

.servicebox{
background: #E82726;
background: linear-gradient(90deg,rgba(232, 39, 38, 1) 0%, rgba(232, 39, 38, 1) 25%, rgba(0, 0, 0, 1) 25%);
padding:20px 20px;margin:0px 0px 30px;
-moz-box-shadow: 0 0 51px rgba(0,0,0,.12); /* drop shadow */
-webkit-box-shadow: 0 0 51px rgba(0,0,0,.12); /* drop shadow */
box-shadow: 0 0 51px rgba(0,0,0,.12); /* drop shadow */
}

#services .servicebox  h2 {
color:#fff!important;
  font-size:28px!important;
  line-height:34px!important;
  text-align: left!important;
font-weight:600;
 padding:20px 10px 10px 0px;
 margin:0px;
}
#services .servicebox  p{
	color: #fff;
  font-size:18px;
  line-height:23px;
  text-align: left!important;
font-weight:500;
 padding:0px 10px 20px 0px;
 margin:0px;
}
#services .servicebox .iconbox{    align-items: center;
    display: flex;
}
.readmore {font-size: 16px!important;cursor:pointer;padding:8px 0px!important;border:0px;
margin-top:0px!important; font-weight:500;color:#e82726; text-decoration:underline;
border-radius:0px!important; text-transform:uppercase;}
.readmore:hover {font-size: 16px!important;cursor:pointer;padding:8px 0px!important;border:0px;
margin-top:0px!important; font-weight:500;color:#e82726;  text-decoration:none;
border-radius:0px!important; text-transform:uppercase;}
/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
#testimonial{ color:#fff;padding:40px 0px 50px;position:relative;
 background: url(../images/testi_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#testimonial h1{text-align:left; text-transform:capitalize;font-size:35px;font-weight:bold; color:#fff;
    padding:20px 60% 0px 0px; margin-bottom:0px;}
#testimonial p{text-align: left;  font-weight:400;  margin: 0px; padding: 20px 0px; font-size: 17px;  margin-bottom:0px;  color:#fff; } 

.testi-box{ /* stroke */
background:rgb(0,0,0,0.5);text-align:left;min-height: 260px; text-align:left !important;border-radius:3px;font-size: 17px;
text-transform:none !important; font-weight:normal; margin:0px 0px 0px;padding: 20px 30px 20px ;} 
.testi-box p{  font-weight:400;  margin: 0px; padding: 10px 0px; font-size: 18px!important;  margin-bottom:0px;  color:#fff; } 
.testi-box p a{  text-transform: uppercase; font-weight:400;  margin: 0px; padding: 0px 0px; font-size: 16px; line-height: 25px;
   margin-bottom:0px;  color:#e82726; } 
.testi-box p a:hover{text-decoration: underline; }
.testi-box  .date{  font-weight:400!important;  margin: 0px; padding: 0px 0px!important; font-size: 15px!important;
    margin-bottom:0px;  color:#fff!important; } 
.testi-box  .date2{  font-weight:400!important;  margin: 0px; padding: 25px 0px 0px!important; font-size: 15px!important;
    margin-bottom:0px;  color:#fff!important; } 
.testi-box h5{  font-weight:600; text-align:left !important;  margin: 0px; 
padding: 10px 0px 0px; font-size: 18px;  margin-bottom:0px;  color:#fff; }
.testi-box .star{padding:10px 15px;}
a.testibtn {
	z-index: 1;font-size: 16px;	background:transparent!important;  text-transform: uppercase; color: #fff;
   border: 2px solid #fff;
    padding: 11px 35px 11px;display: inline-block; margin-top:50px;border-radius: 4px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.testibtn::before {   
 content: ""; background:#e82726!important;color:#fff!important;height: 1000%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.testibtn:hover::before {
    width: 100%;
}
a.testibtn:hover {
    border-color:#fff;
    color: #fff!important;
}

#testimonial .carousel-inner{ line-height: 15px;}
#testimonial .carousel-control.left{ background: none; width: auto; }
#testimonial .carousel-control.right{ background: none; width: auto; }

#testimonial .glyphicon-chevron-left:before{ color: #000; padding: 5px;   }
#testimonial .glyphicon-chevron-right:before{color: #000;  padding: 2px;  }
/* -----------------------------
 tagline Section
--------------------------------*/

#tagline {
  padding: 50px 0 50px 0;
  background-color: #e82726;
}
#tagline .tagtext {text-align: center;}
#tagline .tagtext h1 a{text-align:center; margin: 0px; text-transform: capitalize;color:#fff; 
padding:25px 0px 10px; font-size:40px; margin-bottom:0px;line-height:40px;font-weight:600;text-decoration: underline;}
#tagline .tagtext h1 a:hover{text-decoration: none;}
/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
#contact{
  padding:40px 0px;
   background-color: #000;
   background-image:url("../images/contact_bg.jpg");
  background-repeat:no-repeat;
  background-position:top center;
	background-size:cover;
  }
  #contact .gettouch{background-color: #fff;padding: 20px;}
#contact .gettouch h5{
  text-align:left; margin: 0px; text-transform: uppercase;color:#e82726; 
padding:0px 0px 10px; font-size:20px; margin-bottom:0px;line-height:30px;font-weight:500;
}
#contact .gettouch h1{
  text-align:left; margin: 0px; text-transform: capitalize;color:#000; 
padding:0px 0px 30px; font-size:28px; margin-bottom:0px;line-height:35px;font-weight:600;
}

#contact .gettouch .name {
    border-radius: 3px;
    width: 100%;
    margin-bottom: 7px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    padding: 7px 0px 7px 10px;
    color: #000 !important;
    font-weight: 500;
}
#contact .gettouch .email {
    border-radius: 3px;
    width: 100%;
    margin-bottom: 7px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    padding: 7px 0px 7px 10px;
    color: #000 !important;
    font-weight: 500;
}
#contact .gettouch .phone {
   border-radius: 3px;
    width: 100%;
    margin-bottom: 7px;
      margin-left: 0px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    padding: 7px 0px 7px 10px;
    color: #000 !important;
    font-weight:500;
}
#contact .gettouch .textarea {
   border-radius:3px;
    width: 100%;
    margin-bottom: 7px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    padding: 7px 0px 7px 10px;
    color: #000 !important;
    font-weight: 500;
}
.gettouch input::placeholder{color:#000!important}
.gettouch textarea::placeholder{color:#000!important}
a.submit {
  z-index: 5 !important;
  font-size: 15px;
  background-color: #e82726;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #e82726;
  padding: 15px 12px!important;
  display: inline-block;
  margin: 0px 0px 0px 0px!important;
  border-radius: 3px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  overflow: hidden;
  text-align: center;
  width:100%
}

a.submit::before {
  content: "";
  background: #fff !important;
  color: #e82726;
  height: 100%;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.submit:hover::before {
  width: 100%;
}

a.submit:hover {
  border-color: #e82726;
  color: #e82726 !important;
  transform: translateY(2px);
  text-decoration: none!important;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:50px 0 20px 0;
background-color:#000;
background-image:url("../images/ftr_bg.jpg");
  background-repeat:no-repeat;
  background-position:top center;
	background-size:cover;
position:relative;
}


#footer .footer-top h4 {
  font-size: 18px;
  font-weight:600;
  color: #e82726;
  text-transform: uppercase;
  position: relative;
  padding-bottom:20px;
  
}

#footer .footer-top .footer-links {
  margin-bottom: 0px!important;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 4px 0;
  font-size:15px;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-weight:400;
    font-size:15px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
   font-weight:400;text-decoration:underline;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
 color:#fff;	
 line-height: 25px;
   font-weight:500;
   font-size:12px;
}
#footer .footer-top .footer-contact a {
  font-size: 15px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;text-decoration:underline;
}
#footer .footer-top .footer-contact a:hover {text-decoration:none;}
#footer .ftrlogo{text-align:left; float:left!important;}
.social i {
    padding: 8px 10px 1px;
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 0px;
    transition: 0.3s;
}
.social i:hover {
    padding: 8px 10px 1px;
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
    background-color: #e82726;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 0px;
    transition: 0.3s;
}
#footer .copyright p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 10px 0px 0px;
    margin-top: 0px;
}
#footer .copyright {
padding:20px 0px 0px 0px;text-align: center;
}
#footer .footer-top .footer-contact .fnumber{  font-size:16px!important;}

 #footer .footer-top .footer-contact  {
  margin-bottom: 0px!important;
}

#footer .footer-top .footer-contact  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


#footer .footer-top .footer-contact  ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-contact ul li {
  color: #fff;
  font-weight:400;    margin-left: 40px;
  padding: 10px 0;
  font-size:15px;
}

#footer .footer-top .footer-contact .phonenumber{text-decoration: none!important;}
#footer .footer-top .footer-contact .phonenumber::before{
  content: '';
  width:43px;
  height: 43px;
  position: absolute;
  z-index: 1;
  background-image: url("../images/fone.png");
  top:40px;
  left:0px;
}
#footer .footer-top .footer-contact .mail::before{
  content: '';
  width:43px;
  height: 43px;
  position: absolute;
  z-index: 1;
  background-image: url("../images/email.png");
  top:93px;
  left:0px;
}
#footer .footer-top .footer-contact .address::before{
  content: '';
  width:43px;
  height: 43px;
  position: absolute;
  z-index: 1;
  background-image: url("../images/location.png");
  bottom:40px;
  left:0px;
}
#footer .footer-top .footer-contact .mail{  padding-top: 25px;}
#footer .footer-top .footer-contact .address{line-height: 25px;    padding-top: 15px;}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/


#about1 .abtcontent1 {
  padding: 0px 0px 0px;
  text-align: left;
}

#about1 .about-container .abtcontent1 h1 {
  line-height:50px;
  color:#000;
  padding:0px  0px;
  font-size:38px;
  /*font-weight:800;*/
  padding:0px 0px 10px;!important;
  text-align:left;
  text-transform:uppercase;

}
#about1 .about-container p {
  text-align:left;
  line-height: 28px;
  font-size:17px;
  color:#444444;
  padding:0px 0px 15px;
  /*font-weight:500;*/
}
#about1 .abtcontent1 {
  padding: 0px 5px 0px;
  text-align: left;
}

#about1 h2{
  font-size: 33px;
  color: #000;
  margin: 15px 0px 10px 0px;
  font-weight: bold;
}

#about1 h3{
  font-size: 27px;

  margin: 15px 0px 12px 0px;
  font-weight: bold;
}

.blckfont {
  text-align:left;
  line-height: 28px;
  font-size:17px;
  color:#444444;
  padding:10px 0px 15px;
}

.blckfont p{
  text-align:left;
  line-height: 28px;
  font-size:17px;
  color:#444444;
  padding:10px 0px 15px;
}

#about1 ul {
  margin-left: 7px;
  list-style: disc;
  text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#444444;

  font-weight:400;
}

#about1 ul li {
  text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#444444;

  font-weight:400;
  list-style: disc;
}




@media (min-width: 992px) and (max-width: 1260px){

.main-nav, .main-nav * {
    margin: 0;
    padding:2px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 25px 6px 10px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 16px;    
}

#header {
    height: 130px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
#header .logo img {
    padding: 0;
    margin: 0px;
}

#banner{    position:relative;}
#about {    padding: 40px 0 40px;    background-color: #fff;    border-radius: 0px;}

#footer .footer-top {  padding:50px 0 20px 0;}

.carousel-caption {
    z-index: 1;
    height: auto;
    top: 28vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}
#banner .carousel-caption h1 {
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    font-weight: 600;
    padding: 20px 20% 10px 0px !important;
    text-transform: capitalize;
}
.sertext{padding-left:20px}
#services .servicebox h2 {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 30px !important;
}
#tagline .tagtext h1 {
    font-size: 35px;
    line-height: 40px;
}
#contact .gettouch .phone {
    margin-left: 5px;
}
#footer .footer-top .footer-contact a {
    font-size: 12px;
}
#footer .footer-top .footer-contact p {    font-size: 10px;}
#footer .footer-top h4 {
    font-size: 16px;
}
#about h2 {
    line-height: 34px;
    color: #000;
    padding: 0px 5% 0px;
    font-size: 27px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
.abtcontent{
padding:20px 40px 30px;
text-align:left;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.topheader {
 text-align: center; min-height: 70px; padding: 5px 0px 0px;
    }

 #header {
  height:120px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:120px;

}
#header .logo img {
        padding: 0;
        margin:0px 0 0;
        width: 80%;
    }
a.phonebtn {      margin: 10px  10px  !important; border-bottom: 0px;}
.mobile-nav-toggle i {
  margin:60px 50px 0 0;
  color: #e82726;
}

.mt50{margin-top:10px!important}

 #banner{    position:relative;}

.carousel-caption {
    z-index: 1;
    height: auto;
    top: 25vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}
#banner .carousel-caption h1 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    padding: 10px 0% 10px 0px !important;
    text-transform: capitalize;
}
#banner .carousel-caption p {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    padding: 0px 30% 10px 0px !important;
}

#about{
padding:50px 0px 50px;background-size:cover;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    padding: 20px 0px 40px 0px;
    font-weight:400;
 }
#about h1 {
    line-height: 43px;
    font-size: 28px;
    padding: 0px 0% 30px;
}
.abtcontent{
padding:30px 30px 30px;
text-align:left;
}
.abtimg{margin-top:20px;}

#about .abtcontent h3 {
    line-height: 30px;
    color: #000;
    padding: 0px 0% 0px;
    font-size:22px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
.servicebox {    width: 100%;background: #E82726;
    background: linear-gradient(180deg, rgba(232, 39, 38, 1) 0%, rgba(232, 39, 38, 1) 30%, rgba(0, 0, 0, 1) 30%);}
#services h1 {    color: #000;    font-size: 33px;}
#services .servicebox h2 {
    padding: 20px 0px 10px 0px;
  text-align: center!important;
    color: #fff !important;
    font-size: 32px !important;
    line-height: 34px !important;
}
#services .servicebox p {
  text-align: center!important;
}
.sertext{text-align: center;}
#services .servicebox .iconbox {
    align-items: center;
    display: flex;
    justify-content: center;
}
#testimonial h1 {    padding: 20px 40% 0px 0px;}
.testi-box p a {    font-size: 12px;}
.testi-box {
    min-height: 305px;
}
#tagline .tagtext h1 a {font-size: 32px;}
#tagline {
    padding: 30px 0 30px 0;
    background-color: #e82726;
}
#tagline .tagtext h1 {
    padding: 0px 0px 10px;
}

#contact .gettouch .phone {width: 100%!important; margin-left: 0px!important;}
#contact .gettouch .name {width: 100%!important;}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #e82726;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
#footer .copyright{padding-bottom:0px;}
#footer .footer-top .ftrlogo img{margin-top:0px; text-align:left!important;float:left!important;}

#footer .footer-top {
  padding:50px 0 20px 0;
background-size:cover;
}

#footer .footer-top .footer-contact .phonenumber::before{    top: 70px;}
#footer .footer-top .footer-contact .address::before{    bottom: 40px;}
#footer .footer-top .footer-contact .mail::before{    top: 125px;}

}


@media (min-width:575px) and (max-width: 767px) {

.topheader {
 text-align: center; min-height: 70px; padding: 5px 0px 0px;
    }

 #header {
  height:120px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:120px;

}
#header .logo img {
        padding: 0;
        margin:0px 0 0;
        width: 80%;
    }
a.phonebtn {      margin: 10px  10px  !important; border-bottom: 0px;}
.mobile-nav-toggle i {
  margin:60px 50px 0 0;
  color: #e82726;
}

.mt50{margin-top:10px!important}

 #banner{    position:relative;  padding: 110px 0px 0px;
}

.carousel-caption {
    z-index: 1;
    height: auto;
    top: 7vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}
#banner .carousel-caption h1 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    padding: 10px 0% 10px 0px !important;
    text-transform: capitalize;
}
#banner .carousel-caption p {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    padding: 0px 10% 10px 0px !important;
}

#about{
padding:50px 0px 50px;background-size:cover;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    padding: 20px 0px 40px 0px;
    font-weight:400;
 }
#about h1 {
    line-height: 43px;
    font-size: 28px;
    padding: 0px 0% 30px;
}
.abtcontent{
padding:30px 30px 30px;
text-align:left;
}
.abtimg{margin-top:20px;}

#about .abtcontent h3 {
    line-height: 30px;
    color: #000;
    padding: 0px 0% 0px;
    font-size:22px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
.servicebox {    width: 100%;background: #E82726;
    background: linear-gradient(180deg, rgba(232, 39, 38, 1) 0%, rgba(232, 39, 38, 1) 30%, rgba(0, 0, 0, 1) 30%);}
#services h1 {    color: #000;    font-size: 33px;}
#services .servicebox h2 {
  padding: 20px 0px 10px 0px;
    color: #fff !important;
    font-size: 32px !important;
    line-height: 34px !important;
      text-align: center!important;
}

#services .servicebox p {
  text-align: center!important;
}
.sertext{text-align: center;}
#services .servicebox .iconbox {
    align-items: center;
    display: flex;
    justify-content: center;
}
#testimonial h1 {    padding: 20px 0% 0px 0px;}
.testi-box p a {    font-size: 12px;}
.testi-box {
    min-height: 305px;
}
#tagline .tagtext h1 a {font-size: 22px;}
#tagline .tagtext img{width:10%;}
#tagline {
    padding: 30px 0 30px 0;
    background-color: #e82726;
}
#tagline .tagtext h1 {
    padding: 0px 0px 10px;
}

#contact .gettouch .phone {width: 100%!important; margin-left: 0px!important;}
#contact .gettouch .name {width: 100%!important;}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #e82726;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
#footer .copyright{padding-bottom:0px;}
#footer .footer-top .ftrlogo img{margin-top:0px; text-align:left!important;float:left!important;}

#footer .footer-top {
  padding:50px 0 20px 0;
background-size:cover;
}

#footer .footer-top .footer-contact .phonenumber::before{    top: 70px;}
#footer .footer-top .footer-contact .address::before{    bottom: 40px;}
#footer .footer-top .footer-contact .mail::before{    top: 125px;}

}


@media (min-width:320px) and (max-width:574px){

.topheader {
 text-align: center; min-height: 70px; padding: 5px 0px 0px;
    }

 #header {
  height:150px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:150px;

}
#header .logo img {
        padding: 0;
        margin:0px 0 0;
        width: 80%;
    }
a.phonebtn {      margin: 10px  10px  !important; border-bottom: 0px;}
.mobile-nav-toggle i {
  margin:50px 30px 0 0;
  color: #e82726;
}

.mt50{margin-top:10px!important}

 #banner{    position:relative;  padding: 110px 0px 0px;
}

.carousel-caption {display: none;}

#about{
padding:50px 0px 50px;background-size:cover;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    padding: 20px 0px 40px 0px;
    font-weight:400;
 }
#about h1 {
    line-height: 43px;
    font-size: 28px;
    padding: 0px 0% 30px;
}
.abtbg {
    padding: 80px 20px;
}

.abtcontent{
padding:30px 30px 30px;
text-align:left;
}
.abtcontent::before {display: none;}
.abtcontent::after {display: none;}
.abtimg{margin-top:20px;}

#about .abtcontent h3 {
    line-height: 30px;
    color: #000;
    padding: 0px 0% 0px;
    font-size:22px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
.servicebox {    width: 100%;background: #E82726;
    background: linear-gradient(180deg, rgba(232, 39, 38, 1) 0%, rgba(232, 39, 38, 1) 30%, rgba(0, 0, 0, 1) 30%);}
#services h1 {    color: #000;    font-size: 33px;}
#services .servicebox h2 {
      padding: 20px 0px 10px 0px;
   text-align: center!important;
    color: #fff !important;
    font-size: 32px !important;
    line-height: 34px !important;
}
#services .servicebox p {
  text-align: center!important;
}
.sertext{text-align: center;}
#services .servicebox .iconbox {
    align-items: center;
    display: flex;
    justify-content: center;
}
#testimonial h1 {    padding: 20px 0% 0px 0px;}
.testi-box p a {    font-size: 12px;}
.testi-box {
    min-height: 305px;
}
a.testibtn {    margin-top: 20px;}
#testimonial {
    color: #fff;
    padding: 40px 0px 30px;
}
#tagline .tagtext h1 a {font-size: 17px;}
#tagline .tagtext img{width:10%;}
#tagline {
    padding: 30px 0 30px 0;
    background-color: #e82726;
}
#tagline .tagtext h1 {
    padding: 0px 0px 10px;
}

#contact .gettouch .phone {width: 100%!important; margin-left: 0px!important;}
#contact .gettouch .name {width: 100%!important;}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #e82726;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
#footer .copyright{padding-bottom:0px;}
#footer .footer-top .ftrlogo img{margin-top:0px; text-align:left!important;float:left!important;}

#footer .footer-top {
  padding:50px 0 20px 0;
background-size:cover;
}
.social{ text-align: left !important;}   
#footer .footer-top .footer-contact .phonenumber::before{    top: 70px;left: 5px;}
#footer .footer-top .footer-contact .address::before{    bottom: 40px;left: 5px;}
#footer .footer-top .footer-contact .mail::before{    top: 125px;left: 5px;}
.text-right {    text-align:left !important;}
}
