@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  color: #444444;
}

a {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1{
  
  font-family: 'Playfair Display', serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
}
p{
	font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #157ae9;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.whatsap {
    position: fixed;
    bottom: 66px;
    right: 11px;
    width: 50px;
    height: 50px;
    border-radius: 130px;
    overflow: hidden;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #003fad;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
  .back-to-top {
    bottom: 70px;
}
	.whatsap {

    bottom: 118px;

}

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;	
}

#header.header-scrolled,
#header.header-inner-pages {
  background: white;
  margin-top: 0px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 75px;
}
.header-top {
    text-align: right;
    position: absolute;
    right: 0;
    display: flex;
    top: -40px;
}
.header-top a{
	text-transform: lowercase !important;
	font-size: 18px!important;
}
.header-top .bx{
	font-size: 26px;
    margin-right: 7px;
    color: #6fbd00;
}
#header .navbar {
  
}
.width-adjust{
	padding-left: 100px;
	padding-right: 100px;
}
.call-top{
	text-align: right;
}
.call-top a{
	color: #2e2e2e;
	margin-left: 30px;
}
.call-top .bi{
	color: #0342D7;
	margin-right: 7px;
}
.header-scrolled .call-top{
	display: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 45px;
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
  white-space: nowrap;
  transition: 0.5s;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.navbar a i,
.navbar a:focus i {
  
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0069f5;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 30px 20px;
  margin-left: 30px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #003fad;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ff0000;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffffff;
    background: #003fad;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #003fad;
  font-size: 36px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #4186ff;
}
#header .logo img {
    max-height: 80px;
    margin-bottom: -1px;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: inline-block;
	  transition: 0.5s;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 28px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 78px;
  right: 15px;
  bottom: auto;
  left: 15px;
  padding: 0;
  border-radius: 10px;
  background-color: #ffffff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 16px 30px;
  font-size: 15px;
  color: #383838;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffffff;
    background: #003eaa;
}
.navbar li.active .nav-link{
  color: #0069f5;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
    color: #ffffff;
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

@media (max-width: 991px) {
  .navbar li.active .nav-link{
  color: #ffffff;
}
.call-top {
    text-align: right;
    display: none;
}
	
#hero .bx-wrapper .bx-viewport {
    left: 0px !important;
    top: -55px;
}	
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.get-a-quote-out .form-control {
    padding-left: 0;
}
.get-a-quote-out .form-control {
    border-bottom: 1px #e3e3e3 solid;
}


.file-field {
    position: relative;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
	background: #003fad;
	border-radius: 0;
}
.file-field span {
    cursor: pointer;
	font-size: 14px;
    text-transform: uppercase;
}
.btn.btn-sm {
    padding: 0.5rem 1.6rem;
    font-size: .64rem;
}
.file-field .btn {
    float: left;
}
.file-field input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}
.file-field .file-path-wrapper {
    height: 2.5rem;
    padding-left: 10px;
    overflow: hidden;
}
.file-field input.file-path {
    width: 100%;
    height: 36px;
}
.file-field input.file-path {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    background-color: #0b51c5 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.send-btn{
	padding-left: 30px;
    padding-right: 30px;
}

.fill{
	margin-left: auto;
    width: 44%;
    height: 380px;
    background-position: center !important;
    background-size: cover !important;
}
.txt_sldr {
    position: absolute;
    height: 100%;
    width: 80%;
    left: 0;
    top: 12%;
    bottom: 0px;
    margin: auto;
    text-align: left;
    display: none;
}
.txt_sldr h4 {
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0;
    font-size: 48px;
    display: inline-block;
    margin: 0px;
    line-height: 70px;
    text-transform: uppercase;
}
.txt_sldr h4 span {
    color: #ffc736;
}

.txt_sldr p {
    color: #c5c5c5;
    display: inline-block;
    padding: 0;
    margin-top: 5px;
    font-size: 16px;
    font-size: 16px;
}
.shopnow-botton{
	padding: 10px 28px;
	background:#fe3057;
	display:inline-block;
	color:#FFF;
	border-radius:5px;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
-moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
li.active-slide .txt_sldr{
	display:block;	
}

li.active-slide .txt_sldr{

  animation: slid_h linear 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: slid_h linear 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: slid_h linear 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: slid_h linear 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: slid_h linear 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes slid_h{
  0% {
    opacity:0;
    transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes slid_h{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes slid_h {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes slid_h {
  0% {
    opacity:0;
    -o-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes slid_h {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -ms-transform:  translate(0px,0px)  ;
  }
}

li.active-slide .txt_sldr h4{

  animation: slid_h linear 2.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: slid_h linear 2.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: slid_h linear 2.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: slid_h linear 2.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: slid_h linear 2.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes slid_h{
  0% {
    opacity:0;
    transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes slid_h{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes slid_h {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes slid_h {
  0% {
    opacity:0;
    -o-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes slid_h {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -ms-transform:  translate(0px,0px)  ;
  }
}
/**/
li.active-slide .txt_sldr p{

  animation: slid_p linear 2.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: slid_p linear 2.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: slid_p linear 2.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: slid_p linear 2.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: slid_p linear 2.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes slid_p{
  0% {
    opacity:0;
    transform:  translate(0px,70px)  ;
  }
  50% {
    opacity:0;
    transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes slid_p{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,70px)  ;
  }
  50% {
    opacity:0;
    -moz-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes slid_p {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,70px)  ;
  }
  50% {
    opacity:0;
    -webkit-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes slid_p {
  0% {
    opacity:0;
    -o-transform:  translate(0px,70px)  ;
  }
  50% {
    opacity:0;
    -o-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes slid_p {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,70px)  ;
  }
  50% {
    opacity:0;
    -ms-transform:  translate(0px,70px)  ;
  }
  100% {
    opacity:1.00;
    -ms-transform:  translate(0px,0px)  ;
  }
}




@media (max-width: 991px) {
.fill {
    margin-left: auto;
	margin-right: auto;
    width: 85%;
    height: 200px;
}

.txt_sldr {
    position: absolute;
    height: 100%;
    width: 80%;
    left: 30px;
    top: 93%;
    bottom: 0px;
    margin: auto;
    text-align: center;
    right: 30px;
    display: none;
}	

#hero .bx-wrapper .bx-viewport {
    left: 0px !important;
    top: 85px;
    height: 60vh !important;
}	
	
	
	
	
	
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	overflow: hidden;
    width: 100%;
    height: 90vh;
    background: #37517e;
    background-image: url(../img/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
	position: relative;
    margin: 0 0 10px 0;
    font-size: 60px;
    font-weight: bold;
    line-height: 56px;
}

#hero h1 span {
    font-size: 50px;
    border-bottom: 3px white solid;
    padding-bottom: 15px;
	display: inline-block;
}

#hero h2 {
  color: white;
  margin-bottom: 50px;
  font-size: 38px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
#hero h2 span{
  font-size: 85px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 80px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #0069f5;
}
#hero .btn-get-started .bi {
  margin-right: 6px;
}

#hero .btn-get-started:hover {
  background: #003fad;
}
.hero-email{
	background: #abc637!important;
}
.hero-email:hover{
	background: #7d9908!important;
}
#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.hero-img{
	position: absolute;
    right: 100px;
    bottom: 0;
	text-align: center;
	z-index: 9;
}
.txt_sldr{
	margin-top: 40px;
}
.txt_sldr h1{
	color: #ffffff;
}



@media (max-width: 991px) {
    

	
  #hero {
    height: 65vh;
    text-align: center;
  }

  #hero .animated {
   
  }
#hero .container {
    padding-top: 0;
}	
.txt_sldr {
    margin-top: 0px;
}
#hero h1:after {
    display: none;
}	
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
  .header-top {
    display: none;
}
	#header .logo img {
    max-height: 50px;
}
#header .navbar {
    margin-bottom: -5px;
}
.hero-img {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: auto;
    right: auto;
}
	#hero h1 span {
    font-size: 35px;
    padding-bottom: 10px;
}
	#hero h2 span {
    font-size: 45px;
}
}

@media (max-width: 768px) {
#hero h1 {
    font-size: 35px;
    line-height: 50px;
	margin-bottom: 0;
}

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  #hero .hero-img img {
    width: 70%;
  }
	
#hero .pt-4 {
    padding-top: 0!important;
  }
#hero .pt-4 {
    margin-top: -15px!important;
  }
.services-sec h2 {
    margin-top: 40px;
}	
	
	
}

@media (max-width: 575px) {
.hero-email {
    font-size: 14px;
    padding: 10px 25px 11px 25px;
}
	
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#main{
	overflow: hidden;
    position: relative;
}
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  padding-bottom: 20px;
}
.section-title h4 {
  color: #004aa0;
}

.section-title h2 {
  font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #393939;
}


.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# slide-logo
--------------------------------------------------------------*/
.we-repair-out{
	margin-top: 40px;
}

@media (max-width: 991px) {
	
.we-repair-out{
	margin-top: 120px;
}	
	
	
	
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.our-promise {
    overflow: hidden;
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
	background: #f3f3f3;
}

.our-promise .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.our-promise .content ul {
  list-style: none;
  padding: 0;
}

.our-promise .content ul li {
    padding-left: 10px;
    position: relative;
    list-style-type: circle;
    margin-left: 20px;
}

.our-promise .content ul li+li {
  margin-top: 10px;
}

.our-promise .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}
.our-promise .content ul li::marker {
    color: #F50004;
}



.our-promise .content p:last-child {
  margin-bottom: 0;
}

.our-promise .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  background-color: #003fad;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 40px;
    border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #FFFFFF;
  animation-delay: 0.8s;
  margin-top: 6px;
}

.our-promise .content .btn-learn-more:hover {
  background: #8fc42b;
  color: #fff;
  text-decoration: none;
}
.our-promise-right{
	padding-right: 100px;
	position: relative;
}
.our-promise-right p{
	line-height: 33px;
	color: #7b7b7b;
	font-size: 17px;
}
.our-promise-left{
	position: relative;
}
.our-promise-left img{
    border-radius: 30px;
    overflow: hidden;
}
.our-promise-left:before {
    position: absolute;
    content: '';
    width: 280px;
    height: 280px;
    background: url(../img/abt-bg-01.png);
    background-position: center;
    left: -80px;
    background-repeat: no-repeat;
    top: -150px;
    z-index: -1;
}
.our-promise-left:after {
    position: absolute;
    content: '';
    width: 280px;
    height: 280px;
    background: url(../img/promise-bg-02.png);
    background-position: center;
    right: -90px;
    background-repeat: no-repeat;
    bottom: -12%;
    z-index: -1;
}
.our-promise-right h6{
    font-size: 16px;
}
.our-promise-right h6 .fa{
	color: #2196f3;
    font-size: 18px;
    margin-right: 10px;
}

.other-types {
    padding-left: 70px !important;
}
.other-types h3{
	font-size: 34px !important;
	margin-top: 30px;
}

.other-types h6 {
    font-size: 16px;
	margin-bottom: 11px;
}
.other-types  h6 .fa {
    color: #2196f3;
    font-size: 18px;
    margin-right: 10px;
}
.abt-mob{
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 10px 22px 11px 22px;
    border-radius: 80px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #0069f5;
}
.abt-mob:hover{
	background: #003fad;
}

.abt-email{
	background: #abc637!important;
}
.abt-email:hover{
	background: #7d9908!important;
}

.abt-mob .bi {
    margin-right: 6px;
}


@media (max-width: 768px) {
	
.other-types {
    padding-left: 15px !important;
}	
	
.our-promise {
    padding-top: 45px;
	padding-bottom: 60px;
}
section {
    padding: 0;
}
	.counter-out {
    padding-top: 10px;
    padding-bottom: 120px;

}
.counter-container {
    text-align: center;
	height: 170px;
}	
.offset-1 {
    margin-left: 8.33333333%;
    margin-left: 0;
}
.our-promise-left:after {
    width: 250px;
    height: 250px;
    right: 60px;
    bottom: -150px;
    left: 60px;
}	
.our-promise-right {
    padding-left: 15px;
    padding-top: 40px !important;
    position: relative;
	padding-right: 15px;
}	
	
.our-promise-left {

    margin-top: 60px;
}	
	
	
}





/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
    overflow: hidden;
    padding-top: 100px;
    position: relative;
    padding-bottom: 130px;
    background: #ffffff;
    background-image: url(../img/promise-bg.png);
    background-repeat: no-repeat;
    background-position: top -1% left -1%;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
    padding-left: 10px;
    position: relative;
    list-style-type: circle;
    margin-left: 20px;
}

.about .content ul li+li {
  margin-top: 10px;
}

.our-promise .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}
.about .content ul li::marker {
    color: #F50004;
}



.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  background-color: #003fad;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 40px;
    border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #FFFFFF;
  animation-delay: 0.8s;
  margin-top: 6px;
}

.about .content .btn-learn-more:hover {
  background: #8fc42b;
  color: #fff;
  text-decoration: none;
}
.about-right{
	padding-left: 120px;
	position: relative;
}
.about-right p{
	line-height: 33px;
	color: #7b7b7b;
	font-size: 17px;
}
.about-left{
	position: relative;
}
.about-left img{
    border-radius: 30px;
    overflow: hidden;
}

.years{
    position: absolute;
    content: '';
    width: 280px;
    height: 280px;
    background: url(../img/10+years.png);
    background-position: center;
    right: -90px;
    background-repeat: no-repeat;
    top: 18%;
}
.sales{
	position: absolute;
    left: 0;
    bottom: 0;
    background: #9edb0a;
    border-radius: 10px;
    padding: 25px;
    color: white;
    text-align: center;
}
.sales h2{
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
}
.sales h6{
	font-family: 'Poppins', sans-serif;
}
.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 768px) {
.years {
    width: 220px;
    height: 220px;
    right: 0px;
    top: 0%;
}
.sales {
    bottom: -100px;
}	
	
.about {
    padding-top: 45px;
	padding-bottom: 60px;
}
.about .section-title h2 {
    margin-top: 100px;
}	
section {
    padding: 0;
}
	.counter-out {
    padding-top: 10px;
    padding-bottom: 120px;

}
.counter-container {
    text-align: center;
	height: 170px;
}	
.offset-1 {
    margin-left: 8.33333333%;
    margin-left: 0;
}
.about-left:after {
    width: 250px;
    height: 250px;
    right: 60px;
    bottom: -150px;
    left: 60px;
	top: auto;
}	
.about-right {
    padding-left: 15px;
    padding-top: 45px !important;
    position: relative;
}	
	
	
	
	
}

	
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio{
  background: #f3f3f3;
}
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio h2 {
  font-size: 35px;
    color: #000000;
    padding-bottom: 20px;
    font-weight: bold;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    transition: all 0.3s;
    padding: 15px 30px;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #157ae9;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(55, 81, 126, 0.8);
    padding: 10px 15px;
    text-align: center;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
    right: 0;
    left: 0;
    font-size: 50px;
    top: calc(50% - 29px);
    color: #fff;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}


@media (max-width: 991.98px) {
    .portfolio h2 {
    font-size: 35px;
    color: #000000;
    padding-bottom: 20px;
    font-weight: bold;
    padding-top: 40px;
}
}


/*__________________*/
.qt-background{
	background: url(../img/testi-bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 170px;
	padding-bottom: 0;
	background-attachment: fixed;
	background-position: top center;
	position: relative;
	text-align: center;
}

.testimonials-out {
    padding: 50px;
    padding-bottom: 50px;
    text-align: left;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: -80px !important;
    width: 45%;
    background: #023167;
    border-radius: 30px;
}
.testimonials-out h4{
	font-size: 20px;
    padding-left: 30px;
    color: #ffffff;
}
.testimonials-in{
	padding-top: 20px;
	background-repeat:no-repeat;
	background-size: cover;
	position:relative;
	z-index:0;
	padding-bottom: 25px;
}
.testimonials-in h2 {
    text-align: left;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    padding: 0 30px 0;
}
.testimonials-in ul li p {
    border-radius: 10px;
    padding: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}
.testimonials-in ul li p span{
	color:#FFF;
	
}
.testimonials-in ul li p strong{
	color:#FFF;
	font-size: 22px;
	font-weight: bold;
}
.testimonials-in ul li p img {
    width: 90px;
    height: 90px;
    border-radius: 121px;
    margin-bottom: 15px;
}
.testimonials-in span{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	
}
.testimonials-int ul{
	background:#FFF;
	border-radius: 10px;
}
.testimonials-in ul li{
}

.testimonials-in .bx-wrapper .bx-controls-direction a {
    bottom: -20px;
}
.testimonials-in .bx-wrapper .bx-prev {
    left: -50px;
}
.testimonials-in .bx-wrapper .bx-next {
    right: -50px;
}

.testimonials-in .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.testimonials-in .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 992px) {
  .testimonials-out {
    width: 100%;

}
.testimonials-in h2 {
    padding: 0;
}	
.testimonials-out h4 {
    padding: 0;
}	
.testimonials-in ul li p {
    padding-left: 0;
    padding-right: 0;
}
.offset-2 {
    margin-left: 0!important;
}	
	
	
}

@media (max-width: 767px) {

}

@media (max-width: 420px) {

}


/*__________________*/

.contact-section-out{
	padding-top: 90px;
    padding-bottom: 70px;
	background: #023167;
	overflow: hidden;
	position: relative;
}
.contact-section-out:before{
	position: absolute;
	content: '';
	left: -300px;
	top: -200px;
	width: 550px;
	height: 450px;
	background: url("../img/dot-bg-01.png");
	opacity: 0.3;
}
.contact-section-out:after{
	position: absolute;
	content: '';
	right: -200px;
	bottom: -200px;
	width: 550px;
	height: 450px;
	background: url("../img/dot-bg-01.png");
	opacity: 0.3;
}
.address-in{
    margin-bottom: 50px;
    background: #044693;
    padding: 30px;
}
.address-in h4{
	font-size:20px;
	font-weight:normal;
	color: #ffffff;
}
.address-in img {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    background: #023167;
    padding: 7px;
    border-radius: 50px;
}
.address-in p{
	color:#FFFFFF;
	padding-left: 58px;
	margin-bottom: 0;
	line-height: 30px;
}
.address-in a{
	color:#FFFFFF;
	font-size:15px;
}
.contact-form .form-control{
	border-left:0;
	border-right:0;
	border-top:0;
	border-radius: 0;
}
.contact-form .btn{
	background: #ff5a00;
    border: 2px #ff5a00 solid;
    border-radius:50px;
    font-size: 15px;
    padding: 8px 20px;
	transition: all .3s ease-out;
}
.contact-form .btn:hover{
	background: #88cd3d;
	color:#FFF;
}

.contact-widget-section2{

}
.contact-widget-section2 h2{
	margin-bottom: 30px;
    color: white;
    font-weight: bold;
}
.contact-form h2{
	margin-bottom: 30px;
	font-weight: bold;
}
.contact-left{
    border-radius: 20px;
    padding-bottom: 0px;
    padding-top: 80px;
	padding-right: 40px;
}
.keep{
	text-align: center;
    margin-bottom: 30px;
    color: white;
    font-weight: bold;
	font-size: 50px;
}
.contact-section-out .btn {
    background-color: #abc637!important;
    color: #FFF;
    padding: 8px 30px;
    border-radius: 50px!important;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
}
.form-submit{
	text-align: center;
}
.contact-section-out .form-control {
    color: #fff;
    font-size: 14px;
    padding: 10px !important;
    background-color: #023167;
    border: 0;
    margin-bottom: 0px;
    height: calc(2.5rem + 2px);
    border-radius: 0;
    border-bottom: 1px #a0cafb solid;
}
.contact-section-out .form-group {
    margin-bottom: 25px;
}
.contact-section-out label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.apload-cv{
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: auto;
}
.apply-btn .btn{
	background-color: #3061a4;
    margin-top: 20px;
    color: white;
}



@media (max-width: 1024px) {
   .contact-left {
    padding-left: 0;
	padding-right: 0;   

}
}


/*__________________*/
#inner-banner{
    overflow: hidden;
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#inner-banner h1 {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 37px;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 20px;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.52);
}
.inner-banner-01{
	background: url(../img/inner-banner-01.jpg);
}
.inner-banner-02{
	background: url(../img/inner-banner-02.jpg);
}
.inner-banner-03{
	background: url(../img/inner-banner-03.jpg);
}
.inner-banner-04{
	background: url(../img/inner-banner-04.jpg);
}

.inner-sec-01:after{
	background: url("../img/inner-sec-small-01.jpg");
}

.inner-page{
	padding-top: 80px;
}
.mobile-service{
	padding-right: 70px;
	padding-bottom: 50px;
}
.mobile-service h4{
	font-size: 22px;
    line-height: 38px;
    margin-top: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.service-inner-out{
	padding-top: 50px;
    padding-bottom: 50px;	
	
}
.service-content {
    padding: 30px;
    padding-bottom: 30px;
}
.service-content ul {
    padding-left: 20px;
}
.service-content ul li::marker{
	color: #F50004;
}

.service-content .icon {
    width: 80px;
    height: 80px;
    background: red;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    padding-top: 15px;
	padding-bottom: 15px;
    transition: 0.7s;
	margin-bottom: 20px;
}

.service-content .icon img {
    width: 40px;
}
.inner-title h2{
	font-size: 36px;
    font-weight: bold;
    position: relative;
    color: #393939;
	margin-bottom: 20px;
}
.inner-title p{
	margin-bottom: 40px;
}
.insurance-left:after{
	background-size: cover!important;
	background: url(../img/uniban_canada.jpg)!important;
	-webkit-box-shadow: 0px 16px 36px -4px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 16px 36px -4px rgba(0,0,0,0.28);
    box-shadow: 0px 16px 36px -4px rgba(0,0,0,0.28);
}

.adas-out{
	padding-top: 20px;
}

@media (max-width: 1024px) {
.mobile-service {
    padding-right: 0;
    padding-bottom: 10px;
}	
.service-inner-out{
	padding-top: 50px;
    padding-bottom: 50px;	
	
}
#inner-banner {
    height: 30vh;	
}
#inner-banner h1 {
    font-size: 22px;
    margin-top: 35px;
}
.adas-out{
	padding-top: 60px;
}	
	
	
	
}




/*__________________*/
.inner-section-five{
	padding-top: 50px;
	padding-bottom: 50px;
}
.inner-section-five h1{
	font-size: 35px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: bold;
}
.inner-section-five p {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: normal;
    line-height: 29px;
}
.row-margin{
	margin-bottom: 40px;
}
.left-content{
	padding-top: 30px;
	line-height: 27px;
}
.right-img img{
	margin-left: 50px;
	border-radius: 0px;
}
.right-img{
	margin-bottom: 40px;
	position: relative;
}
.left-img img{
	margin-right: 50px;
	border-radius: 0px;
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.right-content{
	padding-top: 50px;
	line-height: 27px;
	padding-left: 50px;
}
.right-img-small {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 274px;
}
.inner-page-call{
	background: #157ae9;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 6px;
    color: white;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
}
.inner-page-call img{
	width: 15px;
	margin-right: 5px;
    margin-bottom: 4px;
}
.inner-page-call:hover{
	background: #163d72;
	color: #FFFFFF;
}
.inner-page-mail{
	background: #e50000;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 6px;
    color: white;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
}
.inner-page-mail img{
	width: 15px;
	margin-right: 5px;
    margin-bottom: 3px;
}
.inner-page-mail:hover{
	background: #ab0000;
	color: #FFFFFF;
}



@media (max-width: 768px) {
.right-content {
    padding-left: 15px; 
}
.left-img img {
    margin-right: 0;
}	
.left-content {
    padding-top: 0;
}	
.right-img img {
    margin-left: 0;
}	
.fnt-size{
	font-size: 22px!important;
}
.mob-display-none{
	display: none;
}
.right-img-small {
    position: absolute;
    right: 12px;
    bottom: -100px;
    width: 190px;
}	
	
}


/*--------------------------------------------------------------
# facilities
--------------------------------------------------------------*/

.services-out{
	padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background:url("../img/service-bg.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}

.services-out h1{
	font-size: 45px;
    color: #b4005e;
    font-weight: normal;
    margin-bottom: 30px;
}

.services{
	position: relative;
    margin-bottom: 30px;
    display: block;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    background: url("../images/categories-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.service-in {
	position: relative;
    background: #FFFFFF;
    padding: 30px;
    background-repeat: no-repeat;
    border-radius: 20px;
	text-align: center;

}



.service-student-05:before {
    background-image: url(../images/service-student-05.png);
    width: 146px;
    height: 198px;
    position: absolute;
    content: '';
    top: -63px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.service-student-06:before {
    background-image: url(../images/service-student-06.png);
    width: 147px;
    height: 220px;
    position: absolute;
    content: '';
    top: -90px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}


.services-sec{
	padding-top: 40px;
	padding-bottom: 110px;
}
.services-sec h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: white;
    font-size: 50px;
}
.service-icon{
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
}
.service-in h3 {
    margin-top: 20px;
    color: #000000;
    font-size: 27px;
    line-height: 33px;
    font-weight: 600;
	margin-bottom: 20px;
}
.service-in p {
    font-size: 15px;
	color: #646464;
}
.service-view-more {
    background: #004aa0;
    border-radius: 100px;
    width: 43px;
    height: 43px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
	transition: all .3s ease-out;
	margin-left: auto;
    margin-right: auto;
}

.service-view-more .fa {
    margin-left: auto;
    margin-right: auto;
    color: white;
	transition: all .3s ease-out;
}
.service-view-more:hover {
    background: #abc637;
    
}
.service-view-more:hover .fa {
	color: white !important;
}
.service-inside{
	margin-left: 15px;
	margin-right: 15px;
}

.services-out .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -80px;
    width: 100%;
}
.services-out .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-radius: 30px;
}
.services-out .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #004aa0;
}

@media (max-width: 1024px) {
 .services-out {
    padding-top: 25px;
}
.service{
	margin-bottom:30px;
}	
	
	
}	
	
	
	


@media (max-width: 992px) {

}


@media (max-width: 575px) {

}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.why-box{
	position: relative;
}
.why-out .section-title h2{
    color: #FFFFFF;
	margin-bottom: 30px;
	margin-left: 25%;
}
.why-box-in{
	background: red;
    text-align: center;
	padding: 80px 40px;
	z-index: 99;
    position: relative;
}

.why-box:before{
	position: absolute;
    content: '';
    background: #FFFFFF;
    text-align: center;
    padding: 80px 40px;
    left: 50%;
    right: -45%;
    top: -100px;
    bottom: -100px;
    z-index: 0;
}

.why-box h3{
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 20px;
	transition: 0.7s;
}
.why-out{
	padding-top: 120px;
}
.why-left img{
	margin-bottom: -70px;
    margin-left: 18%;
}

.why-box-01{
	padding-bottom: 30px;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.why-box-02{
	padding-bottom: 30px;
}
.why-box-03{
	padding-top: 30px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.why-box-04{
	padding-top: 30px;
	border-top: 1px solid;
	border-color: rgba(255, 255, 255, 0.5);
}
.why-icon{
    transition: 0.7s;
}

.why-box-01:hover .why-icon{
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.why-box-02:hover .why-icon{
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.why-box-03:hover .why-icon{
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.why-box-04:hover .why-icon{
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.why-box-01:hover h3{
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.why-box-02:hover h3{
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.why-box-03:hover h3{
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
.why-box-04:hover h3{
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .faq .faq-list {
    padding-top: 50px;
}
.why-out {
    padding-top: 20px;
}
.why-out .section-title h2 {
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-left: 0;
}	
.why-left img {
    margin-bottom: -70px;
    margin-left: 4%;
    width: 210px;
}
.why-box-01 {
    padding-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    padding-top: 30px;
}	
.why-box-02 {
    padding-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    padding-top: 30px;
}
	
.why-box-03 {
    padding-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    padding-top: 30px;
}	
.why-box-04 {
    padding-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    padding-top: 30px;
}	
.why-box:before {
    display: none;
}	
	
	
	
	
	
}


/*--------------------------------------------------------------
# icon-btm
--------------------------------------------------------------*/
.mobile-float{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	bottom: -1px;
	background-color: #06183a;
	z-index: 11;
	display: none;
	padding: 13px;
}
.column {
  float: left;
  width: 33.33%;
  text-align:center;
}
.column p {
  margin-bottom: 5px;
  color: white;
  font-size: 13px;
}
.column p a {
  color: black;
}

.for-mob{
	display:none;
}
.for-desktop{
	display:inherit;
}

@media (max-width: 992px) {
.mobile-float{
	display: inherit;
}

.mobile-float .column img {
    padding-top: 8px;
    padding-bottom: 4px;
    width: 25px;
}
	
}





/*--------------------------------------------------------------
# badges
--------------------------------------------------------------*/
.badges{
	
   
}

.badges .container{
	border-bottom: 1px #3a3a3a solid;
	 padding-bottom: 30px;
	padding-top: 30px;
}
.badges-in{
	margin-top: 25px;
   
}

/*--------------------------------------------------------------
# inner banner
--------------------------------------------------------------*/
.inner-banner{
	height: 350px;
	margin-top: 50px;
}
.fill-inner {
    width: 100%;
    height: 350px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 992px) {
  .inner-banner {
	height: auto;  
    margin-top: 75px;
}
.fill-inner {
    width: 100%;
    height: 175px;
}	
	
	
}
	
	
	


/*--------------------------------------------------------------
# blogs
--------------------------------------------------------------*/
.blogs-out{
	padding-top: 30px;
}
.blogs-out h2{
	margin-bottom: 30px;
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.blogs-in{
	margin-left: 20px;
    margin-right: 20px;
	-webkit-box-shadow: 0px 16px 36px -4px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 16px 36px -4px rgba(0,0,0,0.28);
box-shadow: 0px 16px 36px -4px rgba(0,0,0,0.28);
}
.blog-content{
	padding: 20px;
	padding-bottom: 30px;
}
.blog-content h3{
	font-size: 18px;
    line-height: 30px;
    color: #747474;
}
.blog-content .find-out-more{
	color: #003fad;
}

.blogs-in {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}	
.blogs-in:hover, .blogs-in:focus, .blogs-in:active {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

.blogs-in:hover .blog-content .find-out-more{
	color: #FF0000;
}


@media (max-width: 992px) {
  .blogs-out{
	padding-top: 50px;
}
.blogs-in {
    margin-bottom: 40px;
}	
	
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	overflow: hidden;
  font-size: 14px;
  background: #262626;	
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #ffffff;
  border-bottom: 1px #3a3a3a solid;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    color: #4a4a4a;
}
#footer .footer-top .footer-contact p a{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    color: #4a4a4a;
}
#footer .footer-top .footer-contact p a .bi{
    font-size: 16px;
	margin-right: 6px;
    color: #8fc42b;
}
#footer .footer-top .footer-hours p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #cbcbcb;
    border-bottom: 1px #525252 solid;
}
#footer .footer-top .footer-hours p span {
    float: right;
}

#footer .footer-top h4 {
    font-size: 22px;
    font-weight: 700;
    color: #242424;
    position: relative;
    padding-bottom: 30px;
    letter-spacing: 1px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;	
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #8fc42b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #4a4a4a;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
	font-size: 16px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #157ae9;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  
}

#footer .copyright {
  float: left;
  font-family: 'Poppins', sans-serif;
}

#footer .credits {
  float: right;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}

#footer .credits a {
  transition: 0.3s;
  color: #a3b700;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
.footer-hours{
	margin-bottom: 30px;
	}
#footer .footer-top .footer-links {
  margin-bottom: 50px;
  padding-left: 15px;	
}	
.badges-in img{
	width: 100%;
}	
	
	
	
	
	
}






