/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
font-family: 'Merriweather', 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 #283891;
  display: none;
  background:#fff;
  color: #283891;
  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: #283891;
}


.clear {clear:both;}
a.scrollto img {
    padding: 10px 0px;
}
.main-nav li.drop-down ul li {
    line-height: 2rem;
}
.main-nav > ul > li {
    line-height: 6rem;
}
/* Prelaoder */
.tophead{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 {
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  background-color:#fff;

}

#header.header-scrolled,
#header.header-pages {
   padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: auto;

}
#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 */
}
nav {margin: 0 20px 0 38px!important;}
.main-nav,
.main-nav * {
  margin: 0;
  padding:0px ;
  list-style: none;
  background:transparent;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
         display: block;
    position: relative;
    color: #283891;
    padding: 7px 8px 7px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.main-nav .active > a{
	  color: #283891;
	
}
.main-nav .active > a:hover{
	  color: #b8d7ed;
	
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #b8d7ed;
  text-decoration: none;
}

.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: 0px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 0px 20px;
  font-size: 13px;
  color: #283891;
}
.main-nav .drop-down ul a.active  {color:#283891;}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color:#b8d7ed;
}

.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: #283890 ;
  padding: 15px 15px 10px;
  font-weight: 500;
  border-bottom: 1px solid #6b7ad1;
}
.mobile-nav a i {
    color: #283890 ;
}
.mobile-nav .active > a{color: #283890 ;}
.mobile-nav a:hover,

.mobile-nav li:hover > a {
  color: #b8d7ed ;
  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:60px 18px 0 0;
  color: #283891;
}

.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 #812529;
    border-radius: 5px;
    padding: 7px 12px!important;
    margin-top: 9px;
    margin-left: 0px;
    font-weight: bold;
    background-color: #812529;
    text-align: center;
    text-transform: uppercase;
}
.appointment_btn:hover {
    color: #812529;
    font-size: 13px;
    border: 1px solid #812529!important;
    border-radius:5px;
    padding: 7px 12px!important;
    margin-top: 9px;
    margin-left: 0px;
    font-weight: bold;
    background-color:#fff;
    text-align: center;
    text-transform: uppercase;
}
.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 20px;
    white-space: nowrap;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 3em;
}
li.backbefore {
    overflow-y: clip;
}

.navbar a i,
.navbar a:focus i {
  font-size: 18px;
    line-height: 0;
    margin-left: 8px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fc5d2c;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 4px 25px 6px 25px;
  margin-left: 40px;
  font-size:33px;
}
li.backbefore::before {
    content: "";
    /* background: #fc5d2c; */
    position: absolute;
    height: 100%;
    width: 1164%;
    top: 0;
    left: 5px;
    background: linear-gradient(#b8d7ec 50%, #283890 50%);
    z-index: 9;
}
p.topnotext {
    position: absolute;
    color: #fff;
    z-index: 9;
    bottom: -20px;
    left: 20px;
    font-size: 18px;
}


li.backbefore p.topnotext a {
	    position: initial;
    z-index: 29;
    bottom: -20px;
    left: 20px;
    font-size: 18px;
    color: #fff !important;
}


li.backbefore a {
    position: relative;
    top: -25px;
    left: 20px;
    font-size: 20px;
    color: #283890 !important;
}

@media(max-width:1260px){
	li.backbefore a {
    font-size: 16px;
}
.main-nav > ul > li {
    line-height: 4.5rem;
}
p.topnotext {
    font-size: 13px;
	bottom: -15px;
}
.main-nav > ul > li {
    line-height: 5rem;
}
}
@media(max-width:992px){
	li.backbefore::before{
		display:none;
	}
	.mobile-nav {
    left: -313px ;
	
	}
	li.backbefore a {
    top: 0;
    left: 0;
}
p.topnotext{
	display:none;
}
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #000;
}
.navbar li.backbefore:hover>a {
    color: #fff;
}
/*li.backbefore::after {
    content: "";
    background: #fff;
    position: absolute;
    height: 70%;
    width: 34px;
    transform: rotate(10deg);
    left: 9%;
    top: 15%;
}*/
li.backbefore a {
    z-index: 9;
    position: relative;
}
/*--------------------------------------------------------------
# intro
--------------------------------------------------------------*/
#intro {
  width: 100%;

 
}


/* About Us Section
--------------------------------*/
#about {
	margin-top:10px;
  padding: 50px 0 50px 0;
 background: rgb(229,241,250);
background: linear-gradient(180deg, rgba(229,241,250,1) 60%, rgba(255,255,255,1) 75%);
  position:relative;
}
.topabout::after {
    content: "";
    background: url("../images/after_img.png");
	background-repeat:no-repeat;
    height:545px;
    width:150px;
    position: absolute;
    right: 0;
    top:30px;
}
.abtimg {
    padding: 10px;
    margin: -100px 0 0 0;
}
#about .about-container .background {
  margin: 20px 0;
}


#about .about-container h3{
line-height: 60px;
    color: #283891;
    padding: 0px 25px 20px 0px;
    font-size: 53px;
    font-weight:bold;
    text-align: left;
    margin: 0px!important;
}
#about .about-container .content p {
	
	 text-align: left;
    line-height: 26px;
    font-size: 17px;
    color: #000000;
    padding: 15px 27px 20px 0px;
    font-weight: 500;

 }

.content{
padding:20px 5px 0px;
 text-align:left;
}
.readmorebtn {
  padding: 12px 25px;
  font-size:15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #283891;
  background-color: #b8d7ed;
  border: none;
  border-radius: 0px;
  transition:0.5s;
  box-shadow: 10px 9px 0 0 #283891;
}

.readmorebtn:hover {
	 padding: 12px 25px;
  font-size:15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #b8d7ed;
  background-color: #283891;
  border: none;
  border-radius: 0px;
  transition:0.5s;
  box-shadow: 10px 9px 0 0 #b8d7ed;
}

.nameabt{ color: #28378f;
    text-align: left;
    font-size: 22px;
    position: relative; width:80%;
}
	
.nameabt span{ color:#0f6bb6; font-size:16px;}
.nameabt p{ font-style:italic; font-size:20px;}

/* Services Section
--------------------------------*/
#services::before {
    content: "";
    background: url("../images/before_img.png");
	background-repeat:no-repeat;
    height: 544px;
    width: 324px;
    position: absolute;
    left: -208px;
    top:-230px;
}
#services {
  padding: 60px 0 40px 0;
  position:relative;
}

#services .box {
  padding: 30px;
  position: relative;
}

#services .boxinner {
	background-color:#F00;
	min-height:300px;
	position:relative;
	z-index:1000;
}

.details-box{ background-color:#fff; padding:30px 10px; margin-top: -150px; margin-left:30px; text-align:center; margin-right:30px; z-index: 1000; position: relative; font-size: 17px;
color: #292929; line-height: 28px; text-transform:none !important; font-weight:normal;  -moz-border-radius: 10px;
-moz-box-shadow: 0 0 43px rgba(0,0,0,.18); /* drop shadow */
-webkit-box-shadow: 0 0 43px rgba(0,0,0,.18); /* drop shadow */
box-shadow: 0 0 43px rgba(0,0,0,.18); /* drop shadow */
}  
.details-box h2{ text-transform:uppercase;font-weight:bold; text-align:center !important;  margin: 0px; padding: 0px 20px; font-size: 24px;  margin-bottom: 10px;color:#28378f; }
.details-box p{  padding: 0px;  text-align:center !important; font-size: 14px; line-height:20px; margin:20px;  color:#000;}

 
.learnmorebtn2 {
  padding: 12px 25px;
  font-size:15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #283891;
  background-color: #b8d7ed;
  border: none;
  border-radius: 0px;
  transition:0.5s;
  box-shadow: 10px 9px 0 0 #283891;
}

.learnmorebtn2:hover {
	 padding: 12px 25px;
  font-size:15px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #b8d7ed;
  background-color: #283891;
  border: none;
  border-radius: 0px;
  transition:0.5s;
  box-shadow: 10px 9px 0 0 #b8d7ed;
}


 /* testimonials Section
--------------------------------*/
#map
 {
  padding:40px 0 0px 0;
  overflow: hidden;

}


#map h1{
  font-size:40px;
  font-weight: bold;
  margin: 0px 0 5px 0px;
  color:#283891;
  padding:30px 0;
   text-align:center;
   line-height:60px;
}


 /*--------------------------------------------------------------
# team 
--------------------------------------------------------------*/
#request{
padding:0px 0px;position:relative;

}
.requestbox{clip-path: polygon(4% 0, 100% 0%, 95% 100%, 0% 100%);margin:-50px auto -50px;background:#fff;padding: 0px 0px 25px;}
#request .leftbox{margin:0px;padding:0px 20px 0;box-sizing:border-box;color:#000;}
#request .leftbox h1{line-height:35px;color: #283891;font-size:30px;text-align: left!important;font-weight:600; 
padding:30px 0px 0px 45px;text-transform:uppercase;}

#request .clickbtn  {
  padding: 12px 25px;
  font-size:25px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #283891;
  background-color: #b8d7ed;
  border: none;
  border-radius: 0px;
  transition:0.5s;
  box-shadow: 10px 9px 0 0 #283891;
  margin-top:15px;
  text-transform:uppercase;
}

#request .clickbtn:hover {
	 padding: 12px 25px;
  font-size:25px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #b8d7ed;
  background-color: #283891;
  border: none;
  border-radius: 0px;
  transition:0.5s;
  box-shadow: 10px 9px 0 0 #b8d7ed;
  margin-top:15px;
    text-transform:uppercase;
}

 
 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0px;
  color: #fff;
  font-size: 14px;

}

#footer .footer-top {

  padding:100px 0 20px 0;
background-color:#3c3d41;

}
#footer .footer-top h4 {
  font-size: 16px;
  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:13px;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-weight:500;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
   font-weight:500;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p strong{
  line-height:20px;
   font-weight:500;
   font-size:16px;
}
#footer .footer-top .footer-contact p {
  line-height:20px;
   font-weight:500;
   font-size:11px;
}
#footer .footer-top .footer-contact p  a{
	font-size:11px;
   font-weight:500;
   font-size:13px;
   color:#fff;
   text-transform:underline!important;
}

#footer .ftrlogo{text-align:right; float:right!important;}

#footer .copyright {
  text-align: left;
  font-size:12px;
  color:#fff;
   padding:10px 0px;
 margin-top:0px;
}

#footer .copyright p{
padding-bottom:0px;
}
#footer .footer-top .social-links a {
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}


#footer .footer-top .social-links ul{  

    list-style: none!important;
    padding-left: 0px;


  }
  #footer .footer-top .social-links ul li{  
  padding: 5px 0;
  font-size:14px;

  }
    #footer .footer-top .social-links ul li span {  
  padding: 0px 10px;
  font-size:14px;
  font-weight:500;

  }
    #footer .footer-top .social-links ul li i{   font-size:18px;}

  .aboutinner h2 {
      font-size: 1.7rem !important;
      margin-bottom: 15px !important;
  }

.aboutinner h1 {

    margin-bottom: 15px !important;
}


.aboutinner h3 {
    font-size: 1.3rem !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    padding: 0px 0px 0px 0px !important;
    line-height: 26px !important;
    color: #283891;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width:992px) and (max-width:1260px){
#footer .copyright {
    text-align: left;
    font-size: 12px;
    color: #fff;
    padding: 20px 0px 10px 0;
    margin-top: 0px;
}
#services::before {
    content: "";
    background: url(../images/before_img.png);
    background-repeat: no-repeat;
    height: 544px;
    width: 324px;
    position: absolute;
    left: -246px;
    top: -200px;
}
.topabout::after {
    content: "";
    background: url(../images/after_img.png);
    background-repeat: no-repeat;
    height: 545px;
    width: 118px;
    position: absolute;
    right: 0px;
    top: 30px;
}
#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;
}
.main-nav a {
    display: block;
    position: relative;
    color: #010101;
    padding: 16px 6px 15px;
    transition: 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
}

#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) {

#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:}


 #about .about-container p {
       padding: 0px 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;
}
#request .clickbtn {
 
    margin-top: 10px;
}
#map h1 {
    font-size: 35px;
}
.details-box h2 {
font-size: 14px;
}
.learnmorebtn2 {
padding: 7px 13px;
}
#footer .footer-top {
    padding:80px 0 0 0;

}
#request .leftbox h1 {
    line-height: 35px;
    color: #283891;
    font-size: 20px;
    text-align: left!important;
    font-weight: 600;
    padding: 30px 0px 0px 27px;
    text-transform: uppercase;
}
.requestbox {
    clip-path: polygon(4% 0, 100% 0%, 95% 100%, 0% 100%);
    margin: -55px auto -50px;
    background: #fff;
    padding: 0px 63px 20px 0;
}
#services::before {display:none;}
.topabout::after {display:none;}
.abtimg {
    padding: 10px;
    margin: -80px 0 0 0;
}

#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;
}

.tophead {
padding: 0px;}
#header {
    height: 110px;
}

#about p {

    padding: 0px 0% 10px;
}
#about h2 {
    line-height:32px;
    color: #646769;
    padding: 0px 0% 20px;
	font-size: 25px;
}
.details-box {
	margin-bottom:20px;
}

#footer .ftrlogo {
	padding-top:0px;
    text-align: right;
    float: left!important;
}
#about .about-container h3 {
       line-height: 30px;
    color: #283891;
    padding: 0px 25px 20px 0px;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    margin: 0px!important;
}
#about .about-container .content p {
    text-transform: capitalize!important;
    text-align: left;
    line-height:20px;
    font-size: 13px;
    color: #000;
    padding: 5px 0px 20px 0px;
    font-weight: 500;
}
}

@media (max-width: 768px) {

.topabout::after{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;
 }
#request .clickbtn {
 
    margin-top: 0px;
}
#map h1 {
    font-size: 35px;
}
.details-box h2 {
font-size: 14px;
}
.learnmorebtn2 {
padding: 7px 13px;
}
#footer .footer-top {
    padding:80px 0 0 0;

}
#request .leftbox h1 {
    line-height: 35px;
    color: #283891;
    font-size: 20px;
    text-align: left!important;
    font-weight: 600;
    padding: 30px 0px 0px 27px;
    text-transform: uppercase;
}
.requestbox {
    clip-path: polygon(4% 0, 100% 0%, 95% 100%, 0% 100%);
    margin: -135px auto -50px;
    background: #fff;
    padding: 0px 63px 20px 0;
}
#services::before {display:none;}
.topabout::after {display:none;}
.abtimg {
    padding: 10px;
    margin: -80px 0 0 0;
}
.rightbox {
    padding-top: 20px;
    text-align: center!important;
}

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #ffff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: auto;
}


.tophead {
padding: 0px;}
#header {
    height: 110px;
}

#about p {

    padding: 0px 0% 10px;
}
#about h2 {
    line-height:25px;
    color: #646769;
    padding: 0px 0% 20px;
	font-size: 20px;
}
.details-box {
	margin-bottom:20px;
}

#footer .ftrlogo {
	padding-top:20px;
    text-align: right;
    float: left!important;
}
}


@media (max-width: 574px) {
  #intro {
    padding: 80px 0 0px 0;
  }


#about {
  padding:0px 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;
}

#footer .footer-top {
    padding:80px 0 0 0;

}
#request .leftbox h1 {
    line-height: 35px;
    color: #283891;
    font-size: 26px;
    text-align: left!important;
    font-weight: 600;
    padding: 30px 0px 0px 27px;
    text-transform: uppercase;
}
.requestbox {
   
    clip-path: polygon(4% 0, 100% 0%, 95% 100%, 0% 100%);
    margin: -135px auto -50px;
    background: #fff;
    padding: 0px 0px 20px;
}
#services::before {display:none;}
.topabout::after {display:none;}
.abtimg {
    padding: 10px;
    margin: -50px 0 0 0;
}

#footer .footer-top h4 {
  font-size: 18px;
  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;
}

.topabout::after{display:none;}


.tophead {
padding: 0px;}
#header {
    height: 110px;
}
#about p {
    padding: 0px 0% 10px;
}
#about h2 {
    line-height:25px;
    color: #646769;
    padding: 0px 0% 20px;
	font-size: 20px;
}
.details-box {
	margin-bottom:20px;
}

#footer .ftrlogo {
	padding-top:20px;
    text-align: right;
    float: left!important;
}

}

@media (min-width:350px) and (max-width: 500px){
  #intro {
    padding: 100px 0 0px 0;
}
#footer .footer-top {
    padding: 150px 0 0 0;

}
#request .leftbox h1 {
    line-height: 35px;
    color: #283891;
    font-size: 20px;
    text-align: left!important;
    font-weight: 600;
    padding: 30px 0px 0px 27px;
    text-transform: uppercase;
}
#map h1 {
    font-size: 33px;
    font-weight: bold;
    margin: 0px 0 5px 0px;
    color: #283891;
    padding: 30px 0;
    text-align: center;
    line-height: 40px;
}
.requestbox {
  
    clip-path: polygon(4% 0, 100% 0%, 95% 100%, 0% 100%);
    margin: -50px auto -50px;
    background: #fff;
    padding: 0px 0px 20px;
}
#services::before {display:none!important;}
.topabout::after {display:none!important;}
.abtimg {
    padding: 10px;
    margin: -100px 0 0 0;
}
#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;
}

#footer .footer-top h4 {
  font-size: 18px;
  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;
}



.topheader{padding:10px 0px 10px;
background-image:none!important;background-color:#646769!important;
}
.topheader p {
    font-size: 12px;
    color: #fff;
    padding: 0px 0px;
    text-align: center;
    font-weight: 500;
}
.tophead {
padding: 10px 0px;}
#header {
    height: 135px;
}

#about p {

    padding: 0px 0% 10px;
}
#about h2 {
    line-height:25px;
    color: #646769;
    padding: 0px 0% 20px;
	font-size: 20px;
}
.details-box {
	margin-bottom:20px;
}

#footer .ftrlogo {
	padding-top:20px;
    text-align: right;
    float: left!important;
}

}