
/* 1. Default css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
   font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4f5168;
  font-size: 16px;
}

.custom-container {
  max-width: 1530px;
  min-width: 1530px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .custom-container {
    max-width: 1400px;
    min-width: 1400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .custom-container {
    max-width: 100%;
    min-width: 100%;
  }
}

.img, img {
  max-width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
button,
i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
select,
textarea {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira Semi Condensed", sans-serif;
  color: #151735;
  margin: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #4f5168;
  margin-bottom: 0px;
}

.display-inline {
  display: inline-block;
}

*::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
select {
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
}

.custom-pad-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.custom-mar-20 {
  margin-right: -10px;
  margin-left: -10px;
}

/*--
    - Input Placeholder
-----------------------------------------*/
* input::-moz-placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
}

* input::placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #1d284b;
}

.grey-soft-bg {
  background: #f3f5f9;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #222;
}

.black-soft-bg {
  background: #1d284b;
}

.theme-bg {
  background: #2a3d79;
}

.theme-bg-blue {
  background: #2371ff;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #222;
}

.theme-color {
  color: #2a3d79;
}

.subtitle {
  font-size: 20px;
  color: #2a3d79;
  font-weight: 500;
}
.subtitle img {
  margin-right: 5px;
}

.subtitle-border {
  position: relative;
  display: inline-block;
}
.subtitle-border:before, .subtitle-border:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background: #2a3d79;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.subtitle-border:after {
  left: auto;
  right: -40px;
}

.section-title {
  font-size: 45px;
  line-height: 40px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 25px;
	  line-height: 30px;
  }
  .section-title br {
    display: none;
  }
}
/*.section-title span {
  color: #2a3d79;
}*/
.section-title.text-white span {
  color: #2a3d79 !important;
}

.theme-btn {
  font-size: 16px;
  color: #ffffff;
  height: 49px;
  line-height: 49px;
  text-align: center;
  padding: 0px 45px;
  border-radius: 0px;
  display: inline-block;
  background: #2a3d79;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.theme-btn:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.theme-btn.theme-btn-white {
  background: #ffffff;
  color: #151735;
}
.theme-btn.theme-btn-white:hover {
  background: #2a3d79;
  color: #ffffff;
}
.theme-btn.theme-btn-blue {
  background: #2371ff;
  color: #ffffff;
}
.theme-btn.theme-btn-blue:hover {
  background: #2a3d79;
  color: #ffffff;
}
.theme-btn.grey-btn {
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: #151735;
  line-height: 58px;
}
.theme-btn.grey-btn:hover {
  color: #ffffff;
  background: #2a3d79;
  border-color: #2a3d79;
}
.theme-btn.black-btn {
  background: #151735;
  color: #ffffff;
}
.theme-btn.black-btn:hover {
  color: #2a3d79;
  background: #ffffff;
}

.theme-btn:hover {
  background: #2371ff;
  color: #ffffff;
}
.theme-btn:hover:before {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.z-index {
  z-index: 2;
  position: relative;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #222;
}

/* 02. Header CSS */
.header-menu.header-sticky.sticky-menu,
.mobile-header.header-sticky.sticky-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
  animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky-menu .header-menu-bg-3 {
  box-shadow: none;
  padding: 0px 0px;
}

.header-top {
  position: relative;
}
.header-top:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 210px;
  background: #2a3d79;
  top: 0px;
  left: 0px;
}

.header-top-left {
  background: #2a3d79;
  padding: 18px 0px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-left {
    text-align: center;
  }
}
.header-top-left:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 22px;
  border-color: transparent transparent #1d284b transparent;
}
.header-top-left span {
  color: #ffffff;
  display: block;
}
.header-top-left span i {
  font-size: 20px;
  vertical-align: bottom;
  color: #ffffff;
  margin-right: 5px;
  line-height: 1;
  display: inline-block;
}

.header-top-right ul {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-right ul {
    text-align: center;
  }
}
.header-top-right ul li {
  color: #fff;
  display: inline-block;
  padding: 18px 39px;
  border-right: 1px solid #b9b9b9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-right ul li {
    padding: 18px 25px;
  }
}
.header-top-right ul li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.header-top-right ul li i {
  font-size: 20px;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 5px;
}

li.header--social a i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  display: inline-block;
  margin-right: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
li.header--social a:last-child i {
  margin-right: 0px;
}
li.header--social a:hover i {
  color: white;
}

.header-menu {
  position: relative;
}
.header-menu:before {
  height: 100%;
  width: 210px;
  top: 0px;
  right: 0px;
/*  background: #2371ff;*/
  position: absolute;
  content: "";
}
.header-logo a img{
	width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-menu:before {
    display: none;
  }
}
.header-menu.header-menu-2:before {
  display: none;
}

.main-menu ul li {
  display: inline-block;
  margin: 0px 4px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin: 0px 10px;
  }
}
.main-menu ul li a {
  font-size: 12px;
  color: #212237;
  display: block;
  padding: 35px 6px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 300px;
  z-index: 9;
  border-top: 4px solid #2a3d79;
  text-align: left;
  padding: 15px 0;
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0px;
  padding: 8px 25px 8px 25px;
}
.main-menu ul li .sub-menu li a {
  padding: 0px;
  display: inline-block;
  color: #212237;
  position: relative;
	cursor: pointer;
}
.main-menu ul li .sub-menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #2a3d79;
}
.main-menu ul li .sub-menu li:hover a {
  color: #2a3d79;
}
.main-menu ul li .sub-menu li:hover a:before {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu ul li:hover a {
  color: #2a3d79;
}
.main-menu ul li:hover.menu-item-has-children::after {
  color: #2a3d79;
}
.main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li.menu-item-has-children {
  position: relative;
}
.main-menu ul li.menu-item-has-children:after {
  position: absolute;
  content: "";
  font-size: 12px;
  color: #212237;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li.menu-item-has-children:after {
    right: -10px;
  }
}

.header-right {
/*  background: #2371ff;*/
  padding: 20px 0px;
  position: relative;
	border-radius: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right {
    background: none;
  }
}
.header-right:before {
  height: 100%;
  width: 41px;
  top: 0px;
  left: 0px;
  background: #ffffff;
  position: absolute;
  content: "";
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-right:before {
    width: 41px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right:before {
    display: none;
  }
}
.header-right ul li {
  display: inline-block;
  margin-right: 35px;
  vertical-align: middle;
}
.header-right ul li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-right ul li {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right ul li {
    margin-right: 10px;
  }
}
.header-right ul li span {
  font-size: 17px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}
.header-right ul li span i {
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #2a3d79;
  border: 5px solid #ffffff;
  border-radius: 50%;
  line-height: 33px;
  margin-right: 5px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-right ul li span i {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right ul li.user__text {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right ul li.user__text {
    display: none;
  }
}
.header-right ul li a {
  vertical-align: middle;
	color: #1d284b;
}
.header-right.header-right-2 {
  background: transparent;
}
.header-right.header-right-2 ul .language {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right.header-right-2 ul .language {
    display: none;
  }
}
.header-right.header-right-2:before {
  display: none;
}

.side-menu-icon {
  position: relative;
}

.mobile-menu.mean-container {
  clear: both;
  overflow: hidden;
}

.contact-infos {
  margin-top: 30px;
}
.contact-infos h4 {
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 20px;
}
.contact-infos ul li {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 15px;
  list-style: none;
}
.contact-infos ul li:last-child {
  margin-bottom: 0px;
}
.contact-infos ul li i {
  color: #2a3d79;
  vertical-align: middle;
  width: 25px;
  display: inline-block;
}

.sidebar__menu--social {
  margin-top: 25px;
}
.sidebar__menu--social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  background: #393f53;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar__menu--social a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: #2a3d79;
  z-index: -1;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar__menu--social a:hover:before {
  width: 100%;
}
.sidebar__menu--social a:hover i {
  transform: rotate(360deg);
}
.sidebar__menu--social a:last-child {
  margin-right: 0px;
}

.header-top-left-2:after {
  border-color: transparent transparent #1d284b transparent;
}

.header-top-right-2 ul li {
  color: #ffffff;
  border-right: 1px solid #4a536f;
}


.header-top-3:before {
  display: none;
}

.header-top-left-3 {
  background: transparent;
  padding: 0px;
}
.header-top-left-3:after {
  display: none;
}
.header-top-left-3 span i {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 54px;
  background: #2a3d79;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  animation: none;
}

.header-top-right-3 ul li {
  border-color: rgba(255, 255, 255, 0.2);
  padding: 12px 39px;
}

.header--terms a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  border-right: 2px solid #ffffff;
  line-height: 1;
}
.header--terms a:hover {
  color: #2a3d79;
}
.header--terms a:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.header__widget {
  padding: 0px 10px;
  border-right: 1px solid #dddee0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__widget {
    padding: 0px 6px;
    border-right: 0px;
  }
}
.header__widget:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.header__widget--icon {
  width: 60px;
  float: left;
}
.header__widget--icon i {
  font-size: 45px;
  color: #2a3d79;
}
.header__widget--text {
  overflow: hidden;
}
.header__widget--text h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
.header__widget .header__widget--icon__phone i {
  animation: phone-icon-animate 1s ease-in-out infinite;
  display: inline-block;
}

.header-menu-3 {
  margin-bottom: -45px;
}

.header-menu-bg-3 {
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 6, 91, 0.06);
  padding: 0px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-menu-bg-3 {
    padding: 0px;
    background: transparent;
  }
}

.main-menu-3 ul li:first-child {
  margin-left: 0px;
}
.main-menu-3 ul li a {
  padding: 33px 0px;
}

/* 03. Hero CSS */
.aslider--title {
  font-size: 55px;
  line-height: 1.12;
  text-transform: uppercase;
  font-weight: 700;
	color: #fff;
}
@media (max-width: 767px) {
  .aslider--title {
    font-size: 48px;
  }
}

.aslider--subtitle {
  font-size: 24px;
  line-height: 1.12;
  font-weight: 500;
	color: #fff;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
  .aslider--subtitle {
    font-size: 26px;
  }
}

.single-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*.aslider--title span{
	color: #2a3d79;
}*/
.slider-height {
  min-height: 538px;
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

.slider-active .slide-prev, .slider-active .slide-next {
  position: absolute;
  font-size: 20px;
  background: #ffffff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 20px;
  color: #151735;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  margin: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    top: inherit;
    bottom: 15%;
    left: 44.5%;
    transform: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    left: 44%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    left: 42.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    left: 40.5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    left: 37.5%;
  }
}
@media (max-width: 767px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    display: none;
  }
}
.slider-active .slide-prev:hover, .slider-active .slide-next:hover {
  background: #2a3d79;
  color: #ffffff;
}

.slider-active .slide-next {
  left: auto;
  right: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active .slide-next {
    top: inherit;
    bottom: 15%;
    right: 44.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-active .slide-next {
    right: 44%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .slide-next {
    right: 42.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .slide-next {
    right: 40.5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active .slide-next {
    right: 37.5%;
  }
}
@media (max-width: 767px) {
  .slider-active .slide-next {
    display: none;
  }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}



/* 04. Cta CSS */
.cta-area {
  position: relative;
  z-index: 4;
}

.cta--wrapper {
  display: flex;
  flex-basis: 50%;
  border-radius: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  box-shadow: 0px 15px 20px 0px rgba(0, 6, 91, 0.05);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta--wrapper {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .cta--wrapper {
    display: inherit;
  }
}

.cta--single {
  display: inline-flex;
  align-items: center;
  padding: 45px 70px 40px 70px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta--single {
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .cta--single {
    padding: 25px;
  }
}
.cta--single .cta--icon {
  font-size: 70px;
  color: #ffa366;
}
.cta--single .cta--link {
  display: inline-block;
  margin-left: auto;
  margin-right: 20px;
}
.cta--single .cta--link .cta--link__icon {
  height: 58px;
  width: 58px;
  line-height: 50px;
  border: 2px solid #ffa366;
  text-align: center;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.cta--single .cta--link .cta--link__icon i {
  margin-left: 28px;
  color: #ffffff;
}
.cta--single .cta--link .cta--link__icon i:hover {
  color: #2a3d79;
}

.cta--single.theme-bg i:hover {
  color: #2371ff !important;
}
.cta--single.black-soft-bg .cta--icon {
    color: #777e93;
}
.cta--title {
     font-size: 31px;
    color: #ffffff;
    margin-left: 16px;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
  .cta--title {
    font-size: 22px;
  }
}

.aservice__img {
  position: relative;
  overflow: hidden;
}
.aservice__img img {
  width: 100%;
}
.aservice__img--text {
  padding: 35px 25px;
  background: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 360px;
}
@media (max-width: 767px) {
  .aservice__img--text {
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 20px;
  }
}
.aservice__img--text:before {
  height: 0%;
  width: 4px;
  top: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: #2a3d79;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.aservice__img--text p {
  margin-bottom: 10px;
}
.aservice__img--text__link {
  color: #2a3d79;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.aservice__img--text__link i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.aservice__img--text__link:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid #2a3d79;
  top: 53%;
  transform: translateY(-50%);
  right: 14px;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.aservice__img--text__link:hover i {
  margin-left: 15px;
}
.aservice__img--text__link:hover:before {
  right: 14px;
  border-color: #4f5168;
}
.aservice__img--text:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.aservice__img--text__link img {
  width: inherit;
}

.aservice__img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.service__sidebar--widget {
  padding: 35px 30px 40px 30px;
}

.service__sidebar--widget__title {
  font-size: 27px;
  margin-bottom: 25px;
}
.service__sidebar--widget__title span {
  color: #2a3d79;
}

.service__sidebar--widget__links li {
  list-style: none;
  padding: 21px 25px 19px 25px;
  background: #ffffff;
  margin-bottom: 12px;
  line-height: 1;
}
.service__sidebar--widget__links li:last-child {
  margin-bottom: 0px;
}
.service__sidebar--widget__links li a {
  font-size: 14px;
  color: #4f5168;
  line-height: 1;
}
.service__sidebar--widget__links li a i {
  font-size: 14px;
  color: #2a3d79;
  float: right;
  margin-top: 3px;
}
.service__sidebar--widget__links li:hover a {
  color: #2a3d79;
}

.service__sidebar--widget__info {
  padding: 10px 25px 10px 25px;
  background: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .service__sidebar--widget__info {
    padding: 0px 15px 0px 15px;
  }
}
.service__sidebar--widget__info li {
  list-style: none;
  padding: 25px 0px;
  border-bottom: 1px solid #dce1e4;
}
.service__sidebar--widget__info li:last-child {
  border-bottom: 0px;
}
.service__sidebar--widget__info li:hover i {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.service__sidebar--widget__info .service__sidebar--widget__info--icon {
  float: left;
  margin-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .service__sidebar--widget__info .service__sidebar--widget__info--icon {
    margin-right: 10px;
  }
}
.service__sidebar--widget__info .service__sidebar--widget__info--icon i {
  font-size: 26px;
  color: #2a3d79;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .service__sidebar--widget__info .service__sidebar--widget__info--icon i {
    font-size: 20px;
  }
}
.service__sidebar--widget__info .service__sidebar--widget__info--text {
  overflow: hidden;
}
.service__sidebar--widget__info .service__sidebar--widget__info--text span {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .service__sidebar--widget__info .service__sidebar--widget__info--text span {
    font-size: 15px;
  }
}
.service__sidebar--widget__info .service__sidebar--widget__info--text span:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service__sidebar--widget__btn {
    display: flex;
    justify-content: space-between;
  }
}
.service__sidebar--widget__btn a {
  font-size: 20px;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  background: #2a3d79;
  display: block;
  padding: 0px 17px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service__sidebar--widget__btn a {
    margin-bottom: 0px;
    flex-basis: 48%;
  }
}
.service__sidebar--widget__btn a:last-child {
  margin-bottom: 0px;
}
.service__sidebar--widget__btn a i {
  font-size: 30px;
  padding-right: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.302);
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  margin-top: -4px;
  margin-right: 15px;
}
.service__sidebar--widget__btn a:hover {
  background: #2371ff;
}

@media (max-width: 767px) {
  .service__header__btn {
    text-align: left !important;
    margin-top: 20px;
  }
}

.aservice__list:hover i {
  animation-name: animation-pulse-shrink;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: inline-block;
}

.custom-service-tab {
  margin-left: -15px;
  margin-right: -15px;
}

.nav-item {
  flex: 50%;
  padding-left: 15px;
  padding-right: 15px;
	margin-bottom: 20px;
}

.nav-link {
  border: none;
  padding: 0px;
  width: 100%;
  background: none;
  cursor: pointer;
}

.service__header__btn a {
  vertical-align: bottom;
}

.aservice__list--icon {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  line-height: 80px;
  background: #2a3d79;
  text-align: center;
  animation: pulse-orange 8s infinite;
}
.aservice__list--icon i {
  color: #2a3d79;
  font-size: 34px;
  vertical-align: middle;
}

.aservice__list--text {
  overflow: hidden;
}
.aservice__list--text p {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aservice__list--text p {
    padding-right: 275px;
  }
}
.aservice__list--text.aservice__list--text2 p {
  padding-right: 0px;
}

.aservice__list--text__title {
  font-size: 20px;
}
.aservice__list--text__title:hover {
  color: #2a3d79;
}

.service-details-subtitle {
  font-size: 22px;
  margin-top: 20px;	
}

.service-details-list li {
  list-style: none;
  padding-left: 28px;
  position: relative;
  margin-bottom: 25px;
}
.service-details-list li:before {
  content: "";
  font-size: 16px;
  color: #2a3d79;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 2px;
  left: 0px;
}

.service__details--contact__form .field-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .service__details--contact__form .field-wrapper {
    display: inherit;
  }
}
.service__details--contact__form .field-wrapper .field {
  width: 48.5%;
}
@media (max-width: 767px) {
  .service__details--contact__form .field-wrapper .field {
    width: 100%;
  }
}

.service-details img,
.service-details-inner-img img {
  width: 100%;
}
.service-details img:hover,
.service-details-inner-img img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.aservice--2 {
  margin-top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aservice--2 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service__contact--img {
    margin-right: 0px;
  }
}
.service__contact--img img {
  max-width: inherit;
  margin-left: -165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .service__contact--img img {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.service__contact--form input, .service__contact--form textarea {
  height: 70px;
  width: 100%;
  display: block;
  border: 1px solid #dce1e4;
  border-radius: 35px;
  background: rgba(247, 247, 247, 0);
  padding: 0px 30px;
  outline: none;
  font-size: 16px;
  color: #83868c;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service__contact--form input::-moz-placeholder, .service__contact--form textarea::-moz-placeholder {
  color: #83868c;
  opacity: 1;
}
.service__contact--form input::placeholder, .service__contact--form textarea::placeholder {
  color: #83868c;
  opacity: 1;
}
.service__contact--form input:focus, .service__contact--form textarea:focus {
  border-color: rgba(34, 112, 255, 0.35);
}

/* 08. Contact CSS */
.acontact__img img {
  margin-left: -165px;
  min-height: 715px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .acontact__img img {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .acontact__img img {
    margin-left: 0px;
    min-height: inherit;
  }
}

.acontact__form {
  background: #2a3d79;
  padding: 20px 30px 30px 30px;
}
@media (max-width: 767px) {
  .acontact__form {
    padding: 20px 30px 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .acontact__form.mr-70 {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .acontact__form.mr-70 {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}
.acontact__form input, .acontact__form textarea, .acontact__form select {
  height: 60px;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #83868c;
  padding: 0px 20px;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 5px;
  border: none;
  outline: none;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 500;
}
.acontact__form input::-moz-placeholder, .acontact__form textarea::-moz-placeholder, .acontact__form select::-moz-placeholder {
  color: #83868c;
  opacity: 1;
}
.acontact__form input::placeholder, .acontact__form textarea::placeholder, .acontact__form select::placeholder {
  color: #83868c;
  opacity: 1;
}
.acontact__form textarea {
  height: 110px;
  padding: 20px;
}
.acontact__form button {
  height: 60px;
  width: 100%;
  display: block;
  background: #151735;
  color: #ffffff;
  line-height: 60px;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 3px;
  font-weight: 600;
}
.acontact__form button:hover {
  background: #2371ff;
}

.select__field--arrow {
  position: relative;
}
.select__field--arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 15px;
  color: #83868c;
  font-family: "Font Awesome 5 Pro";
  z-index: 2;
}

.acontact__form--title {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .acontact__form--title {
    margin-bottom: 20px;
  }
}

.acontact__img {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .acontact__img {
    margin-bottom: 60px;
  }
}
.acontact__img--text {
  padding: 100px 20px 20px 40px;
  height: 320px;
  width: 340px;
  position: absolute;
  right: 0px;
  bottom: 100px;
}
@media (max-width: 767px) {
  .acontact__img--text {
    position: inherit;
    padding-left: 0px;
    height: inherit;
    width: inherit;
  }
}
.acontact__img--text h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0px;
}
.acontact__img--text h2 span {
  color: #2a3d79;
}
.acontact__img--text__backtitle {
  font-size: 290px;
  color: #f3f6f9;
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.299;
  z-index: 1;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #f3f6f9;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .acontact__img--text__backtitle {
    font-size: 200px;
    left: inherit;
    transform: inherit;
    opacity: 0;
  }
}

.contact__inner {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .contact__inner {
    display: inherit;
  }
}

.contact__inner--img {
  flex-basis: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__inner--img {
    flex-basis: 45%;
  }
}
.contact__inner--img .c-img {
  width: 100%;
}

.contact__inner--form {
  flex-basis: 60%;
  padding: 86px 80px 88px 80px;
  box-shadow: 0px 0px 20px 0px rgba(0, 6, 91, 0.05);
  background: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__inner--form {
    padding: 71px 80px 73px 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__inner--form {
    flex-basis: 55%;
    padding: 62px 50px 62px 50px;
  }
}
@media (max-width: 767px) {
  .contact__inner--form {
    padding: 50px 30px;
  }
}

.contact__inner--img__number {
  text-align: center;
  padding: 40px 30px;
  margin: 0px 1px;
  margin-top: -1px;
  position: relative;
}
.contact__inner--img__number a {
  border: 5px solid #ffd7bd;
  line-height: 70px;
  font-size: 24px;
  padding: 0px 35px;
}
.contact__inner--img__number .news__service--number__icon {
    border-color: #bcd4ff;
    background: #2371ff;
}
.news__service--number__icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 65px;
    border: 5px solid #cbced8;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    margin-right: 15px;
    vertical-align: middle;
    animation: pulse 8s infinite;
}
.news__service--number__btn {
    display: inline-block;
    vertical-align: middle;
}
.contact__inner--img__number a {
    border: 5px solid #ffd7bd;
    line-height: 70px;
    font-size: 24px;
    padding: 0px 35px;
}
.news__service--number__btn a {
    height: 76px;
    line-height: 68px;
    padding: 0px 45px;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 767px) {
  .contact__inner--img__number a {
    font-size: 18px;
  }
}
.contact__inner--img__number .news__service--number__icon {
  border-color: #bcd4ff;
  background: #2371ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .newsletter__wrapper--3 {
    display: inherit;
  }
}

/* 15. Footer CSS */
footer {
  background-position: center;
  background-repeat: repeat;
	    background: #1d284b;
}

.footer__widget--title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 8px;
  position: relative;
}
.footer__widget--title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background: #2a3d79;
  left: 0px;
  bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__widget.pl-85 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.pl-80 {
    padding-left: 40px;
  }
  .footer__widget.pl-85 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .footer__widget {
    padding-left: 0px;
  }
}
.footer__widget p {
  color: #fff;
  margin-bottom: 10px;	
}

.emg__number h5 {
  font-size: 20px;
  color: #2a3d79;
  font-weight: 500;
}
.emg__number h4 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0px;
}

.widget__links li {
  list-style: none;
  margin-bottom: 5px;
}
.widget__links li:last-child {
  margin-bottom: 0px;
}
.widget__links li a {
  color: #fff;
  position: relative;
}
.widget__links li a:before {
  left: 0px;
  bottom: 0px;
  margin-right: 5px;
}
.widget__links li a:hover {
  color: #2a3d79;
}

.widget__contact li {
  list-style: none;
  margin-bottom: 5px;
  color: #bcbfc9;
}
.widget__contact li:last-child {
  margin-bottom: 0px;
}
.widget__contact li span {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
}
.widget__contact li a:hover {
  text-decoration: underline;
}

.copyright-border {
  border-top: 1px solid rgba(255, 255, 255, 0.102);
}

.copyright__text span {
  color: #bcbfc9;
  display: block;
      text-align: center;
    padding: 10px;	
}
.copyright__text span a {
  color: #6383e9;
}

.copyright__social {
  padding: 18px 0px 13px 0px;
}
@media (max-width: 767px) {
  .copyright__social {
    text-align: center !important;
  }
}
.copyright__social a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  margin-right: 12px;
  background: #393f53;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.copyright__social a:last-child {
  margin-right: 0px;
}
.copyright__social a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: #2a3d79;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  transform: rotate(90deg);
}
.copyright__social a:hover {
  color: #ffffff;
}
.copyright__social a:hover i {
  transform: rotate(360deg);
}
.copyright__social a:hover:before {
  width: 100%;
}

@media (max-width: 767px) {
  .copyright__text {
    padding-top: 15px;
    text-align: center;
  }
}

.widget__links--3 li a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
}
.widget__links--3 li a:hover {
  padding-left: 5px;
}

.widget__post--img {
  max-width: 85px;
  float: left;
  margin-right: 15px;
}

.widget__post--text {
  overflow: hidden;
}
.widget__post--text span {
  display: block;
  color: #bcbfc9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .widget__post--text span {
    font-size: 15px;
  }
}

.widget__post--text__title {
  font-size: 18px;
  color: #bcbfc9;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget__post--text__title br {
    display: none;
  }
}
.widget__post--text__title:hover {
  color: #2a3d79;
}

.insta__widget {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 270px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright__text--3 {
    text-align: center;
  }
}

.copyright__logo {
  padding: 18px 0px 15px 0px;
}

/* 05. About CSS */
.aabout-img-space {
  margin-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout-img-space {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout-img-space {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aabout-img-space {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .aabout-img-space {
    margin-right: 0px;
  }
}

.aabout-img {
  overflow: hidden;
}
.aabout-img img {
  width: 100%;
}

.aabout-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.aabout-img_text {
  padding: 28px 70px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout-img_text {
    padding: 28px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout-img_text {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .aabout-img_text {
    padding: 28px 55px;
  }
}

.aabout-img_text-title {
  font-size: 72px;
  line-height: 0.9;
  color: #ffffff;
  margin-bottom: 0px;
}
.aabout-img_text-title span {
  font-size: 60px;
  line-height: 1.09;
}

.aabout--profile {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .aabout--profile {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aabout--profile {
    margin-left: 20px;
    margin-top: 0px;
  }
}
.aabout--profile__img {
  height: 60px;
  width: 60px;
  float: left;
}
.aabout--profile__img img {
  border-radius: 50%;
}
.aabout--profile__text {
  margin-left: 80px;
}
.aabout--profile__text h4 {
  font-size: 18px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout--profile__text h4 {
    font-size: 20px;
  }
}

.aabout--profile__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .aabout--profile__wrapper {
    display: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aabout--profile__wrapper {
    display: flex;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aabout-text {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout-text {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aabout-text {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .aabout-text {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.aabout--profile2 {
  margin-left: 0px;
}
@media (max-width: 767px) {
  .aabout--profile2 {
    overflow: hidden;
  }
}
.aabout--profile2 h4 {
  margin-bottom: 0px;
}
.aabout--profile2 h4 br {
  display: inline-block;
}
.aabout--profile2:hover img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.aabout--profile__para p {
  margin-bottom: 0px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aabout-img-space2 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aabout-img-space2 {
    margin-right: 0px;
  }
  .aabout-img-space2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .aabout-img-space2 {
    margin-right: 0px;
  }
  .aabout-img-space2 img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aabout-text-3 {
    padding-bottom: 85px;
  }
}


/* 22. Page Title CSS */
.pt-210 {
    padding-top: 100px;
}
.page-title-area {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.page-title-area:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(21, 32, 66, 0.9);
  z-index: -1;
}

.page-title .breadcrumb-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-title .breadcrumb-title { 
    font-size: 25px;
    line-height: 30px;
  }
}

.page-title-icon {
  position: relative;
}
.page-title-icon i {
  position: absolute;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.3);
}
.page-title-icon i.hero__icon1 {
  top: -102px;
  left: 125px;
  animation: scale-up-one infinite 3s linear;
}
.page-title-icon i.hero__icon3 {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  animation: scale-up-one infinite 5s linear;
}
.page-title-icon i.hero__icon2 {
  bottom: -160px;
  left: -70px;
  animation: scale-up-one infinite 7s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .page-title-icon i.hero__icon2 {
    padding-left: 60px;
  }
}

.breadcrumb-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 0px;
}

.pb-120 {
    padding-bottom: 20px;
}
.pb-110 {
    padding-top: 50px;
}
.img-hover.overlay {
    position: relative!important;
    overflow: hidden!important;
}

ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
[data-reveal].revealed {
    opacity: 1;
    transform: translate(0);
}
.glo-service1-item {
    position: relative;
    margin-bottom: 30px;
}

.glo-service1-thumb {
  position: relative;
  margin-left: 0;
  width: 60%;
}

.glo-service1-thumb img {
  width: 100%;
  display: block;
}
[dir=rtl] .glo-service1-thumb {
  margin-right: auto;
}
.glo-service1-content {
  box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 50%;
  padding: 4% 4% 4% 4%;
  transform: translate(0, -50%);
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .glo-service1-content {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
}

.glo-service1-item {
  position: relative;
}
.glo-service1-item:last-child {
  margin-bottom: 0;
}
.glo-service1-item:nth-child(2n) .glo-service1-thumb {
  margin-right: 0;
  margin-left: auto;
}
.glo-service1-item:nth-child(2n) .glo-service1-content {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .glo-service1-thumb {
    width: 100%;
  }
}

@-webkit-keyframes pulse{
  0%{
    -webkit-transform: scale(0.9);
  }
  50%{
    -webkit-transform: scale(1.1);
  }
  100%{ 
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
    position: fixed;
    left: 30px;
    bottom:80px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background:  url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #000;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #000;
    -webkit-animation: pulse 1s infinite;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#2a3d79;
    opacity: .5;
}

.ablog__text--title {
    font-size: 18px;
    margin-bottom: 5px;
}
.blog__date i {
    font-size: 48px;
}
.blog__date.blog__date--service__icon {
    padding: 12px 15px 7px 15px;
}
.blog__date {
    background: #ffffff;
    padding: 5px 20px;
    border-bottom: 4px solid #2a3d79;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -49px;
    z-index: 2;
    margin-bottom: 25px;
    left: 29px;
}
.ablog__text {
    padding: 42px 30px 20px 30px;
    border: 1px solid #dce1e4;
    position: relative;
	background: #fff;
}
.service__contact--form textarea {
    height: 170px;
    padding: 20px 30px;
    border-radius: 30px;
}
.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top:25%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

.clearning::before {
  content: attr(data-text);
  position: absolute;
  color: #2a3d79;
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2a3d79;
}

.clearning {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color:#2a3d79;
  color: transparent;
  transition: all 0.5s;
  position: relative;
}

@keyframes pulse-width {
  50% {
    width: 100%;
  }
}




.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 8rem;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  


	span.num{
    position: absolute;
    color: #fff;
    left: -103%;
    bottom: -50%;
    background: #2a3d79;
    padding: 10px 16px 9px 22px;
    font-size: 20px;
    border-radius: 17px 0px 0px 17px;

	}