/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'metropolis';
}

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 #ffffff;
  display: none;
  background:#0080c7;
  color: #ffffff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #ffffff;
}


.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:110px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background: #fff;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:110px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topheader{min-height:90px;margin-top:0px; background-color:transparent;
margin-bottom:0px;padding:5px 0px 10px; text-transform:uppercase; border-radius: 0px;	text-align:right;}


.cntbtn {
	z-index: 1;font-size: 15px!important;line-height:20px; text-align: left;background:#0080c7!important;  text-transform: uppercase; color:#fff!important; border: 0px;
    padding: 11px 15px 11px!important;display: inline-block; margin:20px 0 0 5px!important; border-radius:5px!important; font-weight:700;
  position: relative;overflow: hidden;
	}
 .cntbtn:hover {
	z-index: 1;font-size: 15px!important;line-height:20px; text-align: left;background:#0080c7!important;  text-transform: uppercase; color:#fff!important; border: 0px;
    padding: 11px 15px 11px!important;display: inline-block; margin:20px 0 0 5px!important;border-radius:5px; font-weight:700;
  position: relative;overflow: hidden;
	}
.phone {
font-size: 15px!important;
}
.phone i{
	padding:0px 0px;
margin-right:0px;
font-size: 17px;
}
.phone i:hover{
color:#0080c7!important;
}


/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding:0px 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: #051840;
    padding:65px 8px 10px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:700;
  
}

.main-nav .active > a{
	  color: #051840;
}
.main-nav .hover > a:active{
	  color: #0080c7;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #0080c7;
}

.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: #051840;
  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:#0080c7;
}


.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; color:#051840;
}

.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:#051840;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#ffffff ;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #051840;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #b9b9b9;
 text-transform:uppercase;
font-size:13px;
} 

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #0080c7;
  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: #051840;
}

.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
--------------------------------------------------------------*/

.carousel-caption {
  z-index: 1;   bottom:5vh;
    left:0;    width:100%;	text-align:left;    position: absolute;
}

.carousel-caption h3{ font-size:26px;   color: #fff;   line-height: 40px; font-weight: 400;  padding:10px 20% 0px 0px!important;}
.carousel-caption h3 span{ font-size:26px;   color: #fff;   line-height: 40px; font-weight: 600;  padding:10px 20% 0px 0px!important;}
.carousel-caption::before{content: "";    background: url(../images/banner_before.png);    position: absolute;
    width: 19px;    height:155px;    bottom: 0px;    left: 80px;    z-index: 2;}
/*--------------------------------------------------------------
# Sections

/* About Us Section
--------------------------------*/

#about {
  padding:100px 0 150px;
  background-color:#fff;
    background-image:url(../images/abt_bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  background-size: cover;
}

#about .about-container .background {
  margin:0px 0 0px;
}
.abtcontent {
    padding:30px  30px 30px;
    position: relative;
	margin:0px 0 0px;

}
.abtcontent::before{content: "";    background: url(../images/abtcnt_before.png);    position: absolute;
    width: 13px;    height:261px;    top: 0px;    left: 0px;    z-index: 2;}
#about .abtcontent  h2 {
    line-height:35px;
    color: #20234a;
    padding: 0px  0 30px;
    font-size:28px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;

}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size:20px;
    color: #20234a;
    padding: 0px 0px 20px 0px;
    font-weight:400;

 }

#about1 {
    margin:20px 0 30px 0px;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#000;
  padding:0px 0px 10px;
  /*font-weight:500;*/
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
a.learnmore {
	z-index: 1;font-size: 16px;	background:transparent!important;  text-transform: uppercase; color: #20234a; border: 2px solid #20234a;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.learnmore::before {   
 content: ""; background:#20234a!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.learnmore:hover::before {
    width: 100%;
}
a.learnmore:hover {
    border-color:#20234a;
    color: #fff	!important;
}


/*  services Section
--------------------------------*/

#services {
  padding: 30px 0 20px 0;
  background-color: #fff;
}


#services .text-box{
margin:0px;padding:0px 39px 20px 25px;   text-align: left;color:#070707;  background-color: #f6f7f8;border-radius:30px;
}

.text-box::after{content: "";    background: url(../images/textbox_after.png);    position: absolute;
    width: 22px;    height:487px;    top: 0px;    right: 35px;    z-index: 2;}

#services .text-box h3{text-align:left; margin: 0px; color:#20234a; 
padding:10px 0px 20px; font-size:42px; margin-bottom:0px;font-weight:500; line-height: 45px;}
#services .text-box  h5 {
    line-height:32px;
    color: #20234a;
    padding: 0px  0 20px;
    font-size:30px;
    font-weight: 600;
    text-align: left !important;
    margin: 0px !important;

}
#services .text-box p 
{
 text-align:left;
  line-height: 23px;
  font-size:15px;
  color:#000!important;
  padding:0px 0px 20px!important;
  font-weight:400;
}
#services .text-box .listing{background-color:#febe00;padding:7px 0px 30px;    margin-top: 10px;}
.listing ul{    margin: 0px;
    padding: 0px;

}
.listing ul li{  
    padding: 0px 10px;font-size:13px;
list-style:none; border-right:1px solid #000;float:left;color:#000;font-weight:600;
}
.listing ul li:last-child{  
 border-right:none;
}
.mt50{margin-top:50px;}
.mt30{margin-top:30px;}
/* ---------------
 aboutjassica Section
--------------------------------*/
#aboutjassica {
  padding:50px 0 50px;
  background-color:#fff;
    background-image:url(../images/jassica_bg.png);
  background-repeat:no-repeat;
  background-position:top center;
}

#aboutjassica .about-container .background {
  margin:0px 0 0px;
}
.abtjascontent {
    padding:180px  30px 30px;
    position: relative;
	margin:0px 0 0px;
}
.abtjascontent::before{content: "";    background: url(../images/abtcnt_before.png);    position: absolute;
    width: 13px;    height:261px;    top: 180px;    left: 0px;    z-index: 2;}
#aboutjassica .abtjascontent  h2 {
    line-height:35px;
    color: #20234a;
    padding: 0px  0 30px;
    font-size:30px;
    font-weight: 400;
    text-align: left !important;
    margin: 0px !important;

}

#aboutjassica .abtjascontent p {
	     text-align: left;
    line-height: 28px;
    font-size:20px;
    color: #20234a;
    padding: 0px 0px 20px 0px;
    font-weight:400;

 }

  /*--------------------------------------------------------------
# mission sec
--------------------------------------------------------------*/
#map{
padding:0px 0 ;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:50px 0 20px 0;
background-color:#011540;
position:relative;
}

#footer .footer-top::after {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 18px;
    height:328px;
    bottom: 10px;
    right:40px;
    z-index: 2;
}
#footer .footer-top::before {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 18px;
    height:328px;
    top: 10px;
    left:40px;
    z-index: 2;
}
#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;border-right:1px solid #fff;
}

#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;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
   font-weight:400;text-decoration:underline;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;border-right:1px solid #fff;padding-left: 20px;
}

#footer .footer-top .footer-contact p {
 color:#fff;	
 line-height: 26px;
   font-weight:400;
   font-size:13px;    padding-bottom: 10px;
}
#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:left; float:left!important;}
#footer .footer-top .footer-contact strong{text-transform: capitalize;  font-size:15px; padding:10px 0px 0px;  text-align: left;}
#footer .copyright p{
  text-align: center;
  font-size:15px;
  color:#fff;
   padding:10px 0px 10px;
 margin-top:0px;
 font-weight:400;
 
}
#footer .copyright {
padding:20px 0px 0px 0px;
border-top:1px solid #fff;margin-top: 20px;
}

#services  .serbox {text-align:left;position:relative;
    background-color:#fff;padding:0px;margin-bottom:0px; border-radius:4px;}
.text_box{
    margin:0px;padding:10px 20px 10px 0px ;
    position:absolute; top:80% 	;    left: 0;    background: #fff;
}


#services .serbox .text_box h4{text-align:left; margin: 0px; text-transform: uppercase!important;color:#555555;
    font-weight:700!important;padding:10px 0px 10px; font-size:20px!important;line-height:28px;}




#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 20px;!important;
    text-align:left;
    text-transform:uppercase;

}
#about1 .about-container p {
    text-align:left;
    line-height: 31px;
    font-size:17px;
    color:#000;
    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:#000;
    padding:0px 0px 15px;
}

#about1 ul {
    margin-left: 35px;
    list-style: disc;
    text-align:left;
    line-height: 30px;
    font-size:15px;
    color:#000;

    font-weight:400;
}

#about1 ul li {
    text-align:left;
    line-height: 30px;
    font-size:15px;
    color:#000;

    font-weight:400;
    list-style: disc;
}


.position-occupied {
    position: relative;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){

.main-nav, .main-nav * {
    margin: 0;
    padding:0px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav a {
       display: block;
    position: relative;
    color: #051840;
    padding: 65px 6px 10px;
    transition: 0.3s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 16px;    
}

#banner{
    position:relative;

}
#about {
    padding: 40px 0 40px;
    background-color: #fff;
    border-radius: 0px;
}

#about h2 {
    line-height: 34px;
    color: #000;
    padding: 0px 5% 0px;
    font-size: 27px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}

#footer .footer-top::after {
    content: "";
    background: url(../images/ftr_after.png);
    position: absolute;
    width: 95px;
    height: 139px;
    bottom: 0px;
    right: 70px;
    z-index: 0;
}
#header .logo img {
    padding: 0;
    margin: 0px;width:80%
}
.phone {
    font-size: 13px !important;
}
#services .text-box h3 {
    text-align: left!important;
    margin: 0px;
    color: #20234a;
    padding: 10px 0px 10px;
    font-size: 22px;
        font-weight: 700; 
}
#services .text-box p  {
    text-align: left;
    font-size: 14px;
    padding: 0px 0px 25px !important;
}
.text-box::after {
  right:25px!important;
    height: 425px;
  }
.abtcontent{
padding:80px 40px 30px;
text-align:left;
}
#services .text-box h5 {
    line-height: 23px;
    color: #20234a;
    padding: 17px 0 5px;
    font-size: 17px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
.abtjascontent {
    padding: 180px 0px 30px 30px;
    position: relative;
    margin: 0px 0 0px;
}
#aboutjassica .abtjascontent h2 {
    line-height: 30px;
    color: #20234a;
    padding: 0px 0 30px;
    font-size: 26px;
    font-weight: 400;
    text-align: left !important;
    margin: 0px !important;
}
#aboutjassica .abtjascontent p {
    text-align: left;
    line-height: 24px;
    font-size: 17px;
    color: #20234a;
    padding: 0px 0px 20px 0px;
    font-weight: 400;
}
.cntbtn {
    z-index: 1;margin-top:15px!important;;
    font-size: 13px !important;
    line-height: 20px;
}
.cntbtn:hover {
    z-index: 1;margin-top:15px!important;;
    font-size: 13px !important;
    line-height: 20px;
}
    .carousel-caption {
        z-index: 1;
        height: auto;
        bottom: 5vh;
        left: 60px;
        width: 100%;
        text-align: left;
        position: absolute;
    }
.carousel-caption::before {
    left: 0px;
}


#footer .footer-top .footer-contact {padding-left:5px}
#footer .footer-top .footer-contact p {
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    font-size: 11px;
}
#footer .footer-top {
  padding:50px 0 20px 0;

}
#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
        background:#fff;
}
#header.header-scrolled, #header.header-pages {
    transition: all 0.5s;
    padding: 0px 0;
    background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    min-height: 90px;
}
    #footer .footer-top::before {display: none!important;}
     #footer .footer-top::after {display: none!important;}
}

@media (min-width: 768px) and (max-width: 991px) {

#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;}

 #banner{
    position:relative;

}
.topheader {
 text-align: center; min-height: 70px; padding: 10px 0px 0px;
    }


#footer .footer-top .ftrlogo img{margin-top:20px; text-align:left!important;float:left!important;}



#about{
padding:50px 0px 50px;background-size:cover;
}
#about .abtcontent h2 {
    line-height: 30px;
    color: #20234a;
    padding: 0px 0% 0px;
    font-size:30px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}

.abtimg{margin-top:20px;}

.mobile-nav-toggle i {
  margin:40px 50px 0 0;
  color: #fff;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #20234a;
    padding: 20px 0px 40px 0px;
    font-weight:400;

 }
.mt50{margin-top:10px!important}
#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#fff;
   background: linear-gradient(90deg, rgba(255, 255, 255, 1) 87%, rgba(0, 128, 199, 1) 87%);
    
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:90px;

}
#services .text-box{padding: 20px 20px 10px;margin-bottom:20px;}
.text-box::after{display: none!important;}
#header .logo img {
    padding: 0;
    margin: 0px;width:80%
}
.phone {
    font-size: 13px !important;
}
#services .text-box h3 {
    text-align: left!important;
    margin: 0px;
    color: #20234a;
    padding: 10px 0px 10px;
    font-size: 22px;
        font-weight: 700; 
}
#services .text-box p  {
    text-align: left;
    font-size: 14px;
    padding: 0px 0px 25px !important;
}
.text-box::after {
  right:25px!important;
    height: 425px;
  }
.abtcontent{
padding:80px 40px 30px;
text-align:left; background: rgb(255, 255, 255, 0.7);
}
.abtcontent::before
 {
    content: "";
    background: url(../images/abtcnt_before.png);
    position: absolute;
    width: 13px;
    height: 261px;
    top: 22px;
    left: 13px;
    z-index: 2;
}
#services .text-box h5 {
    line-height: 23px;
    color: #20234a;
    padding: 17px 0 5px;
    font-size: 17px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
.abtjascontent {
    padding: 180px 0px 30px 30px;
    position: relative;
    margin: 0px 0 0px;
}
#aboutjassica .abtjascontent h2 {
    line-height: 40px;
    color: #20234a;
    padding: 0px 0 30px;
    font-size: 30px;
    font-weight: 400;
    text-align: left !important;
    margin: 0px !important;
}
#aboutjassica .abtjascontent p {
    text-align: left;
    line-height: 33px;
    font-size: 21px;
    color: #20234a;
    padding: 0px 0px 20px 0px;
    font-weight: 400;
}
.cntbtn {
    z-index: 1;margin-top:15px!important;;
    font-size: 13px !important;
    line-height: 20px;
}
    .carousel-caption {
        z-index: 1;
        height: auto;
        bottom: 5vh;
        left: 60px;
        width: 100%;
        text-align: left;
        position: absolute;
    }
.carousel-caption::before {
    left: 0px;
}

#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 87%, rgba(0, 128, 199, 1) 87%);
}
#footer .footer-top .footer-links{border-right: 0px!important ;}
#footer .footer-top .footer-contact {padding-left:15px;border-right: 0px!important ;}
#footer .footer-top .footer-contact p {
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    font-size: 11px;
}
#footer .footer-top {
  padding:50px 0 20px 0;

}
.abtjascontent::before {display: none!important;}
    #footer .footer-top::before {display: none!important;}
     #footer .footer-top::after {display: none!important;}
   
}


@media (min-width:575px) and (max-width: 767px) {


#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;
}

 #banner{
    position:relative;
}


#footer .footer-top {
  padding:50px 0 20px 0;
background-size:cover;
}
#services .text-box{padding: 20px 20px 10px;margin-bottom:20px;}

#footer .ftrlogo {
    text-align: left;
    float: left !important; padding-top:20px;
}

#about{
padding:50px 0px 50px;background-size:cover;
}

.abtimg{margin-top:20px;}

.carousel-caption h3 {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    padding: 0px 0% 0px !important;
}
.abtimg{margin-top:20px;}


.mobile-nav-toggle i {
  margin:40px 50px 0 0;
  color: #fff;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #20234a;
    padding: 20px 0px 40px 0px;
    font-weight:400;

 }
 #about .abtcontent h2 {
    line-height: 30px;
    color: #20234a;
    padding: 0px 0% 20px;
    font-size: 30px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}

.mt50{margin-top:10px!important}

#services .text-box{padding: 20px 20px 10px;margin-bottom:20px;}
.text-box::after{display: none!important;}
#header .logo img {
    padding: 0;
    margin: 0px;width:80%
}
.phone {
    font-size: 13px !important;
}
#services .text-box h3 {
    text-align: left!important;
    margin: 0px;
    color: #20234a;
    padding: 10px 0px 10px;
    font-size: 22px;
        font-weight: 700; 
}
#services .text-box p  {
    text-align: left;
    font-size: 14px;
    padding: 0px 0px 25px !important;
}
.text-box::after {
  right:25px!important;
    height: 425px;
  }
.abtcontent{
padding:80px 40px 30px;
text-align:left; background: rgb(255, 255, 255, 0.7);
}
.abtcontent::before
 {
    content: "";
    background: url(../images/abtcnt_before.png);
    position: absolute;
    width: 13px;
    height: 261px;
    top: 22px;
    left: 13px;
    z-index: 2;
}
#services .text-box h5 {
    line-height: 23px;
    color: #20234a;
    padding: 17px 0 5px;
    font-size: 17px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
.abtjascontent {
    padding: 180px 0px 30px 30px;
    position: relative;
    margin: 0px 0 0px;
}
#aboutjassica .abtjascontent h2 {
    line-height: 40px;
    color: #20234a;
    padding: 0px 0 30px;
    font-size: 30px;
    font-weight: 400;
    text-align: left !important;
    margin: 0px !important;
}
#aboutjassica .abtjascontent p {
    text-align: left;
    line-height: 33px;
    font-size: 21px;
    color: #20234a;
    padding: 0px 0px 20px 0px;
    font-weight: 400;
}
.cntbtn {
    z-index: 1;margin-top:15px!important;;
    font-size: 13px !important;
    line-height: 20px;
}
    .carousel-caption {
        z-index: 1;
        height: auto;
        bottom: 5vh;
        left: 60px;
        width: 100%;
        text-align: left;
        position: absolute;
    }
.carousel-caption::before {
    left: 0px;
}

#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 85%, rgba(0, 128, 199, 1) 85%);
}
#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#fff;
   background: linear-gradient(90deg, rgba(255, 255, 255, 1) 85%, rgba(0, 128, 199, 1) 85%);
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:90px;

}
#footer .footer-top .footer-links{border-right: 0px!important ;}
#footer .footer-top .footer-contact {padding-left:15px;border-right: 0px!important ;}
#footer .footer-top .footer-contact p {
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    font-size: 11px;
}
#footer .footer-top {
  padding:50px 0 20px 0;

}
.abtjascontent::before {display: none!important;}
    #footer .footer-top::before {display: none!important;}
     #footer .footer-top::after {display: none!important;}
}


@media (min-width:320px) and (max-width:574px){

#footer .copyright{padding-left:10px;}

#footer .footer-top h4 {padding-top: 20px;}

 #banner{
    position:relative;
    padding-top:80px;
}
.carousel-caption h3 span {
    font-size: 23px;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    padding: 10px 0% 0px 0px !important;
}

#footer .footer-top {
  padding:50px 0 20px 0;
background-size:cover;
}

#about{
padding:50px 0px 50px;background-size:cover;
    background-color: #fff;
    background-image: url(../images/abt_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}


.abtimg{margin-top:20px;}

.mt50{margin-top:10px!important}
.mobile-nav-toggle i {
  margin:40px 16px 0 0;
  color: #fff;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #20234a;
    padding: 20px 0px 40px 0px;
    font-weight:400;

 }
 #about .abtcontent h2 {
        line-height: 25px;
        color: #20234a;
        padding: 0px 0% 20px;
        font-size: 18px;
        font-weight: 700;
        text-align: left !important;
        margin: 0px !important;
    }

.mt50{margin-top:10px!important}

#services .text-box{padding: 20px 20px 10px;margin-bottom:20px;}
.text-box::after{display: none!important;}
#header .logo img {
    padding: 0;
    margin: 0px;width:80%
}
.phone {
    font-size: 13px !important;
}
#services .text-box h3 {
    text-align: left!important;
    margin: 0px;
    color: #20234a;
    padding: 10px 0px 10px;
    font-size: 22px;
        font-weight: 700; 
}
#services .text-box p  {
    text-align: left;
    font-size: 14px;
    padding: 0px 0px 25px !important;
}
.text-box::after {
  right:25px!important;
    height: 425px;
  }
.abtcontent{
padding:80px 40px 30px;
text-align:left; background: rgb(255, 255, 255, 0.7);
}
.abtcontent::before
 {
    content: "";
    background: url(../images/abtcnt_before.png);
    position: absolute;
    width: 13px;
    height: 261px;
    top: 22px;
    left: 13px;
    z-index: 2;
}
#services .text-box h5 {
    line-height: 23px;
    color: #20234a;
    padding: 17px 0 5px;
    font-size: 17px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
.abtjascontent {
    padding: 180px 0px 30px 30px;
    position: relative;
    margin: 0px 0 0px;
}
#aboutjassica .abtjascontent h2 {
    line-height: 30px;
    color: #20234a;
    padding: 0px 0 30px;
    font-size: 22px;
    font-weight: 400;
    text-align: left !important;
    margin: 0px !important;
}
#aboutjassica .abtjascontent p {
    text-align: left;
    line-height: 25px;
    font-size: 17px;
    color: #20234a;
    padding: 0px 0px 20px 0px;
    font-weight: 400;
}
.cntbtn {
    z-index: 1;margin-top:15px!important;;
    font-size: 13px !important;
    line-height: 20px;
}
    .carousel-caption {
        z-index: 1;
        height: auto;
        bottom: 2vh;
        left: 60px;
        width: 100%;
        text-align: left;
        position: absolute;
    }
.carousel-caption::before {
    left: -25px;
}
#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 85%, rgba(0, 128, 199, 1) 85%);
}
#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#fff;
   background: linear-gradient(90deg, rgba(255, 255, 255, 1) 85%, rgba(0, 128, 199, 1) 85%);
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:90px;

}
#footer .footer-top .footer-links{border-right: 0px!important ;}
#footer .footer-top .footer-contact {padding-left:15px;border-right: 0px!important ;}
#footer .footer-top .footer-contact p {
    color: #fff;
    line-height: 26px;
    font-weight: 400;
    font-size: 11px;
}
#footer .footer-top {
  padding:50px 0 20px 0;

}
.abtjascontent::before {display: none!important;}
    #footer .footer-top::before {display: none!important;}
     #footer .footer-top::after {display: none!important;}
}
