@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  font-family: "Nunito Sans", serif;
}
  
html {
  scroll-behavior: smooth;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul, li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  box-shadow: 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input, textarea, button {
  border: 0px;
}

.container {
  width: 100%;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */
.color-white {
  color: #FFF;
}

.color-black {
  color: #000;
}

.color-red {
  color: #0c5dc2;
}

.color-secondary {
  color: #0E0A01;
}

.color-yellow {
  color: #0b5dc3;
}

.bg-yellow {
  background-color: #FF9C00;
}

.bg-red {
  background-color: #4069ff;
}

.bg-dark_yellow {
  background-color: #F3F3F2;
}

.bg-dark_red {
  background-color: #FDF6F8;
}

.color-d_black {
  color: #0E1E36;
}

.color-pd_black {
  color: #04213F;
}

.bg-dark_white {
  background-color: #EFF0F6;
}

.color-primary {
  color: #4069FF;
}

.font-la {
  /* font-family: "Lato", sans-serif; */
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.mb-5 {
  margin-bottom: 5px;
}


body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  
  color: #000000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  
  font-weight: 600;
  color: #000000;
}

h1 {
  font-size: 64px;
  line-height: 78px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
}

h3 {
  font-size: 36px;
  line-height: 48px;
}

h4 {
  font-size: 24px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
}

h6 {
  font-size: 18px;
  line-height: 26px;
}

a {
  font-weight: 600;
  cursor: pointer;
  font-size: 17px;
  color: #000000;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none !important;
}

p {
  margin: 0px;
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

#scrollUp {
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #4069FF;
  box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  z-index: 2 !important;
}
#scrollUp:hover {
  background-color: #0E1E36;
}

@media only screen and (max-width: 991px) {
  #scrollUp {
    font-size: 15px;
    height: 30px;
    line-height: 34px;
    right: 30px;
    width: 30px;
  }
}
button {
  border: none;
}

.clear-fix {
  overflow: hidden;
}

section {
  position: relative;
  z-index: 1;
}
section.pt-235 {
  padding-top: 225px;
}

@keyframes sticky {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  50% {
    opacity: 0;
    margin-top: -60px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.equal > [class*=col-] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 414px) {
  .d-none-mobile {
    display: none !important;
  }
}

.offcanvas-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  position: fixed;
  background: #000;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.no-padding .col-12 {
  padding: 0;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@keyframes left-to-right {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes right-to-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
@keyframes left-to-center {
  0% {
    background-position: left center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes right-to-center {
  0% {
    background-position: right center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-to-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
@keyframes top-to-center {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-to-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}
@keyframes bottom-to-center {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-left-to-bottom-right {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right bottom;
  }
}
@keyframes top-left-to-center {
  0% {
    background-position: left top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes top-right-to-bottom-left {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left bottom;
  }
}
@keyframes top-right-to-center {
  0% {
    background-position: right top;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-left-to-top-right {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right top;
  }
}
@keyframes bottom-left-to-center {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes bottom-right-to-top-left {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: left top;
  }
}
@keyframes bottom-right-to-center {
  0% {
    background-position: right bottom;
  }
  100% {
    background-position: center center;
  }
}
@keyframes zoomIn {
  0% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}
.animation_left-to-right {
  background-position: left center;
}
.active .animation_left-to-right {
  animation: left-to-right 5s ease 0s 1 normal forwards running;
}

.animation_right-to-left {
  background-position: right center;
}
.active .animation_right-to-left {
  animation: right-to-left 5s ease 0s 1 normal forwards running;
}

.animation_left-to-center {
  background-position: left center;
}
.active .animation_left-to-center {
  animation: left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_right-to-center {
  background-position: right center;
}
.active .animation_right-to-center {
  animation: right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-to-bottom {
  background-position: center top;
}
.active .animation_top-to-bottom {
  animation: top-to-bottom 5s ease 0s 1 normal forwards running;
}

.animation_top-to-center {
  background-position: center top;
}
.active .animation_top-to-center {
  animation: top-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-top {
  background-position: center bottom;
}
.active .animation_bottom-to-top {
  animation: bottom-to-top 5s ease 0s 1 normal forwards running;
}

.animation_bottom-to-center {
  background-position: center bottom;
}
.active .animation_bottom-to-center {
  animation: bottom-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-bottom-right {
  background-position: left top;
}
.active .animation_top-left-to-bottom-right {
  animation: top-left-to-bottom-right 5s ease 0s 1 normal forwards running;
}

.animation_top-left-to-center {
  background-position: left top;
}
.active .animation_top-left-to-center {
  animation: top-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-bottom-left {
  background-position: right top;
}
.active .animation_top-right-to-bottom-left {
  animation: top-right-to-bottom-left 5s ease 0s 1 normal forwards running;
}

.animation_top-right-to-center {
  background-position: right top;
}
.active .animation_top-right-to-center {
  animation: top-right-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-top-right {
  background-position: left bottom;
}
.active .animation_bottom-left-to-top-right {
  animation: bottom-left-to-top-right 5s ease 0s 1 normal forwards running;
}

.animation_bottom-left-to-center {
  background-position: left bottom;
}
.active .animation_bottom-left-to-center {
  animation: bottom-left-to-center 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-top-left {
  background-position: right bottom;
}
.active .animation_bottom-right-to-top-left {
  animation: bottom-right-to-top-left 5s ease 0s 1 normal forwards running;
}

.animation_bottom-right-to-center {
  background-position: right bottom;
}
.active .animation_bottom-right-to-center {
  animation: bottom-right-to-center 5s ease 0s 1 normal forwards running;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes playVideo1 {
  0% {
    box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.2);
  }
}
@keyframes playVideo2 {
  0% {
    box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
  }
  40% {
    box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.5);
  }
  80% {
    box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.5);
  }
}
@keyframes playVideo3 {
  0% {
    box-shadow: 0 0 0px 17px #4069FF;
  }
  40% {
    box-shadow: 0 0 0px 6px #4069FF;
  }
  80% {
    box-shadow: 0 0 0px 12px #4069FF;
  }
  100% {
    box-shadow: 0 0 0px 17px #4069FF;
  }
}
@keyframes playVideo4 {
  0% {
    box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
  }
  40% {
    box-shadow: 0 0 0px 0px rgba(64, 105, 255, 0.2);
  }
  80% {
    box-shadow: 0 0 0px 5px rgba(64, 105, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0px 10px rgba(64, 105, 255, 0.2);
  }
}
@keyframes playVideo5 {
  0% {
    box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
  }
  40% {
    box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.1);
  }
  80% {
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.1);
  }
}
@keyframes dimond {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scale5 {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes guraguri {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@-webkit-keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes shakeMe {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
/* ----------------------------------
  All Aniamtion Styles
 ------------------------------------ */
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale /* Safari and Chrome */ {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes playscale {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes move-bottom {
  0% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes move-right {
  0% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

.theme-btn {
  border: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  padding: 18px 37.8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #4069FF;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.theme-btn:after {
  background: #000000;
}
.theme-btn.btn__2 {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.theme-btn.btn__2:after {
  background: #4069ff !important;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.theme-btn.btn__2:hover, .theme-btn.btn__2:focus {
  color: #FFF !important;
}
.theme-btn.btn__2:hover:after, .theme-btn.btn__2:focus:after {
  height: 380%;
}
@media (max-width: 900px) {
  .theme-btn.btn_sm__2 {
    padding: 12px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 17px 30px;
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .theme-btn {
    padding: 16px 26px;
  }
}
@media (max-width: 480px) {
  .theme-btn {
    padding: 15px 25px;
  }
}
.theme-btn i {
  font-size: 12px;
  margin-left: 10px;
}
.theme-btn.btn-white {
  color: #0E1E36;
  background-color: #FFF;
}
.theme-btn.btn-white:after {
  background: #FF9C00;
}
.theme-btn:hover, .theme-btn:focus {
  color: #FFF;
  background-color: #000000;
}
.theme-btn.btn-sm {
  padding: 15px 29px;
}
.theme-btn.btn-yellow {
  background-color: #FF9C00;
}
.theme-btn.btn-yellow:after {
  background: #4069FF;
}
.theme-btn.btn-yellow:hover, .theme-btn.btn-yellow:focus {
  background: #4069FF;
}
.theme-btn.btn-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.theme-btn.btn-red {
  background-color: #0b5dc3;
}
.theme-btn.btn-red:after {
  background: #000000;
}
.theme-btn.btn-red:hover, .theme-btn.btn-red:focus {
  background-color: #4069ff;
}
.theme-btn.btn-black {
  padding: 8px 79.1px;
  background-color: #0E0A01;
}
.theme-btn.btn-black:after {
  background: #4069FF;
}
.theme-btn.btn-black:hover, .theme-btn.btn-black:focus {
  background: #4069FF;
}
.theme-btn.btn-transparent {
  color: #FF9C00;
  padding: 13.5px 31.1px;
  background: transparent;
  border: 1.5px solid rgba(255, 156, 0, 0.3);
}
.theme-btn.btn-transparent i {
  margin: 0 10px 0 0;
}
.theme-btn.btn-transparent:after {
  background: #4069FF;
}
.theme-btn.btn-transparent:hover, .theme-btn.btn-transparent:focus {
  color: #000;
  background: #4069FF;
  border-color: #4069FF;
}
.theme-btn.btn-border {
  color: #243342;
  padding: 13.5px 26.5px;
  background: transparent;
  border: 1.5px solid rgba(36, 51, 66, 0.5);
}
.theme-btn.btn-border:after {
  background: #243342;
}
.theme-btn.btn-border:hover, .theme-btn.btn-border:focus {
  color: #FFF;
  background: #243342;
}
.theme-btn.btn-yellow-transparent {
  color: #FF9C00;
  padding: 13.5px 31.1px;
  background: transparent;
  border: 1.5px solid rgba(255, 156, 0, 0.3);
}
.theme-btn.btn-yellow-transparent:after {
  background: #4069FF;
}
.theme-btn.btn-yellow-transparent:hover, .theme-btn.btn-yellow-transparent:focus {
  color: #FFF;
  border-width: 1px;
  padding: 14px 31.6px;
  border-color: #4069FF;
  background: transparent;
}
.theme-btn:after {
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  position: absolute;
  transition: all 0.6s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.theme-btn:hover:after, .theme-btn:focus:after {
  height: 380%;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #FFF;
  transition: all 0.3s ease;
  position: fixed !important;
}
header.transparent {
  background: transparent;
}
header.transparent .main-header-wraper {
  background: transparent !important;
}
header .logo a {
  display: block;
}
header.header-1 {
  position: relative;
}
header.header-1 .main-menu.main-menu_4 ul > li:hover > a, header.header-1 .main-menu.main-menu_4 ul > li:focus > a, header.header-1 .main-menu.main-menu_4 ul > li.active > a {
  color: #4069FF;
}
header.header-1 .main-menu ul > li {
  display: inline-flex;
}
header.header-1 .main-menu ul > li > a {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  line-height: 19px;
  color: #0E1E36;
  padding: 40.5px 24px;
  display: inline-block;
  text-transform: capitalize;
}
@media (max-width: 1299px) {
  header.header-1 .main-menu ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.header-1 .main-menu ul > li > a i {
  margin-left: 5px;
  transition: all 0.3s ease;
}
header.header-1 .main-menu ul > li:hover > a, header.header-1 .main-menu ul > li:focus > a, header.header-1 .main-menu ul > li.active > a {
  color: #4069FF;
}
header.header-1 .main-menu ul > li:hover > a i, header.header-1 .main-menu ul > li:focus > a i, header.header-1 .main-menu ul > li.active > a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.header-1 .main-menu ul > li:hover > ul, header.header-1 .main-menu ul > li:focus > ul, header.header-1 .main-menu ul > li.active > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.header-1 .main-menu ul > li > ul {
  left: 0;
  top: 100%;
  opacity: 0;
  min-width: 230px;
  z-index: 999;
  position: absolute;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #FFF;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
header.header-1 .main-menu ul > li > ul li {
  display: block;
}
header.header-1 .main-menu ul > li > ul li a {
  display: block;
  color: #0E1E36;
  padding: 12px 25px;
}
header.header-1 .main-menu ul > li > ul li a:hover {
  color: #4069FF;
}
header.header-1 .main-menu ul > li > ul ul {
  top: 0;
  left: 100%;
}

header.header-1 .main-header-wraper {
  left: 0;
  top: 48px;
  width: 100%;
  z-index: 1030;
  padding: 0 15px;
  background-color: #FFF;
  transition: all 0.3s ease;
  position: fixed !important;
}
header.header-1 .main-header-wraper.main-header-wraper-2 {
  background: #0E0A01 !important;
}
@media (max-width: 1199px) {
  header.header-1 .main-header-wraper {
    /* padding: 18px 0; */
  }
}
@media (max-width: 767px) {
  header.header-1 .main-header-wraper {
    top: 0;
  }
}


header.header-1 .main-header-wraper .header-right {
  gap: 30px;
  padding-right: 55px !important;
}
@media (max-width: 1299px) {
  header.header-1 .main-header-wraper .header-right {
    gap: 20px;
    padding-right: 0 !important;
  }
}

header.header-1 .main-header-wraper .header-right .horizontal-bar {
  width: 1px;
  height: 40px;
  background: #D9D9D9;
}
header.header-1 .main-header-wraper .header-right .header-contact {
  gap: 15px;
  color: #0E1E36;
}
header.header-1 .main-header-wraper .header-right .header-contact:hover .icon i, header.header-1 .main-header-wraper .header-right .header-contact:focus .icon i {
  color: #FF9C00;
}
header.header-1 .main-header-wraper .header-right .header-contact:hover .text span,
header.header-1 .main-header-wraper .header-right .header-contact:hover .text h5, header.header-1 .main-header-wraper .header-right .header-contact:focus .text span,
header.header-1 .main-header-wraper .header-right .header-contact:focus .text h5 {
  color: #FF9C00;
}
header.header-1 .main-header-wraper .header-right .header-contact .icon {
  width: 40px;
  height: 40px;
  font-size: 40px;
}
header.header-1 .main-header-wraper .header-right .header-contact .icon i {
  transition: all 0.3s ease;
}
header.header-1 .main-header-wraper .header-right .header-contact .icon img {
  width: 100%;
  height: 100%;
}
header.header-1 .main-header-wraper .header-right .header-contact .text h5 {
  transition: all 0.3s ease;
}
header.header-1 .main-header-wraper .header-right .header-contact .text span {
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s ease;
}
header.header-1.stop .top-header {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
header.header-1.stop .main-header-wraper {
  top: 0;
  background: #FFF;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}

header.hover-color-green .header-menu ul > li:hover a, header.hover-color-green .header-menu ul > li:focus a {
  color: #4069FF;
}
header.hover-color-green .header-menu ul > li > ul li a {
  color: #04213F !important;
}
header.hover-color-green .header-menu ul > li > ul li a:hover, header.hover-color-green .header-menu ul > li > ul li a:focus {
  color: #4069FF !important;
}
header.header-1 .top-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  padding: 0px 15px;
  transition: all 0.3s ease;
  position: fixed !important;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}
header.header-3 .top-header {
    background: #0E1E36;
}
header.header-3 .top-header .header-right-socail {
  gap: 20px;
}
header.header-3 .top-header .header-right-socail .social-profile ul {
  gap: 0;
}
header.header-3 .top-header .header-right-socail .social-profile ul li a {
  display: block;
  font-size: 15px;
  padding: 8px 20.5px;
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}
header.header-3 .top-header .header-right-socail .social-profile ul li a:hover, header.header-3 .top-header .header-right-socail .social-profile ul li a:focus {
  background: #4069ff;
  color: #FFF;
}
header.header-1 .top-header .header-right-socail .social-profile ul {
    display: flex;
    flex-wrap: wrap;
}
header.header-3 .top-header .header-cta ul {
  gap: 40px;
      margin: 0;
    padding: 0;
    display: flex
;
}
header.header-3 .top-header .header-cta ul li {
  z-index: 1;
  position: relative;
}
header.header-3 .top-header .header-cta ul li:last-child:after {
  content: inherit;
}
header.header-3 .top-header .header-cta ul li:after {
  width: 1px;
  top: -13px;
  z-index: -1;
  height: 50px;
  right: -20px;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}
header.header-3 .top-header .header-cta ul li a {
  color: #FFF;
  cursor: default;
  font-size: 15px;
  font-weight: 400;
}
header.header-3 .top-header .header-cta ul li a:hover:any-link, header.header-3 .top-header .header-cta ul li a:focus:any-link {
  color: #4069ff;
  cursor: pointer;
}
header.header-3 .top-header .header-cta ul li a i {
  color: #cccccc;
  font-size: 15px;
  margin-right: 7px;
}
header.header-3 .top-header .header-cta ul li a i.icon-phone {
  font-size: 16px !important;
}
header.header-3 .top-header .header-cta ul li a i.icon-email {
  font-size: 12px !important;
}
header.header-3 .header-menu {
  margin-left: auto;
  width: 66%;
}
header.header-3 .header-menu ul > li:hover > a, header.header-3 .header-menu ul > li:focus > a, header.header-3 .header-menu ul > li.active > a {
  color: #4069ff;
}
header.header-3 .header-menu ul > li a {
  color: #000000;
  padding: 33px 13px;
}
header.header-3 .header-menu ul > li > ul li a:hover {
  color: #4069ff;
}
@media (max-width: 1199px) {
  header.header-3 .main-header-wraper {
    top: 0;
  }
}
header.header-3 .main-header-wraper .header-right {
  padding-right: 0 !important;
}

.mobile-nav {
  top: 0;
  width: 320px;
  right: -380px;
  max-width: 100%;
  padding: 20px;
  z-index: 1032;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  scroll-behavior: smooth;
  background-color: #4069FF;
  transition: right 0.5s ease-in;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav-yellow {
  background-color: #FF9C00;
}
.mobile-nav-yellow .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu {
  background-color: #FF9C00 !important;
}
.mobile-nav-red {
  background-color: #152e51;
}
.mobile-nav-red .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu {
  background-color: #152e51 !important;
}
.mobile-nav .close-nav {
  border: 0;
  left: 20px;
  top: 10px;
  color: #fff;
  font-size: 25px;
  position: absolute;
  border-radius: 30px;
  background: transparent;
}
.mobile-nav .navigation {
  padding-top: 30px;
}
.mobile-nav .navigation .consulter-mobile-nav {
  overflow: hidden;
  transition: all 500ms ease;
}
.mobile-nav .navigation ul:not(.dropdown-menu) {
  position: relative;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li {
  width: 100%;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFF;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li:last-child {
  border-bottom: inherit;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li > a {
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  transition: all 0.3s;
  background: transparent;
  text-transform: capitalize;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown {
  float: none;
  position: static !important;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown > a .dropdown-toggle {
  width: 30px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown > a .dropdown-toggle:after {
  vertical-align: 0;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu {
  top: 0;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  display: block;
  box-shadow: none;
  padding-top: 15px;
  position: absolute;
  background: #4069FF;
  transition: all 0.4s ease;
  transform: translate3d(110%, 0, 0);
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu .control svg {
  width: 20px;
  height: 20px;
  color: #FFF;
  margin-left: 7px;
  display: inline-block;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li {
  margin-bottom: 15px;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li > a {
  color: #FFF;
  display: block;
  position: relative;
  transition: all 0.3s;
  background: transparent;
  text-transform: capitalize;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li.dropdown-back {
  cursor: pointer;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFF;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li.dropdown-back a {
  font-size: 18px;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li:hover a, .mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown .dropdown-menu li:focus a {
  color: #FF9C00;
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li.dropdown.is-open > .dropdown-menu {
  display: block;
  transform: translate3d(0, 0, 0);
}
.mobile-nav .navigation ul:not(.dropdown-menu) > li:hover a, .mobile-nav .navigation ul:not(.dropdown-menu) > li:focus a {
  color: #000;
}

.banner-home {
  z-index: 1;
  background-color: #04213F;
}

.banner-home .container {
  z-index: 1;
  position: relative;
}

.banner-home__content .sub-title {
  padding: 10.5px 0px;
}
.banner-home__content .sub-title span {
  color: #4069ff;
}
.banner-home__content .title span {
  font-weight: 300;
}
@media (max-width: 1199px) {
  .banner-home__content .title {
    font-size: 56px;
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  .banner-home__content .title {
    font-size: 37px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .banner-home__content .title {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 380px) {
  .banner-home__content .title {
    font-size: 35px;
    line-height: 49px;
  }
}
.banner-home__content .description p {
  font-size: 18px;
  line-height: 28px;
}
.banner-home__content .theme-btn {
  padding: 20px 37.8px;
}
@media (max-width: 767px) {
  .banner-home__content .theme-btn {
    padding: 18px 35px;
  }
}
@media (max-width: 575px) {
  .banner-home__content .theme-btn {
    padding: 15px 30px;
  }
}
.banner-home__content .theme-btn__wrapper {
  gap: 30px;
}
.banner-home__content .theme-btn.btn-white-border {
  color: #FFF;
  padding: 18.5px 37.8px;
  background: transparent;
  border: 1.5px solid #FFF;
}
@media (max-width: 767px) {
  .banner-home__content .theme-btn.btn-white-border {
    padding: 16.5px 35px;
  }
}
@media (max-width: 575px) {
  .banner-home__content .theme-btn.btn-white-border {
    padding: 13.5px 30px;
  }
}
.banner-home__content .theme-btn.btn-white-border:after {
  background: #FF9C00;
}
.banner-home__content .theme-btn.btn-white-border:hover, .banner-home__content .theme-btn.btn-white-border:focus {
  background: #FF9C00;
  border-color: #FF9C00;
}
.banner-home__content .theme-btn:hover, .banner-home__content .theme-btn:focus {
  background: #4069ff;
}
.banner-home__media {
  z-index: -1;
  max-height: 670px;
  position: relative;
  margin-right: calc(-50vw + 50%) !important;
  padding-top: 87px;
}

@media (min-width: 1200px) {
  .banner-home__media {
    margin-left: -239px;
  }
}


@media (min-width: 1200px) {
    .why-choose__media-wrapper {
        margin-right: -30px;
    }
}
.why-choose__media-wrapper {
    position: relative;
}
/*.gallery-bar {
    top: 10px;
    width: 30px;
    left: -15px;
    height: 300px;
    position: absolute;
    background: #4069FF;
    animation: move-bottom 3s linear infinite;
}*/
.why-choose__media {
    max-width: 100%;
}
@media (min-width: 1200px) {
    .why-choose__content:not(.why-choose__content-home) {
        padding-left: 30px;
    }
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mr-10 {
    margin-right: 10px;
}
.color-pd_black {
    color: #04213F;
}
.mt-20 {
    margin-top: 20px;
}
.why-choose__item-wrapper {
   gap: 25px 6px;
   flex-wrap: wrap;
   margin-top: 155px;
   justify-content: center;
}
.why-choose__item .icon {
    font-size: 50px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.why-choose__item .description p{
   font-size:13px;
   line-height: 1.3;
}
.padding{
  padding:60px 0px;
}

.footer-1 .footer-bottom-content {
    gap: 15px;
    padding: 27px 0;
    position: relative;
}
.footer-1 .footer-bottom-content .coppyright {
    color: #000000;
    font-size: 14px;
    line-height: 21px;
}
.footer-1 .footer-bottom-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 41.5px;
    justify-content: center;
}
li {
    list-style: none;
    position: relative;
}
.footer-1 .footer-bottom-list ul li a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    position: relative;
}
.footer-1 .footer-bottom-list ul li a:before {
    content: "";
    width: 1.5px;
    height: 100%;
    right: -21.75px;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
}
.footer-1 .footer-bottom-content:after {
    top: 0;
    width: 100%;
    height: 2px;
    content: "";
    border-radius: 5px;
    position: absolute;
    background: rgb(224 219 219);
}
.footer-3 {
    z-index: 1;
    position: relative;
    padding-top: 65px;
    background: #f3eeee;
}
.footer-1 {
}
.work-process.work-process-home {
  position: relative;
}
.mb-60 {
    margin-bottom: 60px;
}
.work-process .mb-minus-30 {
    margin-bottom: -30px;
}
.work-process__item.work-process__item-two {
    height: 400px;
    position: relative;
    border: 1px solid #e1cece;
    background: #fff5f5;
    border-radius: 8px;
}

.work-process__item {
}
.work-process__item.work-process__item-two .icon {
    width: 100px;
    height: 100px;
    background: #0b5dc3;
    position: inherit;
    margin: 20px auto 0px;
    line-height: 100px;
    border-radius: 100%;
}

.work-process__item .icon {
    color: #FFF;
    font-size: 50px;
}

.work-process__item.work-process__item-two .text {
    padding: 25px 25px;
}

.work-process__item .text {
    /* height: 100%; */
    /* background: #FFF; */
}

.planning-success {
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.planning-success:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    background-color: rgb(0 41 113);
}
.slingle_agent .agent_author {
    margin-left: 30px;
}
.slingle_agent .agent_author .author {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
}
.slingle_agent .agent_author .author img {
    height: 120px;
    object-fit: cover;
    width: 100%;
}
 .quote {
    text-align: center;
    margin-top: -20px;
}
 .quote i {
    font-size: 30px;
    line-height: 45px;
    color: #4069ff;
}
.content_authors {
    background: #eee;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px;
}
.slingle_agent .agent_content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.agent_content p{
  font-size:14px;
}
.content_authors p {
    margin: 10px 0px;
}
.slingle_agent .agent_content h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #4c2d36;
    margin-bottom: 3px;
}

.footer-1 .single-footer-wid ul {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.footer-1 .single-footer-wid ul li a {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    padding-left: 15px;
}
.footer-1 .single-footer-wid ul li a:before {
    left: 0;
    content: "\f101";
    font-size: 12px;
    position: absolute;
    top: calc(50% - 7px);
    font-family: "Font Awesome 5 Pro";
}
.mb-30 {
    margin-bottom: 30px;
}
.logo {
    width: 50%;
    padding: 7px 0px;
}
.can-help-overly .container {
    z-index: 1;
    position: relative;
}
.can-help-overly .container:after {
    z-index: -1;
    content: "";
    top: 266px;
    left: -928px;
    height: 1117px;
    width: 2552.29px;
    position: absolute;
    background-size: auto;
    background-image: url(assets/img/home/can-overly-home.png);
}
.can-help.can-help-home-1 {
    z-index: 1;
    position: relative;
}
.can-help.can-help-home-1 .can-help-background {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-size: cover;
    height: calc(100% - 240px);
    background-position: center;
    background-repeat: no-repeat;
}
.can-help.can-help-home-1 .can-help-background:after {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    background: rgb(0 41 113);
}
@media (min-width: 1200px) {
    .can-help__content {
        max-width: 696px;
    }
}
@media (min-width: 1200px) {
    .can-help.can-help-home-1 .can-help__content .title {
        max-width: 614px;
    }
}
@media (min-width: 1200px) {
    .can-help.can-help-home-1 .can-help__content .description {
        max-width: 550px;
    }
}
.can-help__content-btn-group {
    gap: 30px;
}
.can-help__content-btn-group .theme-btn {
    gap: 9px;
    width: 100%;
    border-radius: 4px;
    padding: 20.5px 15px;
    background: transparent;
    border: 1.5px solid rgba(64, 105, 255, 0.3);
}
.can-help__content-btn-group .theme-btn .icon {
    color: #4069FF;
}
.can-help__content-btn-group .theme-btn .icon i {
    margin: 0;
    font-size: 50px;
}
.can-help__content-btn-group .theme-btn .text span {
    font-size: 15px;
    line-height: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.can-help__content-btn-group .theme-btn .text h5 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 17px;
}
.can-help.can-help-home-1 .contact-form {
    box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
}

.can-help .contact-form {
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.pr-85 {
    padding-right: 35px;
}

.pl-85 {
    padding-left: 35px;
}
.pb-60 {
    padding-bottom: 35px;
}
.pt-45 {
    padding-top: 30px;
}
.can-help .contact-form__header .sub-title {
    font-size: 16px;
    line-height: 24px;
}
form {
    position: relative;
}
.can-help .contact-form .single-personal-info {
    margin-bottom: 20px;
}
.can-help .contact-form input, .can-help .contact-form textarea {
    width: 100%;
    outline: none;
    font-size: 15px;
    max-width: 100%;
    font-weight: 400;
    line-height: 26px;
    border-radius: 4px;
    padding: 10.5px 20px;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1.5px solid rgba(14, 30, 54, 0.2);
}
.banner-home__content {
    padding-top: 129px;
}
@media (max-width:767px){
  .contactpage iframe{
    width: 100%;
  }
  .logo {
    width: 70px;
}
}
.why-choose__item {
    width: 90px;
    height: 90px;
    padding: 5% 0px;
    border-radius: 100%;
    margin-top: 30px;
    position: relative;
    background: #deebf7;
    border: 1px solid #bfbbbb;
    background: linear-gradient(90deg, rgb(31 25 122) 0%, rgb(48 47 179) 25%, rgb(58 58 165) 35%);
}
.why-choose__item h5{
  font-size: 14px;
  line-height: 1.4;
}
img.lineimg {
    width: 28px;
}
.client-brand__item{text-align: center;color: #000;background: #ffffff;display: block;margin: 0px 11px;padding: 10px;border-radius: 10px;height: 130px;border: 1px solid #ddd;}
.client-brand__item p{
  line-height: 1.3;
  font-size: 14px;
}
.slick-prev{position: absolute;bottom: -25px;left: 47%;background: #4069ff;color: #fff;width: 30px;height: 30px;border-radius: 100%;text-align: center;font-size: 26px;padding: 2px;}
.slick-next{
  position: absolute;
  bottom: -25px;
  right: 47%;
  background: #4069ff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  font-size: 26px;
  padding: 2px;
}
.why-choose__item .description a{
  font-size: 13px;
  color:#4069ff;
  text-decoration: underline;
}
.client-brand__item-media img{
  margin:0 auto 10px;
  height: 100%;
  object-fit: contain;
}
.footer-1 .single-footer-wid ul li a:hover{
 color:#4069ff; 
}
.baner-pads{
  padding-top: 230px;
  background: #eee;
  padding-bottom: 25px;
}
.breadcrumb-item+.breadcrumb-item::before {
    font-family: "consulter";
}
ul.listing li {
    list-style: circle;
    padding: 10px 0px;
    color: #000;
    font-weight: 600;
}
.client-page .slider-item{
  margin-bottom: 30px;
}
.work-process__item .description p{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;
}
.blue-bg{
  
}
.buleo{
  font-weight: 600;
}
.footerlogo img{
  border-radius:10px;
  width: 140px;
}
.applicationrow .row {
    background-color: #fbfbfb;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 9px #ddd;
}
.apliction_img {
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}
.aplicontent {
    padding: 15px 15px;
}
.aplicontent h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: linear-gradient(-160deg, #ed701d 0%, #fab07f 100%);
    width: 3px;
    height: 25px;
    transform: translateY(-50%);
}
.aplicontent p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-top: 20px;
    transition: all 0.3s linear;
}
.aplicontent span {
    color: #000000;
    font-weight: 600;
}
.applicationrow .row:nth-child(even) {
    flex-direction: row-reverse;
}
.work-process__item.work-process__item-two:after {
    right: -22px;
    color: #0b5dc3;
    font-size: 18px;
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: calc(50% - 13px);
}
.work-process .row .col-xl-3:nth-child(4) .work-process__item.work-process__item-two:after, 
.work-process .row .col-xl-3:nth-child(8) .work-process__item.work-process__item-two:after{
  display:none;
}
.row > [class*=col].pdn{padding:0px;}
@media (min-width: 1200px) and (max-width:1340px) {
  header.header-3 .header-menu {
    margin-left: auto;
    width: 67%;
}
 header.header-3 .header-menu ul > li a {
    color: #000000;
    padding: 33px 10px;
}
}
.contactpage .can-help__content-btn-group .theme-btn:hover span, 
.contactpage .can-help__content-btn-group .theme-btn:hover h5{
color:#fff !important;
}
@media (max-width:1024px){
  .work-process__item.work-process__item-two:after{
    display: none;
  }
}
@media (max-width:767px){
  .why-choose.why-choose__home {
    padding-top: 0px;
}
  .single-footer-wid {
    margin-top: 30px;
}
  .footer-3 {
    padding-top: 40px;
}
  .why-choose__item {
    /* width: 100%; */
  }
  h2.title {
            font-size: 30px;
        line-height: 1.4;
        margin-bottom: 10px;
}
  .why-choose__content{
    padding-top: 20px;
  }
  .baner-pads {
    padding-top: 90px;
  }
}

.pdn{
  padding: 0px;
}
.why-choose__item2 {
    width: 120px;
    background: #b4c7e7;
    border-radius: 100%;
    margin-top: -55px;
    position: relative;
    margin-left: -16px;
    height: 120px;
    padding: 8% 0px;
    border: 1px solid #a5a5a5;
    background: linear-gradient(90deg, rgb(0 41 114) 0%, rgb(29 75 157) 25%, rgb(28 78 167) 35%);
}
.why-choose__item3 {
    width: 160px;
    height: 160px;
    background: #8faadc;
    border-radius: 100%;
    margin-top: -127px;
    position: relative;
    padding: 8% 0px;
    border: 1px solid #7c7575;
    background: rgb(65,57,210);
    background: linear-gradient(90deg, rgb(0 41 114) 0%, rgb(13 66 161) 25%, rgb(55 55 183) 35%);
}
.why-choose__item4 {
    width: 120px;
    height: 120px;
    background: #b4c7e7;
    border-radius: 100%;
    margin-top: -55px;
    position: relative;
    padding: 8% 0px;
    border: 1px solid #9c9696;
    background: linear-gradient(90deg, rgb(0 41 114) 0%, rgb(29 75 157) 25%, rgb(28 78 167) 35%);
}
.why-choose__item5 {
    width: 90px;
    height: 90px;
    background: #deebf7;
    border-radius: 100%;
    position: relative;
    margin-top: 41px;
    margin-left: -22px;
    padding: 5% 0px;
    border: 1px solid #bfbbbb;
    background: linear-gradient(90deg, rgb(31 25 122) 0%, rgb(48 47 179) 25%, rgb(58 58 165) 35%);
}
.why-choose__item-wrapper h4{
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width:767px){
  .why-choose__item {
    width: 70px;
    height: 70px;
    padding: 7% 0px;
    margin-top: 15px;
}
.why-choose__item2 {
    width: 80px;
    height: 80px;
    padding: 8% 0px;
    margin-left: -38px;
    margin-top: -68px;
}
.why-choose__item3 {
    width: 100px;
    height: 100px;
    padding: 7% 0px;
}
.why-choose__item4 {
    width: 80px;
    height: 80px;
    padding: 8% 0px;
    margin-top: -68px;
    margin-left: -7px;
}
.why-choose__item5 {
    width: 70px;
    height: 70px;
    padding: 7% 0px;
    margin-left: -45px;
    margin-top: 17px;
}
.why-choose__item-wrapper h4{
  font-size:14px;
}
.why-choose__content h4.title {
  font-size:18px;
}

}
.client-brand__item-media{
  height: 100%;
}
.client-brand__item:hover,.client-brand__item:focus{
  border: 1px solid #002972;
}
.client-page .client-brand__item{
  margin: 0px 0px;
}
.why-choose__item-wrapper a{
  height: 100%;
  display: block;
  width: 100%;
}
.relatesc {
  position: relative;
}
.relatesc .slick-button-next{
  position: absolute;
  right: 0;
  top: 35%;
  background: #ddd;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  padding: 3px;
  z-index: 999;
}

.relatesc .slick-button-prev{
  position: absolute;
    left: 0;
    top: 35%;
    background: #ddd;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    padding: 3px;
    z-index: 999;
}