@charset "UTF-8";

/* ....................................
1.1 Common CSS 
.......................................*/
/*1.Theme default CSS
--------------------------*/
body,
html {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}

i:before {
  margin-left: 0 !important;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #004274;
  transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  font-weight: 500;
  color: #222222;
  margin: 0;
  padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222222;
  transition: all 0.5s;
}

h1,
.h1 {
  font-size: 65px;
}

h2,
.h2 {
  font-size: 45px;
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 30px;
}

h5,
.h5 {
  font-size: 28px;
}

h6,
.h6 {
  font-size: 20px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
  transition: all 0.5s;
}

p {
  margin: 0;
}

input,
select,
button,
textarea {
  outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



.float_left {
  float: left;
  width: 100%;
}

.p-0 {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

.ps-rel {
  position: relative;
}

.pe-0 {
  padding-right: 0px;
}

.plr-50 {
  padding: 0px 50px;
}

a.button-btn, button.button-btn {
  padding: 0px 55px;
  display: inline-block;
  background-color: #004274;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  text-align: left;
  padding-left: 22px;
  text-transform: capitalize;
  position: relative;
  z-index: 99;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
}

a.button-btn:before, button.button-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -4px;
  background-color: #004274;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.button-btn:hover, button.button-btn:hover {
  color: #fff;
  border-color: #00b3ff;
}

a.button-btn:hover:before, button.button-btn:hover:before {
  transform: translateX(0);
}

a.button-btn:hover span, button.button-btn:hover span {
  background-color: #00b3ff;
  color: #fff;
}

a.button-btn span, button.button-btn span {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #004274;
  transition: all 0.5s;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 20px;
}

.mobile-menu-wrapper {
  background-color: #004274;
  padding: 15px 0px;
}

.mobile-menu-wrapper .toggle-main-wrapper {
  display: flex;
  justify-content: flex-end;
}

#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0;
  right: -500px;
  width: 300px;
  background-color: #fff;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 99999;
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#sidebar .sidebar_logo {
  float: left;
  width: 100%;
  padding: 24px;
}

#sidebar.open {
  right: 0;
}

#sidebar #cssmenu {
  width: 280px;
}

#sidebar #cssmenu .input-group {
  width: 94% !important;
}

#sidebar #cssmenu .input-group .btn-outline-secondary {
  color: #aaa;
  border-color: #aaa;
}

#sidebar #cssmenu .input-group .form-control {
  border-color: #aaa;
}

#sidebar #cssmenu .input-group .form-control:focus {
  border: 1px solid #aaa;
}

#sidebar #cssmenu ul li {
  border-bottom: 1px solid #aaa;
  position: relative;
}

#sidebar #cssmenu ul li a {
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  color: #222222;
  text-transform: capitalize;
}

#sidebar #cssmenu ul li .social-icon {
  display: flex !important;
  justify-content: space-evenly;
  margin-top: 20px;
}

#sidebar #cssmenu ul li .social-icon li {
  border: none;
  width: 47px;
  height: 46px;
  background: #ffd9db;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
}

#sidebar #cssmenu ul li .social-icon li a {
  color: #004274;
  display: inline-block;
  padding: 10px 0px;
}

#sidebar #cssmenu ul .has-sub ul {
  display: none;
}

#sidebar #cssmenu ul .has-sub ul li {
  border-bottom: none;
  border-top: 1px solid #aaa;
}

#sidebar #cssmenu ul .has-sub ul li a {
  padding: 10px 40px;
}

#sidebar #cssmenu ul .has-sub:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  background-color: #aaa;
  height: 2px;
  width: 10px;
  transition: all 0.5s;
}

#sidebar #cssmenu ul .has-sub:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 29px;
  background-color: #aaa;
  height: 10px;
  width: 2px;
  transition: all 0.5s;
}

#sidebar #cssmenu ul .open:before {
  transform: rotate(45deg);
}

#sidebar #cssmenu ul .open:after {
  transform: rotate(45deg);
}

.page2-btn {
  padding: 7px 25px;
  background-color: #004274;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  z-index: 1;
}

.page2-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00b3ff;
  transform: translateY(-100%);
  transition: all 0.5s;
  z-index: -1;
}

.page2-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00b3ff;
  transform: translateY(100%);
  transition: all 0.5s;
  z-index: -1;
}

.page2-btn:hover {
  color: #fff !important;
}

.page2-btn:hover:before {
  transform: translateY(-48%);
  z-index: -1;
}

.page2-btn:hover:after {
  transform: translateY(48%);
  z-index: -8;
}

.bg-change {
  background-color: #00b3ff;
}

.bg-change:before {
  background-color: #004274;
}

.bg-change::after {
  background-color: #004274;
}

.ptb-50 {
  padding: 50px 0px;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(214, 214, 214, 0.3);
  opacity: 0;
  border-radius: 100%;
  right: -75px;
  bottom: -75px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wrapper .wave-1 {
  animation-delay: 0s;
}

.wrapper .wave-2 {
  animation-delay: 1s;
}

.wrapper .wave-3 {
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.animate-top-y {
  animation-name: top-y;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes top-y {
  0% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}

@keyframes rotate {
  20%,
  80% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: #fff;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.form-control:focus {
  box-shadow: none;
  background-color: none;
  border: none;
}

/*-- Preloader css start --*/
#preloader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}

#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*-- Preloader css End --*/
.form-section .form-input .row {
  row-gap: 25px;
}

.form-section .form-input input[type="time"] {
  position: relative;
  cursor: pointer;
}

.form-section .form-input input[type="time"]:after {
  content: '';
  position: absolute;
  right: 40px;
  width: 1px;
  height: 100%;
  top: 0;
  display: block;
  background-color: #ced4da;
}

/* ....................................
1.1 Header CSS 
.......................................*/
/*--------
header css
--------*/

/*=================
Banner section css
=================*/

.main-header-wrapper2 {
  position: relative;
  z-index: 2;
}

.main-header-wrapper2:after {
  content: '';
  position: absolute;
  right: 0px;
  display: block;
  height: 51px;
  width: 26%;
  background-color: #004274;
  top: 0;
  z-index: -1;
}

.main-header-wrapper2 .sb-header-section2 .logo-wrapper2 {
  line-height: 100px;
  position: relative;
}

.main-header-wrapper2 .sb-header-section2 .logo-wrapper2:after {
  content: '';
  position: absolute;
  width: 5px;
  top: -8px;
  height: 121%;
  display: block;
  transform: rotate(24deg);
  background-color: #00b3ff;
  right: -5px;
  z-index: 9;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 {
  position: relative;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #004274;
  padding-left: 20px;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li {
  padding: 13px 0px;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li a {
  color: #fff;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li a span {
  padding-right: 7px;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li a:hover {
  color: #00b3ff;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li ul {
  padding: 0px;
  align-items: center;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul li ul li {
  padding: 0px 10px;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul .btn2 {
  width: 180px;
  text-align: center;
  background-color: #00b3ff;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2 ul .btn2:hover a {
  color: #fff !important;
}

.main-header-wrapper2 .sb-header-section2 .menu-top-section2::before {
  content: '';
  position: absolute;
  left: -23px;
  display: block;
  height: 100%;
  width: 27px;
  background-color: #004274;
  top: 0px;
  clip-path: polygon(100% 5%, 0% 100%, 100% 100%);
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  padding-left: 20px;
  padding-bottom: 11px;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li a {
  width: 100%;
  display: block;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li a i {
  font-size: 12px;
  padding-left: 3px;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items {
  position: absolute;
  background-color: #fff;
  border-bottom: 2px solid #004274;
  z-index: 999;
  top: 50px;
  opacity: 0;
  width: 240px;
  visibility: hidden;
  left: -50%;
  padding: 20px 0px;
  padding-left: 0;
  display: block;
  box-shadow: 2px 0 10px #0000001a;
  transition: all 0.5s;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li {
  padding: 7px 20px;
  position: relative;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li a {
  color: #222222;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li a span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li .sub-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 240px;
  padding: 20px 0px;
  top: 0;
  width: 200px;
  background-color: #fff;
  border-bottom: 2px solid #004274;
  box-shadow: 2px 0 10px #0000001a;
  display: block;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li .sub-dropdown li {
  padding: 7px 20px;
  display: block;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li .sub-dropdown li a {
  color: #222222;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li .sub-dropdown li:hover a {
  color: #fff;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li:hover {
  background-color: #004274;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li:hover:after {
  display: none;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li:hover a {
  color: #fff;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li .dropdown-items li:hover .sub-dropdown {
  opacity: 1;
  visibility: visible;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li:hover .dropdown-items {
  opacity: 1;
  visibility: visible;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul li:hover a {
  color: #00b3ff;
}

.main-header-wrapper2 .sb-header-section2 .menu-section2 ul .book-btn2 {
  height: 50px;
  width: 150px;
  background-color: #004274;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

.main-header-wrapper2 .mobile-menu-wrapper {
  background-color: #004274;
}

.main-header-wrapper2 #sidebar #cssmenu ul li .social-icon li {
  background-color: #004274 !important;
}

.main-header-wrapper2 #sidebar #cssmenu ul li .social-icon li a {
  color: #fff;
}

.main-header-wrapper2 .nav-link {
  padding: 0 !important;
}


.mobile-menu-wrapper .toggle-main-wrapper {
  display: block;
}

.mobile-menu-wrapper .toggle-main-wrapper .line {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

/* ....................................
1.1 INDEX CSS 
.......................................*/


.partner-main-wrapper {
  float: left;
  width: 100%;
  padding: 70px 0px;
}

.partner-main-wrapper img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}



/*1.1 Footer CSS 
.......................................*/
.footer-main-wrapper {
  float: left;
  width: 100%;
  padding: 100px 0px 30px 0;

  position: relative;
  z-index: 1;
}

.footer-main-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0e3340db;
  z-index: -1;
}

.footer-main-wrapper .sb-footer-section .footer-logo {
  padding-bottom: 50px;
}

.footer-main-wrapper .sb-footer-section ul li {
  padding-bottom: 15px;   

}

.footer-main-wrapper .sb-footer-section ul li a {
  display: flex;
  align-items: center;
  color: #fff;
}

.footer-main-wrapper .sb-footer-section ul li a i {
  padding-right: 20px;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media {
  display: flex;
  justify-content: start;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li {
  padding-right: 20px;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  z-index: 1;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a i {
  padding-right: 0px;
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004274;
  transition: all 0.5s;
  z-index: 2;
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a:hover i {
  color: #fff;
  transform: rotateY(360deg);
}

.footer-main-wrapper .sb-footer-section ul li .footer-media li a:hover::before {
  top: 0;
}

.footer-main-wrapper h5 {
  color: #fff;
  padding-bottom: 20px;
}

.footer-main-wrapper h4 {
  font-size: 24px;
  padding-bottom: 25px;
  color: #fff;
}

.footer-main-wrapper .links ul li {
  padding-bottom: 15px;
}

.footer-main-wrapper .links ul li a {
  color: #fff;
}

.footer-main-wrapper .links ul li a i {
  padding-right: 10px;
}

.footer-main-wrapper .links ul li a:hover {
  color: #004274;
}

.footer-main-wrapper .img-link ul li {
  padding-bottom: 25px;
}

.footer-main-wrapper .img-link ul li img {
  float: left;
  padding-right: 15px;
}

.footer-main-wrapper .img-link ul li .content {
  line-height: 18px;
}

.footer-main-wrapper .img-link ul li .content p {
  color: #ffffff;
}

.footer-main-wrapper .img-link ul li .content h5 a {
  color: #ffffff;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 24px;
}


.footer-main-wrapper section {
  margin-top: 50px;
}

.footer-main-wrapper section .container {
  border-top: 2px solid #516c75;
}

.footer-main-wrapper section p {
  color: #fff;
  padding-top: 30px;
}

.footer-main-wrapper section p a {
  color: #fff;
}

.footer-main-wrapper section .last-para {
  text-align: end;
}



/*1.1 INDEX CSS 
.......................................*/


.page-2-heading h4 {
  position: relative;
  text-align: center;font-weight: 600;
}

.page-2-heading h4 span {
  color: #00b3ff;
}

.page-2-heading h4:before {
  content: '';
  width: 90px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #aaa;
  top: 49px;
}

.page-2-heading h4::after {
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #00b3ff;
  top: 49px;
}


section {
  position: relative;
}


.about2-main-wrapper {
  padding: 50px 0px;
}

.about2-main-wrapper h3 {
  font-weight: 600;
  color: #222222;
  padding: 40px 0px;
  position: relative;
  font-size: 32px;
}

.about2-main-wrapper h3:before {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  background-color: #aaa;
  left: 0;
  bottom: 30px;
}

.about2-main-wrapper h3:after {
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #00b3ff;
  left: 0;
  bottom: 30px;
}

.about2-main-wrapper h3 span {
  color: #00b3ff;
}

.about2-main-wrapper h4 {
  font-size: 30px;
  padding-bottom: 15px;
}

.about2-main-wrapper .sb-about-section .counter-main {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.about2-main-wrapper .sb-about-section .counter-main .count-up {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  padding-top: 90px;
}

.about2-main-wrapper .sb-about-section .counter-main .count-up .counter-icon {
  padding: 20px;
  border: 1px solid #00b3ff;
  margin-right: 15px;
}

.about2-main-wrapper .sb-about-section .counter-main .count-up svg {
  width: 50px;
  fill: #00b3ff;
}

.about2-main-wrapper .sb-about-section .counter-main .count-up h3, .about2-main-wrapper .sb-about-section .counter-main .count-up h4 {
  padding: 0px;
}

.about2-main-wrapper .sb-about-section .counter-main:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #aaa;
  left: 0;
  top: 45px;
}
.accordion-wrapper {
  background-color: #f7f7f7;
}
.about2-main-wrapper i {
 color: #00b3ff;
}

.accordion-wrapper .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-wrapper .accordion-button:not(.collapsed) {
  color: #00b3ff;
  background-color: #ffffff;
  box-shadow: none;border-bottom: 1px solid #a8afb347;
}

.accordion-wrapper .accordion-button:after {
  background-image: none;
}

.accordion-wrapper .accordion-item {
  border: none;
  margin-top: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 15px #00000014;
}

.accordion-wrapper .accordion-item .accordion-header button {
  position: relative;
}

.accordion-wrapper .accordion-item .accordion-header button:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  color: #111111;
  font-size: 14px;
  display: block;
}

.accordion-wrapper .accordion-item .accordion-header button:not(.collapsed):after {
  transform: rotate(90deg);
}
.accordion-wrapper h3 {
  font-weight: 600;
  color: #222222;
  padding: 40px 0px;
  position: relative;
  font-size: 32px;
}

.accordion-wrapper h3:before {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  background-color: #aaa;
  left: 0;
  bottom: 30px;
}

.accordion-wrapper h3:after {
  content: '';
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #00b3ff;
  left: 0;
  bottom: 30px;
}

.accordion-wrapper h3 span {
  color: #00b3ff;
}

.gallery-main-wrapper {
  background-color: #ebf5f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  padding-bottom: 250px;
  position: relative;
}

.gallery-main-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #004274c9;
}


.gallery-main-wrapper .text-color {
  color: #fff;
}

.gallery-main-wrapper .text-color:after {
  background: #fff;
}

.gallery-box-section {
  position: relative;
  
}
.gallery-box-section .portfolio_img_wrapper h5 {
    font-size: 20px;
    padding-bottom: 10px;
}
.gallery-box-section .portfolio_img_wrapper {
  text-align: center;
}

.gallery-box-section .portfolio_img_wrapper .portfolio_img {
  position: relative;
  margin-bottom: 30px;
  max-height: 300px;
  overflow: hidden;
}

.gallery-box-section .portfolio_img_wrapper .portfolio_img .img-responsive {
  width: 100%;min-height: 300px
}

.gallery-box-section .portfolio_img_wrapper .portfolio_img .portfolio_img_overlay {
  background: #023969bf none repeat scroll 0 0;
  height: calc(100% - 40px);
  left: 20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 20px;
  transform: translateX(-15px) translateY(-15px);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: calc(100% - 40px);
  transition: .2s ease;
  transition: all 0.5s;
}

.gallery-box-section .portfolio_img_wrapper .portfolio_img .portfolio_img_overlay .portfolio_img_text {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}

.gallery-box-section .portfolio_img_wrapper:hover .portfolio_img_overlay {
  transform: translateX(0) translateY(0);
  visibility: visible;
  opacity: 1;
}

.gallery-box-section .portfolio_img_wrapper:hover .portfolio_img_overlay .portfolio_img_text {
  visibility: visible;
  opacity: 1;
}

.client2-main-wrapper {
  padding-top: 30px;
  background-color: #fff;
}

.client2-main-wrapper .slider-section {
  padding-bottom: 200px;
}

.client2-main-wrapper .slider-section .set-margin::before, .client2-main-wrapper .slider-section .set-margin:after {
  margin: unset;
}

.client2-main-wrapper .slider-section .owl-carousel {
  position: relative;
}

.client2-main-wrapper .slider-section .owl-carousel .item a {
  font-size: 22px;
  color: #00b3ff;
}

.client2-main-wrapper .slider-section .owl-carousel .item a small {
  margin-left: 10px;
  color: #222222;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  margin-top: 40px;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  background-color: #004274;
  margin-right: 10px;
  transition: all 0.5s;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav button i {
  color: #fff;
  font-size: 20px;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav button:hover {
  background-color: #004274;
}

.client2-main-wrapper .slider-section .owl-carousel .owl-nav.active button {
  background-color: #004274;
}



.bg-section-color {
  background-color: #ebf5f5;
}

.page2-footer-main:after {
  background-color: #1e1e1ec7;
}

.page2-footer-main .input-box input {
  background-color: #47779b !important;
}

.page2-footer-main .input-box i {
  background-color: #00b3ff !important;
}

.page2-footer-main .footer-media a:before {
  background-color: #00b3ff !important;
}

.page2-footer-main .links ul li a:hover {
  color: #00b3ff;
}


/*1.1 INDEX CSS 
.......................................*/
/*---------
 section
-----------*/

.bg-white {
  background-color: #fff;
  color: #0a3382 !important;
}

.bg-white:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.bg-yellow {
  background-color: #ff9e21 !important;
}

.bg-yellow:before {
  background: #fae2c2 !important;
}

.bg-yellow span {
  background-color: #fae2c2 !important;
  color: #ff9e21 !important;
  transition: all 0.5s;
}

.bg-yellow:hover {
  color: #ff9e21 !important;
}

.bg-yellow:hover span {
  background-color: #ff9e21 !important;
  color: #fff !important;
}

.text-color-change3 {
  color: #ff9e21;
}

.banner-main-wrapper3 {
  float: left;
  width: 100%;
}

.banner-main-wrapper3 .carousel .carousel-item {
  background-image: url("../img/bg-image02.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  text-align: center;
  padding: 100px 0px;
}

.banner-main-wrapper3 .carousel .carousel-item button {
  border: none;
  background-color: transparent;
}

.banner-main-wrapper3 .carousel .carousel-item h4 {
  color: #444444;
  margin-bottom: 20px;
}

.banner-main-wrapper3 .carousel .carousel-item h2 {
  font-weight: 600;
}

.banner-main-wrapper3 .carousel .carousel-item h2 span {
  color: #0a3382;
  line-height: 66px;
}

.banner-main-wrapper3 .carousel .carousel-item p {
  margin-top: 20px;
}

.banner-main-wrapper3 .carousel .carousel-indicators button {
  height: 7px;
  width: 7px;
  border-radius: 50px;
  background-color: #0a3382;
  border: 0 !important;
  transition: all 0.5s;
}

.banner-main-wrapper3 .carousel .carousel-indicators button.active {
  opacity: 1;
  width: 32px !important;
  height: 7px !important;
}

.gallery-main-wrapper {
  position: unset;
  background-image: unset;
  padding: 70px 0 !important;
}

.gallery-main-wrapper:before {
  display: none;
}

.gallery-main-wrapper .overlay-color {
  background: #023969bf !important;
}


/* ....................................
1.1 Contact CSS 
.......................................*/
.plr {
  padding: 0px 15px;
}

.contact-main-wrapper {
  float: left;
  width: 100%;
  background-image: url("../img/banner_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.contact-main-wrapper .sb-contact-section {
  display: block;
  margin: 0 100px 0 auto;
}

.contact-main-wrapper .sb-contact-section h4 {
  font-weight: 600;color: #004274;
}

.contact-main-wrapper .sb-contact-section .breadcrumb {
  padding-top: 20px;
  padding-right: 30px;
}

.contact-main-wrapper .sb-contact-section .breadcrumb li {
  color: "Lato", sans-serif;
  font-size: 20px;
}
.form-main-wrapper {
  float: left;
  width: 100%;
  padding: 70px 0;
}

.form-main-wrapper section {
  background: #bce4ec;
  padding: 30px;
  border-radius: 7px;
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;

}

.form-main-wrapper section span {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
  border: 3px solid #0091c7;
  color: #004274;
  margin-right: 20px;
}

.form-main-wrapper section h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.form-section {
  margin-top: 15px;
  background-color: #bce4ec;
}

.form-section h6 {
  background-color: #004274;
  padding: 13px 30px;
  color: #fff;
  font-size: 20px;
}

.form-section .form-input {
  padding: 35px 30px 30px;
}
.social-media-section p {
    color: #484646;
  }
.form-section .form-input .input-group-text {
  color: #707070;
  background: #fff;
}

.form-section .form-input input {
  height: 50px;
}

.form-section .form-input input[type=radio] {
  height: auto !important;
}

.form-section .form-input .form-control:focus {
  border: 1px solid #aaa;
  box-shadow: none;
}

.form-section .form-input .input-custom {
  background-color: #ffffff;
}

.form-section .form-input .input-custom input {
  position: relative;
  width: 100%;
  z-index: 2;
  background: transparent;
}

.form-section .form-input .input-custom span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.form-section .checkbox-wrap {
  display: flex;
  align-items: center;
}

.form-section .checkbox-wrap input {
  margin-right: 20px;
}

.form-section .pd-btn {
  padding: 0 85px;
  padding-left: 45px;
}

/*1.1 About 
.......................................*/
.about-box .sb-about-box {
  position: relative;
  display: inline-block;
  padding: 40px;
  margin-top: 20px;
  border: 7px solid #00b3ff3d;
  transition: all 0.5s;
  border-radius: 7px;
}
.about-box .sb-about-box i {
    color: #00b3ff;
}

.about-box .sb-about-box:before, .about-box .sb-about-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 7px;
}

.about-box .sb-about-box:before {
  border-bottom: 7px solid #004274;
  border-left: 7px solid #004274;
  transform-origin: 0 100%;
}

.about-box .sb-about-box:after {
  border-top: 7px solid #004274;
  border-right: 7px solid #004274;
  transform-origin: 100% 0%;
}

.about-box .sb-about-box:hover {
  border: 7px solid rgba(0, 160, 80, 0);
}

.about-box .sb-about-box:hover:before, .about-box .sb-about-box:hover:after {
  transform: scale(1);
}

/*1.1 shortcode page
.......................................*/
a {
  text-decoration: none;
  color: #111111;
}

p {
  color: #707070;
}

.padd-50 {
  padding: 50px 0;
}

ul {
  padding: 0px;
  list-style-type: none;
}

.page-header {
  padding: 30px 0;
  background-color: #fafafa;
}

.page-header .heading h4 {
  font-size: 24px;
  color: #111111;
}


/*=================================== ACCORDION PAGE END ===============================*/
/*======================BUTTON PAGE START ==============================*/
.section-heading {
  margin-bottom: 50px;
}

.section-heading h4 {
  font-size: 24px;
  text-align: center;
}





/*RESPONSIVE CSS*/
/*--width 1199 --*/
@media (max-width: 1199px) {
  .btn-sizes a {
    font-size: 14px;
  }
}

/*--width 991 --*/
@media (max-width: 991px) {
  .btn-sizes a {
    display: block !important;
    width: max-content !important;
    margin: 15px auto !important;
    text-align: center !important;
  }
  .btn-sizes .extra-btns {
    display: block !important;
    margin: 15px auto !important;
  }
}

/*======================BUTTON PAGE END =======================*/
/*=====================================CLIENT PAGE START ===============================*/



/*-/================= TESTIMONIAL PAGE START ================*/
/*-------- testimonial-first-start --------*/


/*------------ testimonial-two -----------*/


/*-------- gallery section -----------*/


#return-to-top {
  position: fixed;
  bottom: 43px;
  right: 30px;
  display: block;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  font-size: 24px;
  background: #004274;
  transition: all 0.3s ease;
  z-index: 999;
  color: #fff;
  animation: jump 1s ease-in alternate infinite;
}

#return-to-top i {
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.3s ease;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.change-bg1 {
  background: #004274 !important;
}

.change-bg2 {
  background: #0a3382 !important;
}

@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 50%, 0);
  }
}

#toggle_close {
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 30px;
  font-size: 25px;
  color: #aaa;
  cursor: pointer;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50px;
}
.buttonmore-wrapper {
  text-align: center;
}

.buttonmore-wrapper .expan-rouded-btn {
  display: inline-block;
  text-transform: uppercase;
  color: #232323;
  margin: 0 6px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 28px 15px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.buttonmore-wrapper .expan-rouded-btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  transition-duration: .3s;
  background-color: #00b3ff;
}

.buttonmore-wrapper .expan-rouded-btn:hover {
  color: #ffffff;
}

.buttonmore-wrapper .expan-rouded-btn:hover span {
  width: 100%;background-color: #004274;
}

.buttonmore-wrapper .expan-rouded-btn.squre span {
  border-radius: 5px !important;
  width: 90px;
}

.buttonmore-wrapper .expan-rouded-btn.squre:hover {
  color: #ffffff;
}

.buttonmore-wrapper .expan-rouded-btn.squre:hover span {
  width: 100%;
}

