@import url("https://fonts.googleapis.com/css?family=Inconsolata:700");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --theme: #ff2143;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  color: #051441;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

p {
  font-family: "Roboto", sans-serif;
  color: #506172;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

.colorb {
    color: #0077b5;
}
.colorg {
  color: #13c600;
}
.colorr {
  color: #ed4141;
}
.bgb {
  background: #0077b5;
}
.bgg {
  background: #13c600;
}
.bgr {
  background: #ed4141;
}
.bgbeg {
  background: #8a3ab9;
}
.top-bg {
  background: #0000;
}
.white-bg {
  background: #ffffff;
}
.gray-bg {
  background: #f4f4f4;
}
.gray-bg {
  background: #f4f4f4;
}
.white-bg {
  background: #fff;
}
.black-bg {
  background: #000;
}
.theme-bg {
  background: var(--theme);
}
.brand-bg {
  background: #f1f4fa;
}
.testimonial-bg {
  background: #f9fafc;
}
.white-color {
  color: #fff;
}
.black-color {
  color: #000;
}
.theme-color {
  color: var(--theme);
}

a {
  color: #635c5c;
}
a:hover {
  color: #fff;
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
  text-decoration: none;
}
a, button {
  color: #fff;
  outline: medium none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.capitalize {
  text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.fix {
  overflow: hidden;
}

.switch-wrap {
  margin-bottom: 10px;
}

.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;
}
.pt-260 {
  padding-top: 260px;
}
.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;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.header-top {
  background-color: #000;
  padding: 11px 0px;
}

.header-top .header-info-left ul li {
  color: #cdcfd8;
  display: inline-block;
  margin-right: 33px;
  padding-right: 33px;
  border-right: 1px solid #cdcfd8;
  font-size: 14px;
  line-height: 1;
}

.header-top .header-info-left ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0px;
}

.header-top .header-black {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header-top .header-info-right .header-date li {
  color: #cdcfd8;
  display: inline-block;
  font-size: 14px;
}

.header-mid {
  padding: 9px 0px;
  position: relative;
}

.logo img {
  width: auto;
  max-height: 92px;
}

.header-banner {
  text-align: right;
}

.header-banner a {
  display: block;
}

.header-banner img {
  width: 100%;
}

.header-bottom {
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
  background: var(--theme);
}

.header-bottom .header-right {
  text-align: right;
}

.nav-search {
  display: inline-block;
  position: relative;
}

.nav-search::before {
  content: "";
  width: 1px;
  height: 104%;
  background: #ff889a;
  position: absolute;
  right: 0px;
  top: -1px;
  bottom: 0;
}

.nav-search i {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 30px 30px;
  width: 100%;
}

.navbar .nav-link {
  color: #fff;
  font-weight: 700;
  padding: 27px 25px !important;
  display: block;
  font-size: 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;
  text-transform: uppercase;
  position: relative;
}

.navbar .nav-link::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.navbar .nav-item:last-child .nav-link::before {
  content: none;
}

.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) rgba(255, 255, 255, 0.6);
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.main-menu ul li:first-child a {
  padding-left: 0;
}

.main-menu ul li a {
  color: #fff;
  font-weight: 700;
  padding: 27px 25px;
  display: block;
  font-size: 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;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

.main-menu ul li a::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main-menu ul li:last-child a::before {
  content: none;
}

.header-bottom .header-social {
  display: inline-block;
  padding: 27px 30px;
  position: relative;
}

.header-bottom .header-social::before {
  content: "";
  width: 1px;
  height: 101%;
  background: #ff889a;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
}

.header-bottom .header-social::after {
  content: "";
  width: 1px;
  height: 101%;
  background: #ff889a;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
}

.header-bottom .header-social li {
  display: inline-block;
}

.header-bottom .header-social li a {
  color: #fff;
  font-size: 16px;
  padding: 0 11px;
}

.header-bottom .header-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.header-bottom .header-social a i {
  -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;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-size 0.5s ease;
}

.background-image-top {
  background-size: cover !important;
}

.background-image-animated:hover {
  background-size: 120%;
}

.trending-area .trending-main .trending-top .trend-top-img {
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}

.trending-area .trending-main .trending-top .trend-top-img::before {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  content: "";
  background-image: -moz-linear-gradient(-90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.01) 0%, black 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.01) 0%, black 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.01) 0%, black 100%);
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap {
  position: absolute;
  bottom: 25px;
  left: 31px;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap span {
  color: #051441;
  padding: 7px 14px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 19px;
  display: inline-block;
  color: #fff;
  overflow: hidden;
}

.bgr {
  background: #ed4141;
}

.bgb {
  background: #0077b5;
}

.bgg {
  background: #13c600;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 {
  font-size: 40px;
  font-weight: 800;
  overflow: hidden;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a {
  display: block;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  transition-duration: 0.4s;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a:hover {
  color: #f75a5a;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap p {
  color: #c2c2c2;
  font-size: 12px;
  overflow: hidden;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 {
  bottom: 0px;
}

.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2 {
  font-size: 24px;
  font-weight: 800;
}

.whats-news-area .whats-news-wrapper, .about-area2 .whats-news-wrapper, .contact-section .whats-news-wrapper {
  background: #fff;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
}

.section-tittle h3 {
  font-size: 40px;
  display: block;
  color: #051441;
  font-weight: 700;
  line-height: 1;
}

.link-facebook {
  color: #1877F2;
  font-size: 32px;
}

.link-x {
  color: #000;
  font-size: 32px;
}

.link-facebook:hover {
  color: #1877F2 !important;
}

.link-x:hover {
  color: #000 !important;
}

.whats-news-area .whats-news-single .whates-img, .about-area2 .whats-news-single .whates-img, .contact-section .whats-news-single .whates-img {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 6px;
}

.whats-news-area .whats-news-single .whates-img img, .about-area2 .whats-news-single .whates-img, .contact-section .whats-news-single .whates-img img {
  width: 100%;
  height: auto;
}

.whats-news-area .whats-news-single .whates-caption h4 a, .about-area2 .whats-news-single .whates-caption h4 a, .contact-section .whats-news-single .whates-caption h4 a {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
  text-decoration: none;
  transition-duration: 0.4s;
}

.whats-news-area .whats-news-single .whates-caption h4 a:hover, .about-area2 .whats-news-single .whates-caption h4 a:hover, .contact-section .whats-news-single .whates-caption h4 a:hover {
  color: var(--theme);
}

.whats-news-area .whats-news-single .whates-caption span, .about-area2 .whats-news-single .whates-caption span, .contact-section .whats-news-single .whates-caption span {
  color: #707b8e;
  font-size: 12px;
  margin-bottom: 14px;
  display: block;
}

.whats-news-area .whats-news-single .whates-caption p, .about-area2 .whats-news-single .whates-caption p, .contact-section .whats-news-single .whates-caption p {
  margin-bottom: 0;
  color: #000000;
  font-size: 16px;
}

.whats-news-area .whats-right-single, .about-area2 .whats-right-single, .contact-section .whats-right-single {
  display: flex;
}

.whats-news-area .whats-right-single .whats-right-img img, .about-area2 .whats-right-single .whats-right-img img, .contact-section .whats-right-single .whats-right-img img {
  border-radius: 6px;
}

.whats-news-area .whats-right-single .whats-right-cap, .about-area2 .whats-right-single .whats-right-cap, .contact-section .whats-right-single .whats-right-cap {
  padding-left: 18px;
}

.whats-news-area .whats-right-single .whats-right-cap span, .about-area2 .whats-right-single .whats-right-cap span, .contact-section .whats-right-single .whats-right-cap span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}

.whats-news-area .whats-right-single .whats-right-cap h4, .about-area2 .whats-right-single .whats-right-cap h4, .contact-section .whats-right-single .whats-right-cap h4 {
  font-size: 16px;
  font-weight: 700;
}

.whats-news-area .whats-right-single .whats-right-cap p, .about-area2 .whats-right-single .whats-right-cap p, .contact-section .whats-right-single .whats-right-cap p {
  color: #707b8e;
  font-size: 12px;
  margin: 0;
  line-height: 1;
}

.whats-news-area .whats-right-single .whats-right-cap h4 a, .about-area2 .whats-right-single .whats-right-cap h4 a, .contact-section .whats-right-single .whats-right-cap h4 a {
  font-weight: 500;
  line-height: 1.4;
  transition-duration: 0.4s;
  text-decoration: none;
}

.whats-news-area .whats-right-single .whats-right-cap h4 a:hover, .about-area2 .whats-right-single .whats-right-cap h4 a:hover, .contact-section .whats-right-single .whats-right-cap h4 a:hover {
  color: var(--theme);
}

.whats-news-area .single-follow, .about-area2 .single-follow, .contact-section .single-follow {
  background: #fff;
  padding: 30px 20px 30px 20px;
  border-radius: 7px;
}

.whats-news-area .single-follow .single-box, .about-area2 .single-follow .single-box, .contact-section .single-follow .single-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.whats-news-area .single-follow .follow-us, .about-area2 .single-follow .follow-us, .contact-section .single-follow .follow-us {
  background: #fff;
  border: 1px solid #f4f4f4;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 49%;
}

.whats-news-area .single-follow .follow-us .follow-count, .about-area2 .single-follow .follow-us .follow-count, .contact-section .single-follow .follow-us .follow-count {
  padding-left: 15px;
}

.whats-news-area .single-follow .follow-us .follow-count span, .about-area2 .single-follow .follow-us .follow-count span, .contact-section .single-follow .follow-us .follow-count span {
  color: #232323;
  font-size: 14px;
  font-weight: 500;
}

.whats-news-area .single-follow .follow-us .follow-count p, .about-area2 .single-follow .follow-us .follow-count p, .contact-section .single-follow .follow-us .follow-count p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 11px;
}

.whats-news-area .most-recent-area, .about-area2 .most-recent-area, .contact-section .most-recent-area {
  background: #fff;
  padding: 30px 10px;
  border-radius: 7px;
}

.small-tittle h4 {
  font-size: 18px;
  display: block;
  color: #051441;
  font-weight: 700;
  line-height: 1;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img, .about-area2 .most-recent-area .most-recent .most-recent-img, .contact-section .most-recent-area .most-recent .most-recent-img {
  overflow: hidden;
  position: relative;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img::before, .about-area2 .most-recent-area .most-recent .most-recent-img::before, .contact-section .most-recent-area .most-recent .most-recent-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  background: -moz-linear-gradient(top, rgba(2,26,71,0) 0%, rgba(2,26,71,0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00021a47', endColorstr='#99021a47',GradientType=0 );
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap {
  position: absolute;
  bottom: 0px;
  left: 31px;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap span, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap span, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap span {
  color: #ffff;
  padding: 9px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 19px;
  display: inline-block;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap h4, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 {
  font-size: 16px;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 a, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 a, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap h4 a {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap p, .about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap p, .contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap p {
  color: #fff;
  font-size: 12px;
}

.whats-news-area .most-recent-area .most-recent-single, .about-area2 .most-recent-area .most-recent-single, .contact-section .most-recent-area .most-recent-single {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-images img, .about-area2 .most-recent-area .most-recent-single .most-recent-images img, .contact-section .most-recent-area .most-recent-single .most-recent-images img {
  border-radius: 6px;
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt, .about-area2 .most-recent-area .most-recent-single .most-recent-capt, .contact-section .most-recent-area .most-recent-single .most-recent-capt {
  padding-left: 18px;
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4, .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 a, .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4 a, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 a {
  font-weight: 500;
  line-height: 1.4;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  transition-duration: 0.4s;
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt h4 a:hover, .about-area2 .most-recent-area .most-recent-single .most-recent-capt h4 a:hover, .contact-section .most-recent-area .most-recent-single .most-recent-capt h4 a:hover {
  color: var(--theme);
}

.whats-news-area .most-recent-area .most-recent-single .most-recent-capt p, .about-area2 .most-recent-area .most-recent-single .most-recent-capt p, .contact-section .most-recent-area .most-recent-single .most-recent-capt p {
  color: #707b8e;
  font-size: 12px;
  margin: 0;
  line-height: 1;
}

.weekly2-news-area .weekly2-wrapper .slider-wrapper {
  background: #fff;
  padding: 30px 22px 19px 23px;
  border-radius: 10px;
}

.viewport {
  width:100%;
  overflow:hidden;
}

.track {
  display:flex;
  gap:30px;
  transition:transform .4s ease;
}

.card {
  flex:0 0 calc((100% - (30px * 2)) / 3);
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border: none;
}

.card .card-inner {
  width: 100%;
}

.card .card-img {
  margin-bottom: 20px;
}

.card .card-img img {
  width: 100%;
  border-radius: 6px;
}

.card .card-caption h4 a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  padding-right: 20px;
  text-decoration: none;
  transition-duration: 0.4s;
}

.card .card-caption h4 a:hover {
  color: var(--theme);
}

.card .card-caption p {
  color: #838793;
  font-size: 12px;
  margin: 0;
}

.tittle-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.controls button {
  background: none;
  border: none;
  color: #707b8e;
  margin-left: 5px;
}

.banner-area .banner-one {
  text-align: center;
}

.footer-bottom-area {
  background: #000000;
}

.footer-bottom-area .footer-border {
  padding: 33px 0px 33px;
}

.footer-bottom-area .footer-copy-right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin: 0;
  color: #9fa6bd;
}

.footer-area {
  background: #070b11;
}

.footer-padding {
  padding-top: 140px;
  padding-bottom: 80px;
}

.footer-area .single-footer-caption .footer-logo {
  margin-bottom: 30px;
}

.footer-area .single-footer-caption .footer-logo img {
  max-height: 50px;
  width: auto;
}

.footer-area .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 35px;
  padding-right: 5px;
  color: #9fa6bd;
  font-size: 14px;
}

.footer-area .single-footer-caption .footer-pera .info2 {
  margin-bottom: 15px;
  color: #9fa6bd;
  font-size: 14px;
}

.footer-area .single-footer-caption .footer-tittle h4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  margin-bottom: 38px;
  font-weight: 700;
}

.footer-area .single-footer-caption .whats-right-single {
  display: flex;
  align-items: center;
}

.footer-area .single-footer-caption .whats-right-single .whats-right-img img {
  border-radius: 6px;
}

.footer-area .single-footer-caption .whats-right-single .whats-right-cap {
  padding-left: 18px;
}

.footer-area .single-footer-caption .whats-right-single .whats-right-cap h4 {
  font-size: 16px;
  font-weight: 700;
}

.footer-area .single-footer-caption .whats-right-single .whats-right-cap h4 a {
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.4s;
}

.footer-area .single-footer-caption .whats-right-single .whats-right-cap h4 a:hover {
  color: var(--theme);
}

.footer-area .single-footer-caption .whats-right-single .whats-right-cap p {
  color: #707b8e;
  font-size: 12px;
  margin: 0;
  line-height: 1;
}

.footer-area .single-footer-caption .banner img {
  width: 100%;
}

.banner-one img {
  width: 100%;
}

#scrollUp:hover {
  color: #fff;
}

#scrollUp {
  background: var(--theme);
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}

#scrollUp.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.search-model-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.search-model-box.is-visible {
  opacity: 1;
}

.search-model-box .search-close-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-model-box .search-model-form {
  padding: 0 15px;
}

.search-model-box .search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: none;
  color: #999;
}

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--theme);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #ffffff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

@keyframes zoom {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.preloader .preloader-img img {
  max-width: 55px;
}

.header-sticky {
  transition: none;
}

.contact-section {
  padding: 130px 0 100px;
}

.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.boxed-btn {
  background: #fff;
  color: var(--theme) !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid var(--theme);
  letter-spacing: 3px;
  text-align: center;
  color: var(--theme);
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 0.4s;
}

.boxed-btn:hover {
  background: var(--theme);
  color: #fff !important;
  border: 1px solid var(--theme);
}

.page-item .page-link {
  color: #777777;
  border: 0;
  font-size: 18px;
  text-align: center;
  background: none;
  padding: 0 10px;
  box-shadow: none;
  outline: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #000;
  background: none;
  border: 0;
  box-shadow: none;
  outline: 0;
}

.page-item:not(.disabled) .page-link i {
  color: var(--theme);
}

.news-list h4 {
  font-size: 20px !important;
}

.heading-news h3 {
  font-size: 40px;
  display: block;
  color: #051441;
  font-weight: 700;
}

.about-area2 .about-right .about-prea p {
  font-size: 15px;
}

.email {
  text-decoration: none;
}

.banner-img {
  width: 100%;
}

.news-inner h4 {
  font-size: 18px;
}

.news-inner .resume {
  font-size: 14px !important;
  margin-bottom: 6px !important;
}

.full-width {
  width: 100%;
}

@media (min-width: 768px) {
  .header-sticky.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .header-sticky.is-fixed.is-appearing {
    animation: slideDown 0.6s ease forwards;
  }

  @keyframes slideDown {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
  }
}

@media (max-width: 767px) {
  .navbar .nav-link::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    transform: none;
  }
}