/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Poppins:300,400,500,600,700&display=swap");
body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #666;
  font-size: 13px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

p {
  font-size: 14px;
  line-height: 27px;
  color: #777777;
}

.mr10 {
  margin-right: 10px;
}

.font-14 {
  font-size: 14px !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fa323c;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: none;
  color: #fa323c;
}

.header {
  padding: 15px 0;
}

.header p {
  margin: 0;
}

.header .call-us {
  position: relative;
  padding-left: 64px;
  display: inline-block;
  text-align: left;
}

.header .call-us:first-child {
  margin-right: 25px;
}

.header .call-us .call-icon {
  border-radius: 5px;
  background-color: #008fd5;
  -webkit-box-shadow: 0px 0px 13.16px 0.84px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 13.16px 0.84px rgba(0, 0, 0, 0.18);
  width: 53px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding:10px;
}

.header .logo img {
  max-height: 60px;
}

.banners {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.banners .owl-item.active img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banners .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.banners .owl-dot {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.banners .owl-dot.active {
  background-color: #008fd5;
  width: 30px;
}

.banners .owl-carousel .owl-item img {
  max-width: none;
  width: 100%;
}

.main-slider .owl-nav {
  width: 100%;
  height: 42px;
  right: 0;
  bottom: 2px;
  position: absolute;
  z-index: 999;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-slider .owl-nav .owl-prev {
  background: #008fd5;
  color: #fff;
  line-height: 22px;
  font-size: 22px;
  padding: 10px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  left: 15px;
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-slider .owl-nav .owl-next {
  background: #008fd5;
  color: #fff;
  line-height: 22px;
  font-size: 22px;
  padding: 10px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  right: 15px;
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.banners .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.banners .owl-prev:hover {
  opacity: 1;
  visibility: visible;
  background-color: #004b6f;
}

.banners .owl-next:hover {
  opacity: 1;
  visibility: visible;
  background-color: #004b6f;
}

.section-padding {
  padding: 0;
}

h2.shadow-title {
  font-size: 80px;
  margin-bottom: 0px;
  position: relative;
  text-transform: uppercase;
}

h2.shadow-title span.big-one {
  opacity: 0.13;
}

h2.shadow-title span.small-one {
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 13px;
  font-size: 40px;
}

.institute {
  border: 6px solid #008fd5;
  margin: 15px auto;
}

.institute a {
  text-decoration: none;
  display: block;
}

.institute .featured-image {
  overflow: hidden;
}

.institute .featured-image .icon {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  margin-top: -28px;
  text-align: center;
  font-size: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.institute .featured-image .icon i {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 0 8px;
  opacity: 0;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

.institute:hover .title {
  background-color: #008fd5;
  color: #fff;
}

.institute:hover .icon {
  top: 50%;
}

.institute:hover .icon i {
  opacity: 1;
}

.institute .title {
  color: #000;
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.counter-section {
  background: url(../images/counter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
  padding: 80px 0;
  z-index: 0;
}

.counter-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #008fd5;
  z-index: -1;
  opacity: .8;
}

.counter-section i {
  font-size: 40px;
  color: #008fd5;
  text-align: center;
  border-radius: 50%;
  padding-top: 35px;
}

.counter-section .count-description span {
  font-size: 40px;
  font-weight: 800;
  color: #008fd5;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}

.counter-section .count-description {
  font-size: 34px;
  font-weight: 700;
  color: #008fd5;
}

.counter-section .count-description {
  margin-top: 10px;
  z-index: 10;
  position: relative;
}

.counter-section .counter_cntnt_box {
  width: 100%;
  min-height: 150px;
  text-align: center;
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
  border: 5px solid transparent;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.counter-section .counter_cntnt_box:hover {
  background-color: #008fd5;
  border: 5px solid #fff;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.counter-section .counter_cntnt_box:hover i, .counter-section .counter_cntnt_box:hover .count-description, .counter-section .counter_cntnt_box:hover span {
  color: #fff;
}

.footer {
  position: relative;
  color: #fff;
}

.footer p {
  color: #fff;
}

.footer:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #343840;
  opacity: .95;
  content: "";
}

.footer .footer-widget {
  margin-bottom: 25px;
}

.footer .footer-widget .footer-title {
  color: #fff;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}

.footer .footer-widget .footer-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 50px;
  background-color: #008fd5;
  border-radius: 10px;
}

.footer .footer-widget .read-more {
  color: #008fd5;
  text-decoration: underline;
}

.footer .footer-widget .useful-links-box {
  overflow: inherit;
}

.footer .footer-widget .usefull-links {
  position: relative;
  display: block;
  margin-top: -8px;
}

.footer .footer-widget .usefull-links ul {
  position: relative;
  display: block;
  z-index: 1;
}

.footer .footer-widget .usefull-links ul li {
  position: relative;
  display: block;
  line-height: 40px;
}

.footer .footer-widget .usefull-links ul li:before {
  position: absolute;
  top: 16px;
  left: -3px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #008fd5;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 5;
}

.footer .footer-widget .usefull-links ul li:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer .footer-widget .usefull-links ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-left: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer .footer-widget .usefull-links ul li a:hover {
  color: #008fd5;
}

.footer .address ul li {
  color: #fff;
  margin-bottom: 15px;
}

.footer .address ul li i {
  margin-right: 10px;
  font-size: 20px;
}

.footer .social {
  text-align: left;
  margin: 0;
  padding: 10px 0;
}

.footer .social li {
  display: inline-block;
  padding: 3px 0;
  margin-right: 20px;
}

.footer .social li a {
  height: 30px;
  width: 30px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer .social li a:hover {
  color: #008fd5;
}

.copyright {
  position: relative;
  display: block;
  padding: 25px 0 15px;
  background: #008fd5;
}

.copyright p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.copyright a {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 0 15px;
  background: #343840;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.copyright a:hover {
  color: #ffffff;
  background: #131313;
}

@media (max-width: 991px) {
  .header .text-right {
    text-align: center !important;
  }
  .header .logo {
    text-align: center;
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .header-top ul.social, .header-top ul {
    text-align: center;
  }
  h2.shadow-title {
    font-size: 70px;
    margin-bottom: 40px;
  }
}

@media (max-width: 550px) {
  .counter-section .col-xs-6 {
    width: 100%;
  }
  h2.shadow-title span.small-one {
    font-size: 28px;
  }
  h2.shadow-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */