body{
  font-family: "Outfit", sans-serif;
  background-color: #fff;
}
h1, h2, h3{
  font-family: "Outfit", sans-serif;
}
h1{
  font-size: 58px;
  color: #fff;
  line-height: 69px;
}
p{
  font-family: "Outfit", sans-serif;
}

.about_us_area .vert-move{
width: 100%;
}
.section-title .bar {
  height: 5px;
  width: 90px;
  background: #7aaceb;
  margin: 15px auto 20px;
  position: relative;
  border-radius: 30px;
}
.section-title .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.6px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #3a74de;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.page-header .page-titles {
  z-index: 5;
  padding: 7% 0 45px;
}
.page-header .page-titles, .page-header .title-wrap {
  position: relative;
}
.whitecolor {
  color: #fff;
}
#particle-canvas {
  width: 100%;
  height: 100%;
  background: #00000096;
  vertical-align: middle;
  z-index: 1;
  opacity: 1;
  position: absolute;
}

.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}
.btn{
  border-radius: 50px;
  display: inline-block;
  padding: 3px 6px;
} 
.btn-primary {
  color: #fff;
  background-color: #052e64;
  border-color: #2e6da4;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #d21542;
  width: 53px;
  height: 50px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #d21542;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap');

/* header */
#header_navbar{
  width: 100%;
  float: left;
  position: relative;
  padding: 8px 0;
  z-index: 9;
  background-color: #ffffff;
  background: linear-gradient(180deg, rgb(255 255 255 / 48%) 0%, rgb(255 255 255 / 37%) 100%);
  backdrop-filter: blur(12px);
}
#header_navbar .nav {
  height: 55px;
  width: 100%;
  background-color: transparent;
  position: relative;
  display: block;
}

#header_navbar .nav > .nav-header {
  display: inline;
}

#header_navbar .nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 5px 0 10px 0;
}

#header_navbar .nav > .nav-btn {
  display: none;
}

#header_navbar .nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

#header_navbar .nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #000;
}
#header_navbar .active{
  background-color: rgb(210 21 66);
  border-radius: 6px;
}

#header_navbar .nav  > .nav-links > a.active{
  background-color: #ff7400;
  border-radius: 6px;
  color: #fff;
  
}
#header_navbar .nav > .nav-links > a:hover {
  background-color: #ff7400;
  border-radius: 6px;
  color: #fff;
}

#header_navbar .nav > #nav-check {
  display: none;
}

@media (max-width:767px) {
  #header_navbar   .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #header_navbar  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  #header_navbar  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #header_navbar  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  #header_navbar  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  #header_navbar  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  #header_navbar .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  #header_navbar  .nav > #nav-check:checked ~ .nav-links {
    height: auto;
    overflow-y: auto;
  }
.footer-section .copyright-text p {
  margin: 0;
  font-size: 11px !important;
  color: #878787;
}
}
@media(max-width : 767px){
  #header_navbar {
    position: relative;
}
}




/* slider */

.slider_area{
  width: 100%;
  float: left;
  position: relative;
  z-index: 1; 
  overflow: hidden;
  height: 657px;
}
.slider_area .light {
  position: absolute;
  width: .4px;
  opacity: .75;
  background-color: #ffffff8f;
  /* box-shadow: #e9f1f1 0px 0px 20px 2px; */
  opacity: 0;
  top: 100vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.slider_area .x1{
-webkit-animation: floatUp 4s infinite linear;
-moz-animation: floatUp 4s infinite linear;
-o-animation: floatUp 4s infinite linear;
animation: floatUp 4s infinite linear;
 -webkit-transform: scale(1.0);
 -moz-transform: scale(1.0);
 -o-transform: scale(1.0);
transform: scale(1.0);
}

.slider_area .x2{
-webkit-animation: floatUp 7s infinite linear;
-moz-animation: floatUp 7s infinite linear;
-o-animation: floatUp 7s infinite linear;
animation: floatUp 7s infinite linear;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
left: 15%;
}

.slider_area .x3{
-webkit-animation: floatUp 1.5s infinite linear;
-moz-animation: floatUp 1.5s infinite linear;
-o-animation: floatUp 1.5s infinite linear;
animation: floatUp 1.5s infinite linear;
-webkit-transform: scale(.5);
-moz-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
left: -15%;
}

.slider_area .x4{
-webkit-animation: floatUp 4.5s infinite linear;
-moz-animation: floatUp 4.5s infinite linear;
-o-animation: floatUp 4.5s infinite linear;
animation: floatUp 4.5s infinite linear;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
left: -34%;
}

.slider_area .x5{
-webkit-animation: floatUp 8s infinite linear;
-moz-animation: floatUp 8s infinite linear;
-o-animation: floatUp 8s infinite linear;
animation: floatUp 8s infinite linear;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
left: -57%;
}

.slider_area .x6{
-webkit-animation: floatUp 3s infinite linear;
-moz-animation: floatUp 3s infinite linear;
-o-animation: floatUp 3s infinite linear;
animation: floatUp 3s infinite linear;
-webkit-transform: scale(.8);
-moz-transform: scale(.8);
-o-transform: scale(.8);
transform: scale(.8);
left: -81%;
}

.slider_area .x7{
-webkit-animation: floatUp 5.3s infinite linear;
-moz-animation: floatUp 5.3s infinite linear;
-o-animation: floatUp 5.3s infinite linear;
animation: floatUp 5.3s infinite linear;
-webkit-transform: scale(3.2);
-moz-transform: scale(3.2);
-o-transform: scale(3.2);
transform: scale(3.2);
left: 37%;
}

.slider_area .x8{
-webkit-animation: floatUp 4.7s infinite linear;
-moz-animation: floatUp 4.7s infinite linear;
-o-animation: floatUp 4.7s infinite linear;
animation: floatUp 4.7s infinite linear;
-webkit-transform: scale(1.7);
-moz-transform: scale(1.7);
-o-transform: scale(1.7);
transform: scale(1.7);
left: 62%;
}

.slider_area .x9{
-webkit-animation: floatUp 4.1s infinite linear;
-moz-animation: floatUp 4.1s infinite linear;
-o-animation: floatUp 4.1s infinite linear;
animation: floatUp 4.1s infinite linear;
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
left: 85%;
}

.slider_area button:focus{
outline: none;
}

@-webkit-keyframes floatUp{
0%{top: 100vh; opacity: 0;}
25%{opacity: 1;}
50%{top: 0vh; opacity: .8;}
75%{opacity: 1;}
100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
0%{top: 100vh; opacity: 0;}
25%{opacity: 1;}
50%{top: 0vh; opacity: .8;}
75%{opacity: 1;}
100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
0%{top: 100vh; opacity: 0;}
25%{opacity: 1;}
50%{top: 0vh; opacity: .8;}
75%{opacity: 1;}
100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
0%{top: 100vh; opacity: 0;}
25%{opacity: 1;}
50%{top: 0vh; opacity: .8;}
75%{opacity: 1;}
100%{top: -100vh; opacity: 0;}
}

.slider_area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #ff7400;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.slider_area .item {
  height: 100vh;
  position: relative;
}
.slider_area h1 {
  font-size: 57px;
  color: #fff;
  line-height: 69px;
}
.slider_area .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_area img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
.slider_area img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.slider_area .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 19%);
  background: linear-gradient(21deg, #086ad8 22%, rgba(146, 152, 197, 0.17409) 40%);
  display: flex;
  align-items: center;
}
.slider_area .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.slider_area .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slider_area .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 22px;
  color: #052e64;
  letter-spacing: 2px;
}
.slider_area .item .cover .header-content h1 {
  font-size: 49px;
  font-weight: 900;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #052e64;
}
.slider_area .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.slider_area .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider_area .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider_area .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.slider_area .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.slider_area .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slider_area .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.slider_area .owl-nav .owl-prev:focus {
  outline: 0;
}
.slider_area .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.slider_area .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slider_area .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.slider_area .owl-nav .owl-next:focus {
  outline: 0;
}
.slider_area .owl-nav .owl-next:hover {
  background: #000 !important;
}
.slider_area:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.slider_area:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/* new_banner */
.slider_area .banner-wrapper-content {
  max-width: 640px;
  padding-right: 20px;
  margin-left: auto;
  margin-top: 0;
}
.slider_area .banner-wrapper-content p{
  font-size: 19px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6%;
}
.slider_area .banner-wrapper-content .btn-primary:active{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.slider_area .banner-wrapper-content  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: auto;
}

/* about_us_area */
.about_us_area{
  width: 100%;
  float: left;
  position: relative;
  padding: 5% 0 0 0;
  overflow: hidden;
  /* background-image: url(../images/banner_bg.jpg); */
  background-size: cover;
  /* background: linear-gradient(to bottom, #ffffff 0%, #ffffffc2 50%, #ffffffc4 51%, #ffffff 100%), url(../images/banner_bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.about_us_area h2 {
  font-size: 20px;
}
.about_us_area h3{
  font-size: 43px;
  font-weight: 700;
  color: #052e64;
  line-height: 60px;
}
.about_us_area .section-title .bar {
  height: 5px;
  width: 90px;
  background: #6e94d9;
  margin: 15px auto 20px;
  position: relative;
  border-radius: 30px;
}
.about_us_area .box {
  padding: 0.6rem;;
  background: #fff;
  display: inline-block;
  box-shadow: 3px 8px 13px -28px #eee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  width: 44%;
  transition: transform 250ms;
  margin: 20px 24px 0 0;
  /*background: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, rgba(67, 126, 235, 1) 100%);*/
 background: #fc4a1a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


  border-radius: 20px;
  color: #ffffff;
  border: 3px solid #ffffff;
}
.about_us_area .box:hover{
  transform: translateY(-10px);
}

.about_us_area .box img {
  border-radius: 0;
  margin-right: 1rem;
  box-shadow: none;
}
.about_us_area .box:hover { 
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}
.about_us_area .box_content { 
  padding: 3rem 1rem;
  margin: 0 auto;
  padding: 16px 0; 
  gap: .9rem;
  z-index: 12;
  position: relative;
}
/* contact */

.contact_us{
  width: 100%;
  float: left;
  position: relative;
  padding: 5% 0 0 0;
} 
.contact_inside{
  padding: 173px 12% 48px;
    background-color: #052e64;
    background-image: url(../images/bg_img.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0;background-blend-mode: overlay, color-burn, screen, overlay, difference, difference, normal;
  position: relative;
  overflow: hidden;
  margin-top: -9%;
}
.contact_inside p{
  font-size: 21px;
    color: #fff;
}



















































@media(max-width: 767px){
  #header_navbar .nav > .nav-btn > label:hover, .nav #nav-check:checked ~ .nav-btn > label {
    background-color: #052e64;
}
#header_navbar .nav > .nav-btn > label{
  background-color: #052e64;
}
.slider_area {
  padding-top: 0;
}
h1 {
  font-size: 24px;
  color: #fff;
  line-height: 33px;
}
.slider_area .banner-wrapper-content p {
  font-size: 13px;
}
.cta span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cta:before {
  width: 44px;
  height: 42px;
}
}

















.footer-section {
  /*background: #00004e;*/
  background: #ff7400;
  position: relative;
  width: 100%;
  float: left;
  padding: 3% 0 0 0;
}
.footer-section .footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 8px !important;
}
.footer-section .single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.footer-section .cta-text {
  padding-left: 15px;
  display: inline-block;
}
.footer-section .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.footer-section .cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-section .footer-content {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  font-size: 15px;
}
.footer-section .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-section .footer-logo img {
  width: 211px;
  margin-bottom: 14px;
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-top: -48px;
  margin-bottom: 32px;
}
.footer-section .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 21px;
}
.footer-section .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-section .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-section .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-section .facebook-bg {
  background: #3b5998;
}
.footer-section .twitter-bg {
  background: #55acee;
}
.footer-section .google-bg {
  background: #dd4b39;
}
.footer-section .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-section .footer-widget-heading a {
  color: #fff;
}
.footer-section .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-section .footer-widget ul li {
  display: inline-block; 
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-section .footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-section .footer-widget ul li a {
      color: #fff;
  text-transform: capitalize;
}
.footer-section .subscribe-form {
  position: relative;
  overflow: hidden;
}
.footer-section .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.footer-section .subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.footer-widget .useful_link{
  width: 100%;
  float: left;
  padding: 0;
}
.footer-section .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-text{
      text-align: center;
}
.footer-section .copyright-area {
  background: #202020;
  padding: 26px 0;
  margin-top: 1%;
  background-position: left top;
  border-radius: 0;
  background: #052e64;
  background-blend-mode: overlay, color-burn, screen, overlay, difference, difference, normal;
  position: relative;
  border-top: solid 1px #8b8b8b;
  width: 100%;
  float: left;
}
.footer-section .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.footer-section .copyright-text p a {
  color: #ff5e14;
}
.footer-section .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-section .footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-section .footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #ff5e14;
}
.footer-section .footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}
.footer-section .footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #14ffa7;
}
.footer-section .footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #ffd700;
}
.footer-section .footer-social-icon .social_icon {
  text-align: left;
  padding: 0;
}
.footer-section .footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
  margin: 0;
}
.footer-section .footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}
.footer-section .footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}

.footer-section .social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}
.footer-section .social_icon li {
  display: inline-block;
  margin: 0 5px;
}
.footer-section .social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.footer-section .social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}
.footer-section .social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}
.footer-section .social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}
.footer-section .social_icon li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff;
}
.footer-section .social_icon li:nth-child(4) a {
  background: #ff0000;
  color: #fff;
}
.footer-section .social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}
.footer-section .social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}
.footer-section .social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}
.footer-section .social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #ff0000;
}
.footer-section .copyright-area ul { 
  margin-bottom: 0;
}




 /* main-banner-page */

 .main-banner-page {
  width: 100%;
  float: left;
}

.main-banner-page .page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
  background-color: #eee;
  width: 100%;
  float: left;
}
.main-banner-page .overlay-dark {
  background-image: none;
  z-index: 1;
  visibility: visible;
}
.main-banner-page .overlay {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: -webkit-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  background-image: -moz-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  background-image: -ms-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  background-image: -o-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  background-image: linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.main-banner-page .about-header {
  background: url(../images/inner_banner.jpg) no-repeat;
  background-position: left !important;
  background-position: center center !important;
  background-size: cover;
}
.main-banner-page .page-header {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
}
.main-banner-page .page-header a {
  color: #b1b1b1;
  text-decoration: none;
}
.main-banner-page  .position-relative {
  position: relative !important;
}
.main-banner-page .page-header .title-wrap {
  padding: 1.125rem 1.5rem;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  line-height: 1;
  z-index: 2;
  margin-bottom: 0;
  border-radius: 50px;
  box-shadow: 0 10px 20px 0 #00000045;
  --box-shadow-color: #c90000;
}
.main-banner-page  .page-header .page-titles, .page-header .title-wrap {
  position: relative;
}
.main-banner-page .gradient-bg {
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background: #fc4a1a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  
}
.main-banner-page  .page-header .title-wrap h3 {
  display: none;
}
.main-banner-page .title-wrap h3 {
  margin-top: 3px;
  text-transform: capitalize;
}
.main-banner-page .float-left {
  float: left !important;
}
.main-banner-page .font-bold{
  margin: 0;
  font-size: 48px;
}
.main-banner-page .breadcrumb {
  background: transparent;
  margin: 0 auto;
  text-align: center;
  float: none;
  padding: 4px 1rem;
}
.main-banner-page .breadcrumb .breadcrumb-item {
  font-size: 14px;
  position: relative;
}
.main-banner-page .breadcrumb .breadcrumb-item a::before {
  bottom: -5px;
}
.main-banner-page .breadcrumb .breadcrumb-item a::before {
  content: '';
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all .5s cubic-bezier(0,0,0.2,1);
  -o-transition: all .5s cubic-bezier(0, 0, 0.2, 1);
  transition: all .5s cubic-bezier(0,0,0.2,1);
}







/* about_uspage */

.about_uspage{
  width: 100%;
  float: left;
}
#aboutus {
  width: 100%;
  float: left;
  padding: 2% 0;
  background: url(../images/map-pattern.webp);
  margin-bottom: 5%;
}
.aboutus .innovative {
  padding: 0;
  width: 100%;
  float: left;
}
.about_uspage p.title {
  font-size: 1rem;
}

#aboutus p>strong {
  color: #0d56a5;
}
.aboutus h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 34px;
  color: #5e5e5e;
}
#aboutus .how-it-works img {
  width: 100px;
  height: 100px;
  background-color: #1d61aa;
  z-index: 9;
  border-radius: 21px;
  border: dashed 2px #145ba7;
  padding: 10px;
  box-shadow: 7px 6px 0 0 #b8babd;
}
#aboutus .text_high {
  text-align: center;
  padding: 1% 0;
  margin: 1% 0;
  font-size: 28px;
}
#aboutus .timeline hr {
  border-top: 3px dashed #145ba7;
  margin: 0;
  top: 17px;
  position: relative;
}
#aboutus .circle {
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #145ba7;
  color: #fff;
  max-height: 50px;
  z-index: 2
}

#aboutus .how-it-works.row .col-2 {
  align-self: stretch
}

#aboutus .how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px dashed #145ba7;
  z-index: 1
}

#aboutus .how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%
}

#aboutus .how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px)
}

#aboutus .how-it-works.row .col-2.top::after {
  height: 106%;
  left: 50%;
  top: 0
}

#aboutus .timeline div {
  padding: 0;
  height: 38px
}

#aboutus .timeline hr {
  border-top: 3px dashed #145ba7;
  margin: 0;
  top: 17px;
  position: relative
}

#aboutus .timeline .col-2 {
  display: flex;
  overflow: hidden
}

#aboutus .timeline .corner {
  border: 3px dashed #145ba7;
  width: 100%;
  position: relative;
  border-radius: 15px
}

#aboutus .timeline .top-right {
  left: 50%;
  top: -50%
}

#aboutus .timeline .left-bottom {
  left: -96px;
  top: calc(50% - 2px)
}

#aboutus .how-it-works h2 {
  font-size: 29px;
  font-weight: 700;
  color: #5e5e5e;
  margin-bottom: 0;
}
#aboutus .how-it-works p {
  margin-bottom: 0;
}
#aboutus .timeline .top-left {
  left: -96px;
  top: -50%
}

#aboutus .timeline .right-bottom {
  left: 50%;
  top: calc(50% - 2px)
}

#aboutus .how-it-works img {
  width: 100px;
  height: 100px;
  background-color: #e8e8e8;
  z-index: 9;
  border-radius: 21px;
  border: dashed 2px #ffffff29;
  padding: 10px;
  box-shadow: 7px 6px 0 0 #d21542;
}

#aboutus .text_high {
  text-align: center;
  padding: 1% 0;
  margin: 2% 0 5% 0;
}
#aboutus .bg_about {
  background-color: #fff;
}
#aboutus .bg-image-othr-pg {
  background-image: url(../images/bg_image.jpg);
  background-size: cover;
  width: 100%;
  float: left;
  padding: 2% 0;
}




/* contact_us */

.contact_us{
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
}

.contact_us .form_area {
  position: relative;
  width: 100%;
  min-height: 94vh;
  padding: 2rem;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_us .form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact_us .contact-form {
  background-color: #052e64;
  position: relative;
}

.contact_us .circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #c41744);
  position: absolute;
}

.contact_us .circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.contact_us .circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact_us .contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #052e64;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.contact_us form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.contact_us .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.contact_us .input-container {
  position: relative;
  margin: 1rem 0;
}

.contact_us .input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

.contact_us textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.contact_us .input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.contact_us .input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contact_us .btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #052d62;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.contact_us .btn:hover {
  background-color: transparent;
  color: #fff;
}

.contact_us .input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.contact_us .input-container span:before,
.contact_us .input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #052d62;
  top: 50%;
  transform: translateY(-50%);
}

.contact_us .input-container span:before {
  left: 50%;
}

.contact_us .input-container span:after {
  right: 50%;
}

.contact_us .input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.contact_us .input-container.focus span:before,
.contact_us .input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact_us .contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact_us .contact-info .title {
  color: #052d62;
}

.contact_us .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.contact_us .information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
  justify-content: flex-start;
  align-items: baseline;
}

.contact_us .information i {
  color: #052d62;
}

.contact_us .icon {
  width: 28px;
  margin-right: 0.7rem;
}

.contact_us .social-media {
  padding: 2rem 0 0 0;
}

.contact_us .social-media p {
  color: #333;
}

.contact_us .social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.contact_us .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.contact_us .social-icons a:hover {
  transform: scale(1.05);
}

.contact_us .contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #052d62;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.contact_us .big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #f7b733, #fc4a1a);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 45%);
}

.contact_us .big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.contact_us .square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

@media (max-width: 850px) {
  .contact_us  .form {
    grid-template-columns: 1fr;
  }

  .contact_us .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact_us  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  .contact_us .square {
    transform: translate(140%, 43%);
    height: 350px;
  }

  .contact_us .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }

  .contact_us   .text {
    margin: 1rem 0 1.5rem 0;
  }

  .contact_us  .social-media {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .contact_us  .form_area {
    padding: 1.5rem;
  }

  .contact_us  .contact-info:before {
    display: none;
  }

  .contact_us  .square,
  .big-circle {
    display: none;
  }

  .contact_us  form,
  .contact_us .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .contact_us  .text,
  .contact_us  .information,
  .contact_us  .social-media p {
    font-size: 0.8rem;
  }

  .contact_us  .title {
    font-size: 1.15rem;
  }

  .contact_us  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .contact_us  .icon {
    width: 23px;
  }

  .contact_us  .input {
    padding: 0.45rem 1.2rem;
  }

  .contact_us  .btn {
    padding: 0.45rem 1.2rem;
  }
}


/* terms & conditions */

.terms_conditions{
  width: 100%;
  float: left;
  position: relative;
  padding: 5% 0;
}


/* privacy policy */

.privacy_policy{
  width: 100%;
  float: left;
  position: relative;
  padding: 5% 0;
}

 
  .services-section-five {
    position: relative;
    padding: 30px 0 40px;
    width: 100%;
    float: left;
    position: relative;
    padding: 5% 0;
}
.services-section-five .section-title h3 {
  font-size: 43px;
  font-weight: 700;
  color: #052e64;
  line-height: 60px;
}
.services-section-five h3 {
  font-size: 43px;
  font-weight: 700;
  color: #052e64;
  line-height: 60px;
}
.services-section-five .gradient-layer {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(bottom, #F4F4F4 0%, #fff 100%);
  background-image: -moz-linear-gradient(bottom, #F4F4F4 0%, #fff 100%);
  background-image: -o-linear-gradient(bottom, #F4F4F4 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F4F4F4), color-stop(100, #fff));
  background-image: -webkit-linear-gradient(bottom, #F4F4F4 0%, #fff 100%);
  background-image: linear-gradient(to top, #e8f3ff 0%, #fff 100%);
}
.services-section-five .btn-box.centered {
  width: 100%;
  float: left;
  position: relative;
  margin: 5% 0;
}
.services-section-five .btn-box.centered h3 {
  background: linear-gradient(#0d56a5 0%, #3e68e2 100%);
    color: #fff;
    font-weight: 600;
    padding: 20px;
    font-size: 38px;
    line-height: 58px;
    margin-top: 0;
    border-radius: 10px;
    display: flex;
    justify-content: normal;
    padding: 3% 41px;
}
.services-section-five .btn-box.centered h3 img{
  width: 27%;
  position: absolute;
  float: right;
  right: 0;
  margin-top: -89px;
}
.services-section-five .auto-container {
  position: relative; 
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  float: left;
  text-align: center;
}
.service-block-five {
  position: relative;
  margin-bottom: 35px;
}
.service-block-five .inner-box {
  position: relative;
  text-align: center;
  padding-top: 10px;
}
.service-block-five .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.service-block-five .inner-box .icon-box {
  position: relative;
  width: 110px;
  height: 110px;
  color: #0a2aa6;
  font-size: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 110px;
  margin: 0 auto;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.10);
}

.service-block-five .icon-box img {
  width: 60px;
  height: 60px;
}
.service-block-five img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.service-block-five .inner-box .icon-box .circles-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
.service-block-five .color-trigger .fa, .service-block-five .inner-box .icon-box .circles-box, .call-to-action-section .icon-layer-two, .call-to-action-section .icon-layer, .call-to-action-section .icon-layer-four, .banner-section-two .pattern-layer-five, .banner-section-two .pattern-layer-two, .fact-counter-two .column .inner .icon-box .circles-box, .price-block .inner-box .price-box .box-inner .circles-box {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.service-block-five .inner-box .icon-box .circles-box .circle-one {
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
  z-index: 1;
  border-radius: 50%;
  display: inline-block;
  background-color: #3a74de;
} 
.service-block-five .inner-box .icon-box .circles-box .circle-two {
  position: absolute;
  left: 8px;
  bottom: 6px;
  width: 15px;
  height: 15px;
  z-index: 1;
  border-radius: 50%;
  display: inline-block;
  background-color: #fe4c1c;
}
.service-block-five .inner-box .lower-content {
position: relative;
    margin-top: -50px;
    padding: 60px 8px 15px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-color: #e6edff;
    border-radius: 13px;
}
.service-block-five .inner-box .lower-content .left-pattern {
  position: absolute;
  left: -120px;
  top: 0;
  width: 116px;
  height: 119px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.service-block-five .inner-box .lower-content .right-pattern {
  position: absolute;
  right: -170px;
  bottom: 0;
  width: 163px;
  height: 112px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.service-block-five .inner-box h2 {
  position: relative;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 20px;
}
.service-block-five h4 {
  font-size: 24px;
}
.service-block-five .inner-box h4 a {
  position: relative;
  color: #222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  font-weight: 600;
}
.services-section-five .pattern-layer-one {
  position: absolute;
  left: -18px;
  top: 0;
  width: 277px;
  height: 703px;
  z-index: 1;
  background-repeat: no-repeat;
}
.service-block-five .inner-box .text {
  position: relative;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
}
.services-section-five .pattern-layer-two {
  position: absolute;
  right: 0;
  top: 0;
  width: 216px;
  height: 641px;
  z-index: 1;
  background-repeat: no-repeat;
}
.service-block-five .wav_hide_mbl .waves {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15vh;
  margin-bottom: -8px;
  min-height: 100px;
  max-height: 150px;
}
.service-block-five .wav_hide_mbl svg {
  overflow: hidden;
  vertical-align: middle;
}
.service-block-five .wav_hide_mbl{
  width: 100%;
  float: left;
  position: relative;
}
/* Animation */
.service-block-five .wav_hide_mbl .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.service-block-five .wav_hide_mbl .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.service-block-five .wav_hide_mbl .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.service-block-five .wav_hide_mbl .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}

.service-block-five .wav_hide_mbl .parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

@media(max-width: 767px){
  .services-section-five .btn-box.centered h3 { 
    padding: 20px; 
    padding-left: 20px;
    font-size: 29px;
    line-height: 33px;
    margin-top: 0;
    border-radius: 10px;
    display: block;
    justify-content: normal;
    /* align-items: center; */
    padding: 16px;
    position: relative;
}
.services-section-five .btn-box.centered h3 img{
  width: 100%;
  position: relative;
  float: right;
  right: 0;
  margin-top: 0;
}
}




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.contact_content{
  margin: 5% 0 2% 0;
}



@media(min-width: 768px) and (max-width:992px){
.slider_area .banner-wrapper-content {
    max-width: 100%;
    padding-right: 0;
    margin-left: auto;
    margin-top: 6%;
}
.slider_area {
    height: 100%;
}
.about_us_area .box_content {
  padding: 3rem 1rem;
  margin: 0 auto;
  padding: 10px;
  gap: 0.9rem;
  z-index: 12;
  position: relative;
  display: block;
}
  .about_us_area .box {
   padding: 15px;
    width: 49%;
    margin: 0;
    height: 360px;
    float: left;
  }
.slider_area h1 {
    font-size: 35px;
    color: #fff;
    line-height: 43px;
}
.slider_area .banner-wrapper-image img.vert-move{
  width: 100%;
padding-top: 0 !important;
}
.contact_us .big-circle{
 display: none;
}
.about_us_area .right-img.vert-move{
 width: 100%;
}
.services-section-five .btn-box.centered h3 img {
    width: 100%;
    position: relative;
    float: right;
    right: 0;
    margin-top: 0;
}
}

@media(max-width: 767px){
.slider_area h1 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}
.about_us_area h3 {
    font-size: 23px;
    line-height: 40px;
}
.contact_us .big-circle{
 display: none;
}
.slider_area {
    height: 100%;
}
.slider_area img{
  width: 100%;
}
.about_us_area .box {
    width: 100%;
}
.about_us_area .right-img.vert-move{
 width: 100%;
}
#header_navbar .nav > .nav-links {
  background-color: #ededed;
}

}


@media(min-width: 992px) and (max-width: 1199px){
.slider_area h1 {
    font-size: 44px;
    color: #fff;
    line-height: 52px;
}
}

@media(min-width: 1024px){
.service-block-five .inner-box .lower-content {
   height: 365px;
   padding: 60px 17px 14px !important;
}
}

.thank_you{
  width: 100%;
  float: left;
}
.thank_you img{
    height: 308px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}
.thanks_page {
    width: 100%;
    float: left;
    padding: 5% 0;
}
.thanks_page h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 34px;
    color: #5e5e5e;
}
#text-area .row{
    align-items: center !important;
}





.wav_hide_mbl{
width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}








@media(min-width: 992px) and (max-width:1199px){
.slider_area .banner-wrapper-content {
    max-width: 100%;
    padding-right: 0;
    margin-left: auto;
    margin-top: 6%;
}
.slider_area {
    height: 100%;
}
.about_us_area .box_content {
  padding: 3rem 1rem;
  margin: 0 auto;
  padding: 10px;
  gap: 0.9rem;
  z-index: 12;
  position: relative;
  display: block;
}
  .about_us_area .box {
   padding: 15px;
   width: 49%;
   margin: 0;
   height: 451px;
   float: left;
  }}





