/* ------------------------------------------------------------------
    Main Style
 -------------------------------------------------------------------- */

/* -- Basic -- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Circular Std", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  color: #696969;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Circular Std", sans-serif;
  margin: 0px;
  font-weight: 700;
  color: #211e3b;
}

h1 {
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -3px;
}

h1.fs-lg {
  font-size: 150px;
  line-height: 80%;
}

h2 {
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -3px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

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

h6 {
  font-size: 16px;
  line-height: 24px;
}

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

p {
  margin: 0px;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

body,
html {
  height: 100%;
}

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;
}

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

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

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

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

::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;
  -webkit-box-shadow: 0 0 0;
  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%;
}
.cta-banner-content {
  background-color: #1cca98;
  border-radius: 10px;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}

/* .cta-banner-content::before {
  position: absolute;
  width: 100%;
  background-color: #1cca98;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
} */

.cta-banner-content a {
  background-color: #e74c3c;
  border-color: #fff;
  color: #ffffff;
  border-color: #e74c3c;
}

.cta-content-banner-4 {
  background-color: #086ad7;
  padding: 50px 0px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 78%, 97% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 78%, 97% 100%, 0 100%, 0 0);
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: #fff !important;
}
.mlm-30 {
  margin-left: -30px;
}

/* padding left */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/* padding right */
.pr-5 {
  padding-right: 5px;
}

.pr-5i {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-150 {
  padding-right: 150px;
}

/* padding top */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

/* padding bottom */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* margin left */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/* margin right */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/* margin top */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mmb10 {
  margin-bottom: -10px;
}

.mtm-30 {
  margin-top: -30px;
}

.mbm-30 {
  margin-bottom: -30px;
}

.mtm-40 {
  margin-bottom: -40px;
}
/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-center {
  background-position: center;
}

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: left;
}

.bg-right {
  background-repeat: no-repeat;
  background-position: right;
}

.bg-left {
  background-repeat: no-repeat;
  background-position: left;
}

.bg-bottom {
  background-repeat: no-repeat;
  background-position: bottom;
}

.bg-top {
  background-repeat: no-repeat;
  background-position: top;
}

.bg-100 {
  background-size: 100% 100%;
}
.btnd,
.video-btn,
.theme-btn {
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}

.theme-btn {
  color: #fff;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #086ad7;
  border: 1px solid #086ad7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-btn.theme-2 {
  background-color: #ff5e14;
  border: 1px solid #ff5e14;
  color: #fff;
  border-radius: 50px;
  padding: 22px 40px;
}

.theme-btn.theme-2:hover {
  background-color: #211e3b;
  border: 1px solid #211e3b;
}

.theme-btn.theme-2.white {
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  color: #211e3b;
  border-color: #fff;
}

.theme-btn.theme-2.white:hover {
  background-color: #211e3b;
  color: #fff;
  border-color: #211e3b;
}

.theme-btn i {
  margin-left: 10px;
}

.theme-btn.no-fil {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  margin-left: 15px;
}

.theme-btn.no-fil:hover {
  background-color: #086ad7;
  border: 1px solid #086ad7;
}

.theme-btn.black {
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #fff;
}

.theme-btn.black:hover {
  background-color: #086ad7;
  border: 1px solid #086ad7;
}

.theme-btn.minimal-btn {
  color: #211e3b;
  border: 1px solid #b0cff2;
  background: transparent;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.theme-btn.minimal-btn:hover {
  background-color: #086ad7;
  border: 1px solid #086ad7;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #fff;
}

.theme-btn.off-white {
  background-color: #efeff1;
  color: #211e3b;
  border: 1px solid #efeff1;
}

.theme-btn:hover {
  background-color: #3498db;
  border: 1px solid #3498db;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  color: #fff;
}
.theme-btn:hover i{
  margin-right: 10px;
  transition: 0.5s;
}
.theme-btn i{
  transition: 0.5s;
}
.theme-btn-sm {
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 18px;
  font-style: normal;
  position: relative;
  padding: 10px 18px;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 500px;
  background: rgba(8, 106, 215, 0.75);
}

.theme-btn-sm:before {
  left: 0;
  width: 0%;
  bottom: 0;
  content: "";
  opacity: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  border-radius: 500px;
}

.theme-btn-sm:hover {
  cursor: text;
}

.theme-btn-sm:hover:-moz-any-link {
  color: #fff;
  cursor: pointer;
  background: transparent;
}

.theme-btn-sm:hover:any-link {
  color: #fff;
  cursor: pointer;
  background: transparent;
}

.theme-btn-sm:hover:-moz-any-link:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.theme-btn-sm:hover:any-link:before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.section-bg {
  background-color: #211e3b;
}

.section-bg-2 {
  background-color: #eef4fc;
}

.theme-bg {
  background-color: #086ad7;
}

/* -- Fonts -- */

@font-face {
  font-family: "Circular Std";
  src: url("../font/CircularStd-MediumItalic.eot");
  src: local("Circular Std Medium Italic"), local("CircularStd-MediumItalic"),
    url("../font/CircularStd-MediumItalic.eot")
      format("embedded-opentype"),
    url("../font/CircularStd-MediumItalic.woff2") format("woff2"),
    url("../font/CircularStd-MediumItalic.woff") format("woff"),
    url("../font/CircularStd-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/CircularStd-Black.eot");
  src: local("Circular Std Black"), local("CircularStd-Black"),
    url("../font/CircularStd-Black.eot") format("embedded-opentype"),
    url("../font/CircularStd-Black.woff2") format("woff2"),
    url("../font/CircularStd-Black.woff") format("woff"),
    url("../font/CircularStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/CircularStd-Medium.eot");
  src: local("Circular Std Medium"), local("CircularStd-Medium"),
    url("../font/CircularStd-Medium.eot") format("embedded-opentype"),
    url("../font/CircularStd-Medium.woff2") format("woff2"),
    url("../font/CircularStd-Medium.woff") format("woff"),
    url("../font/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/CircularStd-Bold.eot");
  src: local("Circular Std Bold"), local("CircularStd-Bold"),
    url("../font/CircularStd-Bold.eot") format("embedded-opentype"),
    url("../font/CircularStd-Bold.woff2") format("woff2"),
    url("../font/CircularStd-Bold.woff") format("woff"),
    url("../font/CircularStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/CircularStd-BlackItalic.eot");
  src: local("Circular Std Black Italic"), local("CircularStd-BlackItalic"),
    url("../font/CircularStd-BlackItalic.eot")
      format("embedded-opentype"),
    url("../font/CircularStd-BlackItalic.woff2") format("woff2"),
    url("../font/CircularStd-BlackItalic.woff") format("woff"),
    url("../font/CircularStd-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Circular Std Book";
  src: url("../font/CircularStd-BookItalic.eot");
  src: local("Circular Std Book Italic"), local("CircularStd-BookItalic"),
    url("../font/CircularStd-BookItalic.eot")
      format("embedded-opentype"),
    url("../font/CircularStd-BookItalic.woff2") format("woff2"),
    url("../font/CircularStd-BookItalic.woff") format("woff"),
    url("../font/CircularStd-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Circular Std";
  src: url("../font/CircularStd-BoldItalic.eot");
  src: local("Circular Std Bold Italic"), local("CircularStd-BoldItalic"),
    url("../font/CircularStd-BoldItalic.eot")
      format("embedded-opentype"),
    url("../font/CircularStd-BoldItalic.woff2") format("woff2"),
    url("../font/CircularStd-BoldItalic.woff") format("woff"),
    url("../font/CircularStd-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Circular Std Book";
  src: url("../font/CircularStd-Book.eot");
  src: local("Circular Std Book"), local("CircularStd-Book"),
    url("../font/CircularStd-Book.eot") format("embedded-opentype"),
    url("../font/CircularStd-Book.woff2") format("woff2"),
    url("../font/CircularStd-Book.woff") format("woff"),
    url("../font/CircularStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* -- scrollUp -- */

#scrollUp {
  background-color: #086ad7;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  font-size: 22px;
  height: 40px;
  line-height: 44px;
  right: 20px;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#scrollUp:hover {
  background-color: #211e3b;
}

/* -- preloader -- */

.preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader.dark .animation-preloader .spinner {
  border-color: #086ad7;
  border-top-color: #fff;
}

.preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #086ad7;
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader .loader.dark_bg .loader-section .bg {
  background: #efc94c;
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/* -- Header -- */
header {
  width: 100%;
  z-index: 9999;
}

header.header-3 .top-header {
  background-color: #e6f0fb;
  padding: 14px 0px;
}

header.header-3 .top-header .welcome-text a {
  text-decoration: underline;
  color: #086ad7;
  margin-left: 5px;
}

header.header-3 .mobile-nav-bar {
  display: none;
}

header.header-3 #hamburger {
  display: block;
  color: #086ad7;
}

header.header-3 .menu-top-bar {
  position: relative;
  padding: 20px 0px 15px;
  overflow: hidden;
}

header.header-3 .side-toggle-menu {
  top: 0;
  right: 0;
  width: 8%;
  position: absolute;
  background-color: #211e3b;
  color: #fff;
  height: 100%;
  font-size: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.header-3 .side-toggle-menu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 32%;
}

header.header-3 .side-toggle-menu:hover {
  background-color: #3e3970;
  color: #fff;
  cursor: pointer;
}

header.header-3 .contact-info-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row: auto;
  width: 92%;
  padding-right: 30px;
}

header.header-3 .single-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  position: relative;
}

header.header-3 .single-menu-box::before {
  position: absolute;
  width: 1px;
  height: 400%;
  top: 0;
  left: 0;
  content: "";
  background-color: #e8e8eb;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

header.header-3 .single-menu-box .icon {
  float: left;
  overflow: hidden;
  font-size: 42px;
  line-height: 1;
  color: #086ad7;
  margin-right: 20px;
}

header.header-3 .single-menu-box .content {
  overflow: hidden;
}

header.header-3 .single-menu-box .content h3 {
  line-height: 1;
}

header.header-3 .single-menu-box .content span {
  font-size: 16px;
  line-height: 1;
}

header.header-3 .middle-header-wraper {
  padding: 0px 70px;
}

header.header-3 .main-menu-wrapper {
  background: #ffffff;
  margin-bottom: -40px;
  z-index: 999;
  position: relative;
  border-top: 5px solid #211e3b;
  position: relative;
}

header.header-3 .main-menu > ul {
  line-height: 1;
  width: 100%;
  display: flex;
}

header.header-3 .main-menu > ul > li {
  display: flex;
  line-height: 1;
  border-right: 1px solid #ddd;
  border-bottom: 5px solid #e74c3c;
  margin-left: 0;
  margin: 0;
  flex: 1;
  align-items: center;
  justify-content: center;
}

header.header-3 .main-menu > ul > li > a {
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 30px;
  overflow: hidden;
  color: #000;
  margin: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
}

header.header-3 .main-menu > ul > li > a i {
  margin-left: 5px;
}

header.header-3 .main-menu > ul > li:hover > a {
  color: #000;
}

header.header-3 .main-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.header-3 .main-menu > ul > li > ul {
  position: absolute;
  top: 107%;
  width: 230px;
  background-color: #ffffff;
  left: 0;
  z-index: 999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}

header.header-3 .main-menu > ul > li > ul li {
  display: block;
}

header.header-3 .main-menu > ul > li > ul li a {
  display: block;
  color: #222;
  padding: 12px 25px;
  border-bottom: 1px solid #ddd;
}

header.header-3 .main-menu > ul > li > ul li a:hover {
  color: #000;
}

header.header-3 .main-menu > ul > li > ul ul {
  left: 100%;
  top: 0;
}

header.stop .top-header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

header {
  background: #fafafa url(../image/border.png) repeat-x top;
}
.logo a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}
.logo h3 {
  font-size: 44px;
  text-transform: uppercase;
}
.logo p {
  font-size: 20px;
}
.logo img {
  width: 70px;
}
.header-menu-wrap {
  background: #fff;
  position: relative;
  top: 5px;
}
header.header-3 .side-toggle-menu {
  background-color: #211e3b;
  color: #ffffff;
}
header.header-3 .main-menu > ul > li:nth-child(1),
header.header-3 .main-menu > ul > li:nth-child(5) {
  border-bottom: 5px solid #e74c3c;
}
header.header-3 .main-menu > ul > li:nth-child(2),
header.header-3 .main-menu > ul > li:nth-child(6) {
  border-bottom: 5px solid #f1c40f;
}
header.header-3 .main-menu > ul > li:nth-child(3),
header.header-3 .main-menu > ul > li:nth-child(7) {
  border-bottom: 5px solid #00c48b;
}
header.header-3 .main-menu > ul > li:nth-child(4) {
  border-bottom: 5px solid #3498db;
}
.theme-btn {
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
}
.content-show {
  transition: 1s;
}

.main-menu {
  width: 100%;
}
.single-menu-box:nth-child(2) i {
  color: #e74c3c;
}
.single-menu-box:nth-child(3) i {
  color: #f1c40f;
}

/* -- Mobile-Nav -- */

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
  background-color: #061d36ed;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav .theme-btn.black{
  background-color: #00c48b;
  border-color: #00c48b;
}
.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 30px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #086ad7;
}

#hamburger {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  text-align: right;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

.action-bar {
  margin-top: 30px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar a.theme-btn {
  text-align: center;
}

/* -- Offset-Menu -- */

.offset-menu {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  right: -30%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #211e3b;
  -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  overflow: auto;
}

.offset-menu.show {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.offset-menu .offset-menu-wrapper {
  width: 360px;
  padding: 80px 30px;
}

.offset-menu .theme-btn {
  padding: 20px 45px;
  font-weight: 500;
  margin-top: 40px;
}

.offset-menu .offset-menu-section {
  margin-top: 40px;
}

.offset-menu .offset-menu-section h3,
.offset-menu .offset-menu-section h4,
.offset-menu .offset-menu-section h5 {
  line-height: 1;
  margin-bottom: 20px;
}

.offset-menu .offset-menu-section a {
  margin-bottom: 10px;
}

.offset-menu .offset-menu-section ul li {
  margin-bottom: 5px;
}

.offset-menu .offset-menu-section ul li span {
  margin-right: 10px;
}

.offset-menu #offset-menu-close-btn {
  position: fixed;
  right: 30px;
  font-size: 28px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9;
  top: 20px;
}

.offset-menu #offset-menu-close-btn:hover {
  color: #ff5e14;
}

.offset-menu .offset-menu-footer {
  margin-top: 35px;
}

.offset-menu .offset-menu-social-icon a {
  font-size: 16px;
  background: #211e3b;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}

.offset-menu .offset-menu-social-icon a:hover {
  background: #086ad7;
}

.offset-menu img {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
}
/* Slider */

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
.main-button a {
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 40px;
  border-radius: 30px;
}
#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgb(22 34 57 / 68%);
  top: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

/* -- Section-Title -- */

.section-title {
  position: relative;
  z-index: 1;
}

.section-title span {
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
  color: #211e3b;
  position: static;
  opacity: 0.05;
  z-index: -1;
  text-transform: uppercase;
  margin: 0px auto;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
}

.section-title p {
  color: #222;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  text-transform: lowercase;
  padding: 50px 0;
}

.section-title h1 {
  /* line-height: 50px; */
  font-weight: 900;
  text-transform: capitalize;
  /* position: relative;
  top: 18px; */
}

.section-title.section__title_3 h6 {
  font-family: "Circular Std", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title.section__title_3 h6 img {
  margin-right: 15px;
}

.section-title.section__title_3 h2 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
  color: #211e3b;
}

.section-title-2 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.section-title-2 span {
  font-size: 180px;
  line-height: 1;
  color: rgba(0, 22, 89, 0);
  font-weight: 600;
  -webkit-text-stroke: 1px #efefef;
  position: absolute;
  top: -38%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.9;
  z-index: -1;
}

.section-title-2 p {
  color: #ff5e14;
}

.section-title-2 h1 {
  color: #211e3b;
}

.section-title-2 .icon {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.08);
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.section-title-2 .icon::before {
  border-style: solid;
  border-width: 4px;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border-color: #eaeaea;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.section-padding {
  padding: 130px 0px;
  background: #fdfdfd;
  margin-bottom: 80px;
}

.section-padding-3 {
  padding: 70px 0px;
}

/* -- Achivement-Fact -- */

.funfact-wrapper {
  position: relative;
  z-index: 1;
}

.funfact-wrapper.bottom::before {
  bottom: 0;
  top: auto;
}

.funfact-wrapper.no-bg::before {
  display: none;
}

.funfact-wrapper::before {
  position: absolute;
  height: 50%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #211e3b;
  content: "";
}

.funfact-wrapper .funfact-content-grid {
  background-color: #086ad7;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.funfact-content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  padding: 80px 0px 70px;
}

.funfact-content-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.funfact-content-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.funfact-content-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.funfact-content-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.single-funfact-item {
  background: #0000002e;
  padding: 50px 30px;
  margin: 10px;
  border-bottom: 3px solid;
}
.funfact-content-grid .single-funfact-item .icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
}

.funfact-content-grid .single-funfact-item h3 {
  font-weight: 500;
  font-size: 55px;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.funfact-content-grid .single-funfact-item h3::before {
  position: absolute;
  content: "+";
  right: -20px;
  top: -15px;
  font-size: 30px;
  font-weight: 400;
}

.funfact-content-grid .single-funfact-item p {
  margin-top: 5px;
}

.funfact-box-bg {
  width: 100%;
  background-color: #086ad7;
  border-radius: 7px;
  margin: 0px auto;
  padding: 80px 0px;
}

.fun-fact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px;
  text-align: center;
}

.fun-fact-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.fun-fact-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.fun-fact-grid .single-funfact-item {
  background-color: #fff;
  padding: 40px 30px 30px;
  -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 52% 100%, 0 100%, 0 14%);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 52% 100%, 0 100%, 0 14%);
}

.fun-fact-grid .single-funfact-item .icon {
  font-size: 55px;
  margin-bottom: 10px;
  color: #086ad7;
}

.fun-fact-grid .single-funfact-item h3 {
  font-size: 55px;
  line-height: 1;
}
.our-achivement-fact {
  margin-top: 0;
  padding-top: 0;
}
.single-funfact-item:nth-child(1) {
  color: #e74c3c;
}
.single-funfact-item:nth-child(2) {
  color: #f1c40f;
}
.single-funfact-item:nth-child(3) {
  color: #00c48b;
}
.single-funfact-item:nth-child(4) {
  color: #3498db;
}
/* -- intro -- */
.intro p {
  font-style: normal;
  font-weight: 450;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
}
.curve {
  background: url(../image/bg_shape_03.svg) no-repeat;
  background-size: 90%;
  background-position: 100px 30px;
}
.prosess-wrapper {
  position: relative;
}

.prosess-wrapper .prosess-element .icon {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  outline: 1px dashed #000;
  /* padding: 109px; */
  border: 8px solid #fff;
  padding: 5px;
}

.prosess-wrapper .prosess-element h4 {
  font-family: "Circular Std", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #211e3b;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.prosess-wrapper .prosess-element p {
  font-style: normal;
  font-weight: 450;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
}

.prosess-wrapper .prosess-element span {
  position: absolute;
  top: 10%;
  left: 12%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  color: #086ad7;
}

.prosess-wrapper .pro-line {
  z-index: -1;
  position: absolute;
  top: 45%;
  left: 20%;
}
.prosess-wrapper .prosess-element .icon i {
  font-size: 40px;
  animation: unrotate 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.prosess-wrapper .prosess-element .icon {
  outline-width: 2px;
  animation: rotate 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes unrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.prosess-element-container:nth-child(1) i,
.prosess-element-container:nth-child(1) .icon {
  color: #e74c3c;
  outline-color: #e74c3c;
}
.prosess-element-container:nth-child(2) i,
.prosess-element-container:nth-child(2) .icon {
  color: #f1c40f;
  outline-color: #f1c40f;
}
.prosess-element-container:nth-child(3) i,
.prosess-element-container:nth-child(3) .icon {
  color: #00c48b;
  outline-color: #00c48b;
}
.prosess-element-container:nth-child(4) i,
.prosess-element-container:nth-child(4) .icon {
  color: #3498db;
  outline-color: #3498db;
}
.prosess-element-container:nth-child(1) a:hover {
  color: #e74c3c;
}
.prosess-element-container:nth-child(2) a:hover {
  color: #f1c40f;
}
.prosess-element-container:nth-child(3) a:hover {
  color: #00c48b;
}
.prosess-element-container:nth-child(4) a:hover {
  color: #3498db;
}
.prosess-wrapper .pro-line {
  top: 50%;
  left: 20%;
}
/* -- Footer -- */

.footer-widgets {
  padding-top: 55px;
  padding-bottom: 100px;
}

.footer-wrap .footer-bottom .footer-bottom-content {
  padding: 30px 0px;
}

footer .footer-bottom-content p {
  color: #222 !important;
}

.footer-wrap .footer-bottom a {
  color: #086ad7;
}

.footer-bottom {
  background: #fff url(../image/border.png) repeat-x top;
}

.footer-wrap .single-footer-wid {
  margin-top: 40px;
}

.footer-wrap .single-footer-wid .wid-title {
  margin-bottom: 30px;
}

.footer-wrap .single-footer-wid.site_info_box {
  text-align: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  margin-right: 40px;
  padding: 60px 40px;
  margin-top: -80px;
  z-index: 9;
}

.footer-wrap .single-footer-wid.site_info_box .f_logo {
  margin-bottom: 30px;
  display: block;
}

.footer-wrap .single-footer-wid.site_info_box::before {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #ff5e14;
  content: "";
  top: 0;
  left: 0;
}

.footer-wrap .single-footer-wid.site_info_box p {
  color: #696969;
  font-size: 14px;
}

.footer-wrap .single-footer-wid.site_info_box .social_link {
  margin-top: 40px;
}

.footer-wrap .single-footer-wid.site_info_box .social_link a {
  background-color: #211e3b;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  color: #211e3b;
  margin-right: 5px;
}

.footer-wrap .single-footer-wid.site_info_box .social_link a:hover {
  color: #fff;
  background-color: #ff5e14;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #282828;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrap
  .single-footer-wid.site_info_widget
  .single-contact-info:last-child {
  border: 0;
}

.footer-wrap
  .single-footer-wid.site_info_widget
  .single-contact-info:hover
  .icon {
  background-color: #fff;
  color: #086ad7;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info span {
  display: block;
  color: #cacaca;
  font-size: 14px;
}

.footer-wrap .single-footer-wid.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  background-color: #086ad7;
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-wrap .single-footer-wid .social_link {
  margin-top: 40px;
}

.footer-wrap .single-footer-wid .social_link a {
  background-color: #0f0f0f;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}

.footer-wrap .single-footer-wid .social_link a:hover {
  color: #fff;
  background-color: #086ad7;
}

.footer-wrap .single-footer-wid ul li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.footer-wrap .single-footer-wid ul li::before {
  position: absolute;
  content: "\f101";
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: #f1c40f;
}

.footer-wrap .single-footer-wid ul li > a {
  color: #696969;
  margin-bottom: 15px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-wrap .single-footer-wid ul li > a:hover {
  color: #086ad7;
  padding-left: 10px;
}

.footer-wrap .single-footer-wid ul li:last-child a {
  margin-bottom: 0;
}

.footer {
  position: relative;
  padding-top: 0px;
  margin-top: 100px;
  z-index: 1;
  background: url("../image/footer-bg.jpg") fixed;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4 {
  color: #fff !important;
}

.footer a,
.footer p,
.footer span {
  color: #b9b9bb !important;
}

.footer::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  background: #09071b;
  opacity: 0.94;
  z-index: -1;
}

.footer .social-link a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 39px;
  border-radius: 50%;
  background-color: #dae9f9;
  margin: 0 4px;
  text-align: center;
  font-size: 14px;
  color: #ffffff !important;
}

.footer .social-link a:nth-child(1) {
  background: #086ad7;
}

.footer .social-link a:nth-child(2) {
  background: #00c48b;
}

.footer .social-link a:nth-child(3) {
  background: #f1c40f;
}

.footer .social-link a:nth-child(4) {
  background: #e74c3c;
}

.footer .social-link a:hover {
  background-color: #086ad7;
  color: #fff !important;
}

.footer .footer-widgets {
  background: url(../image/border.png) repeat-x top;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  display: inline-block;
  margin-left: 40px;
}

.recent_post_widget .recent-post-list .single-recent-post {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.recent_post_widget .recent-post-list .single-recent-post:last-child {
  margin-bottom: 0;
}

.recent_post_widget .recent-post-list .single-recent-post .thumb {
  background-color: #eee;
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  border-radius: 7px;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data {
  margin-top: -5px;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data span {
  font-size: 14px;
  line-height: 1;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data span i {
  margin-right: 5px;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data h5 {
  letter-spacing: -1px;
}

.recent_post_widget .recent-post-list .single-recent-post .post-data h5:hover {
  color: #086ad7;
}

/* Boxes */

.boxes .col-md-3 {
  padding: 0;
}

.boxes .col-md-3 .box {
  padding: 50px 30px;

  text-align: center;
}
.boxes .col-md-3 .box a:hover > i{
  transition: 0.5s;
}
.boxes .col-md-3 .box a:hover > i::after {
  width: 72px;
  left: -16px;
  transition: 0.5s;
}
.boxes .col-md-3 .box a:hover > i::before {
 transform: rotate(-90deg);
 display: block;
 transition: 0.5s;
}
.boxes .col-md-3 .box p {
  color: #fff;
}

.boxes .col-md-3 .box i {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.boxes .col-md-3 .box h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.boxes .col-md-3:nth-child(1) .box {
  background: #e74c3c;
}

.boxes .col-md-3:nth-child(2) .box {
  background: #f1c40f;
}

.boxes .col-md-3:nth-child(3) .box {
  background: #00c48b;
}

.boxes .col-md-3:nth-child(4) .box {
  background: #3498db;
}

.box .far.fa-plus::after {
  content: "";
  display: block;
  width: 90px;
  height: 38px;
  border: 3px solid #fff;
  z-index: -1;
  background: none;
  top: 1px;
  position: absolute;
  left: -24px;
  transition: 0.5s;
}

.box .far.fa-plus:before {
  background: #e74c3c;
  padding: 0 5px;
}

.boxes .col-md-3:nth-child(2) .box .far.fa-plus:before {
  background: #f1c40f;
}

.boxes .col-md-3:nth-child(3) .box .far.fa-plus:before {
  background: #00c48b;
}

.boxes .col-md-3:nth-child(4) .box .far.fa-plus:before {
  background: #3498db;
}
#cloud,
#screen,
#comment,
#search,
#note,
#heart
 {
  width: 100px;
  height: 100px;
}
#cloud path,
#comment path,
#screen path,
#search path,
#note path,
#heart path
 {
  fill: transparent;
  stroke-width: 10px;
  stroke: #fff;
  animation: stroke 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
/* -- Map-Icons -- */
.map-icons {
  padding: 130px 0;
}
.icons-rows {
  padding: 30px 0;
}

.icon-row {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.icon-row .guide {
  width: 25px;
  height: 25px;
  background: #222;
  border-radius: 30px;
  background: #222;
  border: 5px solid #fff;
  outline: 2px solid #222;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.icon-row:nth-child(1) .guide {
  background: #e74c3c;
}

.icon-row:nth-child(1) h4 {
  color: #e74c3c;
}

.icon-row:nth-child(2) .guide {
  background: #f1c40f;
}

.icon-row:nth-child(2) h4 {
  color: #f1c40f;
}

.icon-row:nth-child(3) .guide {
  background: #00c48b;
}

.icon-row:nth-child(3) h4 {
  color: #00c48b;
}

.icon-row:nth-child(4) .guide {
  background: #3498db;
}

.icon-row:nth-child(4) h4 {
  color: #3498db;
}

.icon-row .guide::before {
  content: "";
  display: block;
  width: 2px;
  height: 55px;
  background: #222;
  position: absolute;
  bottom: 30px;
}

.icon-row .guide::after {
  content: "";
  display: block;
  width: 2px;
  height: 55px;
  background: #222;
  position: absolute;
  top: 30px;
}

.icon-container {
  width: 100px;
  height: 100px;
  border: 1px solid #222;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.icon-container i {
  font-size: 30px;
}

.icon-row-content {
  border: 2px solid #222;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-left: none;
  padding: 15px;
  width: 368px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.icon-row-content .number {
  font-size: 80px;
  display: flex;
  align-self: center;
}

.icon-container-inner {
  width: 80px;
  height: 80px;
  border: 5px solid #ddd;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box .far.fa-plus {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  font-weight: 100;
}
.lamp {
  display: block;
  margin: 30px auto;
}
/* -- Column-Shapes -- */
.column-shape {
  position: relative;
  border: 1px dashed #222;
  width: 300px;
  height: 400px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  margin: auto;
}
.column-shape::before {
  content: "";
  width: 10px;
  height: 50%;
  position: absolute;
  right: -5px;
  border-radius: 10px;
  background: #e74c3c;
  top: 25%;
}
.column-shape::after {
  content: "";
  width: 10px;
  height: 50%;
  position: absolute;
  left: -5px;
  border-radius: 10px;
  background: #e74c3c;
  top: 25%;
}
.column-shape .icon {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  border: 1px dashed #222;
  top: -61px;
  background: #fff;
  transform: rotate(45deg);
}
.column-shape .icon i {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #222;
  font-size: 50px;
  color: #fff;
  background: #00c48b;
}
.column-shape i:before {
  transform: rotate(-45deg);
}
.column-shape p {
  margin: 20px 0;
  padding: 0 22px;
}
.column-shape a {
  background: #fdbf5e;
  border-color: #fdbf5e;
  border-radius: 30px;
  padding: 10px 30px;
}
.column-shape a:hover{
  background: #00c48b;
  border-color: #00c48b;
  transition: 0.5s;
}

/* plalforms */
.plalforms.cta-wrapper {
  text-align: center;
  padding: 70px 0 0px 0;
}
.rectangle-shape-inner {
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 5px;
  border: 3px solid;
  height: 100px;
}
.rectangle-shape a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  margin-top: 5px;
  border-radius: 5px;
}
.rectangle-shape.red .rectangle-shape-inner,
.rectangle-shape.red .rectangle-shape-inner p {
  color: #e74c3c;
}
.rectangle-shape.terquaze .rectangle-shape-inner,
.rectangle-shape.terquaze .rectangle-shape-inner p {
  color: #00c48b;
}
.rectangle-shape.orange .rectangle-shape-inner,
.rectangle-shape.orange .rectangle-shape-inner p {
  color: #f1c40f;
}
.rectangle-shape.blue .rectangle-shape-inner,
.rectangle-shape.blue .rectangle-shape-inner p {
  color: #3498db;
}
.rectangle-shape.dark .rectangle-shape-inner,
.rectangle-shape.dark .rectangle-shape-inner p {
  color: #211e3b;
}

.rectangle-shape.red .rectangle-shape-inner i,
.rectangle-shape.red a {
  background: #e74c3c;
}
.rectangle-shape.terquaze .rectangle-shape-inner i,
.rectangle-shape.terquaze a {
  background: #00c48b;
}
.rectangle-shape.orange .rectangle-shape-inner i,
.rectangle-shape.orange a {
  background: #f1c40f;
}
.rectangle-shape.blue .rectangle-shape-inner i,
.rectangle-shape.blue a {
  background: #3498db;
}

.rectangle-shape.dark .rectangle-shape-inner i,
.rectangle-shape.dark a {
  background: #211e3b;
}

.rectangle-shape .icon {
  position: absolute;
  top: -90px;
  background: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 80px;
  border: 1px dashed #222;
  transition: 0.5s;
}
.rectangle-shape {
  border: 1px dashed #222;
  padding: 10px;
  color: #fff;
  border-radius: 15px;
  position: relative;
}
.rectangle-shape:hover .icon{
 transform: rotate(180deg);
 transition: 0.5s;
}
.rectangle-shape i {
  background: #e74c3c;
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 60px;
  color: #fff;
}
.rectangle-shape p {
  color: #fff;
}
.rectangle-shapes {
  padding-top: 130px;
}
.students-svg {
  margin-top: 50px;
}

/* Features */

section.features .col-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.features-post {
  position: relative;
  margin-bottom: 0px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute; /* top: -135px; */
  left: 0;
  width: 100%;
  background-color: #0c1228;
  color: #fff;
  padding: 40px;
  overflow: hidden;
  transition: 0.5s;
  bottom: -263px;
}
.features-img-container {
  height: 150px;
  overflow: hidden;
  margin-top: 10px;
}

.features-content:hover {
  background-color: #f5a425;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  bottom: 0px;
}
.features-content:hover h4,
.features-content:hover i {
  color: #0c1228;
}
.features-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.features-content h4 i {
  margin-right: 15px;
  font-size: 24px;
}

.features-content p {
  margin-bottom: 0px;
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
  border-left: 1px solid rgba(250, 250, 250, 0.1);
}
.features-post i,
.features-post h4 {
  color: #e74c3c;
  transition: 0.5s;
}
.second-features i,
.second-features h4 {
  color: #f1c40f;
  transition: 0.5s;
}
.third-features i,
.third-features h4 {
  color: #00c48b;
  transition: 0.5s;
}
.features-content .content-hide {
  margin-top: 23px;
  transition: max-height 1s;
}
.content-hide p {
  color: #fff;
}

/* -- Pencil-Section -- */

.pencil-section {
  padding: 100px 0;
}
.pencil-section .text {
  margin-bottom: 30px;
}
.pencil-section .text:nth-child(1) h1 {
  color: #e74c3c;
}
.pencil-section .text:nth-child(2) h1 {
  color: #3498db;
}
.pencil-section .text a {
  color: #f1c40f;
  display: flex;
  align-items: center;
}
.pencil-section .text a:hover i{
  margin-left: 10px;
  transition: 0.5s;
}
.pencil-section .text a i {
  margin-left: 5px;
  transition: 0.5s;
}

/*-- animation --*/
.pencil-dash {
  fill: transparent;
  stroke-width: 1px;
  stroke: #000;
  animation: pencil-dash 10s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  stroke-linecap: round;
}
.cap {
  animation: cap 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: top;
}
.rotate-head {
  animation: rotatehead 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: top;
}
.build-img{
  display: block;
  margin: auto;
  width: 65%;
}
@keyframes cap {
  0% {
    transform: rotate(3deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes rotatehead {
  0% {
    transform: rotate(0.4deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-0.4deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0.4deg);
  }
}
@keyframes pencil-dash {
  0% {
    stroke-dasharray: 5;
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dasharray: 5;
    stroke-dashoffset: 900;
  }
}
#screen path {
  fill: transparent;
  stroke-width: 10px;
  stroke: #fff;
}

@keyframes stroke {
  0% {
    stroke-dasharray: 16;
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dasharray: 16;
    stroke-dashoffset: 900;
  }
}

.blur {
  animation: blur 3s ease-in;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

.animate {
  opacity: 0;
}

.animate.active {
  opacity: 1;
}

.fade {
  animation: fade 1s ease-in;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.fade-1 {
  opacity: 0;
  animation: fade 1s ease-in;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.fade-2 {
  opacity: 0;
  animation: fade 1s ease-in;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes autoscale {
  0% {
    background-size: 100% 100%;
  }

  30% {
    background-size: 110% 110%;
  }

  100% {
    background-size: 100% 100%;
  }
}

@keyframes blur {
  0% {
    background: none;
    box-shadow: 0px 0px 0px var(--theme-color);
    border: 1px solid #fff;
  }

  50% {
    background: none;
    box-shadow: 0px 0px 30px var(--theme-color);
  }

  100% {
    background: none;
    box-shadow: 0px 0px 0px #22fbff;
    border: 1px solid #fff;
  }
}

@keyframes fade {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.rotate {
  animation: rotate 5s linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotate_y {
  animation: rotate_y 5s linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes rotate_y {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.rotate_x {
  animation: rotate_x 5s linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes rotate_x {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

@keyframes drowing {
  0% {
    width: 0;
    height: 0;
  }

  100% {
    width: 15%;
    height: 50%;
  }
}

/* Single */
.page{
  padding-top: 70px;
}
.page-banner {
min-height: 300px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
background: url(../image/footer-bg.jpg);
background-position: cover;
background-attachment: fixed;
}
.page-banner::before{
  content: "";
  display: block;
  position: absolute;
  background-color: rgb(22 34 57 / 68%);
  top: 0;
  left: 0;
  bottom: 0px;
  width: 100%;
}
.page-banner .caption{
  position: relative;
  z-index: 3;
  text-align: center;
}
.page-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.page-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.page-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}
.card-text{
  margin-bottom: 10px;
}
.page .theme-btn {
  padding: 16px 22px;
  font-size: 12px;
}

/* services */
.services .service{
  margin-top: 50px;
}
.services .service .feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
  background: #3498db;
}
.services h2{
  letter-spacing: normal;
}
.services .service a{
  color: #3498db;
}
.services .service:nth-child(2) .feature, .services .service:nth-child(5) .feature{
  background: #e74c3c !important;
}
.services .service:nth-child(2) a, .services .service:nth-child(5) a{
  color: #e74c3c !important;
}
.services .service:nth-child(3) .feature, .services .service:nth-child(6) .feature{
  background: #f1c40f !important;
}
.services .service:nth-child(3) a, .services .service:nth-child(6) a{
  color: #f1c40f !important;
}

/* Contact */

.contacts-info li{
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.contacts-info li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
    background: #3498db;
    color: #fff;
    margin-top: 0 !important;
    border-radius: 3px;
}
.contacts-info li p{
  text-align: left;
      width: 10rem;
}
.contact .form-control{
  padding: .8rem .75rem;
}
.contact .formbtn{
background: #e74c3c;
border-color: #e74c3c;
outline: none;
}