/* Variables
======================*/
@font-face {
  font-family: "RB";
  src: url("../fonts/RB-Bold.eot");
  src: url("../fonts/RB-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RB-Bold.woff2") format("woff2"), url("../fonts/RB-Bold.woff") format("woff"), url("../fonts/RB-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RB";
  src: url("../fonts/RB-Regular.eot");
  src: url("../fonts/RB-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RB-Regular.woff2") format("woff2"), url("../fonts/RB-Regular.woff") format("woff"), url("../fonts/RB-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #1f61a7 !important;
  color: #fff !important;
}

body {
  overflow-x: hidden;
  width: 100%;
  text-align: start;
  position: relative;
  font-family: "RB", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  padding-top: 130px;
}
@media (max-width: 575px) {
  body {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 640px;
  }
}
/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #08afed;
}

/* Loading 
=====================*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: none;
}

.spinner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot1 {
  background-color: #1f61a7;
}

.dot2 {
  top: auto;
  background-color: #08afed;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Mouse Cursor
=========================*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 991px) {
  .mouse-cursor {
    display: none !important;
  }
}

.cursor-inner {
  width: 4px;
  height: 4px;
  z-index: 10000001;
  background-color: #1f61a7;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -25px;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  background-color: #1f61a7;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  border: 1px solid #1f61a7;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 80ms ease-out;
  -moz-transition: all 80ms ease-out;
  -ms-transition: all 80ms ease-out;
  -o-transition: all 80ms ease-out;
  transition: all 80ms ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

.list {
  margin: 15px 0;
}
.list li {
  display: block;
  line-height: 25px;
  margin-bottom: 15px;
  padding-inline-start: 35px;
  font-size: 14px;
  color: #332c34;
  position: relative;
}
.list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  inset-inline-start: 0;
  top: 3px;
  margin: auto;
  color: #08afed;
  background-color: #f6f9ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}

.w-50 {
  width: 49% !important;
}

.ms-5 {
  margin-inline-start: 5px !important;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Button - links
========================*/
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  padding: 0 25px;
  background-color: #1f61a7;
  color: #fff;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link i {
  margin-inline-start: 10px;
}
.link span {
  position: relative;
}
.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 50%);
  background-color: #08afed;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link:hover {
  color: #fff;
}
.link:hover::before {
  clip-path: circle(100% at 50% 50%);
}
.link.more {
  margin-top: 45px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 50px !important;
  min-width: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  background-color: #08afed;
  color: #fff;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 50%);
  background-color: #1f61a7;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon i, .icon::before {
  z-index: 999;
  position: relative;
}
.icon:hover {
  color: #332c34;
}
.icon:hover::after {
  clip-path: circle(100% at 50% 50%);
}
.icon:hover i, .icon:hover::before {
  color: #fff;
}

/* Form
=======================*/
label {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}

.form-control {
  padding: 0 25px;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  color: #332c34;
  border: 1px solid #e7e7e7;
  letter-spacing: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  height: 110px;
  line-height: 22px;
  padding: 15px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Social Media
=======================*/
.fa-facebook {
  background-color: #1877F2 !important;
}

.fa-twitter {
  background-color: #1DA1F2 !important;
}

.fa-instagram {
  background-color: #E4405F !important;
}

/* Page Setting
=====================*/
section {
  z-index: 9997;
  position: relative;
  padding: 50px 0;
  background-color: #fff;
}
section.colored {
  background-color: rgba(8, 175, 237, 0.02);
}
@media (max-width: 991px) {
  section {
    padding: 40px 0;
  }
}

.section_img {
  background: url(../images/shap_bc.png) right no-repeat;
  background-size: cover;
}
.section_img .container {
  position: relative;
  z-index: 999;
}

.shadow {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08) !important;
}

/* Section Title
=======================*/
.section_title {
  margin: 0 auto 35px;
  max-width: 768px;
}
.section_title h3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #1f61a7;
  line-height: 25px;
  margin: 0 0 25px;
}
.section_title p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 575px) {
  .section_title {
    margin-bottom: 15px;
  }
  .section_title h3 {
    font-size: 24px;
  }
}

/* Page Head
=======================*/
.page_head {
  background: url(../images/main1.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  font-weight: bold;
  padding: 70px 0;
}
.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 44, 52, 0.85);
}
.page_head h3 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.page_head ul li {
  display: inline-block;
  color: #08afed;
  font-size: 16px;
}
.page_head ul li a {
  display: block;
  color: #08afed;
  padding-inline-end: 15px;
  margin-inline-end: 5px;
  position: relative;
  color: #fff;
}
.page_head ul li a::after {
  content: " / ";
  position: absolute;
  top: 0;
  inset-inline-end: 0px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page_head {
    padding: 35px 0;
  }
  .page_head h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .page_head ul li,
.page_head ul li a {
    font-size: 14px;
  }
}

/*  Header
=============================*/
.top_header {
  background-color: #08afed;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  z-index: 9998;
}
@media (max-width: 575px) {
  .top_header {
    display: none;
  }
}
.top_header li {
  border: 1px solid #0001;
}
.top_header a {
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 0 15px;
  color: #fff;
  display: block;
  line-height: 40px;
}
.top_header a span {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}
.top_header a span:lang(en) {
  flex-direction: row;
}
.top_header a span b {
  margin: 0 3px;
}
.top_header a i {
  margin-inline-end: 5px;
}

header {
  position: fixed;
  top: 40px;
  right: 0;
  width: 100%;
  padding: 5px 0;
  min-height: 80px;
  z-index: 9998;
  background-color: #fff;
}
@media (max-width: 575px) {
  header {
    top: 0;
  }
}
header.shadow {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1) !important;
}
header .container {
  position: relative;
  min-height: 80px;
}
header .navbar-brand {
  margin: -30px 0 0 0;
  padding: 5px;
  position: relative;
  z-index: 999;
  width: 110px;
  height: 110px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header .navbar-brand img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
header .btns {
  z-index: 999;
}
header .btns .not_mob,
header .btns .menu-btn {
  display: none;
}

.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -80px;
  min-height: 80px;
}
.navbar .container {
  min-height: auto;
}
.navbar ul.navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.navbar ul.navbar-nav li {
  display: inline-block;
}
.navbar ul.navbar-nav li:last-child a {
  margin: 0;
  padding: 0 25px;
  color: #fff !important;
  background-color: #08afed;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.navbar ul.navbar-nav li:last-child a i {
  margin: 0;
  margin-inline-end: 5px;
}
.navbar ul.navbar-nav li a {
  position: relative;
  display: block;
  margin-inline-end: 30px;
  font-size: 16px;
  color: #332c34;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
}
.navbar ul.navbar-nav li a i {
  margin-inline-start: 5px;
}
.navbar ul.navbar-nav li a:hover, .navbar ul.navbar-nav li a.active {
  color: #08afed;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu li {
  width: 100%;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu li:last-child a {
  background-color: transparent;
  font-size: 14px;
  color: #332c34;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu li a {
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 1px solid #e7e7e7;
  text-align: start;
  padding: 10px;
  line-height: 20px;
  margin: 0;
  font-size: 14px;
  color: #332c34 !important;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu li a:hover {
  color: #08afed;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu li a img {
  width: 40px;
  display: inline-block;
  margin: 0;
  margin-inline-end: 10px;
}
.navbar ul.navbar-nav li.dropdown .dropdown-menu li:last-child a {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
    top: 55px;
    margin: 0;
    width: 100%;
    min-width: 240px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    transform-origin: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@media (max-width: 1199px) {
  .navbar ul.navbar-nav li a {
    margin-inline-end: 15px;
  }
}
@media (max-width: 991px) {
  header .container {
    max-width: 100%;
  }
  header .btns .menu-btn {
    display: inline-block;
    margin: 0;
  }

  .navbar {
    background-color: #1f61a7;
    max-height: 440px;
    min-height: auto;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 82px;
  }
  .navbar ul.navbar-nav {
    display: block;
    text-align: start;
    padding: 10px;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li:last-child a {
    padding: 0 15px;
    color: #fff;
    background-color: transparent;
  }
  .navbar ul.navbar-nav li:last-child a i {
    display: none;
  }
  .navbar ul.navbar-nav li a {
    text-align: start;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    color: #fff;
  }
  .navbar ul.navbar-nav li a.active, .navbar ul.navbar-nav li a:hover {
    color: #fff;
  }
  .navbar ul.navbar-nav li .dropdown-menu {
    border: 0;
    padding: 10px;
    background-color: #fff;
  }
  .navbar ul.navbar-nav li .dropdown-menu li a {
    line-height: 35px;
    font-size: 14px;
    border: 0 !important;
    background-color: transparent;
    display: block;
    border: 0;
  }
  .navbar ul.navbar-nav li .dropdown-menu li a:hover {
    color: #08afed;
  }
}
@media (max-width: 575px) {
  header {
    padding: 0;
  }
  header .navbar-brand {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  header .not_mob {
    display: inline-block !important;
  }
}
/* Footer
=====================*/
footer {
  padding: 35px 0;
  position: relative;
  z-index: 9997;
  background-color: #1f61a7;
}
footer h3 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  line-height: 25px;
  color: #fff;
}
footer p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}
footer ul {
  margin-bottom: 15px;
}
footer ul li {
  display: block;
  position: relative;
  padding-inline-start: 20px;
  margin-bottom: 10px;
}
footer ul li::before {
  content: "";
  color: #fff9;
  position: absolute;
  content: "\f104";
  inset-inline-start: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
footer ul li a {
  display: inline-block;
  color: #fff;
  line-height: 25px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: 0.4s linear color;
  -moz-transition: 0.4s linear color;
  -ms-transition: 0.4s linear color;
  -o-transition: 0.4s linear color;
  transition: 0.4s linear color;
}
footer ul li a:hover {
  color: #fff;
}
footer ul li:lang(en)::before {
  content: "\f105";
}
footer .contact_info li {
  margin-bottom: 15px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .contact_info li::before {
  display: none;
  padding: 0;
}
footer .contact_info i {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff2;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-inline-end: 15px;
  color: #fff;
}
footer .contact_info a {
  text-transform: lowercase;
}
footer .contact_info .tit {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
footer form {
  max-width: 480px;
  position: relative;
  z-index: 99;
  width: 100%;
}
footer form .link {
  margin: 0;
  position: absolute;
  inset-inline-end: 5px;
  top: 5px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
}
footer form .link i {
  margin-inline-end: 5px;
}
footer span.copyright {
  margin-top: 25px;
  display: block;
  font-size: 14px;
  color: #fff;
}
footer .up_btn {
  margin: 10px auto;
  font-size: 16px;
  display: block;
  width: 40px;
  background-color: #fff2;
}

/* Main Section
======================*/
.main_section {
  padding: 0;
  height: calc(100vh - 130px);
}
@media (max-width: 991px) {
  .main_section {
    height: auto;
    display: block;
  }
}
.main_section .main_caption {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(51, 44, 52, 0.5);
  color: #fff;
  padding: 0 50px;
}
.main_section .main_caption h1 {
  max-width: 940px;
  font-weight: bold;
  font-size: 98px;
  line-height: 150px;
}
.main_section .main_caption h3 {
  max-width: 920px;
  font-weight: normal;
  line-height: 60px;
  margin: 30px auto 40px;
  font-size: 38px;
  max-width: 740px;
}
.main_section .main_caption .link {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .main_section .main_caption {
    padding: 70px 50px;
  }
  .main_section .main_caption h1 {
    font-size: 72px;
    line-height: 70px;
  }
  .main_section .main_caption h3 {
    line-height: 25px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .main_section .main_caption h1 {
    font-size: 34px;
  }
  .main_section .main_caption h3 {
    margin: 10px auto 20px;
    line-height: 20px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .main_section .main_caption {
    padding: 25px 15px 70px;
  }
  .main_section .main_caption h1 {
    font-size: 40px;
  }
  .main_section .main_caption h3 {
    line-height: 28px;
  }
}
.main_section .main_caption .link {
  margin: 0 auto;
}
.main_section .carousel,
.main_section .carousel-item,
.main_section .carousel-inner {
  width: 100%;
  height: 100%;
}
.main_section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.main_section .carousel-control-next,
.main_section .carousel-control-prev {
  position: absolute;
  position: absolute;
  inset: 0px 25px 0px auto;
  margin: auto;
  opacity: 1;
  right: 10px;
}
@media (max-width: 575px) {
  .main_section .carousel-control-next,
.main_section .carousel-control-prev {
    display: none;
  }
}
.main_section .carousel-control-prev {
  left: 10px;
  right: auto;
}

/* Services
======================*/
.services {
  background-color: #f5f5f5;
}

.service_item {
  background-color: #fff;
  padding: 0px 25px 25px;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.service_item img {
  object-fit: contain;
  width: 100%;
  height: 180px;
}
.service_item h3 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #1f61a7;
  line-height: 25px;
  margin: 0 0 15px;
}
.service_item p {
  font-size: 14px;
  margin: 0 0 15px;
}
.service_item a {
  font-size: 14px;
  color: #08afed;
}
.service_item a i {
  margin-inline-start: 5px;
}

.service {
  background-color: #fff;
  padding: 25px;
  margin: auto;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.service h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 45px;
  margin: 0 0 15px;
  color: #1f61a7;
}
.service h2 img {
  width: 70px;
  display: inline-block;
  margin-inline-end: 10px;
}
.service > img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 15px;
  width: 100%;
}
.service p.txt {
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 35px;
}
.service h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 0 15px;
  color: #08afed;
}
.service .work_item {
  margin: 15px auto 0;
}

.related_services {
  position: sticky;
  top: 150px;
  background-color: #fff;
  padding: 15px;
  margin: auto;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.related_services h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 0 15px;
  color: #08afed;
}
.related_services ul li {
  margin-top: 10px;
  display: block;
}
.related_services ul li a {
  color: #1f61a7;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.related_services ul li img {
  display: inline-block;
  width: 60px;
  margin: 0;
  margin-inline-end: 10px;
}

/* About
======================*/
.about {
  padding: 0;
}
.about .row {
  padding: 70px 35px 0;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  transform: translateY(-70px);
}
@media (max-width: 991px) {
  .about .row {
    padding-top: 35px;
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}
@media (max-width: 575px) {
  .about .row {
    padding: 25px 15px 0;
  }
}

.inner_about {
  padding: 50px 0;
}
.inner_about .row {
  padding: 0;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.about_cont {
  text-align: start;
}
.about_cont span {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #1f61a7;
}
.about_cont h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;
  margin: 0 0 25px;
  color: #08afed;
}
.about_cont h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 45px;
  margin: 0 0 15px;
  color: #08afed;
}
.about_cont p {
  font-size: 15px;
  margin: 0 0 15px;
  line-height: 28px;
}
.about_cont .num {
  font-size: 18px;
}
.about_cont .num span {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  margin: 0;
  border: 2px solid #08afed;
  border-inline-end: 0;
  padding: 0 25px;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .about_cont {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .about_cont .num span {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    margin: 0;
    border: 2px solid #08afed;
    border-inline-end: 0;
    padding: 0 15px;
    letter-spacing: 0px;
  }
}

.data_txt h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 10px;
  color: #08afed;
}
.data_txt p {
  font-size: 15px;
  margin: 0 0 15px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .data_txt h4 {
    margin: 25px 0;
  }
  .data_txt p {
    font-size: 14px;
  }
}

.text-start {
  margin-top: 25px;
  text-align: start !important;
}
@media (max-width: 767px) {
  .text-start {
    margin-top: 0;
  }
}

.ceo_word {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 25px;
}
.ceo_word .cont {
  text-align: start;
  padding-inline-end: 50px;
}
.ceo_word h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  color: #1f61a7;
}
.ceo_word h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  color: #08afed;
}
.ceo_word p {
  font-size: 14px;
  margin: 25px 0;
  line-height: 27px;
}
.ceo_word img {
  min-width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 5px solid #faf9f5;
  padding: 15px;
  margin: 25px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .ceo_word {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .ceo_word .cont {
    padding-inline-end: 0px;
  }
  .ceo_word h3 {
    font-size: 18px;
  }
  .ceo_word h4 {
    font-size: 16px;
  }
  .ceo_word p {
    margin: 15px 0;
    line-height: 25px;
  }
  .ceo_word img {
    min-width: 240px;
    height: 240px;
  }
}

/* Works
======================*/
.work_item {
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto auto 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.work_item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.work_item .cont {
  top: auto;
  bottom: 15px;
  right: 0;
  left: 0;
  width: calc(100% - 30px);
  padding: 20px;
  margin: auto;
  background-color: rgba(8, 175, 237, 0.95);
  position: absolute;
  color: #fff;
  text-align: start;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.2s linear transform;
  -moz-transition: 0.2s linear transform;
  -ms-transition: 0.2s linear transform;
  -o-transition: 0.2s linear transform;
  transition: 0.2s linear transform;
  transform-origin: right;
  transition-delay: 0.4s;
}
.work_item .cont h3 {
  font-size: 16px;
  font-weight: bold;
  transition-delay: 0.2s;
}
.work_item:hover .cont {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0s;
}
.work_item:hover .cont h3 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.2s;
}
@media (max-width: 991px) {
  .work_item img {
    height: 320px;
  }
}

.work_img {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.work_details h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 45px;
  margin: 0 0 15px;
  color: #08afed;
}
.work_details h4 {
  font-size: 16px;
  line-height: 35px;
  margin: 0 0 15px;
  color: #08afed;
}
.work_details h4 a {
  color: #1f61a7;
}
.work_details p {
  font-size: 15px;
  margin: 0 0 15px;
  line-height: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .work_details {
    margin-top: 25px;
  }
}

/* Partners
==========================*/
.partners {
  padding: 25px 0;
}

.partner_logo {
  overflow: hidden;
  padding: 15px;
  margin: auto auto 25px;
  height: 260px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  border: 1px solid #e7e7e7;
}

.partners_slider .partner_logo {
  overflow: hidden;
  padding: 15px;
  margin: auto;
  height: 170px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  border: 1px solid #e7e7e7;
}

/* Team
======================*/
.team {
  background-color: #f5f5f5;
}

.inner_team .team_item {
  margin-top: 25px;
}

.teams_slider {
  padding-bottom: 35px;
}
.teams_slider .owl-dots {
  bottom: -25px;
}

.team_item {
  background-color: #fff;
  padding: 25px;
  text-align: center;
  margin: auto;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.team_item img {
  min-width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid #faf9f5;
  padding: 10px;
  margin: 0 auto 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.team_item h3 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  color: #1f61a7;
}
.team_item p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 991px) {
  .team_item {
    padding: 15px;
  }
  .team_item img {
    min-width: 150px;
    height: 150px;
  }
  .team_item h3 {
    font-size: 16px;
  }
}

/* Contact
======================*/
.contact .contact_form {
  background-color: #fff;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.contact .contact_form h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 25px;
  color: #08afed;
}
.contact .contact_details {
  background-color: #fff;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.contact .contact_details h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 25px;
  color: #08afed;
}
.contact .contact_details li {
  margin-top: 25px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact .contact_details i {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #08afed;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-inline-end: 15px;
  color: #fff;
}
.contact .contact_details a {
  color: #332c34;
}
.contact .contact_details .tit {
  display: block;
  text-transform: uppercase;
  color: #1f61a7;
  font-size: 14px;
  font-weight: bold;
}

.map {
  background-color: #fff;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.certife {
    border: 5px solid #222c71;
    border-radius: 15px;
    overflow: hidden;
    margin: 25px auto 0;
}

/*# sourceMappingURL=style.css.map */
