@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&amp;family=Karla:wght@300;400;500;600;700&amp;display=swap";

body {
  font-family: karla, sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  color: #777
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none
}

a,
button {
  color: inherit;
  outline: medium;
  text-decoration: none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: barlow condensed, sans-serif;
  color: #001234;
  line-height: 1.1;
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  letter-spacing: -.3px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}

h1 {
  font-size: 40px
}

h2 {
  font-size: 35px
}

h3 {
  font-size: 28px
}

h4 {
  font-size: 22px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  font-family: karla, sans-serif;
  color: #777;
  margin-bottom: 0;
  text-align:initial;
}

hr {
  border-bottom: 1px solid #414657;
  border-top: 0;
  margin: 30px 0;
  padding: 0
}

label {
  color: #364f75;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400
}

*::-moz-selection {
  background: #061738;
  color: #fff;
  text-shadow: none
}

::-moz-selection {
  background: #061738;
  color: #fff;
  text-shadow: none
}

::selection {
  background: #061738;
  color: #fff;
  text-shadow: none
}

*::-moz-placeholder {
  color: #061738;
  font-size: 14px;
  opacity: 1
}

*::placeholder {
  color: #061738;
  font-size: 14px;
  opacity: 1
}

.pos-rel {
  position: relative
}

.pos-abl {
  position: absolute
}

.fix {
  overflow: hidden
}

.clear {
  clear: both
}

.grey-bg {
  background: #364f75
}

.grey-bg2 {
  background: #f4f2f1
}

.white-bg {
  background: #fff
}

.black-bg {
  background: #061738
}

.black-bg2 {
  background: #fefefe
}

.heding-bg {
  background: #001234
}

.theme-bg {
  background: #5895b3
}

.theme-bg2 {
  background: #02396a
}

.white-color {
  color: #fff
}

.black-color {
  color: #061738
}

.theme-color {
  color: #5895b3
}

.theme_btn {
  overflow: hidden;
  color: #fff;
  background: #5895b3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-family: karla, sans-serif;
  padding: 20px 70px 20px 44px;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .4s ease-in-out
}

.theme_btn span {
  position: absolute;
  right: 10px;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  top: 10px;
  display: inline-block;
  z-index: 3
}

.theme_btn span i {
  color: #5895b3;
  font-size: 15px;
  line-height: 35px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.theme_btn::before {
  top: 0;
  width: 0;
  left: auto;
  right: 0;
  z-index: -1;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 30px;
  transition: all .3s ease-in-out
}

.theme_btn:hover {
  color: #fff;
  background: #02396a;
}

.theme_btn:hover::before {
  left: 0;
  width: 100%;
  right: auto
}

.theme_btn:hover i {
  color: #02396a;
  transform: rotateY(180deg)
}

.theme_btn_bg::before {
  background: #02396a !important
}

.theme_btn_bg_02::before {
  background: #5895b3 !important
}

.theme-border-btn {
  color: #fff;
  background: 0 0;
  border: 2px solid #414657
}

.theme-border-btn:hover {
  color: #001234;
  border-color: transparent
}

.theme-border-btn:hover::before {
  background: #5895b3
}

.theme_btn2 {
  background: #02396a !important
}

.theme_btn2 span i {
  color: #02396a
}

.theme_btn2:hover {
  border-color: transparent;
  background: 0 0
}

.theme_btn2:hover span i {
  color: #5895b3
}

.theme_btn3 {
  color: #001234 !important;
  background: #fff !important
}

.theme_btn3 span {
  background: #5895b3
}

.theme_btn3 span i {
  color: #fff
}

.theme_btn3:hover {
  color: #fff !important;
  border-color: transparent;
  background: 0 0
}

.theme_btn3:hover span {
  background: #fff
}

.theme_btn3:hover span i {
  color: #5895b3
}

.left-line {
  position: relative
}

.left-line::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  height: 2px;
  z-index: 1
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media(max-width:767px) {
  .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

.section-title h6 {
  color: #5895b3;
  font-size: 20px;
  font-family: karla, sans-serif;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block
}

.section-title h6 span i {
  padding-right: 6px
}

.section-title h2 {
  color: #001234;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 500;
  font-family: barlow condensed, sans-serif;
  letter-spacing: -.3px
}

.section-title h2 span {
  font-weight: 300;
  color: #5895b3
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .section-title h2 {
    font-size: 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .section-title h2 {
    font-size: 45px
  }
}

@media(max-width:767px) {
  .section-title h2 {
    font-size: 25px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .section-title h2 {
    font-size: 30px
  }
}

.semi-02-title {
  font-size: 18px;
  font-family: barlow condensed, sans-serif
}

.white-title h6 {
  color: #02396a
}

.white-title h2 {
  color: #fff
}

.popup-video {
  background: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 115px;
  display: inline-block;
  width: 115px;
  height: 115px;
  text-align: center;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig2 infinite 5s linear
}

.popup-video i {
  color: #5895b3;
  font-size: 24px
}

.popup-video:hover {
  color: #fff;
  background: #02396a;
  transform: translateY(-8px)
}

.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-55 {
  margin-top: 55px
}

.mt-60 {
  margin-top: 60px
}

.mt-65 {
  margin-top: 65px
}

.mt-70 {
  margin-top: 70px
}

.mt-75 {
  margin-top: 75px
}

.mt-80 {
  margin-top: 80px
}

.mt-85 {
  margin-top: 85px
}

.mt-90 {
  margin-top: 90px
}

.mt-95 {
  margin-top: 95px
}

.mt-100 {
  margin-top: 100px
}

.mt-105 {
  margin-top: 105px
}

.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-135 {
  margin-top: 135px
}

.mt-140 {
  margin-top: 140px
}

.mt-145 {
  margin-top: 145px
}

.mt-150 {
  margin-top: 150px
}

.mt-155 {
  margin-top: 155px
}

.mt-160 {
  margin-top: 160px
}

.mt-165 {
  margin-top: 165px
}

.mt-170 {
  margin-top: 170px
}

.mt-175 {
  margin-top: 175px
}

.mt-180 {
  margin-top: 180px
}

.mt-185 {
  margin-top: 185px
}

.mt-190 {
  margin-top: 190px
}

.mt-195 {
  margin-top: 195px
}

.mt-200 {
  margin-top: 200px
}

.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-65 {
  margin-bottom: 65px
}

.mb-70 {
  margin-bottom: 70px
}

.mb-75 {
  margin-bottom: 75px
}

.mb-80 {
  margin-bottom: 80px
}

.mb-85 {
  margin-bottom: 85px
}

.mb-90 {
  margin-bottom: 90px
}

.mb-95 {
  margin-bottom: 95px
}

.mb-100 {
  margin-bottom: 100px
}

.mb-105 {
  margin-bottom: 105px
}

.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-135 {
  margin-bottom: 135px
}

.mb-140 {
  margin-bottom: 140px
}

.mb-145 {
  margin-bottom: 145px
}

.mb-150 {
  margin-bottom: 150px
}

.mb-155 {
  margin-bottom: 155px
}

.mb-160 {
  margin-bottom: 160px
}

.mb-165 {
  margin-bottom: 165px
}

.mb-170 {
  margin-bottom: 170px
}

.mb-175 {
  margin-bottom: 175px
}

.mb-180 {
  margin-bottom: 180px
}

.mb-185 {
  margin-bottom: 185px
}

.mb-190 {
  margin-bottom: 190px
}

.mb-195 {
  margin-bottom: 195px
}

.mb-200 {
  margin-bottom: 200px
}

.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-55 {
  margin-left: 55px
}

.ml-60 {
  margin-left: 60px
}

.ml-65 {
  margin-left: 65px
}

.ml-70 {
  margin-left: 70px
}

.ml-75 {
  margin-left: 75px
}

.ml-80 {
  margin-left: 80px
}

.ml-85 {
  margin-left: 85px
}

.ml-90 {
  margin-left: 90px
}

.ml-95 {
  margin-left: 95px
}

.ml-100 {
  margin-left: 100px
}

.ml-105 {
  margin-left: 105px
}

.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-135 {
  margin-left: 135px
}

.ml-140 {
  margin-left: 140px
}

.ml-145 {
  margin-left: 145px
}

.ml-150 {
  margin-left: 150px
}

.ml-155 {
  margin-left: 155px
}

.ml-160 {
  margin-left: 160px
}

.ml-165 {
  margin-left: 165px
}

.ml-170 {
  margin-left: 170px
}

.ml-175 {
  margin-left: 175px
}

.ml-180 {
  margin-left: 180px
}

.ml-185 {
  margin-left: 185px
}

.ml-190 {
  margin-left: 190px
}

.ml-195 {
  margin-left: 195px
}

.ml-200 {
  margin-left: 200px
}

.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-55 {
  margin-right: 55px
}

.mr-60 {
  margin-right: 60px
}

.mr-65 {
  margin-right: 65px
}

.mr-70 {
  margin-right: 70px
}

.mr-75 {
  margin-right: 75px
}

.mr-80 {
  margin-right: 80px
}

.mr-85 {
  margin-right: 85px
}

.mr-90 {
  margin-right: 90px
}

.mr-95 {
  margin-right: 95px
}

.mr-100 {
  margin-right: 100px
}

.mr-105 {
  margin-right: 105px
}

.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-135 {
  margin-right: 135px
}

.mr-140 {
  margin-right: 140px
}

.mr-145 {
  margin-right: 145px
}

.mr-150 {
  margin-right: 150px
}

.mr-155 {
  margin-right: 155px
}

.mr-160 {
  margin-right: 160px
}

.mr-165 {
  margin-right: 165px
}

.mr-170 {
  margin-right: 170px
}

.mr-175 {
  margin-right: 175px
}

.mr-180 {
  margin-right: 180px
}

.mr-185 {
  margin-right: 185px
}

.mr-190 {
  margin-right: 190px
}

.mr-195 {
  margin-right: 195px
}

.mr-200 {
  margin-right: 200px
}

.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-55 {
  padding-top: 55px
}

.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-85 {
  padding-top: 85px
}

.pt-90 {
  padding-top: 90px
}

.pt-95 {
  padding-top: 95px
}

.pt-100 {
  padding-top: 100px
}

.pt-105 {
  padding-top: 105px
}

.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-135 {
  padding-top: 135px
}

.pt-140 {
  padding-top: 140px
}

.pt-145 {
  padding-top: 145px
}

.pt-150 {
  padding-top: 150px
}

.pt-155 {
  padding-top: 155px
}

.pt-160 {
  padding-top: 160px
}

.pt-165 {
  padding-top: 165px
}

.pt-170 {
  padding-top: 170px
}

.pt-175 {
  padding-top: 175px
}

.pt-180 {
  padding-top: 180px
}

.pt-185 {
  padding-top: 185px
}

.pt-190 {
  padding-top: 190px
}

.pt-195 {
  padding-top: 195px
}

.pt-200 {
  padding-top: 200px
}

.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-55 {
  padding-bottom: 55px
}

.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-85 {
  padding-bottom: 85px
}

.pb-90 {
  padding-bottom: 90px
}

.pb-95 {
  padding-bottom: 95px
}

.pb-100 {
  padding-bottom: 100px
}

.pb-105 {
  padding-bottom: 105px
}

.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-135 {
  padding-bottom: 135px
}

.pb-140 {
  padding-bottom: 140px
}

.pb-145 {
  padding-bottom: 145px
}

.pb-150 {
  padding-bottom: 150px
}

.pb-155 {
  padding-bottom: 155px
}

.pb-160 {
  padding-bottom: 160px
}

.pb-165 {
  padding-bottom: 165px
}

.pb-170 {
  padding-bottom: 170px
}

.pb-175 {
  padding-bottom: 175px
}

.pb-180 {
  padding-bottom: 180px
}

.pb-185 {
  padding-bottom: 185px
}

.pb-190 {
  padding-bottom: 190px
}

.pb-195 {
  padding-bottom: 195px
}

.pb-200 {
  padding-bottom: 200px
}

.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-55 {
  padding-left: 55px
}

.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-85 {
  padding-left: 85px
}

.pl-90 {
  padding-left: 90px
}

.pl-95 {
  padding-left: 95px
}

.pl-100 {
  padding-left: 100px
}

.pl-105 {
  padding-left: 105px
}

.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-135 {
  padding-left: 135px
}

.pl-140 {
  padding-left: 140px
}

.pl-145 {
  padding-left: 145px
}

.pl-150 {
  padding-left: 150px
}

.pl-155 {
  padding-left: 155px
}

.pl-160 {
  padding-left: 160px
}

.pl-165 {
  padding-left: 165px
}

.pl-170 {
  padding-left: 170px
}

.pl-175 {
  padding-left: 175px
}

.pl-180 {
  padding-left: 180px
}

.pl-185 {
  padding-left: 185px
}

.pl-190 {
  padding-left: 190px
}

.pl-195 {
  padding-left: 195px
}

.pl-200 {
  padding-left: 200px
}

.pr-5 {
  padding-right: 5px
}

.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-55 {
  padding-right: 55px
}

.pr-60 {
  padding-right: 60px
}

.pr-65 {
  padding-right: 65px
}

.pr-70 {
  padding-right: 70px
}

.pr-75 {
  padding-right: 75px
}

.pr-80 {
  padding-right: 80px
}

.pr-85 {
  padding-right: 85px
}

.pr-90 {
  padding-right: 90px
}

.pr-95 {
  padding-right: 95px
}

.pr-100 {
  padding-right: 100px
}

.pr-105 {
  padding-right: 105px
}

.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-135 {
  padding-right: 135px
}

.pr-140 {
  padding-right: 140px
}

.pr-145 {
  padding-right: 145px
}

.pr-150 {
  padding-right: 150px
}

.pr-155 {
  padding-right: 155px
}

.pr-160 {
  padding-right: 160px
}

.pr-165 {
  padding-right: 165px
}

.pr-170 {
  padding-right: 170px
}

.pr-175 {
  padding-right: 175px
}

.pr-180 {
  padding-right: 180px
}

.pr-185 {
  padding-right: 185px
}

.pr-190 {
  padding-right: 190px
}

.pr-195 {
  padding-right: 195px
}

.pr-200 {
  padding-right: 200px
}

.dark .preloader {
  background-color: #232323
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999
}

.loader {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px
}

.loader span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #5895b3;
  -webkit-animation: loader 1.3s linear infinite;
  animation: loader 1.3s linear infinite
}

.loader span:last-child {
  animation-delay: -.8s;
  -webkit-animation-delay: -.8s
}

@keyframes loader {
  0% {
    transform: scale(0, 0);
    opacity: 1
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0
  }
}

#scrollUp {
  background: #5895b3;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  padding-top:15px;
}

#scrollUp i {
  color: #fff
}

@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0
  }
}

@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0
  }
}

@keyframes moveShap {
  0% {
    left: 0;
    top: 0
  }

  25% {
    left: 100px;
    top: 0
  }

  50% {
    left: 100px;
    top: 100px
  }

  75% {
    left: 0;
    top: 200px
  }

  100% {
    left: 0;
    top: 0
  }
}

@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px
  }

  25% {
    right: 100px;
    top: 85px
  }

  50% {
    right: 100px;
    top: 100px
  }

  75% {
    right: 230px;
    top: 200px
  }

  100% {
    right: 220px;
    top: 100px
  }
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes rotation {
  to {
    transform: rotate(360deg)
  }
}

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #02396a
  }

  50% {
    box-shadow: 0 0 0 20px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

@keyframes pulseBig2 {
  0% {
    box-shadow: 0 0 0 0 #fff
  }

  50% {
    box-shadow: 0 0 0 30px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

@keyframes pulseBig3 {
  0% {
    box-shadow: 0 0 0 0 #fff
  }

  50% {
    box-shadow: 0 0 0 20px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent
  }
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: ""
}

[data-overlay=light]::before {
  background-color: #fff
}

[data-overlay=dark]::before {
  background-color: #02396a
}

[data-opacity="1"]::before {
  opacity: .1
}

[data-opacity="2"]::before {
  opacity: .2
}

[data-opacity="3"]::before {
  opacity: .3
}

[data-opacity="4"]::before {
  opacity: .4
}

[data-opacity="5"]::before {
  opacity: .5
}

[data-opacity="6"]::before {
  opacity: .6
}

[data-opacity="7"]::before {
  opacity: .7
}

[data-opacity="8"]::before {
  opacity: .8
}

[data-opacity="9"]::before {
  opacity: .9
}

.custom-container {
  max-width: 1455px;
  margin: 0 auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0
  }
}

@media(max-width:767px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0
  }
}

.header-top-area::before {
  content: '';
  position: absolute;
  clip-path: polygon(3% 0, 96% 0%, 100% 100%, 7% 100%);
  width: 1382px;
  height: 50px;
  right: 0;
  top: 0;
  background: #02396a
}

.top-cta span {
  color: #fff;
  line-height: 1;
  display: inline-block
}

.top-cta span .media-link {
  color: #091c40;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 5px
}

.top-cta span .media-link:hover {
  color: #5895b3
}

.top-right-nav ul li {
  display: inline-block;
  margin-left: 10px
}

.top-right-nav ul li:first-child {
  margin-left: 5px
}

.top-right-nav ul li a {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 50px;
  display: inline-block;
  transition: all .5s ease-in-out;
  padding-top: 5px;
}

.top-right-nav ul li a:hover {
  color: #5895b3;
  border-color: #5895b3
}

.main-header-area .logo-img img {
  max-width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .main-header-area {
    padding: 20px 15px
  }
}

@media(max-width:767px) {
  .main-header-area {
    padding: 7px 15px
  }

  .about-img__thumb img {
    height: 200px;
  }

  .experience-box {
    right: -20px !important;
    top: -104px !important;
  }

  .experience-box::before {
    width: 77% !important;
    height: 74% !important;
    left: 30px !important;
    top: 25px !important;
  }

  .experience-box::after {
    width: 135px;
     !important;
    height: 109px !important;
    border-radius: 15px;
    left: 32px !important;
    top: 14px !important;
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .main-header-area {
    padding: 25px 15px
  }
}

.main-header-area .quote-btn {
  margin-top: 6px
}

.main-menu {
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .main-menu {
    margin: 0
  }
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 26px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .main-menu ul li {
    margin-right: 30px
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .main-menu ul li {
    margin-right: 26px
  }

  .newadd li {
    margin-right: 28px !important
  }
}

.main-menu ul li>a {
  color: #364f75;
  font-size: 16px;
  line-height: 1;
  font-family: karla, sans-serif;
  padding: 30px 0 36px;
  display: inline-block;
  position: relative;
  font-weight: 500
}

.main-menu ul li>a i {
  font-size: 12px;
  line-height: 1
}

.main-menu ul li>a:hover,
.main-menu ul li>a.active {
  color: #5895b3
}

.main-menu ul li ul.submenu {
  background: #fff none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all .3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  text-align: left;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.main-menu ul li ul.submenu li {
  display: block
}

.main-menu ul li ul.submenu li a {
  padding: 14px 30px;
  display: block;
  margin: 0;
  border: 0;
  color: #001234
}

.main-menu ul li ul.submenu li a::before {
  display: none
}

.main-menu ul li ul.submenu li a:hover {
  color: #5895b3
}

.main-menu ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1
}

.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #fff;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05)
}

.sticky .logo {
  transform: translateY(2px)
}

.sticky .hamburger-menu {
  top: 17px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .sticky .hamburger-menu {
    top: 35px
  }
}

.sticky .main-menu ul li a:hover {
  color: #5895b3
}

.hamburger-menu {
  display: inline-block
}

.hamburger-menu>a {
  display: inline-block;
  font-size: 25px;
  color: #02396a
}

.side-mobile-menu {
  display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .side-mobile-menu {
    display: block
  }
}

@media(max-width:767px) {
  .side-mobile-menu {
    display: block
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .side-mobile-menu {
    display: block
  }
}

.offset-sidebar {
  display: block;
  margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offset-sidebar {
    display: none
  }
}

@media(max-width:767px) {
  .offset-sidebar {
    display: none
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .offset-sidebar {
    display: none
  }
}

.transparent-head {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999
}

.main-head-02 {
  position: relative
}

@media(max-width:767px) {
  .main-head-02 {
    padding: 15px
  }
}

.main-head-02 .custom-container-03 {
  max-width: 1505px;
  margin: 0 auto
}

.main-head-02.sticky {
  background: #fff;
  position: fixed
}

.main-head-02.sticky .logo .logo-img {
  display: none
}

.main-head-02.sticky .logo .logo-img-02 {
  display: inline-block !important
}

.main-head-02.sticky .logo .logo-img-02 img {
  max-width: 100%
}

.main-head-02.sticky .main-menu-02 ul li>a {
  color: #001234;
  padding: 42px 0
}

.main-head-02.sticky .main-menu-02 ul li ul.submenu li a {
  padding: 14px 30px
}

.main-head-02.sticky .nav-search.search-trigger.header-2-icon {
  color: #fff;
  background: #5895b3
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .main-menu-02 ul li {
    margin-right: 35px
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .main-menu-02 ul li {
    margin-right: 25px
  }
}

.main-menu-02 ul li>a {
  color: #fff;
  padding: 38px 0
}

.main-menu-02 ul li ul.submenu li a:hover {
  color: #5895b3
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .quote-btn {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .quote-btn {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .quote-btn {
    display: none
  }
}

@media(max-width:767px) {
  .quote-btn {
    display: none
  }
}

.head-top-03::before {
  display: none
}

.head-top-03 .top-cta span {
  color: #fff
}

.head-top-03 .top-cta span i {
  margin-right: 5px
}

.head-top-03 .top-cta span:first-child {
  margin-right: 30px
}

.head-top-03 .top-right-nav a {
  color: #fff;
  font-weight: 700
}

.head-top-03 .top-right-nav a i {
  margin-right: 5px
}

.head-top-03 .top-right-nav a span {
  color: #ffd1ca;
  font-weight: 400
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .main-menu-03 ul li {
    margin-right: 30px
  }
}

.main-menu-03 ul li ul.submenu li a:hover {
  color: #5895b3
}

.about-head .top-cta span {
  color: #fff
}

.about-head .top-cta span i {
  color: #fff
}

.about-head .top-right-nav a {
  color: #fff;
  font-weight: 700;
  transition: .5s
}

.about-head .top-right-nav a:hover {
  color: #5895b3
}

.about-head .top-right-nav a i {
  color: #fff
}

.about-head .top-right-nav a span {
  color: #777
}

.header-social a {
  color: #1a2e54;
  font-size: 15px;
  margin-left: 20px
}

.header-social a:hover {
  color: #5895b3
}

.page-title-area {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  position: relative
}

.page-title-area::before {
  content: "";
  background-color: #061738;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.page-title-area .right-border-shape {
  position: absolute;
  right: 0;
  top: -190px
}

.page-title-wrapper .page-title {
  color: #fff;
  font-size: 75px;
  line-height: 1;
  font-family: barlow condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -.5px;
  margin-bottom: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .page-title-wrapper .page-title {
    font-size: 70px
  }
}

@media(max-width:767px) {
  .page-title-wrapper .page-title {
    font-size: 32px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .page-title-wrapper .page-title {
    font-size: 32px
  }
}

.page-title-wrapper .breadcrumb {
  background: 0;
  justify-content: center;
  padding: 0;
  margin: 0
}

ul.breadcrumb-list {
  text-align: left;
  display: inline-block
}

ul.breadcrumb-list li {
  display: inline-block;
  padding: 0 7px
}

ul.breadcrumb-list li a {
  color: #fff;
  font-size: 22px;
  font-family: karla, sans-serif;
  display: inline-block;
  font-weight: 600
}

ul.breadcrumb-list li a.active {
  color: #5895b3
}

@media(max-width:767px) {
  ul.breadcrumb-list li a {
    font-size: 18px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  ul.breadcrumb-list li a {
    font-size: 20px
  }
}

ul.breadcrumb-list li a i {
  font-size: 18px;
  margin-left: 8px;
  line-height: 1
}

ul.breadcrumb-list li a.active {
  color: #5895b3
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #001234;
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  -moz-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, .5)
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slide-bar {
    width: 350px
  }
}

@media(max-width:767px) {
  .slide-bar {
    width: 310px;
    padding: 25px 20px
  }
}

.slide-bar.show {
  right: 0
}

.open-mobile-menu {
  display: inline-block
}

.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff
}

.open-mobile-menu a:hover {
  background: #5895b3
}

.open-mobile-menu a.active {
  background: #5895b3
}

.close-mobile-menu a {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0
}

.close-mobile-menu a:hover {
  color: red
}

.on-side {
  overflow: hidden
}

.body-overlay {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.body-overlay.active {
  opacity: 1;
  display: block
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative
}

.side-mobile-menu ul li a:hover {
  color: #5895b3;
  padding-left: 5px
}

.side-mobile-menu ul li a[aria-expanded=true] {
  color: #5895b3
}

.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #5895b3;
  border-color: #5895b3
}

.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none
}

.side-mobile-menu ul li ul li {
  padding-left: 15px
}

.side-mobile-menu ul li ul li:hover>a {
  color: #5895b3;
  padding-left: 20px
}

.side-mobile-menu ul li ul li:hover>a:before {
  background: #5895b3;
  border-color: #5895b3
}

.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px
}

.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%
}

.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px
}

.side-mobile-menu ul li.has-dropdown>a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all .3s ease-out
}

.side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%)
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px
}

.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff
}

.offset-widget .info-widget p {
  color: #fff
}

.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px
}

.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #fff
}

.header-2-icon {
  color: #fff
}

.nav-search.search-trigger.header-2-icon {
  color: #061738;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 55px
}

.nav-search.search-trigger.header-2-icon:hover {
  color: #fff;
  background: #5895b3
}

.nav-search {
  position: relative;
  display: block;
  color: inherit
}

.nav-search:hover {
  color: inherit
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, .9)
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%)
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp .3s
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border-radius: 15px;
  padding: 0 50px;
  text-transform: uppercase;
  background: 0 0;
  font-size: 25px;
  color: #fff;
  border: 2px solid #898989;
  letter-spacing: 2px;
  transition: .5s
}

.search-wrap .main-search-input:focus {
  border-color: #5895b3
}

.search-wrap .search-field-holder button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 50px;
  width: 50px;
  background: 0 0;
  border: none;
  font-size: 25px;
  transition: .5s
}

.search-wrap .search-field-holder button:hover {
  color: #5895b3
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .search-wrap .main-search-input {
    padding: 0 15px
  }
}

@media(max-width:767px) {
  .search-wrap .main-search-input {
    padding: 0 15px
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer
}

.single-slider {
  position: relative
}

.single-slider::before {
  content: "";
  background: #08133b;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.slider-height {
  min-height: 811px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .slider-height {
    min-height: 750px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-height {
    min-height: 700px
  }
}

@media(max-width:767px) {
  .slider-height {
    min-height: 550px
  }
}

.slider__content {
  position: relative;
  z-index: 3;
  text-align:initial;
}

.slider__content .sub-title {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: karla, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.slider__content .sub-title i {
  color: #5895b3;
  font-size: 20px
}

.slider__content .main-title {
  color: #fff;
  font-size: 85px;
  line-height: 1;
  font-family: barlow condensed, sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -.3px
}

.slider__content .main-title span {
  color: #5895b3;
  font-weight: 500
}

.slider__content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px
}

@media(max-width:767px) {
  .slider__content .main-title {
    font-size: 40px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider__content .main-title {
    font-size: 40px
  }
}

.slider__content .mini-title {
  color: #fff;
  font-family: karla, sans-serif;
  font-weight: 400;
  line-height: 1.5
}

.slider__content .btn-list li {
  display: inline-block;
  margin-right: 10px
}

.slider-area .slick-slider button {
  opacity: 0;
  visibility: hidden;
  background: 0 0;
  border: 0;
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  left: 30px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .slider-area .slick-slider button {
    left: 30px
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .slider-area .slick-slider button {
    left: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-area .slick-slider button {
    left: 30px
  }
}

@media(max-width:767px) {
  .slider-area .slick-slider button {
    left: 30px
  }
}

.slider-area .slick-slider button:hover {
  background: #5895b3;
  border-color: transparent
}

.slider-area .slick-slider .slick-next {
  left: auto;
  right: 35px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .slider-area .slick-slider .slick-next {
    right: 35px
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .slider-area .slick-slider .slick-next {
    right: 35px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-area .slick-slider .slick-next {
    right: 35px
  }
}

@media(max-width:767px) {
  .slider-area .slick-slider .slick-next {
    right: 35px
  }
}

.slider-area:hover .slick-slider button {
  opacity: 1;
  visibility: visible
}

.slider-area-02 .slider-img__shape {
  position: absolute;
  bottom: 150px;
  right: 150px;
  z-index: 1;
  animation: rotation infinite 10s alternate-reverse
}

.slider-height-02 {
  min-height: 900px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .slider-height-02 {
    min-height: 800px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-height-02 {
    min-height: 600px
  }
}

@media(max-width:767px) {
  .slider-height-02 {
    min-height: 600px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .slider-height-02 {
    min-height: 650px
  }
}

.slider__content__02 .main-title {
  font-size: 115px;
  font-weight: 600
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .slider__content__02 .main-title {
    font-size: 90px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider__content__02 .main-title {
    font-size: 60px
  }
}

@media(max-width:767px) {
  .slider__content__02 .main-title {
    font-size: 50px
  }
}

.slider__content__02 h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px
}

.btn-list-02 li a.theme_btn2 {
  background: #02b663;
  color: #fff
}

.btn-list-02 li a.theme-border-btn.theme_btn_bg_02 {
  color: #fff
}

.btn-list-02 li a.theme-border-btn.theme_btn_bg_02::before {
  background: #02396a
}

.slider-img {
  position: relative;
  z-index: 1
}

.slider-img__one {
  display: block;
  width: 100%;
  margin-top: 168px
}

.slider-img__one img {
  border-radius: 50%
}

.slider-img__two {
  position: absolute;
  top: -140px;
  right: -185px;
  z-index: -1;
  border: 3px solid #5895b3;
  border-radius: 50%;
  padding: 10px
}

.slider-img__two img {
  border-radius: 50%
}

@media only screen and (min-width:1601px) and (max-width:1800px) {
  .slider-img__two {
    right: 0
  }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .slider-img__two {
    right: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .slider-img__two {
    right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider-img__two {
    right: 0
  }
}

@media(max-width:767px) {
  .slider-img__two {
    right: 0
  }
}

.slider-height-03::before {
  display: none
}

.slider__content__03 .sub-title {
  color: #777
}

.slider__content__03 .main-title {
  color: #001234
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .slider__content__03 .main-title {
    font-size: 55px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .slider__content__03 .main-title {
    font-size: 55px
  }
}

.slider__content__03 p {
  font-size: 18px
}

.hero-img {
  position: relative;
  right: -160px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .hero-img {
    right: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .hero-img {
    right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .hero-img {
    right: 0;
    margin-top: 30px
  }
}

@media(max-width:767px) {
  .hero-img {
    right: 0;
    margin-top: 30px
  }
}

.hero-img img {
  width: 100%
}

.total-box {
  position: absolute;
  top: 120px;
  left: 20px
}

.total-box .statistics {
  max-width: 283px;
  align-items: center;
  padding: 28px 40px 15px;
  border-left: 5px solid #5895b3;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(72, 72, 72, .13)
}

@media(max-width:767px) {
  .total-box .statistics {
    max-width: 250px
  }
}

.total-box .statistics::before {
  display: none
}

.total-box .statistics .counetrs__icon i {
  font-size: 54px
}

.total-box .statistics p {
  color: #001234 !important;
  font-family: barlow condensed, sans-serif;
  font-weight: 600
}

.total-box .statistics:last-child {
  border-color: #02396a;
  margin-left: 30px
}

.services-area .services-bg {
  margin-top: -130px;
  background: #fff;
  border-radius: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .services-area .services-bg {
    margin-top: 50px
  }
}

@media(max-width:767px) {
  .services-area .services-bg {
    margin-top: 50px;
    padding-right: 0;
    padding-left: 0
  }
}

.services__img img {
  width: 100%;
  border-radius: 15px
}

.services__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 10px
}

.services__content .semi-02-title {
  color: #fff;
  margin-bottom: 5px
}

.services__content p {
  color: #fff
}

.services__content li:first-child {
  padding-left: 50px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .services__content li:first-child {
    padding-left: 20px
  }
}

@media(max-width:767px) {
  .services__content li:first-child {
    padding-left: 30px
  }
}

.services__content li .more_btn {
  display: inline-block;
  position: relative;
  z-index: 1
}

.services__content li .more_btn::before {
  content: '';
  position: absolute;
  background: #fff;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
  right: 0;
  top: 0;
  width: 110px;
  height: 100px;
  z-index: -1;
  border-radius: 10px
}

.services__content li .more_btn::after {
  content: '';
  position: absolute;
  background: #5895b3;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
  right: 0;
  top: 0;
  width: 110px;
  height: 120px;
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.services__content li .more_btn i {
  color: #5895b3;
  font-size: 30px;
  line-height: 100px;
  padding-right: 35px
}

.services__content:hover .semi-02-title {
  color: #5895b3
}

.services__content:hover .more_btn i {
  color: #fff
}

.services__content:hover .more_btn::after {
  top: -20px;
  opacity: 1
}

.card {
  border: 0;
  border-radius: 0
}

.card .card-header {
  padding: 0;
  border: 0;
  background: 0
}

.card .card-header button {
  border: 0;
  background: 0;
  color: #001234;
  font-size: 30px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;
  padding: 13px 70px;
  word-wrap: normal;
  white-space: normal
}

@media(max-width:767px) {
  .card .card-header button {
    padding: 13px 20px;
    font-size: 20px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .card .card-header button {
    padding: 13px 30px
  }
}

.card .card-header .btn:focus,
.card .card-header .btn:hover {
  text-decoration: none
}

.card .card-body {
  padding: 0 70px
}

@media(max-width:767px) {
  .card .card-body {
    padding: 0 20px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .card .card-body {
    padding: 0 30px
  }
}

.about-area .right-shape {
  position: absolute;
  right: 0;
  bottom: 0
}

@media(max-width:767px) {
  .about-img__thumb {
    padding-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about-img__thumb {
    padding-right: 0
  }
}

.about-img__thumb img {
  width: 100%;
  border-radius: 20px
}

.about_list li {
  font-size: 16px;
  padding-left: 48px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px
}

.about_list li::before {
  content: '';
  position: absolute;
  background: #02396a;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 5px;
  top: 14px
}

.about_list li::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #02396a;
  left: 0;
  top: 9px;
  animation: pulseBig infinite 5s linear
}

.experience-box {
  display: inline-flex;
  align-items: center;
  padding: 20px 33px 30px;
  max-width: 220px;
  position: absolute;
  right: 15px;
  top: -102px;
  z-index: 2
}

.experience-box::before {
  content: '';
  position: absolute;
  background: #001234;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  left: 0;
  top: 0;
  z-index: -1
}

.experience-box::after {
  content: '';
  position: absolute;
  background: #5895b3;
  width: 150px;
  height: 135px;
  border-radius: 15px;
  left: -10px;
  top: -10px;
  z-index: -2
}

.experience-box h1 {
  color: #02396a;
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 15px
}

.experience-box .semi-02-title {
  color: #fff;
  margin-bottom: 0
}

.about-img-02__thumb {
  position: absolute;
  top: -128px;
  left: 0
}

.about-img-02__thumb img {
  border-radius: 15px
}

@media(max-width:767px) {
  .about-img-02__thumb img {
    width: 100%
  }
}

@media(max-width:767px) {
  .about-img-02__thumb {
    padding-right: 0
  }
}

.about-img-02__thumb-02 {
  border: 10px solid #fff;
  border-radius: 15px;
    padding-right: 45px;
}

.about-img-02__thumb-02 img {
  border-radius: 5px 5px 15px 15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-img-02__thumb-02 {
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about-img-02__thumb-02 {
    margin-left: 0
  }
}

@media(max-width:767px) {
  .about-img-02__thumb-02 {
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about-img-02__thumb-02 img {
    width: 100%
  }
}

@media(max-width:767px) {
  .about-img-02__thumb-02 img {
    width: 100%
  }
}

@media(max-width:767px) {
  .about-wrap-02 {
    padding-left: 20px;
    margin-top: 50px
  }
}

.about-wrap-02 p {
  font-size: 16px
}

.about-wrap-02 .about_list li {
  font-size: 18px;
  color: #001234;
  padding-left: 30px
}

.about-wrap-02 .about_list li::before {
  content: '\f058';
  position: absolute;
  font-family: 'font awesome 5 pro';
  font-size: 18px;
  color: #5895b3;
  left: 0;
  top: 1px;
  background: 0 0
}

.about-wrap-02 .about_list li::after {
  display: none
}

.about-area-03::before {
  content: '';
  position: absolute;
  background: url(../img/shape/10.html) no-repeat bottom;
  width: 100%;
  min-height: 1032px;
  left: 0;
  bottom: 0
}

@media(max-width:767px) {
  .about-area-03 {
    padding-bottom: 0
  }
}

@media(max-width:767px) {
  .about-img-03 {
    margin-right: 0
  }
}

.about-img-03__thumb {
  position: absolute;
  z-index: 1;
  top: -59px
}

.about-img-03__thumb::before {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  left: 6px;
  top: 9px;
  z-index: -1
}

.about-img-03__thumb-03 img {
  width: 100%
}

.about-img-03 .experience-box {
  overflow: hidden;
  width: 175px;
  position: absolute;
  background: #02396a;
  right: 15px;
  bottom: -30px;
  z-index: 2;
  height: 175px;
  border-radius: 50%;
  display: inline-block;
  padding-top: 35px
}

.about-img-03 .experience-box h1 {
  color: #fff;
  margin-right: 0;
  display: inline-block;
  margin-right: 5px
}

.about-img-03 .experience-box .semi-02-title {
  margin-top: 35px
}

.about-img-03 .experience-box::after {
  display: none
}

.about-img-03 .experience-box::before {
  display: none
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-wrap-04 {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .about-wrap-04 {
    padding-left: 0;
    margin-top: 50px
  }
}

@media(max-width:767px) {
  .about-wrap-04 {
    padding-left: 0;
    margin-top: 50px
  }
}

.about-wrap-04 .nav-tabs {
  border: 0
}

.about-wrap-04 .nav-tabs .nav-link {
  border: 0;
  border-radius: 10px;
  color: #001234;
  font-weight: 700;
  font-family: karla, sans-serif;
  line-height: 1;
  background: #fff;
  padding: 16px 35px;
  box-shadow: 0 10px 30px 0 rgba(220, 220, 220, .47);
  margin-right: 10px;
  transition: all .3s ease-in;
  display: inline-block
}

@media(max-width:767px) {
  .about-wrap-04 .nav-tabs .nav-link {
    margin-bottom: 5px
  }
}

.about-wrap-04 .nav-tabs .nav-link:hover,
.about-wrap-04 .nav-tabs .nav-link.active {
  color: #fff;
  background: #5895b3
}

@media(max-width:767px) {
  .inner-content {
    margin-right: 0
  }
}

@media(max-width:767px) {
  .inner-content__img {
    margin-right: 0;
    margin-bottom: 30px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .inner-content__img {
    margin-right: 20px
  }
}

@media(max-width:767px) {
  .inner-content__img img {
    width: 100%
  }
}

.inner-content__text h3 {
  font-size: 30px;
  margin-bottom: 14px
}

.we-wrapper .about_list li::before {
  content: '\f00c';
  position: absolute;
  font-family: "font awesome 5 pro";
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  left: 5px;
  top: 0;
  background: #02396a;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all .3s ease-in
}

.we-wrapper .about_list li::after {
  display: none
}

.we-wrapper .about_list li:hover::before {
  background: #5895b3
}

.cta-area {
  background: #091c40
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cta-wrapper {
    padding-left: 0
  }
}

@media(max-width:767px) {
  .cta-wrapper {
    padding-left: 0
  }
}

.cta-wrapper h2 {
  color: #fff;
  font-size: 65px;
  line-height: 1;
  font-weight: 700
}

@media(max-width:767px) {
  .cta-wrapper h2 {
    font-size: 50px;
    margin-bottom: 20px
  }
}

.cta-wrapper h2 a {
  font-weight: 500;
  color: #5895b3
}

.cta-btn a.theme_btn {
  border: 3px solid #fff;
  background: 0 0;
  margin-top: 15px
}

.cta-btn a.theme_btn i {
  color: #02396a
}

.cta-btn a.theme_btn:hover {
  border-color: #091c40
}

.cta-btn a.theme_btn:hover i {
  color: #5895b3
}

.cta-btn a.theme_btn:hover::before {
  background: #5895b3
}

.widget_address__icon {
  margin-top: 8px
}

.widget_address__icon i {
  color: #5895b3;
  font-size: 17px
}

.widget_address__content h4 {
  margin-bottom: 0;
  margin-bottom: 4px;

}

.widget_address__content span {
  color: #fff;

}

.cta-top-area .cta-wrapper {
  position: relative;
  width: 100%;
  min-height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cta-top-area .cta-wrapper {
    padding: 0 10px
  }
}

@media(max-width:767px) {
  .cta-top-area .cta-wrapper {
    padding: 0 10px
  }
}

.cta-top-area .cta-wrapper::before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: .8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1
}

.cta-top-area .cta-wrapper.cw-02::before {
  background: #5895b3
}

.cta-top-area .cta-wrapper.cw-02 .wrap_btn a {
  color: #5895b3;
  background: #fff
}

.cta-top-area .cta-wrapper.cw-02 .wrap_btn a:hover {
  color: #fff;
  background: #001234
}

.cta-top-area .cta-wrapper h2 {
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: 400
}

.cta-top-area .cta-wrapper p {
  color: #fff
}

.cta-top-area .cta-wrapper .wrap_btn a {
  color: #fff;
  font-size: 22px;
  background: #5895b3;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.cta-top-area .cta-wrapper .wrap_btn a:hover {
  color: #5895b3;
  background: #fff
}

.subscribe-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fef3f2;
  padding-top: 5px;
  padding-bottom: 5px
}

.subscribe-bg .white-title p {
  color: #fff
}

.subscribe-bg .sub-back {
  margin: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .subscribe-bg .sub-back {
    padding-right: 0
  }
}

@media(max-width:767px) {
  .subscribe-bg .sub-back {
    padding-right: 0;
    margin: 0
  }
}

.form-area input:focus {
  box-shadow: none;
  outline: none
}

.form-area input:focus::placeholder {
  color: #001234
}

.form-area .form-control {
  color: #001234;
  font-size: 18px;
  font-family: karla, sans-serif;
  font-weight: 600;
  line-height: 1;
  border: 0;
  display: block;
  background: #fff;
  width: 400px;
  height: 75px;
  border-radius: 40px;
  padding-left: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .form-area .form-control {
    width: 100%;
    margin-bottom: 10px
  }
}

@media(max-width:767px) {
  .form-area .form-control {
    width: 100%;
    margin-bottom: 10px
  }
}

.form-area .border_btn {
  color: #fff;
  border: 2px solid #fff;
  background: 0 0;
  padding: 27px 70px 28px 44px;
  border-radius: 40px
}

@media(max-width:767px) {
  .form-area .border_btn {
    padding: 26px 65px 28px 30px
  }
}

.form-area .border_btn span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #5895b3;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.form-area .border_btn span i {
  color: #fff
}

.form-area .border_btn::before {
  background: #02396a
}

.form-area .border_btn:hover {
  border-color: transparent
}

.form-area .border_btn:hover span {
  background: #fff
}

.form-area .border_btn:hover span i {
  color: #02396a
}

.footer__widget .form-area .form-control {
  color: #8a9ec5;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 51px;
  border-radius: 0;
  padding-left: 25px;
  border: 2px solid #1a2e54;
  background: 0 0
}

.footer__widget .form-area button {
  width: 100%;
  border: 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .footer__widget .form-area button {
    padding: 20px 70px 20px 25px
  }
}

.input-area input:focus,
.input-area textarea:focus {
  box-shadow: none;
  border-color: #02396a
}

.input-area .form-control {
  border-radius: 15px;
  font-weight: 700;
  border: 2px solid #e4e4e4;
  width: 100%;
  height: 61px;
  padding-left: 20px
}

.input-area textarea {
  width: 100%;
  display: block;
  resize: none;
  border: 2px solid #e4e4e4;
  color: #777;
  font-weight: 700;
  padding-left: 20px;
  padding-top: 15px;
  height: 125px;
  border-radius: 15px
}

.input-area textarea::placeholder {
  color: #777;
  font-weight: 700
}

.input-btn button {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 15px;
  padding: 25px
}

.input-btn button::before {
  border-radius: 0
}

.donation-form-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1
}

.donation-form-area::before {
  content: "";
  background-color: #061738;
  opacity: .1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.donation-form {
  padding: 60px 70px 70px;
  border-radius: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .donation-form {
    padding: 60px 15px 70px
  }
}

@media(max-width:767px) {
  .donation-form {
    padding: 60px 15px 70px
  }
}

.donation-form .cases-title {
  font-size: 45px
}

.donation-form .input-area .form-control {
  padding-left: 30px
}

.donation-video .video-area .popup-video {
  width: 150px;
  height: 150px;
  line-height: 150px
}

.donation-video .video-area .popup-video i {
  font-size: 20px
}

.donation-form-area-02 {
  min-height: 750px;
  display: flex;
  align-items: center
}

@media(max-width:767px) {
  .donation-form-area-02 {
    min-height: 450px
  }
}

.join-volunteer-area::before {
  content: '';
  position: absolute;
  border: 1px solid #e4e4e4;
  width: 496px;
  height: 496px;
  right: 150px;
  bottom: 20%;
  z-index: 1;
  display: inline-block;
  border-radius: 50%
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .join-volunteer-area::before {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .join-volunteer-area::before {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .join-volunteer-area::before {
    display: none
  }
}

@media(max-width:767px) {
  .join-volunteer-area::before {
    display: none
  }
}

.join-volunteer-area .donation-form .section-title h6 {
  font-weight: 400;
  margin-bottom: 0
}

.join-volunteer-area .donation-form .input-area .form-control {
  border: 0
}

.join-volunteer-area .donation-form .input-area textarea {
  border: 0
}

.volunteer-box {
  z-index: 1
}

.volunteer-box__img {
  position: relative;
  top: 247px;
  z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .volunteer-box__img {
    top: 0
  }
}

@media(max-width:767px) {
  .volunteer-box__img {
    top: 0
  }
}

@media(max-width:767px) {
  .volunteer-box__img img {
    width: 100%
  }
}

.volunteer-box__img-02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}

.volunteer-box__img-02 img {
  border-radius: 15px
}

.volunteer-box__img img {
  border-radius: 15px
}

@media(max-width:767px) {
  .volunteer-box__img-02 {
    display: none
  }
}

.volunteer-box__shape {
  position: absolute;
  right: -60px;
  bottom: -35px;
  z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .volunteer-box__shape {
    right: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .volunteer-box__shape {
    right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .volunteer-box__shape {
    right: 0
  }
}

@media(max-width:767px) {
  .volunteer-box__shape {
    right: 0
  }
}

.map-area-02 iframe {
  width: 100%;
  height: 635px;
  border: 0
}

@media(max-width:767px) {
  .map-area-02 iframe {
    height: 450px
  }
}

@media(max-width:767px) {
  .get-touch-area {
    padding-left: 0;
    padding-right: 0
  }
}

.get-touch-area .section-title h6 {
  font-weight: 400;
  margin-bottom: 0
}

.get-touch-area .section-title p {
  font-size: 16px
}

.contacts__icon {
  color: #5895b3;
  font-size: 54px
}

.contacts__text h5 {
  color: #777;
  font-weight: 400
}

.contacts-details-area .input-area .form-control {
  color: #001234;
  border-radius: 10px;
  padding-left: 20px;
  transition: .5s;
  margin-bottom:10px;
}

.contacts-details-area .input-area textarea {
  border-radius: 10px;
  padding-left: 20px;
  transition: .5s
}

.contacts-details-area .donation-form {
  box-shadow: 0 0 40px 5px rgb(0 0 0/3%)
}

.map-area-03 iframe {
  min-height: 450px;
  margin-bottom: -10px;
  width: 100%
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .map-area-03 iframe {
    min-height: 400px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .map-area-03 iframe {
    min-height: 400px
  }
}

@media(max-width:767px) {
  .map-area-03 iframe {
    min-height: 450px
  }
}

.cases {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.cases__box--img {
  overflow: hidden;
  border-radius: 15px
}

.cases__box--img img {
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.cases__box img {
  border-radius: 15px
}

.cases__tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -33px;
  left: 0;
  right: 0;
  margin: 0 30px;
  height: 65px;
  border-radius: 70px;
  z-index: 3;
  box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .cases__tag {
    margin: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cases__tag {
    margin: 0
  }
}

@media(max-width:767px) {
  .cases__tag {
    margin: 0
  }
}

.cases__tag li .cases--author .semi-title {
  margin-bottom: 0
}

.cases__tag li .cases--author {
  margin-left: 10px
}

.cases__tag li .cases--author img {
  border-radius: 50%
}

.cases__tag li .cases--author .semi-02-title {
  margin-bottom: 0
}

.cases__tag li .d-btn {
  height: 45px;
  line-height: 1;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  width: 120px;
  right: 10px;
  justify-content: center;
  box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.cases__tag li .d-btn::before {
  border-radius: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px
}

.cases-progress .funding {
  color: #001234;
  font-weight: 600;
  font-family: barlow condensed, sans-serif;
  letter-spacing: 0;
  margin-bottom: 10px
}

.cases-progress .funding span {
  font-size: 18px;
  color: #5895b3;
  margin-left: 5px
}

.cases-progress .progress {
  height: 5px;
  overflow: visible;
  background-color: #091c40;
  border-radius: 50px;
  position: relative
}

.cases-progress .progress .progress-bar {
  background-color: #02396a;
  border-radius: 50px;
  transition: width .6s ease
}

.cases-progress .progress .progress-bar h5 {
  position: absolute;
  right: 0;
  top: -33px
}

.cases__content {
  padding: 0 45px 35px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .cases__content {
    padding: 0 25px 35px
  }
}

@media(max-width:767px) {
  .cases__content {
    padding: 0 25px 35px
  }
}

.cases__content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.cases__content p {
  font-size: 16px
}

.cases:hover .cases__box--img img {
  transform: scale(1.1)
}

.cases:hover h3 {
  color: #5895b3
}

.cases-area-02 {
  z-index: 2
}

.cases-area-02 .custom-container-04 {
  max-width: 1600px;
  margin: 0 auto
}

.cases-area-02::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f4f2f1;
  min-height: 850px;
  z-index: -1
}

.cases-area-02::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/shape/07.png);
  width: 100%;
  min-height: 635px;
  z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .cases-area-02 .cases__tag {
    margin: 0
  }
}

.cases-area-02 .cases__tag li .cases--author {
  margin-left: 5px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .cases-area-02 .cases__content {
    padding: 0 15px 35px
  }
}

.cases-details .cases {
  box-shadow: none
}

.cases-details .cases--author img {
  border-radius: 50%
}

.statistics {
  padding: 80px 0 45px;
  z-index: 1;
  box-shadow: 0 0 40px 5px rgb(0 0 0/3%);
  border-radius: 10px
}

.statistics .counetrs__icon {
  display: inline-block
}

.statistics .counetrs__icon i {
  color: #5895b3;
  display: inline-block
}

.statistics.counetrs h1 {
  color: #001234
}

.statistics.counetrs p {
  color: #777;
  font-size: 16px
}

.statistics-box__icon {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px 0 rgba(77, 183, 166, .43)
}

.statistics-box__icon i {
  color: #02396a;
  font-size: 28px
}

.tag-img {
  position: absolute;
  top: 40px;
  right: -27px;
  box-shadow: 0 10px 30px 0 rgba(241, 91, 67, .43);
  border-radius: 50%
}

.tag-img img {
  border-radius: 50%;
  border: 5px solid #fff
}

@media(max-width:767px) {
  .tag-img {
    right: 20px
  }
}

.cases-04 .cases__content {
  padding: 18px 38px 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cases-04 .cases__content {
    padding: 25px 25px 20px
  }
}

@media(max-width:767px) {
  .cases-04 .cases__content {
    padding: 25px 25px 20px
  }
}

.cases-04 .cases__content .semi-02-title {
  margin-bottom: 38px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .cases-04 .cases__box img {
    width: 100%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cases-04 .cases__box img {
    width: 100%
  }
}

@media(max-width:767px) {
  .cases-04 .cases__box img {
    width: 100%
  }
}

.portfolio-menu {
  padding-bottom: 26px;
  margin-left: 60px;
  margin-right: 60px
}

@media(max-width:767px) {
  .portfolio-menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
  }
}

.portfolio-menu button {
  border: 0;
  padding: 7px 16px;
  border-radius: 30px;
  background: 0 0;
  color: #061738;
  font-size: 15px;
  line-height: 1;
  transition: all .3s ease 0s;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  font-family: karla, sans-serif;
  margin: 0 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .portfolio-menu button {
    margin: 0 2px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .portfolio-menu button {
    margin: 5px
  }
}

@media(max-width:767px) {
  .portfolio-menu button {
    margin: 5px 2px
  }
}

.portfolio-menu button:hover,
.portfolio-menu button.active {
  color: #fff !important;
  background: #ea5822
}

.pagination-area .page-item .page-link {
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  background-color: #091c40;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 25px;
  font-weight: 700;
  font-family: barlow condensed, sans-serif;
  border: 0;
  text-align: center;
  transition: all .3s ease-in;
  margin: 0 3px
}

@media(max-width:767px) {
  .pagination-area .page-item .page-link {
    width: 40px;
    height: 40px;
    margin: 0 1px;
    line-height: 22px
  }
}

.pagination-area .page-item .page-link:focus {
  box-shadow: none
}

.pagination-area .page-item .page-link:hover {
  color: #fff;
  background: #5895b3
}

.cases-area-02 .slick-slider button {
  border: 0;
  color: #fff;
  font-size: 18px;
  line-height: 55px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -90px;
  transform: translateY(-50%);
  background: #02396a;
  display: inline-block;
  transition: all .3s ease-in
}

.cases-area-02 .slick-slider button.slick-next {
  left: auto;
  right: -90px;
  position: absolute
}

.cases-area-02 .slick-slider button:hover {
  background: #5895b3
}

.cases-wrapper-box .cases__content {
  padding: 0 0 35px
}

.cases-wrapper-box .cases__content h2 {
  font-size: 55px;
  margin-bottom: 35px
}

@media(max-width:767px) {
  .cases-wrapper-box .cases__content h2 {
    font-size: 33px
  }
}

.cases-meta .cases-progress .funding {
  margin-bottom: 15px
}

.cases-meta .cases-progress .funding span {
  font-size: 30px
}

.cases-meta .cases-progress .progress {
  background-color: #f4f2f1;
  width: 500px
}

@media(max-width:767px) {
  .cases-meta .cases-progress .progress {
    width: 100%
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .cases-meta .cases-progress .progress {
    width: 500px
  }
}

.cases-meta .cases-progress .progress .progress-bar h3 {
  position: absolute;
  right: 0;
  top: -47px
}

.cases-single__icon {
  background: #02396a;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 45px;
  float: left;
  border-radius: 50px;
  margin-right: 25px
}

.cases-single__icon i {
  color: #fff;
  font-size: 20px;
  line-height: 1
}

.cases-single__content h5 {
  font-size: 20px
}

.cases-video {
  background-size: cover;
  background-position: center;
  min-height: 540px;
  background-repeat: no-repeat;
  position: relative
}

@media(max-width:767px) {
  .cases-video {
    min-height: 450px
  }
}

.cases-video::before {
  content: "";
  background-color: #061738;
  opacity: .65;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.cases-video .popup-video {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  line-height: 70px;
  background: #02396a
}

.cases-video .popup-video i {
  font-size: 15px;
  color: #fff
}

.cases-title {
  font-size: 30px
}

.widget .events-03 {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 570px
}

.widget .events-03 .cases {
  bottom: 0;
  padding-left: 0;
  padding-right: 0
}

.widget .events-03 .cases__content {
  padding: 0 38px 35px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .widget .events-03 .cases__content {
    padding: 0 25px 35px !important
  }
}

@media(max-width:767px) {
  .widget .events-03 .cases__content {
    padding: 0 20px 10px
  }
}

.counter-area {
  margin-bottom: 120px;
  background: #02396a;
  padding-top: 60px
}

.counetrs__icon i {
  color: #fff;
  font-size: 85px
}

.counetrs h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 600
}

.counetrs p {
  color: #fff;
  font-size: 16px
}

@media(max-width:767px) {
  .counetrs {
    margin-bottom: 35px
  }
}

.brand-area .custom-container-03 {
  max-width: 1430px;
  margin: 0 auto
}

.brand-area .brand-img a {
  display: inline-block;
  margin: 0 auto;
  text-align: center
}

.counter-area-02 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.counter-area-02::before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: .9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.counter-area-02 .counetrs__icon i {
  color: #02396a
}

.counter-area-02 .counetrs {
  margin-bottom: 25px
}

.intro-video-area {
  margin-bottom: 120px
}

.intro-video-area .intro-video-content {
  border-radius: 20px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px
}

@media(max-width:767px) {
  .intro-video-area .intro-video-content {
    min-height: 450px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .intro-video-area .intro-video-content {
    min-height: 500px
  }
}

.intro-video-area .intro-video-content::before {
  content: '';
  position: absolute;
  background: #001234;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .17;
  border-radius: 20px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.intro-video-area .intro-video-content .video-area {
  top: 50%;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, -50%)
}

.intro-video-area .popup-video {
  width: 80px;
  height: 80px;
  line-height: 87px
}

.intro-video-area .popup-video:hover i {
  color: #fff !important
}

.team-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1
}

.team-area:before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: .9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.team {
  padding: 30px 70px 30px 60px;
  background: #fff;
  border-radius: 15px;
  z-index: 1
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .team {
    padding: 30px 0 30px 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .team {
    padding: 30px 0 30px 30px
  }
}

@media(max-width:767px) {
  .mr-40 {
    margin-right: 0px !important
  }
}

.team::before {
  content: '';
  position: absolute;
  background: #02396a;
  border-radius: 0 50% 50% 50%;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 1;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.team::after {
  content: '\f500';
  font-family: 'font awesome 5 pro';
  position: absolute;
  color: #02396a;
  opacity: .4;
  font-size: 90px;
  right: 70px;
  top: 63px;
  z-index: -1;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.team__thumb img {
  border-radius: 50%
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .team__thumb {
    float: none;
    margin-bottom: 20px;
    margin-right: 0
  }
}

@media(max-width:767px) {
  .team__thumb {
    float: none;
    margin-bottom: 20px
  }
}

.team__content h3 {
  font-size: 30px;
  font-weight: 600
}

.team__content h3:hover {
  color: #02396a
}

.team__content p {
  color: #02396a;
  margin-bottom: 8px
}

.team__content--social a {
  margin-right: 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .team__content--social a {
    margin-right: 15px
  }
}

.team__content--social a i {
  font-size: 15px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.team__content--social a:hover i {
  color: #02396a;
  transform: rotateY(360deg)
}

.team:hover::before {
  height: 70px;
  width: 70px
}

.team.active::before {
  height: 70px;
  width: 70px
}

.team:hover::after {
  height: 100%;
  opacity: .8
}

.teams__content {
  border-radius: 15px;
  padding: 10px 0;
  box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.teams__content .semi-02-title {
  color: #061738
}

.teams__content .semi-02-title:hover {
  color: #5895b3
}

.teams__content p {
  color: #5895b3
}

.teams__thumb--img img {
  border-radius: 15px
}

.teams:hover .teams__thumb--img img {
  transform: scale(1.1) rotate(3deg)
}

.teams__thumb {
  overflow: hidden
}

.teams__thumb--img {
  z-index: 1;
  overflow: hidden;
  border-radius: 15px
}

.teams__thumb--img::before {
  content: '';
  background-image: -moz-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.teams__thumb--img img {
  width: 100%;
  transition: all .3s ease-in-out
}

.teams__thumb--social {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 20px;
  opacity: 0;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.teams__thumb--social a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.teams__thumb--social a i {
  color: #5895b3;
  font-size: 15px;
  line-height: 1
}

.teams__thumb--social a i:nth-child(1) {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transition: all .3s ease-in-out;
  top: 50%;
  transform: translateY(-50%)
}

.teams__thumb--social a i:nth-child(2) {
  top: 100%;
  position: absolute;
  left: 0;
  transform: translate(-100% -50%);
  right: 0;
  text-align: center;
  transition: all .3s ease-in-out
}

.teams__thumb--social a:hover {
  background: #5895b3
}

.teams__thumb--social a:hover i {
  color: #fff
}

.teams__thumb--social a:hover i:nth-child(1) {
  top: -150%;
  transform: translateY(-100%)
}

.teams__thumb--social a:hover i:nth-child(2) {
  top: 50%;
  transform: translateY(-50%)
}

.teams__thumb:hover .teams__thumb--img::before {
  opacity: 1
}

.teams__thumb:hover .teams__thumb--social {
  bottom: 0;
  opacity: 1
}

.team-details-img img {
  width: 100%;
  border-radius: 15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .team-details-wrapper {
    padding-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .team-details-wrapper {
    padding-left: 0
  }
}

@media(max-width:767px) {
  .team-details-wrapper {
    padding-left: 0
  }
}

.team-details-wrapper span {
  color: #5895b3;
  display: inline-block
}

.team-details-wrapper .teams__thumb--social {
  position: relative;
  bottom: 0;
  opacity: 1;
  padding-left: 0;
  text-align: left
}

.team-details-wrapper .teams__thumb--social a {
  background: #001234;
  margin-right: 5px
}

.team-details-wrapper .teams__thumb--social a i {
  color: #fff
}

.team-details-wrapper .teams__thumb--social a:hover {
  background: #5895b3
}

.team-skill-area .charts__content h3 {
  color: #001234
}

.team-skill-area .charts__content p {
  color: #001234
}

.team-skill-area .charts__circle .chart h2 {
  color: #001234
}

.team-skill-area .charts__circle .chart2 {
  display: inline-block;
  position: relative
}

.team-skill-area .charts__circle .chart2 h2 {
  color: #001234;
  font-size: 55px;
  margin: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 120px
}

.team-skill-area .charts__circle .chart2 h2 span {
  font-size: 25px
}

@media(max-width:767px) {
  .gallery-area {
    padding-left: 0;
    padding-right: 0
  }
}

.gallery__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px
}

.gallery__thumb::before {
  content: '';
  position: absolute;
  background: #5895b3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .8;
  border-radius: 15px;
  transform: scale(0);
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.gallery__thumb img {
  width: 100%;
  border-radius: 15px;
  display: block;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.gallery__content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.gallery__content a {
  display: inline-block
}

.gallery__content a i {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px
}

.gallery__content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600
}

.gallery:hover .gallery__thumb::before {
  transform: scale(1)
}

.gallery:hover .gallery__thumb img {
  transform: scale(1.1)
}

.gallery:hover .gallery__content {
  opacity: 1;
  visibility: visible
}

.gallery-02 {
  overflow: hidden
}

.gallery-02 .gallery__thumb::before {
  background: #061738;
  opacity: 0
}

.gallery-02 .gallery__content {
  left: 25px;
  right: 25px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  display: inline-block;
  top: auto;
  bottom: 0;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

@media(max-width:767px) {
  .gallery-02 .gallery__content {
    left: 25px
  }
}

.gallery-02 .gallery__content .semi-02-title {
  margin-bottom: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .gallery-02 .gallery__content .semi-02-title {
    font-size: 19px
  }
}

@media(max-width:767px) {
  .gallery-02 .gallery__content .semi-02-title {
    font-size: 19px
  }
}

.gallery-02 .gallery__content .semi-02-title:hover {
  color: #5895b3
}

.gallery-02 .gallery__content a span {
  width: 40px;
  height: 40px;
  background: #5895b3;
  display: inline-block;
  margin-left: 30px;
  line-height: 32px;
  border-radius: 10px;
  transition: all .5s ease-in-out
}

.gallery-02 .gallery__content a span i {
  color: #fff;
  font-size: 15px;
  line-height: 1
}

.gallery-02 .gallery__content a span:hover {
  background: #02396a
}

.gallery-02:hover .gallery__thumb::before {
  background: #061738;
  opacity: .5
}

.gallery-02:hover .gallery__content {
  bottom: 50px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .events-style-1 {
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .events-style-1 {
    padding-left: 0;
    padding-right: 0
  }

  .events__list__one {
    flex-direction: column
  }

  .events__btn {
    margin-top: 30px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .events-style-1 {
    padding-left: 0;
    padding-right: 0
  }
}

@media(max-width:767px) {
  .events-style-1 {
    padding-left: 0;
    padding-right: 0
  }
}

.events-video-area {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px
}

@media(max-width:767px) {
  .events-video-area {
    min-height: 450px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .events-video-area {
    min-height: 600px
  }
}

.events-video-area::before {
  content: '';
  position: absolute;
  background: #001234;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .17;
  border-radius: 15px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.events-video-area .video-area {
  top: 50%;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, -50%)
}

.events__list__one {
  display: flex
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .events__list__one {
    padding: 15px 25px
  }
}

@media(max-width:767px) {
  .events__list__one {
    padding: 15px 25px;
    display: block
  }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .events__list__one li:first-child {
    width: 55%
  }
}

.events-wrapper {
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.events {
  padding: 37px 0;
  z-index: 1
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .events {
    padding: 9px 0
  }
}

@media(max-width:767px) {
  .events .row {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media(max-width:767px) {
  .events .row .events__content {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .events .row .events__content {
    margin-bottom: 20px
  }
}

@media(max-width:767px) {
  .events .rows {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media(max-width:767px) {
  .events__content {
    margin-bottom: 20px
  }
}

.events__content span {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 7px
}

.events__content span i {
  color: #5895b3;
  font-size: 15px;
  margin-right: 10px
}

.events__content h3 {
  font-size: 30px
}

.events__back {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  border-radius: 15px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.events__back::before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: .75;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px
}

.events:hover {
  background: 0 0
}

.events:hover .events__back {
  opacity: 1
}

.events:hover .events__content span {
  color: #fff
}

.events:hover .events__content span i {
  color: #fff
}

.events:hover .events__content h3 {
  color: #fff
}

.events:hover .events__content p {
  color: #fff
}

.events.active .events__back {
  opacity: 1
}

.events.active .events__content span {
  color: #fff
}

.events.active .events__content span i {
  color: #fff
}

.events.active .events__content h3 {
  color: #fff
}

.events.active .events__content p {
  color: #fff;
  text-align: initial;
}

.widget_events__date {
  background-color: #02396a;
  padding: 7px 17px;
  border-radius: 7px
}

.widget_events__date .semi-02-title {
  margin-bottom: 0
}

.widget_events__date .semi-02-title span {
  display: block;
  font-size: 15px
}

.widget_events__content span {
  color: #fff;
  margin-bottom: 4px;
  display: inline-block
}

.widget_events__content span i {
  margin-right: 10px
}

.widget_events__content h4 {
  margin-bottom: 0
}

.widget_events:hover .widget_events__content .semi-02-title {
  color: #5895b3
}

.events-area-02 {
  z-index: 1
}

.events-02 {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 270px;
  display: flex;
  align-items: end;
  z-index: 1;
  border-radius: 15px
}

.events-02::before {
  content: '';
  background-image: -moz-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  position: absolute;
  border-radius: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1
}

.events-02 .cases {
  box-shadow: none;
  background: 0 0
}

.events-02 .events__content {
  padding-left: 55px;
  padding-bottom: 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .events-02 .events__content {
    padding-left: 20px
  }
}

@media(max-width:767px) {
  .events-02 .events__content {
    padding-left: 20px
  }
}

.events-02 .events__content span {
  color: #fff;
  margin-bottom: 0
}

.events-02 .events__content h3 {
  color: #fff
}

.events-02 .events__content .more_btn3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff
}

.events-02 .events__content .more_btn3:hover {
  color: #5895b3;
  border-color: #5895b3
}

.events-02:hover .events__thumb img {
  transform: scale(1.1) rotate(3deg)
}

.events-02:hover .events__content h3 {
  color: #5895b3
}

.events-02-lg {
  min-height: 570px
}

.events-02-yellow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 174px;
  width: 100%;
  display: block
}

.events-02-yellow::before {
  display: none
}

.events_wrapper__white {
  padding: 35px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: block
}

@media(max-width:767px) {
  .events_wrapper__white {
    padding: 35px 20px 30px
  }
}

.events_wrapper__white span {
  color: #fff
}

.events_wrapper__white span i {
  color: #fff
}

.events_wrapper__white h3 {
  color: #fff
}

.events_wrapper__white .more_btn3 {
  color: #fff;
  text-transform: uppercase
}

.events_wrapper__white .more_btn3:hover {
  color: #001234;
  border-color: #001234
}

.events-update {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 732px;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: end
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .events-update {
    min-height: 550px
  }
}

.events-update::before {
  content: '';
  background-image: -moz-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #061738 0%, rgba(6, 23, 56, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1
}

.events-update .events-03 {
  padding-left: 220px;
  padding-right: 220px;
  display: block;
  bottom: 0
}

.events-update .events-03::before {
  display: none
}

@media only screen and (min-width:1601px) and (max-width:1800px) {
  .events-update .events-03 {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .events-update .events-03 {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .events-update .events-03 {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .events-update .events-03 {
    padding-left: 10px;
    padding-right: 10px
  }
}

@media(max-width:767px) {
  .events-update .events-03 {
    padding-left: 10px;
    padding-right: 10px
  }
}

.events-update .events-03 .events-update-content {
  position: relative
}

.events-update .events-03 .video-area {
  margin-bottom: 200px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .events-update .events-03 .video-area {
    margin-bottom: 100px
  }
}

@media(max-width:767px) {
  .events-update .events-03 .video-area {
    margin-bottom: 100px
  }
}

.events-update .events-03 .video-area .popup-video {
  width: 85px;
  height: 85px;
  line-height: 86px
}

.events-update .events-03 .video-area .popup-video i {
  font-size: 15px
}

.events-03 {
  z-index: 3
}

.events-03 .cases {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 3;
  padding-left: 25px;
  padding-right: 25px
}

@media(max-width:767px) {
  .events-03 .cases {
    bottom: -24px;
    padding-left: 10px;
    padding-right: 10px
  }
}

.events-03 .cases__content h3 {
  color: #fff;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.events-03 .cases__content p {
  color: #fff
}

.events-03 .cases-progress .funding {
  color: #fff
}

.events-03 .cases-progress .funding span {
  color: #fff
}

.events-03 .cases-progress .progress .progress-bar h5 {
  color: #fff
}

.video-area-03 {
  width: 100%;
  min-height: 820px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

@media(max-width:767px) {
  .video-area-03 {
    min-height: 450px
  }
}

.video-area-03 .video-area {
  line-height: 120px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .helping-area {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .helping-area {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 110px;
    padding-bottom: 106px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .helping-area {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media(max-width:767px) {
  .helping-area {
    padding-left: 25px;
    padding-right: 25px
  }
}

.helping-area .white-title h6 {
  color: #fff
}

.charts__circle .chart {
  display: inline-block;
  position: relative
}

.charts__circle .chart h2 {
  color: #fff;
  font-size: 65px;
  margin: 0;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 120px
}

.charts__circle .chart h2 span {
  font-size: 25px
}

.charts__content h3 {
  color: #fff
}

.charts__content p {
  color: #fff
}

.events_grid_wrapper .events-02 .events__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 40px;
  padding-bottom: 35px;
  z-index: 2
}

.events_grid_wrapper .events-02__video {
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%)
}

.events_grid_wrapper .events-02__video .popup-video {
  width: 70px;
  height: 70px;
  font-size: 15px;
  line-height: 70px
}

.events_grid_wrapper .events-02__video .popup-video i {
  font-size: 15px
}

.events_grids_wrapper .events-02 .events__content {
  position: relative
}

.events-grid-area .row .col-xl-4:nth-child(7) .events__content:hover h3 {
  color: #02396a
}

.events-grid-area .row .col-xl-4:nth-child(7) .events__content:hover .more_btn3 {
  color: #02396a
}

.events_btn a {
  color: #777;
  border: 1px solid #02396a;
  background: 0 0 !important
}

.events_btn a::before {
  background: #02396a
}

.events_btn a span {
  background: #02396a;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.events_btn a span i {
  color: #fff
}

.events_btn a:hover span {
  background: #fff
}

.events-details-thumb img {
  width: 100%;
  border-radius: 15px
}

.events-text-box h2 {
  font-size: 55px
}

.map-area iframe {
  width: 100%;
  height: 445px;
  border: 0;
  border-radius: 15px
}

.times__content h5 {
  font-size: 20px;
  margin-bottom: 5px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.times__content p i {
  color: #5895b3;
  margin-right: 5px
}

.times__content:hover h5 {
  color: #5895b3
}

.widget-organizer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.widget-organizer h3 {
  color: #fff
}

.widget-organizer .cases--author .autor-img {
  border: 2px solid #fff;
  border-radius: 50%
}

.widget-organizer .cases--author .semi-02-title {
  color: #fff
}

.widget-organizer h5 {
  color: #fff
}

.widget-organizer p {
  color: #fff
}

.widget-organizer p i {
  color: #fff
}

.widget-organizer:hover h5 {
  color: #02396a
}

.testimonial-area::before {
  content: '';
  position: absolute;
  background: url(../img/shape/03.png);
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 442px
}

.testimonial-text-wrapper .section-title h2 {
  font-size: 64px
}

.testimonial-text-wrapper p {
  margin-bottom: 32px
}

.author_box__img {
  border: 5px solid #feeeec;
  border-radius: 50%
}

.author_box__content .semi-02-title {
  margin-bottom: 0
}

.author_box__content p {
  color: #5895b3;
  font-weight: 600
}

.testimonial-area .slick-slide {
  padding: 15px
}

.testimonial-item {
  padding: 45px 50px;
  background: #fff;
  border-radius: 15px
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .testimonial-item {
    padding: 45px 30px
  }
}

@media(max-width:767px) {
  .testimonial-item {
    padding: 45px 20px
  }
}

.testimonial-item::before {
  content: '';
  position: absolute;
  background: url(../img/shape/02.png);
  right: 47px;
  top: 45px;
  z-index: 1;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  width: 61px;
  height: 70px;
  animation: jello infinite 5s linear
}

.testimonial-item .review-icon span {
  color: #001234;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  padding-right: 10px
}

.testimonial-item .review-icon a {
  color: #5895b3;
  font-size: 12px
}

.testimonial-item .author_box__img img {
  border-radius: 50%
}

.testimonial-item__content h2 {
  margin-bottom: 20px
}

.testimonial-item__content .author-box__icon i {
  color: #02396a;
  font-size: 60px
}

.donation-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.donation-area::before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: .85;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.donate-cart {
  display: inline-block
}

.donate-cart .donate-btn input {
  color: #5895b3;
  font-size: 30px;
  font-weight: 600;
  font-family: barlow condensed, sans-serif;
  border: 0;
  background: #fff;
  text-align: center;
  display: block;
  height: 55px;
  width: 127px;
  border-radius: 30px
}

.donate-cart .donate-btn input::placeholder {
  color: #5895b3
}

.cart {
  position: absolute;
  color: #5895b3;
  font-size: 18px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%)
}

.cart.dec {
  left: auto;
  right: 25px
}

.donations__icon i {
  color: #5895b3;
  font-size: 90px;
  margin-top: 17px
}

.donations__text h3 {
  font-size: 30px
}

.donations__text h2 {
  font-size: 65px
}

.doante-select-area {
  padding: 90px 70px 100px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .doante-select-area {
    padding: 90px 20px 100px;
    margin-right: 0
  }
}

@media(max-width:767px) {
  .doante-select-area {
    padding: 90px 10px 100px
  }
}

.doante-select-area .section-title h2 {
  font-size: 45px
}

@media(max-width:767px) {
  .doante-select-area .section-title h2 {
    font-size: 27px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .doante-select-area .section-title h2 {
    font-size: 35px
  }
}

.doante-select-area .section-title p {
  font-size: 16px
}

.doante-select-area .donate-cart {
  display: block;
  height: 64px;
  width: 100%
}

.doante-select-area .donate-cart .donate-btn input {
  width: 100%;
  height: 64px;
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  color: #001234
}

.doante-select-area .donate-cart .plus-minus .cart i {
  color: #001234
}

.doante-select-area button.theme_btn.theme_btn_bg {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  border: 0
}

.doante-select-area button.theme_btn.theme_btn_bg::before {
  background: #02396a;
  border-radius: 0
}

.doante-select-area button.theme_btn.theme_btn_bg span {
  right: 10%
}

.select-area .nice-select {
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 2px solid #e4e4e4;
  float: none;
  height: 64px;
  line-height: 64px
}

.select-area .nice-select:focus {
  border-color: #02396a
}

.select-area .nice-select::before {
  content: '\f078';
  display: block;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  font-family: 'font awesome 5 pro';
  font-size: 15px
}

.select-area .nice-select::after {
  display: none
}

.select-area .nice-select .current {
  color: #001234;
  font-size: 16px;
  font-weight: 700
}

.select-area .nice-select .list {
  width: 100%;
  border: none;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  border-radius: 15px
}

.select-area .nice-select .list li {
  color: #001234;
  font-size: 16px;
  font-weight: 700
}

.input-donate .cont_btn {
  background: 0 0;
  border: none;
  border-radius: 10px;
  padding: 18px 35px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #001234;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  transition: all .3s ease-in-out
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .input-donate .cont_btn {
    padding: 18px 32px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .input-donate .cont_btn {
    padding: 18px 25px
  }
}

@media(max-width:767px) {
  .input-donate .cont_btn {
    padding: 18px 15px
  }
}

.input-donate .cont_btn:hover {
  color: #fff;
  background: #02396a;
  border-color: transparent
}

.video-area-02 .popup-video {
  width: 100px;
  height: 100px;
  border-radius: 0;
  line-height: 102px
}

.video-area-02 .popup-video i {
  font-size: 20px
}

.donation-area-03::before {
  content: '';
  position: absolute;
  background: url(../img/donation/01.html);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
  .donation-area-03::before {
    display: none
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .donation-area-03::before {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .donation-area-03::before {
    display: none
  }
}

@media(max-width:767px) {
  .donation-area-03::before {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .donation-area-03 .about-wrap-02 {
    padding-left: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .donate-select-02 {
    margin-left: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .donate-select-02 {
    margin-left: 0;
    margin-right: 0;
    padding: 66px 20px 80px
  }
}

@media(max-width:767px) {
  .donate-select-02 {
    margin-left: 0;
    margin-right: 0;
    padding: 66px 20px 80px
  }
}

.donate-select-02 .input-donate .cont_btn {
  padding: 18px 25px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .donate-select-02 .input-donate .cont_btn {
    padding: 18px 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .donate-select-02 .input-donate .cont_btn {
    padding: 18px 17px
  }
}

@media(max-width:767px) {
  .donate-select-02 .input-donate .cont_btn {
    padding: 18px 12px
  }
}

.donate-area-02::before {
  display: none
}

.donate-select-03 {
  padding: 0
}

.donate-select-03 .input-donate .cont_btn {
  padding: 18px 72px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .donate-select-03 .input-donate .cont_btn {
    padding: 18px 51px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .donate-select-03 .input-donate .cont_btn {
    padding: 18px 60px
  }
}

@media(max-width:767px) {
  .donate-select-03 .input-donate .cont_btn {
    padding: 18px 40px;
    margin-bottom: 5px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .donate-select-03 .input-donate .cont_btn {
    padding: 18px 40px
  }
}

.donate-select-03 .large_btn {
  width: 100%;
  border-radius: 15px;
  border: 0;
  font-size: 30px
}

.donate-select-03 .large_btn::before {
  border-radius: 0
}

.donation-form-left .section-title h6 {
  font-weight: 400
}

.donation-form-left .donation-form {
  padding: 60px 70px;
  border-radius: 15px
}

@media(max-width:767px) {
  .donation-form-left .donation-form {
    padding: 66px 15px 58px 25px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .donation-form-left .donation-form {
    padding: 60px 30px
  }
}

.donation-form-left .donation-form .input-area .form-control {
  color: #001234;
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  padding-left: 20px
}

.donation-form-left .donation-form .input-area .form-control:focus {
  border-color: #02396a
}

.donate-select-area-04 {
  padding: 66px 70px 58px;
  border-radius: 15px
}

@media(max-width:767px) {
  .donate-select-area-04 {
    padding: 66px 15px 58px 25px
  }
}

@media(max-width:767px) {
  .donate-select-area-04 {
    padding: 66px 30px 58px
  }
}

.donate-select-area-04 .input-donate .cont_btn {
  margin: 0 2px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .donate-select-area-04 .input-donate .cont_btn {
    padding: 18px 19px
  }
}

@media(max-width:767px) {
  .donate-select-area-04 .input-donate .cont_btn {
    padding: 18px 13px
  }
}

.payment-inner .input-area .form-control {
  color: #001234;
  border: 1px solid #e4e4e4
}

.payment-inner button {
  width: 100%;
  border: 0
}

.payment-inner button::before {
  border-radius: 0
}

.donation-form .nav-tabs {
  border: 0
}

.donation-form .nav-tabs .nav-item {
  margin-right: 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .donation-form .nav-tabs .nav-item {
    margin-right: 20px
  }
}

.donation-form .nav-tabs .nav-item .nav-link {
  border: 0;
  font-size: 18px;
  font-weight: 600;
  color: #001234;
  font-family: karla, sans-serif;
  position: relative;
  padding-left: 48px
}

.donation-form .nav-tabs .nav-item .nav-link:hover,
.donation-form .nav-tabs .nav-item .nav-link.active {
  border: 0
}

.donation-form .nav-tabs .nav-item .nav-link:hover::before,
.donation-form .nav-tabs .nav-item .nav-link.active::before {
  background: #5895b3
}

.donation-form .nav-tabs .nav-item .nav-link:hover::after,
.donation-form .nav-tabs .nav-item .nav-link.active::after {
  border-color: #5895b3
}

.donation-form .nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  background: #e4e4e4;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  top: 12px;
  left: -1px
}

.donation-form .nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  display: inline-block;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  left: -5px;
  top: 8px
}

.blog {
  background: #fff;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  border-radius: 12px
}

.blog__thumb {
  overflow: hidden;
  border-radius: 12px
}

.blog__thumb img {
  display: block;
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.blog .tag {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  background: #02396a;
  border-radius: 5px;
  padding: 5px 11px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
  transition: all .3s ease-in
}

.blog .tag:hover {
  background: #5895b3;
  color: #fff
}

.blog__content {
  padding: 25px
}

.blog__content .blog-title {
  font-size: 30px;
  line-height: 1.3
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog__content .blog-title {
    font-size: 27px
  }
}

.blog__content p {
  font-size: 16px
}

.blog:hover .blog__thumb img {
  transform: scale(1.1)
}

.blog:hover .blog__content .blog-title {
  color: #5895b3
}

.blog-author {
  display: flex;
  align-items: center
}

.blog-author img {
  border-radius: 50%
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-author li:first-child a {
    margin-right: 10px
  }
}

@media(max-width:767px) {
  .blog-author li:first-child a {
    margin-right: 10px
  }

  .blog__content {
    padding: 20px
  }
}

.blog-author li a span {
  color: #001234;
  font-size: 18px;
  font-family: barlow condensed, sans-serif;
  font-weight: 700;
  margin-left: 10px;
  transition: all .3s ease-in
}

.blog-author li a span:hover {
  color: #5895b3
}

.blog-author li:last-child {
  font-size: 16px;
  color: #777
}

.blog-author li:last-child i {
  color: #5895b3;
  margin-right: 10px
}

.blogs .blog__thumb {
  border-radius: 0;
  box-shadow: none
}

.blogs .blog__content {
  padding: 0 23px 40px 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .blogs .blog__content {
    padding: 0 15px 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .blogs .blog__content {
    padding: 40px 15px
  }
}

@media(max-width:767px) {
  .blogs .blog__content {
    padding: 40px 15px
  }
}

.blogs-list li .blogs .blog__content {
  padding-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .blogs-list li .blogs .blog__content {
    padding: 14px 15px 12px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .blogs-list li .blogs .blog__content {
    padding: 14px 15px 40px
  }
}

.blogs-list li:last-child .blogs {
  border-top: 1px solid #e7e7e7
}

.blogs-list li:last-child .blogs .blog__content {
  padding: 14px 23px 40px 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .blogs-list li:last-child .blogs .blog__content {
    padding: 14px 15px 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .blogs-list li:last-child .blogs .blog__content {
    padding: 14px 15px 40px
  }
}

@media(max-width:767px) {
  .blogs-list li:last-child .blogs .blog__content {
    padding: 14px 15px 40px
  }
}

.blog-03 .blog__thumb {
  overflow: hidden
}

.blog-03 .blog__thumb img {
  display: block;
  width: 100%
}

.blog-03 .tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 17px
}

.blog-03:hover .blog__thumb img {
  transform: scale(1.1)
}

.blog-03 .blog-author li a span {
  margin-left: 0
}

.blog-03 .blog-author li a span i {
  color: #5895b3;
  margin-right: 6px
}

.insta-feed .insta {
  margin: 0 9px 10px 0;
  display: inline-block;
  position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .insta-feed .insta {
    margin: 0 2px 10px 0
  }
}

.insta-feed .insta::before {
  content: '';
  position: absolute;
  background: #5895b3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.insta-feed .insta span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 1;
  transform: translateY(-50%);
  color: #fff;
  transition: all .3s ease-in-out;
  opacity: 0
}

.insta-feed .insta span i {
  font-size: 18px
}

.insta-feed .insta:hover::before {
  transform: scale(1);
  opacity: .8
}

.insta-feed .insta:hover span {
  opacity: 1
}

.widget .widget-post {
  padding: 40px 50px 25px;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  border-radius: 15px;
  background: #fff
}

.widget-organizer {
  background: #5895b3 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .widget .widget-post {
    padding: 40px 10px 25px 15px
  }
}

@media(max-width:767px) {
  .widget .widget-post {
    padding: 40px 10px 25px 15px
  }
}

.widget .widget-post .post__thumb img {
  border-radius: 10px
}

.widget .cases--author img {
  border-radius: 50%
}

.post__content h5 {
  font-size: 20px
}

.post__content .view_btn {
  color: #5895b3;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #5895b3
}

.post__content .view_btn:hover {
  color: #02396a;
  border-color: #02396a
}

.post:hover .post__content h5 {
  color: #5895b3
}

.recent-post .post__content h5 {
  margin-bottom: 0
}

.recent-post .post__content span {
  color: #5895b3;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  margin-bottom: 2px
}

.recent-post .post__content p {
  line-height: 1
}

.recent-post .post__content p i {
  font-size: 15px;
  margin-right: 5px
}

.blogs-02 .blog__thumb {
  box-shadow: none
}

.blogs-02 .tag {
  margin-bottom: 20px
}

.blogs-02 .blog__content {
  padding: 0 30px 30px
}

@media(max-width:767px) {
  .blogs-02 .blog__content {
    padding: 0 15px 30px
  }
}

.blogs-02 .blog__content .blog-title {
  font-size: 40px
}

@media(max-width:767px) {
  .blogs-02 .blog__content .blog-title {
    font-size: 30px
  }
}

@media(max-width:767px) {
  .blogs-02 .blog__content .blog-author {
    display: block
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .blogs-02 .blog__content .blog-author {
    display: flex
  }
}

.blogs-02 .blog__content .blog-author li {
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px
}

@media(max-width:767px) {
  .blogs-02 .blog__content .blog-author li {
    margin-right: 10px;
    margin-bottom: 10px
  }
}

.blogs-02 .blog__content .blog-author li i {
  color: #5895b3;
  font-size: 18px;
  margin-right: 5px
}

.blogs-02 .video-area {
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center
}

.blogs-02 .video-area .popup-video {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 75px;
  background: #5895b3
}

.blogs-02 .video-area .popup-video i {
  color: #fff;
  font-size: 20px
}

.blogs-02-quote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.blogs-02-quote .quote-wrapper {
  padding: 40px
}

@media(max-width:767px) {
  .blogs-02-quote .quote-wrapper {
    padding: 40px 15px
  }
}

.blogs-02-quote .quote-wrapper h2 {
  color: #fff;
  font-size: 40px
}

.blogs-02-quote .quote-wrapper h2.left-line::before {
  width: 40px
}

.blogs-02-quote .quote-wrapper h5 {
  color: #fff
}

.standard-right-area .widget {
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  border-radius: 12px
}

.widget-search {
  padding: 30px 35px 25px
}

.widget-search .input-area .form-control {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  position: relative
}

.widget-search .input-area button {
  position: absolute;
  right: 10px;
  border: none;
  background: 0 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer
}

.widget-search .input-area button i {
  font-size: 18px;
  line-height: 1;
  transition: .5s
}

.widget-search .input-area button i:hover {
  color: #02396a
}

.widget .widget-post-02 {
  padding: 30px 50px 5px 35px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .widget .widget-post-02 {
    padding: 30px 5px 5px 15px
  }
}

@media(max-width:767px) {
  .widget .widget-post-02 {
    padding: 30px 15px 5px
  }
}

.widget .widget-post-02 .post__content h4 {
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.widget .widget-post-02 .post__content .view_btn {
  color: #777;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0
}

.widget .widget-post-02 .post__content .view_btn i {
  color: #5895b3;
  margin-right: 5px;
  font-size: 15
}

.widget .widget-post-02 .post:hover .post__content h4 {
  color: #5895b3
}

.widget .widget-post-02 ul li {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px
}

.widget .widget-post-02 ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0
}

.widget-cat {
  padding: 30px 35px 25px
}

.widget-cat li a {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  color: #001234;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.widget-cat li a span {
  float: right
}

.widget-cat li a:hover {
  color: #5895b3
}

.widget-insta {
  padding: 40px 35px 25px
}

.widget-insta .insta-feed {
  display: flex;
  flex-wrap: wrap
}

.widget-insta .insta-feed li {
  padding: 10px;
  flex: 0 0 50%;
  max-width: 50%
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .widget-insta .insta-feed li {
    padding: 10px;
    flex: 0 0 33.33%;
    max-width: 33.33%
  }
}

.widget-insta .insta-feed li .insta {
  display: block
}

.widget-insta .insta-feed li .insta img {
  width: 100%
}

.widget-insta .insta-feed li .insta span i {
  font-size: 35px
}

.widget-cat-btn {
  padding: 40px 35px 25px
}

.widget-cat-btn .cat-list .cat-btn {
  font-size: 14px;
  line-height: 1;
  background: #5895b3;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  margin-right: 8px;
  margin-bottom: 7px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.widget-cat-btn .cat-list .cat-btn:hover {
  color: #fff;
  background: #02396a
}

.widget-add {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 420px;
  position: relative;
  padding: 110px 60px 0;
  z-index: 1;
  border-radius: 12px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .widget-add {
    padding: 110px 35px 0
  }
}

@media(max-width:767px) {
  .widget-add {
    padding: 110px 35px 0
  }
}

.widget-add::before {
  content: "";
  background-color: #061738;
  opacity: .75;
  position: absolute;
  border-radius: 12px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.widget-add h5 {
  color: #fff;
  margin-bottom: 13px
}

.widget-add h2 {
  color: #fff;
  margin-bottom: 30px
}

.blogs-details-left-area {
  padding-left: 30px;
  padding-right: 30px
}

.blogs-details-left-area .blog {
  box-shadow: none
}

@media(max-width:767px) {
  .blogs-details-left-area {
    padding-left: 0;
    padding-right: 0
  }
}

.blogs-details-left-area .blogs-02 {
  border: 0
}

.blogs-details-left-area .blogs-02 .blog__content {
  padding: 0
}

.blogs-details-left-area .blogs-02 .blogs-details-thumb img {
  width: 100%;
  border-radius: 15px
}

.blogs-details-left-area .author {
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  border-radius: 15px
}

.blogs-details-left-area .author__img img {
  border-radius: 50%
}

.blog-details-list .about_list li {
  font-size: 15px;
  padding-left: 35px;
  color: #061738;
  display: block
}

.blog-details-list .about_list li::before {
  content: '\f058';
  position: absolute;
  font-family: 'font awesome 5 pro';
  font-size: 18px;
  color: #02396a;
  left: 0;
  top: 1px;
  background: 0 0
}

.blog-details-list .about_list li::after {
  display: none
}

.blogs-details-quote {
  border-radius: 10px
}

.blogs-details-quote .quote-wrapper {
  padding: 32px 70px 27px 50px
}

@media(max-width:767px) {
  .blogs-details-quote .quote-wrapper {
    padding: 32px 25px 27px
  }
}

.blogs-details-quote .quote-wrapper h3 {
  color: #fff;
  margin-bottom: 16px
}

.blogs-details-quote .quote-wrapper p {
  color: #fff;
  font-weight: 600
}

.blogs-details-quote .quote-wrapper p i {
  color: #02396a;
  font-size: 18px;
  margin-right: 10px
}

.blogs-details-left-area .post__thumb img {
  border-radius: 10px
}

.blog-post-tag span {
  color: #001234;
  font-size: 18px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  margin-right: 10px
}

.blogs-details-left-area .post__content h4 a:hover {
  color: #5895b3
}

.post-share-icon span {
  color: #001234;
  font-size: 18px;
  font-family: barlow condensed, sans-serif;
  font-weight: 600;
  margin-right: 5px
}

.post-share-icon a {
  font-size: 14px;
  margin-left: 15px
}

.post-share-icon a:hover {
  color: #02396a
}

.author {
  padding: 40px
}

@media(max-width:767px) {
  .author {
    padding: 40px 25px
  }
}

.author__img {
  margin-right: 40px
}

@media(max-width:767px) {
  .author__img {
    margin-right: 0;
    float: none;
    margin-bottom: 20px
  }
}

.author__content .post-share-icon a {
  font-size: 14px;
  margin-right: 15px;
  margin-left: 0
}

.post__content--meta span {
  margin-right: 10px
}

.post__content--meta span i {
  color: #5895b3;
  font-size: 14px
}

.row-border {
  border-bottom: 1px solid #e4e4e4
}

.comment-box__img img {
  border-radius: 50%
}

.comment-box__content h5 {
  font-size: 20px;
  margin-bottom: 5px
}

.comment-box__content span {
  color: #5895b3;
  display: inline-block;
  margin-bottom: 7px
}

.comment-box__content p {
  margin-bottom: 5px
}

.comment-box__content .reply-btn {
  color: #001234;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase
}

.comment-box__content .reply-btn:hover {
  color: #02396a
}

@media(max-width:767px) {
  .post-comment li {
    margin-left: 0
  }
}

.post-comment li:last-child {
  border-bottom: 1px solid #e4e4e4
}

.comment-form .input-area {
  position: relative
}

.comment-form .input-area::before {
  content: '\f007';
  position: absolute;
  font-family: 'font awesome 5 pro';
  font-size: 16px;
  color: #5895b3;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  background: 0 0;
  z-index: 1
}

.comment-form .input-area .form-control {
  color: #001234;
  border-radius: 0;
  font-weight: 400;
  width: 100%;
  height: 55px;
  padding-left: 20px;
  border-radius: 8px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.comment-form .input-area textarea {
  color: #001234;
  font-weight: 400;
  width: 100%;
  height: 120px;
  padding-left: 20px;
  border-radius: 8px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.comment-form .input-area.input-mail::before {
  content: '\f2b6'
}

.comment-form .input-area.input-comment::before {
  content: '\f040';
  top: 20px
}

.comment-form .input-area input:focus {
  border: 2px solid #5895b3;
  border-radius: 7px;
  background: 0 0
}

.comment-form .input-area textarea:focus {
  border: 2px solid #5895b3;
  border-radius: 7px;
  background: 0 0
}

.comment-form .comment-btn button {
  border: 0;
  padding: 20px 75px 20px 55px
}

.comment-form .comment-btn button::before {
  border-radius: 0
}

.features {
  padding: 45px 45px 40px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .features {
    padding: 45px 25px 40px
  }
}

@media(max-width:767px) {
  .features {
    padding: 45px 25px 40px
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .features {
    padding: 45px 45px 40px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .features__icon {
    margin-bottom: 20px
  }
}

@media(max-width:767px) {
  .features__icon {
    margin-bottom: 20px
  }
}

.features__icon i {
  color: #5895b3;
  font-size: 95px
}

.features__content h3 {
  font-size: 30px;
  margin-bottom: 10px
}

.features__content p {
  font-size: 16px;
  margin-bottom: 10px
}

.features__content .more_btn2 {
  color: #001234;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.features__content .more_btn2 i {
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
  transform: translateY(2px)
}

.features__content .more_btn2:hover {
  color: #5895b3
}

.features__content:hover h3 {
  color: #5895b3
}

.features:hover,
.features.active {
  box-shadow: 0 10px 30px 0 rgba(172, 172, 172, .17);
  border-radius: 10px
}

.features-02 {
  background: #02396a;
  text-align: center;
  padding: 50px 30px 36px;
  z-index: 1;
  border-radius: 10px
}

.features-02:hover,
.features-02.active {
  background: #000000;
   !important
}

.features-02:hover .features-02__back,
.features-02.active .features-02__back {
  opacity: 0.5
}

.features-02 .features__icon i {
  color: #fff;
  font-size: 55px
}

.features-02 .features__content h3 {
  color: #fff
}

.features-02 .features__content p {
  color: #fff;
  margin-bottom: 5px
}

.features-02 .features__content .more_btn2 {
  color: #fff
}

.features-02 .features__content .more_btn2:hover {
  color: #061738
}

.features-02__back {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.footer-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.footer-bottom-area {
  border-bottom: 2px solid #414657
}

.scroll-target {
  color: #fff;
  background: #02396a;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 95px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  z-index: 3
}

.scroll-target:hover {
  background: #02396a
}

@media(max-width:767px) {
  .scroll-target {
    margin: 0 0 0 auto
  }
}

.footer__widget .semi-02-title {
  color: #fff;
  text-decoration: underline;
}

.footer__widget.fot_abot {
    text-align:initial;

}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .footer__widget.fot_abot {
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer__widget {
    padding-left: 0;
    padding-right: 0
  }
}

@media(max-width:767px) {
  .footer__widget {
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (min-width:576px) and (max-width:767px) {
  .footer__widget {
    padding-left: 0;
    padding-right: 0
  }
}

.footer__widget .footer-logo {
  display: inline-block;
  margin-bottom: 30px
}

.footer__widget .footer-logo img {
  width: 110px
}

.footer__widget p {
  color: #fff
}

.footer__widget .fot-list li {
  margin-bottom: 8px
}

.footer__widget .fot-list li a {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-family: karla, sans-serif;
  font-weight: 400;
  position: relative;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.footer__widget .fot-list li a:hover,
.footer__widget .fot-list li a:focus {
  color: #5895b3;
  padding-left: 10px
}

.footer__widget .subscribe {
  margin-top: 30px;
  position: relative;
  margin-left:-100px;
}

.footer__widget .subscribe input {
  width: 100%;
  padding: 12px 30px 12px 10px;
  border-radius: 8px;
  border: none
}

.footer__widget .subscribe button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #02396a;
  color: #fff;
  border: none;
  border-radius: 8px;
  width: 41px;
  height: 41px;
  line-height: 35px;
  text-align: center;
  transition: all .5s ease-in-out
}

.footer__widget .subscribe button:hover {
  background: #091c40;
  color: #fff
}

.copy-right-area {
  background: #5895b370;
  padding: 20px 40px;
  border-radius: 5px
}

.copy-right-area .copyright p {
  color: #fff
}

.copy-right-area .copyright p a {
  color: #02396a;
  font-weight: 600;
  transition: .5s
}

.copy-right-area .copyright p a:hover {
  color: #5895b3
}

.footer-social {
  text-align: left
}

.footer-social a {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  transition: all .5s ease-in-out
}

.footer-social a:hover {
  color: #5895b3;
}

.copy-area-02 .copyright p span {
  color: #02396a
}

.fot__subscribe .form-area a {
  padding: 20px 50px 20px 45px
}

@media(max-width:767px) {
  .footer-social {
    text-align: left;
    margin-top: 20px
  }

  .copy-right-area .copyright p {
    text-align: center
  }
}

.login-content {
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.login-form {
  margin-top: 20px
}

.login-form .form-group {
  margin-bottom: 20px
}

.login-form .form-group .form-control {
  height: 50px;
  border-radius: 8px;
  border-width: 2px;
  box-shadow: none
}

.login-form .form-group .form-control:focus {
  border-color: #02396a
}

.login-form .form-check-input:checked {
  background-color: #02396a;
  border-color: #02396a
}

.login-form .form-check-input {
  box-shadow: none;
  margin-top: 6px;
  border-width: 2px;
  padding: 5px 5.8px
}

.login-form .form-check-input:focus {
  border-color: #02396a
}

.login-form .forgot-pass {
  color: #5895b3;
  transition: all .5s ease-in-out
}

.login-form .forgot-pass:hover {
  color: #02396a
}

.login-form .login-btn {
  background: #02396a;
  border: none;
  border-radius: 8px;
  padding: 6px 20px;
  color: #fff;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  transition: all .5s ease-in-out
}

.login-form .login-btn:hover {
  background: #5895b3
}

.login-form .login-footer {
  margin-top: 20px
}

.login-form .login-footer a {
  color: #5895b3;
  transition: all .5s ease-in-out
}

.login-form .login-footer a:hover {
  color: #02396a
}

.login-form .form-check-label a {
  color: #5895b3;
  transition: all .5s ease-in-out
}

.login-form .form-check-label a:hover {
  color: #02396a
}

.faq-wrapper-area .card {
  margin-bottom: 20px;
  border-radius: 10px
}

.faq-wrapper-area .card button {
  outline: none;
  box-shadow: none
}

.error-content {
  text-align: center
}

.error-content h1 {
  font-size: 150px
}

.error-content h1 span {
  color: #5895b3
}

.error-content p {
  margin-bottom: 20px
}

.leftss {
  text-align: left !important;
}

.newslies {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}

.features-02.active,
.features-02:hover {
  background: black !important;
}

.features-02:hover {
  opacity: 0.2 !important
}

.leader .inner:hover {
  opacity: 0.9 !important
}

.ftrrgt {
  margin-right: 7px;
}

.frtle {
  font-size: 26px !important;
}

.slide-bar.show {
  text-align: justify !important;
}