/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
font-family: 'Montserrat', sans-serif;

}

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;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:#890001;
  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 */
.tophead{padding:10px 0px;text-align:right;font-weight:500;max-width:1170px; margin:auto; text-transform:uppercase;}
.tophead a{color:#000;font-size:13px;}
#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 {
  min-height:80px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
border-top:1px solid #890001;
  background-color:#fff;

}

#header.header-scrolled,
#header.header-pages {
  border-top:1px solid #890001;
  padding: 0px 0;
    background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:80px;

}
#header.header-scrolled .appointment_btn{border:1px solid #fff;}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0px 0;
}

.main-pages {
  margin-top: 60px;
}

.mp0 { margin:0px !important; padding:0px !important;}

/*------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding:4px 1px 0 4px;
  list-style: none;
  background:transparent;
  border-radius:5px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}
.main-nav a i{color:#890001;}
.main-nav a {
         display: block;
    position: relative;
    color: #404040;
    padding: 7px 3px 15px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
}
.main-nav .active > a{
	  color: #890001;
	
}
.main-nav .active > a:hover{
	  color: #404040;
	
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #890001;
  text-decoration: none;
 font-family: 'Montserrat', sans-serif;
}

.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 30px 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: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 0px 20px;
  font-size: 13px;
  color: #000;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#2a3991;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.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;
}

/* 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: #010101;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #ce4546;
}
.mobile-nav a i {
    color: #890001;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #890001;
  text-decoration: none;
}

.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: "\f077";
}

.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:20px 18px 0 0;
  color: #890001;
}

.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;
}

.appointment_btn {
    color: #fff;
    font-size: 13px;
    border: 1px solid #890001;
    border-radius: 3px;
    padding: 7px 12px!important;
    margin-top: 9px;
    margin-left: 0px;
    font-weight: bold;
    background-color: #890001;
    text-align: center;
    text-transform: uppercase;
}
.appointment_btn:hover {
    color: #890001;
    font-size: 13px;
    border: 1px solid #890001!important;
    border-radius: 3px;
    padding: 7px 12px!important;
    margin-top: 9px;
    margin-left: 0px;
    font-weight: bold;
    background-color:#fff;
    text-align: center;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# aboutus1
--------------------------------------------------------------*/
#aboutus {
  padding:60px 0 0px 0;
}
.logosec{background-color:#fff; padding: 100px 40px 100px 40px; height: 100%; opacity:.9;}


/* About Us Section
--------------------------------*/
#about {
  padding: 10px 0 50px 0;
  background:#fff;
  position:relative;
}
.topabout::after {
    content: "";
    background: url("../images/after_img.png");
	background-repeat:no-repeat;
    height: 310px;
    width:80px;
    position: absolute;
    right: 0;
    top: 80px;
}
.bottomabout::before{content: "";
    background: url("../images/before_img.png");
	background-repeat:no-repeat;
    height: 310px;
    width:80px;
    position: absolute;
    left: 0;
    top: 130px;
	}
.abtimg{
	padding:0px;
	margin:0px;
}
#about .about-container .background {
  margin: 20px 0;
}


#about .about-container h1 {
line-height: 40px;
    color: #000;
    padding: 20px 25px 20px 0px;
    font-size: 31px;
    font-weight:600;
    text-align: left;
    margin: 0px!important;
}
#about .about-container p {
	 text-align: left;
    line-height: 26px;
    font-size: 15px;
    color: #000;
    padding: 10px 27px 10px 0px;
    font-weight: 500;

 }

.content{
padding:20px 5px 0px;
 text-align:left;
}
.readmorebtn { 
border:1px solid #404040;
background-color:transparent;
color:#404040;
font-size:13px;
border-radius:5px;
padding:10px 20px;
font-weight:bold;
text-transform:uppercase;
cursor:pointer;
}

.readmorebtn:hover { 
border:1px solid #404040;
background-color:#404040;
color:#fff;
font-size:13px;
padding:10px 20px;
border-radius:5px;
font-weight:bold;
text-transform:uppercase;
cursor:pointer;
}
 /*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
#ourteam{
padding:0px 0px;
margin:auto;

}
#ourteam .leftbox{margin:0px;padding:10px 20px 10px 20px;box-sizing:border-box;background:#890001;color:#fff;}
#ourteam .leftbox h1{text-transform:uppercase;line-height:35px;color: #fff;font-size:28px;text-align: left!important;font-weight:600; 
padding:33px 20px 15px 0; }

#ourteam .rightbox{margin:0px;padding:10px 20px 10px 20px;box-sizing:border-box;background:#74767d;}
#ourteam .rightbox h1 {text-transform:uppercase;line-height:35px;color: #fff;font-size:28px;text-align: left!important;font-weight:600;
padding:33px 20px 15px 0; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0px;
  color: #fff;
  font-size: 14px;

}

#footer .footer-top {

  padding:50px 0 0 0;
background-color:#010101;

}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  
}

#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: 5px 0;
  font-size:15px;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #a6a6a6;
  font-weight:500;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a6a6a6;
   font-weight:500;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color:#a6a6a6;
  font-weight:500;
}

#footer .copyright {
  text-align: left;
  padding-top:20px;
   color: #fff;
   font-weight:500;
    font-size:12px;
}


#footer .ftrlogo{padding:50px 0 0px 0;}


#footer .copyright p{
padding-bottom:0px;
}
#footer .footer-top .social-links  {
 margin-top: 40px;
}


#footer .footer-top  .social-links ul{  
    list-style: none!important;
    padding-left: 0px;
	
  }
  #footer .footer-top .social-links ul li i{  
  padding: 5px 10px;
  font-size:30px;
  color:#a6a6a6;

  }
  
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width:992px) and (max-width:1260px){

.imagebox img {
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 80px;
}
#about {
  padding:30px 0 0px;
}
.content {
    padding: 20px 5px 17px;
    text-align: left;
}
.main-nav, .main-nav * {
    margin: 0;
    padding: 0px 0px 0 0px;
    list-style: none;
    background: transparent;
    border-radius: 5px;
}
.main-nav a {
    display: block;
    position: relative;
    color: #010101;
    padding: 16px 8px 15px;
    transition: 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
}
.appointment_btn {
    color: #fff;
    font-size: 13px;
    border: 1px solid #890001;
    border-radius: 3px;
    padding: 7px 12px!important;
    margin-top: 18px;
    margin-left: 20px;
    font-weight: bold;
    background-color: #890001;
    text-align: center;
    text-transform: uppercase;
}
.appointment_btn:hover {
    color: #890001;
    font-size: 13px;
    border: 1px solid #890001;
    border-radius: 3px;
    padding: 7px 12px!important;
    margin-top: 18px;
    margin-left: 20px;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#about .about-container h1 {
  line-height:25px;
font-size:22px;
}
#about .about-container h1 {
    line-height: 24px;
    color: #000;
    padding: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0px!important;
}
}
@media (max-width:991px) {

#footer .footer-top {
    padding: 50px 0 0 0;

}

.appointment_btn {
    color: #fff;
    font-size: 13px;
    border: 1px solid #890001;
    border-radius: 3px;
    padding: 7px 12px!important;
    margin-top: 9px;
    margin-left: 20px;
    font-weight: bold;
    background-color: #890001;
    text-align: center;
    text-transform: uppercase;
}
.appointment_btn:hover {
    color: #890001;
    font-size: 13px;
    border: 1px solid #890001;
    border-radius: 3px;
    padding: 7px 12px!important;
    margin-top: 9px;
    margin-left: 20px;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#about {
  padding:60px 0 0px;
}
#header .logo img {
  padding: 0;
  margin: 0px;
}
.content {
    padding: 20px 5px 17px;
    text-align: left;
}
#about .about-container h1 {
  line-height:25px;
font-size:22px;
}



#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}
.topheader{padding:0px 10px 10px;}

 #about .about-container p {
       padding: 0px 0px 20px;
 }


.submit_btn {margin-left:10px;}


#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #ffff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 90px;
}
#ourteam .rightbox h1 {
    text-transform: uppercase;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    text-align: left!important;
    font-weight: 800;
    padding: 15px 20px 15px 0;
}
#ourteam .leftbox h1 {
    text-transform: uppercase;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    text-align: left!important;
    font-weight: 800;
    padding: 15px 20px 15px 0;
}

.justify-content-end {justify-content: flex-start!important;}
#about .about-container h1 {
    line-height: 24px;
    color: #000;
    padding: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0px!important;
}

}

@media (max-width: 768px) {

#footer .footer-top {
    padding: 50px 0 0 0;
   
}
.topabout::after{display:none;}
.bottomabout::before{display:none;}

#about {
  padding:30px 0 0px;
}

.content {
    padding: 0px 5px 17px;
    text-align: left;
}


#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top: 10px;
}


#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}
.topheader{padding:0px 10px 10px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }


.rightbox {
    padding-top: 20px;
    float: left!important;
}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #ffff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 90px;
}
#ourteam .rightbox h1 {
    text-transform: uppercase;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    text-align: left!important;
    font-weight: 800;
    padding: 15px 20px 15px 0;
}
#ourteam .leftbox h1 {
    text-transform: uppercase;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    text-align: left!important;
    font-weight: 800;
    padding: 15px 20px 15px 0;
}

.justify-content-end {justify-content: flex-start!important;}

}


@media (max-width: 574px) {
  #intro {
    padding: 0px 0 0px 0;
  }
#footer .footer-top {
    padding: 50px 0 0 0;

  background-repeat: repeat-y;
}


.appointment_btn {
    color: #fff;
    font-size: 13px;
    border: 1px solid #890001;
    border-radius: 3px;
    padding: 7px 12px!important;
    margin-top: 9px;
    margin-left: 20px;
    font-weight: bold;
    background-color: #890001;
    text-align: center;
    text-transform: uppercase;
}
.appointment_btn:hover {
    color: #890001;
    font-size: 13px;
    border: 1px solid #890001;
    border-radius: 3px;
    padding: 7px 12px!important;
    margin-top: 9px;
    margin-left: 20px;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
}
#about {
  padding: 50px 0 50px;
}
#header .logo img {
  padding: 0;
  margin: 0px;
}
.content {
    padding: 20px 5px 17px;
    text-align: left;
}


#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top: 10px;
}

.justify-content-end {justify-content: flex-start!important;}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}


 #about .about-container p {
       padding: 20px 0px 20px;
 }


#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #ffff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 90px;
}
#ourteam .rightbox h1 {
    text-transform: uppercase;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    text-align: left!important;
    font-weight: 800;
    padding: 15px 20px 15px 0;
}
#ourteam .leftbox h1 {
    text-transform: uppercase;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    text-align: left!important;
    font-weight: 800;
    padding: 15px 20px 15px 0;
}
#aboutus {
    padding: 150px 0 0px 0;
}
.topabout::after{display:none;}
.bottomabout::before{display:none;}
}