body {
  background: #fff;
  font-family: 'Lato', Arial, "sans-serif";
  color: #636661;
  line-height: 26px;
  font-size: 16px;
	padding-top: 70px;
	 position: relative; 
}
html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato', Arial, "sans-serif";
  color: #161848;
  font-weight: 300;
  margin-bottom: 15px;
}
h1, .h1 {
  font-size: 46px;
  line-height: 40px;
}
h2, .h2 {
  font-size: 32px;
  line-height: 32px;
}
h3, .h3 {
  font-size: 22px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
  font-size: 18px;
}
h6, .h6 {
  font-size: 16px;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #636661;
  text-decoration: none;
  line-height: 26px;
  margin-bottom: 22px;
  text-align: justify;
}
.lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #424242;
}
.with-errors li{
    color: red;
}

ul {
  margin-bottom: 26px;
}
li {
  font-size: 16px;
  font-weight: 400;
  color: #464943;
  text-decoration: none;
  line-height: 26px;
}
a, a:active {
  color: #161848;
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #00aeef;
  text-decoration: none;
}
section {
  padding: 70px 0;
  margin: 0;
	overflow: hidden;
}
footer {
  padding: 95px 0;
  margin: 0;
}
.form-control::placeholder {
    color: #d4d5d7;
    opacity: 1;
}
.fas, .fab {
  min-width: 22px;
}
.text-primary {
  color: #0e2b61 !important;
}
.bg-primary {
    background-color: #242553 !important;
}
.border-primary {
    border-color: #242553 !important;
}
.btn {
  padding: .5rem 1.5rem;
  font-size: 1.1rem,
}
.btn-primary {
  color: #fff;
  background-color: #242553;
  border-color: #242553;
}
.btn-primary:hover {
  color: #fff;
  background-color: #18193E;
  border-color: #18193E;
}
.btn-secondary {
  color: #fff;
 background-color: #00aeef;
  border-color: #00aeef;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.btn-outline-primary {
  color: #161848;
  background-color: transparent;
  background-image: none;
  border-color: #161848;
}
.btn-outline-primary:hover {
  border-color: #424242;
  color: #424242;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #373435;
  background-color: transparent;
  background-image: none;
  border-color: #373435;
}
.btn-outline-secondary:hover {
  border-color: #191919;
  color: #191919;
  background-color: transparent;
}
.round-list ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.round-list ol li {
  margin: 0 0 0.7rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}

.darkbg, .darkbg h1, .darkbg h2, .darkbg h3, .darkbg h4, .darkbg h5, .darkbg h6, .darkbg p, .darkbg li, .darkbg a, .darkbg a:active, .darkbg .footer-links {
  color: #fff;
}
.darkbg .title-left {
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
}
.darkbg .title-left:after {
	background-color: #fff;
  position: absolute;
  width: 80px;
  height: 1px;
  content: '';
   bottom: -.5em;
  left: 0%;
}
.darkbg .title {
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
}
.darkbg .title:after {
  position: absolute;
  width: 80px;
  height: 1px;
  content: '';
  background-color: #fff;
   bottom: -.5em;
  left: 50%;
  transform: translateX(-50%);
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.title-left  {
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
}
.title-left::after {
  position: absolute;
  width: 80px;
  height: 1px;
  content: '';
  background-color: #161848;
  bottom: -.8em;
  left: 0%;
}
.title {
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
}
.title:after {
  position: absolute;
  width: 80px;
  height: 1px;
  content: '';
background-color: #161848;
   bottom: -.8em;
  left: 50%;
  transform: translateX(-50%);
}

a, h1, h2, h3, h4, h5, h6, p, ul, li, ::before, ::after, .btn, .images-block, .images-block img, .fas, .fab, .card, .testimonial {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*********************** *********Global- background images hover effects******************************/
.images-block {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.images-block img {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.images-block:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.06, 1.06, 1);
  -moz-transform: scale3d(1.06, 1.06, 1);
  transform: scale3d(1.06, 1.06, 1);
}

/********************************header and nav bar block ********************************/
#header {
  padding: 0;
  animation: fadeInDown 400ms;
  z-index: 98;
  top: 0;
  width: 100%;
  background-color: white;
  position: relative;
}

.navbar {
  padding: 0 1rem;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.navbar-nav {
  min-height: 40px;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgb(19, 135, 186);
  background-color: #fff;
}
.navbar-toggler-icon {
  background-color: rgba(255, 255, 255, 1) !important;
}
.navbar-nav .nav-link {
  color: #161848 !important;
  font-weight: 600;
  line-height: 40px !important;
  text-decoration: none;
    text-transform: uppercase;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.navbar-nav .nav-link:hover {
  color: #00aeef !important;
}
.navbar-nav .nav-link.active {
  color: #161848 !important;
}
.navbar-toggle {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-collapse {
  padding-top: 20px;
}
#logo {
  margin: 0 0 0px 0;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 9px 20px 10px;
}
.logo {
  margin: 0 0 0px 0;
}

/*********************** ********* Style ******************************/

/* ----------------
  banner Section
  ---------------------*/
.banner-section {
  padding: 0 !important;
  margin: 0;
}
.hero-slider {
  position: relative;
	background-image:url("../images/blank.gif");
	background-repeat: no-repeat;
	 background-position: center center !important;
	height: 100%;
	min-height: 250px;
}
.slider-item {
  max-height: 740px;
  background-position: center center;
  position: relative;
	
}
.slider-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .0;
}
.slider-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.hero-text {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    max-width: 560px;
  margin-right: auto;
	 color: #161848;
  top: 50%;
  left: 5%;
  right: 0;
  padding: 45px 30px;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
    border: solid 2px rgba(255,255,255,0);
}
.hero-text h2 {
  color: #161848;
  font-size: 50px;
    line-height: 58px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding-bottom: 10px;
}
.hero-text h6 {
  color: #161848;
  font-size: 22px;
  font-weight: 400;
}
.hero-text p {
  color: #161848;
  font-size: 17px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.hero-slider .owl-item.active h2 {
  -webkit-animation: 0.9s .3s fadeInUp both;
  animation: 0.9s .3s fadeInUp both;
}
.hero-slider .owl-item.active h6 {
  -webkit-animation: 1.3s .3s fadeInUp both;
  animation: 1.3s .3s fadeInUp both;
}
.hero-slider .owl-item.active p {
  -webkit-animation: 1s .3s fadeInUp both;
  animation: 1s .3s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn {
  -webkit-animation: 1.5s .3s fadeInUp both;
  animation: 1.5s .3s fadeInUp both;
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  color: #133050;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  color: #133050;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff3547;
}
@media only screen and (max-width: 1170px) {
  .slider-item {
    height: 100%;
    min-height: 350px;
    overflow: hidden;
  }
  .slider-item img {
    width: auto;
    height: auto;
    min-height: 350px;
  }
   .hero-text {
	top: 50%;
    left: 15px;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    max-width: 350px !important;
    padding: 25px 10px 20px 10px;
    position: absolute;
}
.hero-text h2 {
    font-size: 26px;
    line-height: 30px;
}
	.hero-text h6 {
    font-size: 20px;
    line-height: 20px;
} 

  .hero-text h1 {
    font-size: 26px;
  }
  .hero-text p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-dots {
    bottom: 10px;
    left: 50px;
    right: 50px;
  }
}
@media only screen and (max-width: 780px) {
  .slider-item {
    height: 100%;
    min-height: 350px;
    overflow: hidden;
  }
  .slider-item img {
    width: auto;
    height: auto;
    min-height: 350px;
  }
   .hero-text {
	top: 50%;
    left: 15px;
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    max-width: 350px !important;
    padding: 25px 10px 20px 10px;
    position: absolute;
}
.hero-text h2 {
    font-size: 18px;
    line-height: 22px;
}
	.hero-text h6 {
    font-size: 15px;
    line-height: 20px;
} 

  .hero-text h1 {
    font-size: 22px;
  }
  .hero-text p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-dots {
    bottom: 10px;
    left: 50px;
    right: 50px;
  }
}

/*********************** ********* Style ******************************/
#about {
    position: relative;
}
/*********************** ********* Style ******************************/
#service {
  position: relative;
	background-color: #242553;
  background-image: url("../images/services-bg.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
	background-attachment: fixed;
}
#service .card {
	background-color: #2b2e6e;
	padding: 30px;
  margin-bottom: 30px;
  min-height: 300px;
  border: none;
  border-radius: 5;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
#service .card:hover {
  margin-bottom: 30px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
#service .icon-block {
  background-color: #1175b4;
  background: linear-gradient(to right, #0f73b2, #49a6dd);
  padding: 30px;
  min-height: 200px;
  max-height: 200px;
}
#service .card-body {
  padding: 20px 15px;
}

/*********************** ********* style******************************/

#why-us {
  position: relative;
}
#why-us .card {
	background-color: #fff;
	padding: 30px;
  margin-bottom: 30px;
  min-height: 100px;
  border-radius: 5;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

/*********************** ********* partners ******************************/
#testimonials {
 background-color: #242553 !important;
	position: relative;
}
#testimonials .owl-carousel .owl-item {
  margin-bottom: 15px;
}
#testimonials .card {
	 background-color: #2b2e6e;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.03);
	position: relative;
	min-height: 300px;
}
#testimonials .card p {
	text-align: left !important;
}
#testimonials .card .quote {
	position: relative;
	color: #00aeef !important;
}
/*********************** ********* Footer ******************************/
#contact {
  background-color: #fff;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  background-image: url("../images/home/map.jpg");
  background-repeat: no-repeat;
  background-position: center top;
    border-top: solid 1px #dbdbdb;
}
hr.footer-hr {
    border-top: none;
    border-bottom: 1px solid #d0d0d0;
}


#footer p {
  font-size: 15px;
}
#footer a:hover {
  color: #000C13;
}
#footer .social-media {
  margin-bottom: 24px;
}
#footer .social-btn {
  color: #737373;
  vertical-align: middle;
  display: inline-block;
  min-width: 30px;
  margin-right: 15px;
}
#footer .social-btn .fa, .social-btn, .social-btn .fab, .social-btn .fal, .social-btn .far, .social-btn .fas {
  font-size: 24px;
}
#footer a.social-btn:hover {
  color: #000C13 !important;
}


.footer-rights {
  background-color: #11123c;
  min-height: 60px;
  padding: 15px 0;
}

.footer-rights, .footer-rights p, .footer-rights a {
  font-size: 13px !important;
  color: #B7B7B7;
}
.footer-rights a:hover {
  color: #fff;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 6%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  border-radius: 30em;
  background-image: url(../images/to-top1.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}