@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display:wght@400;500;600;700;800&display=swap');


.body{
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}


body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
}




a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  color: inherit;
}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 9px;
  font-size: 16px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 96px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
h5 {}

h6 {}


.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 55px;
}

section {
  padding: 90px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.content.p-5 {
    padding: 40px 0px 0 !IMPORTANT;
}

@media (min-width: 1200px){
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1190px;
}
}
.small{
  display: none;
}
::-webkit-scrollbar {
  width: 10px;
  background: #eee;
}
::-webkit-scrollbar-thumb {
  background: #0aabf5; 
  border-radius: 10px;
}
/* header------ */
header#main_header {
  padding: 15px 0px;
  background: #fefcfc;
}
header#main_header .navbar li a {
  color: #000;
  font-size: 15px;
  display: inline-block;
  padding: 0px 11px;
  font-weight: 500;
}
header#main_header .navbar li a:hover{
  color: #0aabf5;
}
a.navbar-brand img {
  width: 210px;
}
.hd_call a {
  background: #0aabf5;
  color: #fff;
  display: inline-block;
  padding: 11px 31px;
  border-radius: 6px;
  font-size: 17px;
}
.hd_call a:hover {
  background: #000;
  color: #0aabf5;
  box-shadow: 0px 7px 20px rgba(0,0,0,0.5);
}
.hd_call a i.fa {
  margin: 0 7px 0 0;
}
.hd_call {
  margin: 0 0px 0 19px;
}
a.btn1 {
  background: #0aabf5;
  color: #fff;
  display: inline-block;
  padding: 13px 0;
  border-radius: 6px;
  font-size: 17px;
  width: 12rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
a.btn1:hover{
  background: #000;
  color: #0aabf5;
  box-shadow: 0px 7px 20px rgba(0,0,0,0.5);
}
.button_group {
  margin-top: 34px;
}
.hd_banner h1 {
  font-weight: 500;
  color: #0aabf5;
  margin-bottom: 4px;
}
.hd_banner h4 {
  color: #00405d;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-size: 42px;
  font-weight: 500;
}
.hd_banner p {
  font-size: 16px;
  line-height: 28px;
}
.call_banner {
  margin-top: 90px;
}
.call_banner a i {
  background: #0aabf5;
  color: #fff;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 33px;
  border-radius: 100px;
  margin: 0 20px 0 0;
}
.call_banner a {
  display: flex;
  align-items: center;
  color: #00405d;
  font-size: 32px;
  font-weight: 500;
}
.banner_section {
  padding: 140px 0px;
}


.heading h2 span{
  display: block;
}
.color{
  color: #0aabf5;
}
.heading h3 {
  font-family: 'open-sans' ,sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 33px;
}
.heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  background: #3f4142;
  height: 2px;
  width: 70px;
  bottom: 0;
}
.site_img {
  position: absolute;
  right: 0;
  width: 650px;
}
section.content_background.pt-2 .heading {
  margin-bottom: 50px !important;
}
.heading h2{
  text-transform: capitalize;
}
section.content_background.pt-2 .heading ul li::before {
  content: "";
  background: transparent;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  border: 2px solid #000;
  border-radius: 100px;
  top: 7px;
}
section.content_background.pt-2 .heading ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}
section.content_background.pt-2 {
  padding: 90px 0 20px;
}
.application .gap {
  margin-bottom: 35px;
}
.box p {
  margin-bottom: 0;
}
.box {
  background: #0aabf5;
  color: #fff;
  padding: 40px;
  border-radius: 7px;
}
.box h5 span {
  font-size: 32px;
}
.box h5 {
  margin-bottom: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  font-family: 'open sans' ,sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.pdf_section {
  background: #0aabf5;
  color: #fff;
  padding: 90px 0px;
}
.pdf {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf p {
  color: #fff;
  margin-bottom: 0;
  margin: 0 30px 0 0px;
}
.pdf a {
  background: #fff;
  color: #000;
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 25px;
  border-radius: 3px;
}
.pdf_section .heading h2 {
  margin-bottom: 20px;
}
.heading.before {
  position: relative;
}
.heading.before::before{
  content: "";
  position: absolute;
}
a.link i {
  margin: 0 0px 0 10px;
  font-size: 25px;
}
a.link {
  color: #0aabf5;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 19px;
  display: flex;
  align-items: center;
}

.photo_gallery{
  background: #0aabf5;
  color: #fff;
}
.photo_gallery .gap {
  margin-bottom: 41px;
}
a.btn1.white-bg {
  background: #fff;
  color: #000;
  width: 19rem;
  font-weight: 600;
}
.review_item {
  padding: 32px 24px 13px;
  min-height: 290px;
}
.review_item p {
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 16px;
  min-height: 150px;
}
.review_item i {
  font-size: 33px;
  color: #000;
  margin-bottom: 15px;
}
.star {
  text-align: right;
}
.star i {
  font-size: 19px;
  margin-left: 5px;
  color: #ffbd01;
}
.swiper-wrapper {
  margin-bottom: 60px;
}
.swiper-container .swiper-slide {
  background-color: #e2f5fe;
  transition: all 0.2s ease-in-out;
  border-radius: 9px;
}
.swiper-container .swiper-slide-active{
  background-color: #20b3f6;
  transition: all 0.2s ease-in-out;
  color: #fff;
}



.contact_section {
  background: url(../image/contact-bg.jpg) no-repeat center;
  padding: 86px 0px;
}
.contact_form {
  background: #fff;
  padding: 35px 30px 20px;
  border-radius: 4px;
}
.contact_form h2{
  text-align: center;
}
.contact_form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b3a6a6;
  height: 38px;
  outline: none;
  margin-bottom: 20px;
}
.contact_form textarea {
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(179, 166, 166);
  height: 87px;
  outline: none;
  margin-bottom: 14px;
}
.contact_form button {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0aabf5;
  height: 51px;
  outline: none;
  margin-bottom: 20px;
  background: #0aabf5;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
}
.footer_area {
  padding: 70px 0px;
  font-size: 15px;
}
.footer_lgo {
  padding-right: 70px;
}
.footer_link h4 {
  font-size: 22px;
  font-family: 'roboto' ,sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.footer_link ul li a {
  color: #3a3939;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer_link2 h4 {
  font-size: 22px;
  font-family: 'roboto' ,sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.footer_link2 ul li {
  position: relative;
  padding: 0 0 0 27px;
}
.footer_link2 ul li i.fa {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 17px;
}
.footer_link2 ul li p a{
  color: #000;
}
.footer_link2 ul li p {
  margin-bottom: 9px;
  font-size: 15px;
}
.copyright {
  text-align: center;
  margin-top: 50px;
}


/* inner------ */

.inner_banner {
  padding: 190px 0px;
}

#contact {
  padding: 90px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 50px;
}
#contact .contact-info i {
  font-size: 42px;
  display: inline-block;
  margin-bottom: 9px;
  color: #0aabf5;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
}
#contact .contact-info h3 {
  font-size: 21px;
  text-transform: capitalize;
  color: #202122;
  margin: 12px 0 8px;
  font-family: 'roboto' , sans-serif;
  font-weight: 400;
}

#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #1bbc9b;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
  border: 1px solid #e8e4e4;
  min-height: 200px;
}
@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    /* border-right: 1px solid #ddd; */
  }
}
#contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}
#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #f33a1e;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form .form-group {
  margin-bottom: 20px;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  padding: 16px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #18d26e;
}
#contact .php-email-form button[type=submit] {
  background: #0aabf5;
  border: 0;
  padding: 16px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  font-weight: 700;
}
#contact .php-email-form button[type=submit]:hover {
  background: #000;
}
.map {
    line-height: 0;
}
.inner_banner h1 {
  font-size: 63px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.content.p-5 {
  padding: 40px 120px 0 !IMPORTANT;
}
.inner_bg {
  background: rgba(256,256,256,0.7);
  padding: 30px;
  border-radius: 10px;
}