/*
  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:#0b3266;
  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:90px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
background-color:#fff;
}

#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:90px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topheader{    min-height: 80px;    margin-top: 0px;    background-color: #fff;    margin-bottom: 0px;
    padding: 5px 0px 0px;    text-transform: uppercase;    text-align: right;
	}

.main-nav  i{
    color: #1957c8;
    font-size: 15px;
	padding-right:5px;
}

/* Desktop Navigation */
a.contactbtn{
	z-index: 1;font-size: 16px;	background:#1957c8!important;  text-transform: uppercase; color:#fff!important; border: 2px solid #1957c8;
    padding: 11px 15px 11px!important;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;margin-top:10px;	position: relative;    overflow: hidden;
	}
a.contactbtn::before {   
 content: ""; background:#0d326d!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.contactbtn:hover::before {
    width: 100%;
}
a.contactbtn:hover {
    border-color:#0d326d;
    color: #fff!important;
}
.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: #0b3266;
    padding:20px 8px 10px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:600;
  
}

.main-nav .active > a{
	  color: #00146b;
}
.main-nav .hover > a:active{
	  color: #1957c8;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #1957c8;
}

.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: 100%;
  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: #0b3266;
  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:#1957c8;
}

.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: #0b3266;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
    text-transform:uppercase;
	font-size:13px;
} 

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #1957c8;
  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: "\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: #0b3266;
}

.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
--------------------------------------------------------------*/


#intro{
    position:relative;
  
}

/*--------------------------------------------------------------
# Sections

/* About Us Section
--------------------------------*/

#about {
  padding:50px 0 30px;
}
#about .about_btm{
  padding:50px 0 50px;
  background: url(../images/about_bg.jpg);
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
}
#about  h1 {
line-height:80px;
    color: #0b3266;
    padding:0px 0px 60px 0px;
    font-size:70px;
    font-weight:600;
    text-align:center!important;
    margin: 0px!important;
	    text-transform: uppercase;
}
#about  h5 {
line-height:48px;
    color: #0b3266;
    padding:20px 0px 0px 0px;
    font-size:40px;
    font-weight:600;
    text-align:center!important;
    margin: 0px!important;
	    text-transform: uppercase;
}
#about .about-container .background {
  margin: 20px 0;
}

.abtcontent{
padding: 20px 20px;
position:relative;
background-color:#fff;
}
#about .abtcontent::before{
	 content: "";
    background: url(../images/abtcontent_before.png);
    position: absolute;
    width:158px;
    height:171px;
    top:-12px;
	left:-12px;
    z-index:2;
}
#about .abtcontent::after{
	 content: "";
    background: url(../images/abtcontent_after.png);
    position: absolute;
    width:158px;
    height:171px;
    bottom:-12px;
	right:-12px;
    z-index:2;
}
#about .abtcontent h2 {
line-height:33px;
    color: #0b3266;
    padding:20px 0px 10px 0px;
    font-size:26px;
    font-weight:600;
    text-align:left!important;
    margin: 0px!important;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 26px;
    font-size: 16px;
    color: #0b3266;
    padding: 20px 0px 20px 0px;
    font-weight:400;

 }

#about1 .about-container{
	margin:20px 0;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#030300;
  padding:0px 0px 10px;
  font-weight:500;
 }
 #about1 .abtcontent1 {
    /*padding: 50px 0px 50px;*/
    text-align: left;
}
#about1 .abtcontent1 p {
	     text-align: left;
    line-height: 26px;
    font-size: 16px;
    color: #000;
    padding: 20px 0px 20px 0px;
    font-weight:400;

 }
a.learnmore1 {
	z-index: 1;font-size: 16px;	background:#fff!important;  text-transform: uppercase; color: #0b3266; border: 2px solid #0b3266;
    padding: 14px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.learnmore1::before {   
 content: ""; background:#0b3266!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.learnmore1:hover::before {
    width: 100%;
}
a.learnmore1:hover {
    border-color:#0b3266;
    color: #fff!important;
}
 
/* feature Section
--------------------------------*/
.mt50{margin-top:50px;}
.mp0 { margin:0px !important; padding:0px !important;}
#offers {
 padding:30px 0 10px;
background-color:#fff;
text-align:center!important
}

#offers h1{text-align:center; text-transform:uppercase;font-size:45px;font-weight:bold; color:#0b3266;  padding:20px 0px 40px; margin-bottom:0px;}

.offersbox1{position:relative;
padding:0px;
transition:5s;
}
.offersbox1::before{
	content: "";
	position: absolute;
	inset: 0px;
	background: rgba(0,0,0, 0.5);
	z-index: 3;
	transition: 0.5s;
	opacity: 0;
	border-radius: 0px;
}
.offersbox1:hover::before{
	opacity: 1; 
	visibility: visible;transition: 0.5s;
}

#offers .text{
	text-align: left!important;
   	padding:0px 20px ;
position:absolute;
bottom:20px;
width:100%;
z-index:4;
}
#offers .offersbox1:hover .text p{display:block;}
#offers .offersbox1 .text p{display:none;}
#offers .offersbox1:hover  a.learnbtn{opacity:1;}

#offers .offersbox1  a.learnbtn{opacity:0;}

#offers .offersbox1 .text h1{
	color: #fff;
  font-size:22px;
  text-align: left!important;
font-weight:700;
 padding:0px 0px 7px;
 margin:0px;
 text-transform:uppercase;
}
#offers .offersbox1:hover .text p{
	color: #fff;
  font-size:15px;
  line-height:20px;
  text-align: left!important;
font-weight:500;
 padding:0px  0 10px 0px;
 margin:0px;
}

.learnbtn {
 font-size: 16px; text-transform: uppercase; color: #75b6ff;
 font-weight:600;  text-decoration:underline;
	
	}


/* #############testimonial start#############*/

.testimonial{ color:#fff;padding:0px 0px 100px;position:relative;}
.testimonial h1{text-align:center; text-transform:uppercase;font-size:45px;font-weight:bold; color:#0b3266;  padding-top:20px; margin-bottom:0px;}
.testimonial h4{text-align:center;font-size:22px; font-weight:700; color:#1957c8;text-transform:uppercase; margin-top:40px;}

.testi-box{ /* stroke */
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(243,243,243,1) 10%);/* layer fill content */
text-align:center;min-height: 280px; text-align:center !important;border-radius:3px;font-size: 17px;text-transform:none !important; 
font-weight:normal; margin:0px 0px 0px;padding: 0px 20px 20px ;} 
.testi-box p{ font-family: 'Montserrat', sans-serif; font-weight:600;  margin: 0px; 
padding: 20px 0px; font-size: 17px;  margin-bottom:0px;  color:#000; } 
.testi-box h5{ font-family: 'Montserrat', sans-serif; font-weight:600; text-align:center !important;  margin: 0px; 
padding: 0px 0px; font-size: 15px;  margin-bottom:0px;  color:#1957c8; }
.testi-box .imgicon{position:relative; width:25%;margin:auto !important;}
.testi-box .imgicon::after{
	 content: "";
    background: url(../images/testi_after.png);
    position: absolute;
    width:49px;
    height:47px;
    top:40px;
	right:-22px;
    z-index: 9;
}
a.testibtn {
	z-index: 1;font-size: 16px;	background:#fff!important;  text-transform: uppercase; color: #0b3266; border: 2px solid #0b3266;
    padding: 14px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.testibtn::before {   
 content: ""; background:#0b3266!important;color:#fff!important;height: 100%;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:#0b3266;
    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;  }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:50px 0 10px 0;
  background: url(../images/ftr_bg.jpg);
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
position:relative;
}
#footer .footer-top::before{
	 content: "";
    background: url(../images/ftr_before.png);
    position: absolute;
    width:93px;
    height:176px;
    top:-20px;
	left:0px;
    z-index: 9;
}
#footer .footer-top::after{
	 content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width:114px;
    height:223px;
    top:-20px;
	right:0px;
    z-index: 9;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight:600;
  color: #fff;
  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: 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;text-decoration:underline;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
  line-height: 28px;
  font-size:11px;
   font-weight:500;
   font-size:13px;
}
#footer .footer-top .footer-contact p strong{
  line-height: 28px;
  font-size:11px;
   font-weight:500;
   font-size:13px;
   text-transform:uppercase;
}
#footer .footer-top .footer-contact a {
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}
#footer .footer-top .footer-contact a:hover {text-decoration:underline;}
#footer .ftrlogo{text-align:right; float:right!important;}
#footer .footer-top .logo i {
    padding: 8px 8px 6px;
    margin-right: 5px;
    font-size: 25px;
	background-color:#fff;color: #00146b;border-radius:50%;
	margin-top: 20px;
}
#footer .copyright p{
  text-align: center;
  font-size:15px;
  color:#fff;
   padding:20px 0px 10px;
 margin-top:0px;
}
#footer .copyright {
padding:20px 0px 0px 0px;
}


.featured_box {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0px 20px 3px rgba(0,0,0,0.2);
}
.featured_box h3 {
    color: #991B1E;
    text-transform: uppercase;
    font-weight: 600;
    margin:15px 0;
    line-height:normal;
    font-size: 26px;

    letter-spacing: 2px;
}
.featured_box p {
    font-weight: 300;
    line-height: normal;
    line-height: 28px;
}
.featured_box a.btn-default.bluebtn {
    background: #6C95CE;
    color: #fff;
    border-color: #6C95CE;
    padding: 8px 15px;
    letter-spacing: 0.5px;
    margin: 15px 0 0
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@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: #00146b;
    padding:25px 8px 10px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;
  }
a.contactbtn{margin-top: 15px;}

#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 16px;    
}
#offers .text{
	text-align: left!important;
   	padding:0px 20px ;
position:absolute;
bottom:10px;
width:100%;
z-index:4;
}
#footer .footer-top::before {z-index:0;}
#ftrtop {
    text-align: center;
    padding: 20px 0px 40px !important;
}
#header {
    height:90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
#header .logo img {
    padding: 0;
    margin: 0px;
}
.abtcontent{
padding:10px 20px 20px;
text-align:left;
}
a.contactbtn {margin:10px 10px 0px!important;}

#about .abtcontent h2 {
    line-height:36px;
    font-size:30px;
}
#footer .footer-top {
  padding:60px 0 10px 0;

}

}

@media (min-width: 768px) and (max-width: 991px) {

   #intro {
    padding:40px 0 0px 0;
  }
#footer .footer-top {
  padding:60px 0 10px 0;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
#footer .copyright{padding-bottom:0px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#about{
padding:30px 0px;
}

.topheader {  text-align: center;  min-height: 90px; padding:5px 0px 0px;}

	
.abtcontent{padding:0px 0px 20px 10px; text-align:left;}

#about .abtcontent h2 {
    line-height: 35px;
    color: #030300;
    padding: 20px 0px 10px 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: left !important;
    margin: 0px !important;
}

.mobile-nav-toggle i {    margin: 35px 40px 0 0;    color: #0b3266;}
#about h1 {
    line-height: 65px;
    color: #0b3266;
    padding: 0px 0px 60px 0px;
    font-size: 55px;
}

.offersbox1{margin-bottom:20px;}
.testi-box .imgicon::after {
    content: "";    background: url(../images/testi_after.png);    position: absolute;    width: 49px;
    height: 47px;    top: 89px;    right: -22px;    z-index: 9;}
	
	#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}
 #header .logo img {
        padding:0;
        margin:0;
  }
}


@media (min-width:575px) and (max-width: 767px) {

  #intro {
    padding:40px 0 0px 0;
  }

#footer .footer-top h4 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:15px!important;
}

 #about .about-container p {
       padding: 20px 0px 20px;
 }
#about{
padding:30px 0px;
}

#footer .footer-top {
  padding:60px 0 10px 0;
}

.abtcontent{
padding:0px 0px 20px 20px;
 text-align:left;

}

.topheader {  text-align: center;  min-height: 90px; padding:5px 0px 0px;}

#about .abtcontent h2 {
    line-height: 35px;
    color: #030300;
    padding: 20px 0px 10px 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: left !important;
    margin: 0px !important;
}

.mobile-nav-toggle i {
    margin: 35px 40px 0 0;
    color: #0b3266;
}
#about h1 {
    line-height: 50px;
    color: #0b3266;
    padding: 0px 0px 60px 0px;
    font-size: 44px;
}
#about h5 {
    line-height: 35px;
    color: #0b3266;
    padding: 20px 0px 0px 0px;
    font-size: 25px;
}
.testimonial h1 {
    line-height: 50px;
    color: #0b3266;
    padding: 0px 0px 60px 0px;
    font-size: 32px;
}
.offersbox1{margin-bottom:20px;}
.testi-box .imgicon::after {
    content: "";    background: url(../images/testi_after.png);    position: absolute;    width: 49px;
    height: 47px;    top: 65px;    right: -22px;    z-index: 9;}
	
	#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}
 #header .logo img {
        padding:0;
        margin:0;
  }
      #footer .footer-top::before {
        z-index: 0;
    }
}


@media (min-width:320px) and (max-width:574px){
    #footer .footer-top::before {
        z-index: 0;
    }
#intro {
    padding:50px 0 0px 0;
  }
#footer .copyright{padding-left:10px;}

#footer .footer-top h4 {padding-top: 20px;}

#footer .footer-top {
  padding:60px 0 10px 0;
}

.abtcontent{
padding:0px 20px 20px 20px;
 text-align:left;

}

#about .abtcontent h2 {
    line-height: 35px;
    color: #030300;
    padding: 20px 0px 10px 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: left !important;
    margin: 0px !important;
}
.topheader {  text-align: center;  min-height: 90px; padding:5px 10px 0px;}

#about .abtcontent h2 {
    line-height: 35px;
    color: #030300;
    padding: 20px 0px 10px 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: left !important;
    margin: 0px !important;
}

.mobile-nav-toggle i {
    margin: 35px 40px 0 0;
    color: #0b3266;
}
#about h1 {
    line-height:45px;
    color: #0b3266;
    padding: 0px 0px 20px 0px;
    font-size:32px;
}
#about h5 {
    line-height: 35px;
    color: #0b3266;
    padding: 0px 0px 0px 0px;
    font-size: 25px;
}
.testimonial h1 {
    line-height:30px;
    color: #0b3266;
    padding: 10px 0px 10px 0px;
    font-size:24px;
}
#offers h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
.offersbox1{margin-bottom:20px;}
.testi-box .imgicon::after {
    content: "";    background: url(../images/testi_after.png);    position: absolute;    width: 49px;
    height: 47px;    top:55px;    right: -22px;    z-index: 9;}
	.testimonial h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1957c8;
    text-transform: uppercase;
    margin-top: 19px;
}
	#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}
 #header .logo img {
        padding:0;
        margin:0;
  }

}
