@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

body {
  color: #1a1a1a;
  background-color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}
.os-fonts{
/* font-family: "Courgette", cursive!important;	 */
	font-family: "Andada Pro", serif!important;
}
.os-font{
/* 	 font-family: "Archivo", serif!important; */
/* 	font-family: "Inter", serif!important; */
	font-family: "Andada Pro", serif!important;
/* 	background: -webkit-linear-gradient(#4169e1, #212121);
    line-height: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
body.vcard .section-padding {
  padding: 100px 0;
}

main {
  position: relative;
  z-index: 5;
}
.blog-header .inner-banner h1{
	font-size:36px!important;
}
.btn-container a{
	color: #000;
    background: #ffdf00;
    margin: 4px;
    padding: 6px 10px;
    border-radius: 20px;
}

.blog-segment .wp-block-list li{
	list-style:disc;
}
.blog-segment h2,.blogs-page .wp-block-heading{
	font-size:26px!important;
	color:#4169E1!important;
	margin-top:10px;
	margin-bottom:10px;
}
.comment-reply-title {
    margin-bottom: 12px;
    font-size: 24px;
}
.comment-form-comment textarea{
	width:100%;
	padding:20px;
}
.comment-form-author,.comment-form-email,.comment-form-url,.comment-form-cookies-consent{
	display:none!important;
}
.comment-form .submit{
	    color: #fff;
    background: #0043ab;
    padding: 8px 16px;
    border-radius: 6px;
	border:1px solid #0043ab;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

.row.sm-marg {
  margin-left: -5px;
  margin-right: -5px;
}

.row.sm-marg > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row.stand-marg {
  margin-left: -20px;
  margin-right: -20px;
}

.row.stand-marg > * {
  padding-left: 20px;
  padding-right: 20px;
}

.row.md-marg {
  margin-left: -25px;
  margin-right: -25px;
}

.row.md-marg > * {
  padding-left: 25px;
  padding-right: 25px;
}

.row.lg-marg {
  margin-left: -40px;
  margin-right: -40px;
}

.row.lg-marg > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row.xlg-marg {
  margin-left: -50px;
  margin-right: -50px;
}

.row.xlg-marg > * {
  padding-left: 50px;
  padding-right: 50px;
}

.row.xxlg-marg {
  margin-left: -80px;
  margin-right: -80px;
}

.row.xxlg-marg > * {
  padding-left: 80px;
  padding-right: 80px;
}

.container-xxl {
  max-width: 1500px;
}

.container-xl {
  max-width: 1400px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: .2rem;
font-family:'Poppins', sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

p {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif!important;
  color: #777;
  margin: 0;
}

a, a:hover {
  color: inherit;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #FED677;
}

::-webkit-scrollbar-thumb {
  background: #4169E1;
  border-radius: 40px;
}
.go-more {
  position: relative;
  padding: 0 20px;
	    color: #4a70e2;
    font-weight: 600;
    font-size: 18px;
}

.go-more:after {
  content: '';
  position: absolute;
  right: 5px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: rgb(254 214 119 / 32%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.go-more .icon {
  margin-left: 15px;
  bottom: -2px;
  position: relative;
}

.go-more:hover:after {
  width: 100%;
  right: 0;
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999;
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: .1;
}
/* Extra
-----------------------------------------------------------------*/

.dark-text {
  color: #000 !important;
}

.dark-text .box .item h4,
.dark-text .box:last-of-type .item:nth-of-type(even) h4 {
  color: #000 !important;
}

.dark-text .strok .box .item h4,
.dark-text .box .item:nth-of-type(even) h4,
.dark-text .box:last-of-type .item:nth-of-type(odd) h4 {
  -webkit-text-stroke: 1px #000;
}

.light-text {
  color: #fff;
}

.light-text .box .item h4,
.light-text .box:last-of-type .item:nth-of-type(even) h4 {
  color: #fff;
}

.light-text .box .item:nth-of-type(even) h4,
.light-text .box:last-of-type .item:nth-of-type(odd) h4 {
  -webkit-text-stroke: 1px #fff;
}

.slide-har {
  position: relative;
}

.slide-har.st1 .box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
}

.slide-har.st2 .box {
  position: relative;
  -webkit-animation: slide-har-revers 80s linear infinite;
  animation: slide-har-revers 80s linear infinite;
}

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.position-abs {
  position: absolute;
}

.cursor-pointer {
  cursor: pointer;
}

.revers-x {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.revers-y {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.full-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ontop {
  position: relative;
  z-index: 7;
}

.rest {
  padding: 0 !important;
  margin: 0 !important;
}

img.out-box {
  width: 140%;
}

img.left {
  margin-left: -40%;
}

.no-bord {
  border: 0 !important;
}

.bord-thin-top {
  border-top: 2px solid #FED677;
}

.bord-thin-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.bord-thin-right {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.bord-thin-left {
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-25 {
  border-radius: 25px !important;
}

.radius-30 {
  border-radius: 30px !important;
}

.radius-50 {
  border-radius: 50px;
}

.order-md-1,
.order-md-2,
.order-md-3,
.order-md-4 {
  -webkit-box-ordinal-group: inherit !important;
  -ms-flex-order: inherit !important;
  order: inherit !important;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-auto {
  background-size: auto;
  background-repeat: no-repeat;
}

.section-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-ptb {
  padding: 80px 0;
}

.rounded {
  border-radius: 5px;
}
.nowrap {
  white-space: nowrap;
}

.unlist {
  list-style: none;
}

.underline a {
  text-decoration: underline !important;
}

.underline span {
  text-decoration: underline;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-link li {
  display: inline-block;
}

.rest {
  margin: 0;
  padding: 0;
}

.plink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social.circle-bord a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
}

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------
           Z-index
-------------------------------------------------------*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.zindex-5 {
  z-index: 5;
}

.zindex-10 {
  z-index: 10;
}

.zindex-99 {
  z-index: 99;
}

/*-------------------------------------------------------
           opacity
-------------------------------------------------------*/
.opacity-05 {
  opacity: .05 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: .1 !important;
}

.opacity-2 {
  opacity: .2 !important;
}

.opacity-3 {
  opacity: .3 !important;
}

.opacity-4 {
  opacity: .4 !important;
}

.opacity-5 {
  opacity: .5 !important;
}

.opacity-6 {
  opacity: .6 !important;
}

.opacity-7 {
  opacity: .7 !important;
}

.opacity-8 {
  opacity: .8 !important;
}

.opacity-9 {
  opacity: .9 !important;
}

/*-------------------------------------------------------
           text color
-------------------------------------------------------*/
.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-dark {
  color: #444;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

.text-hover-inherit:hover {
  color: inherit !important;
}

.text-hover-light:hover {
  color: #fff !important;
}

/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

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

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

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-45 {
  font-size: 45px !important;
}

.fz-46 {
  font-size: 46px !important;
}

.fz-48 {
  font-size: 48px !important;
}

.fz-50 {
  font-size: 50px !important;
}

.fz-55 {
  font-size: 55px !important;
}

.fz-60 {
  font-size: 60px !important;
}

.fz-65 {
  font-size: 65px !important;
}

.fz-70 {
  font-size: 70px !important;
}

.fz-80 {
  font-size: 80px !important;
}

.fz-100 {
  font-size: 100px !important;
  line-height: 1.1;
}

.fz-120 {
  font-size: 120px !important;
  line-height: 1.1;
}
/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

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

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

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

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

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

.mt-35 {
  margin-top: 35px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

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


/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

.mb-40 {
  margin-bottom: 40px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}

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

/*-------------------------------------------------------
       margin-right  (0/100) +5
-------------------------------------------------------*/
.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

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

/*-------------------------------------------------------
       margin-left  (0/100) +5
-------------------------------------------------------*/
.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

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

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

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

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

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

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

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

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

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

.ml-55 {
  margin-left: 55px !important;
}

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

.ml-62 {
  margin-left: 62px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

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

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

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

.ml-85 {
  margin-left: 85px !important;
}

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

.ml-95 {
  margin-left: 95px !important;
}

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

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.min-30 {
  margin-left: -30px;
  margin-right: -30px;
}

/*-------------------------------------------------------
      margin left right  (0/50) +5
-------------------------------------------------------*/
.margin-rl-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.margin-rl-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.margin-rl-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.margin-rl-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.margin-rl-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.margin-rl-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.margin-rl-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.margin-rl-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.margin-rl-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.margin-rl-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

.pt-55 {
  padding-top: 55px !important;
}

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

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

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

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

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

.pt-85 {
  padding-top: 85px !important;
}

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

.pt-95 {
  padding-top: 95px !important;
}

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

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

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

/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

.pb-55 {
  padding-bottom: 55px !important;
}

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

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

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

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

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

.pb-85 {
  padding-bottom: 85px !important;
}

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

.pb-95 {
  padding-bottom: 95px !important;
}

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

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

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

.no-padding {
  padding: 0 !important;
}

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

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

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

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

/*-------------------------------------------------------
      padding left right  (0/50) +5
-------------------------------------------------------*/
.padding-rl-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.padding-rl-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.padding-rl-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.padding-rl-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.padding-rl-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-rl-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.padding-rl-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.padding-rl-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.padding-rl-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.padding-rl-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/* ====================== [ End Helper Classes  ] ====================== */
/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #f5f7f9;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
/* 	  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate; */
}
 

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl,
[data-overlay-light] .container-xxl,
[data-overlay-light] .container {
  position: relative;
  z-index: 7;
}

[data-overlay-dark] .container p,
[data-overlay-dark] .container-xxl p,
[data-overlay-light] .container-xxl p,
[data-overlay-light] .container p {
  color: #ddd;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

[data-overlay-dark]:before {
  background: #415b84;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* Menu
-----------------------------------------------------------------*/
.navbar {
	border-color: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid transparent;
  z-index: 999;
}

.navbar.nav-crev {
  width: calc(100% - 80px);
  left: 40px;
  top: 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  min-height: auto;
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}

.navbar.nav-crev.nav-scroll {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.05);
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transform: translateY(80px) !important;
  -ms-transform: translateY(80px) !important;
  transform: translateY(80px) !important;
  left: 0;
  width: 100%;
  border-radius: 0;
}

.navbar.static {
  position: relative;
}

.navbar.main-bg {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.05);
}

.navbar.sub-bg {
  background: #f5f7f9;
  border-color: rgba(255, 255, 255, 0.05);
}

.navbar.blur {
  border-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.navbar.bord {
  border-color: rgba(0, 0, 0, 0.05);
}

.navbar.change .navbar-nav .nav-link,
.navbar.change .menu-icon {
  color: #000;
}

.navbar.change .search-form .search-icon {
  color: #fff;
}

.navbar.change .search-form .search-icon:after {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar.change.nav-scroll .navbar-nav .nav-link,
.navbar.change.nav-scroll .menu-icon {
  color: #1a1a1a;
}

.navbar.change.nav-scroll .search-form .search-icon {
  color: #1a1a1a;
}

.navbar.change.nav-scroll .search-form .search-icon:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar.nav-scroll {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 0 !important;
  position: fixed;
  top: -80px;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 20px 10px 15px 10px;
  margin: 0 15px;
}

.navbar .navbar-nav .nav-link .rolling-text {
  height: 30px;
  line-height: 30px;
}

.navbar .navbar-nav .dropdown-menu {
  padding: 20px 10px;
  border: 1px solid #ddd;
}

.navbar .dropdown-menu {
  display: block;
  position: absolute;
  top: 75px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-width: 255px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
  left: auto;
  right: 248px;
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #1a1a1a;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 10px 25px;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side {
  position: absolute;
  left: 248px;
  top: -15px;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  width: 240px;
  padding: 20px 0px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item .dropdown-side.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item .icon-arrow {
  position: absolute;
  right: 15px;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: '';
  width: 0px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  left: 10px;
  top: 18px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
  background: transparent;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.navbar .no-relative {
  position: static;
}

.navbar .dropdown {
  position: static;
}

.navbar .mega-menu {
  width: 96vw;
  position: absolute;
  left: 2vw;
  top: 75px;
  padding: 40px 0 30px !important;
  border-radius: 5px;
  overflow: hidden;
}

.navbar .mega-menu .title {
  margin-bottom: 20px;
}

.navbar .mega-menu .title .sub-title {
  font-weight: 600;
}

.navbar .mega-menu .dropdown-item {
  padding: 10px 0;
}

.navbar .mega-menu .dropdown-item:after {
  left: 0;
}

.navbar .mega-menu .dropdown-item:hover {
  padding-left: 20px;
}
.navbar .menu-icon {
  padding: 25px 30px;
}

.navbar .dropdown-toggle:after {
  margin-left: 5px;
  vertical-align: 12px;
}

.navbar .navbar-toggler {
  display: none;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #FDF4DE;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu .logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

.hamenu .close-menu {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 4;
}

.hamenu .logo,
.hamenu .close-menu {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.hamenu.open .logo,
.hamenu.open .close-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.hamenu.open .menu-text .text {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .menu-text:after {
  height: 200vh;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

.hamenu .menu-links {
  color: #1a1a1a;
  height: 100vh;
  padding-top: 140px;
  overflow: auto;
}

.hamenu .menu-links::-webkit-scrollbar {
  width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
  background: #eee;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu ul {
  margin: 0;
  padding: 0;
}

.hamenu .menu-links .main-menu > li {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.hamenu .menu-links .main-menu > li .link {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 10px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  position: relative;
  display: block;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.hamenu .menu-links .main-menu > li .link i {
  position: absolute;
  width: 90px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f5f7f9;
}

.hamenu .menu-links .main-menu > li .link i:before {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1a1a1a;
}

.hamenu .menu-links .main-menu > li .link i:after {
  content: '';
  width: 16px;
  height: 1px;
  position: absolute;
  top: calc(50% + 8px);
  left: calc(50% - 8px);
  background: #1a1a1a;
}

.hamenu .menu-links .main-menu > li .link.dopen i:before {
  opacity: 0;
}

.hamenu .menu-links .main-menu > li .link .fill-text {
  position: relative;
  color: rgb(65 105 225);
}

.hamenu .menu-links .main-menu > li .link .fill-text:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1a1a;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
  -o-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
  transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu > li:last-of-type .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hamenu .menu-links .main-menu > li.hoverd .link .fill-text:after {
  width: 0;
}

.hamenu .menu-links .main-menu > li .sub-dmenu {
  font-size: 30px;
  font-weight: 500;
  padding-left: 50px;
  text-transform: capitalize;
  letter-spacing: normal;
  border-color: rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.015);
}

.hamenu .menu-links .main-menu .sub-menu {
  display: none;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hamenu .menu-links .main-menu .sub-menu.no-bord {
  border-top: 0;
  padding: 0;
}

.hamenu .menu-links .main-menu .sub-menu li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu li a {
  padding: 12px 12px 12px 40px;
  opacity: .6;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
  opacity: 1;
}

.hamenu .menu-links .main-menu .sub-menu2 {
  display: none;
  padding: 10px 0 20px;
}

.hamenu .menu-links .main-menu .sub-menu2 li {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu2 li a {
  padding: 12px 12px 12px 70px;
  opacity: .6;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.hamenu .menu-links .main-menu .sub-menu2 li a:hover {
  opacity: 1;
}

.hamenu .menu-text {
  position: relative;
  height: 100%;
}

.hamenu .menu-text .text {
  position: absolute;
  right: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.hamenu .menu-text .text h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 10vw;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  opacity: .05;
}

.hamenu .menu-text:after {
  content: '';
  width: 1px;
  height: 0;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -30px;
  bottom: -75vh;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.hamenu .cont-info {
  padding-top: 140px;
  padding-left: 15px;
  position: relative;
  z-index: 3;
}

.hamenu .cont-info:after {
  content: '';
  width: 300%;
  height: 200vh;
  position: absolute;
  left: -30px;
  top: -75vh;
  background: #e8eeff;
  border-left: 1px solid #ddd;
  z-index: -1;
}

.hamenu .cont-info .item {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.hamenu .cont-info .item h5 {
  font-size: 20px;
}

/* Titles
-----------------------------------------------------------------*/

/* Contact
-----------------------------------------------------------------*/
.contact input,
.contact textarea {
  width: 100%!important;
  border: 0!important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)!important;
  background: transparent!important;
  padding: 4px 0!important;
  -webkit-transition: all .4s!important;
  -o-transition: all .4s!important;
  transition: all .4s!important;
	border-radius:0px!important;
}

.contact input:focus,
.contact textarea:focus {
  border-color: #1a1a1a!important;
}

/* Footer
-----------------------------------------------------------------*/


footer.clean-footer.crev {
  position: relative;
}

footer.clean-footer.crev .bord-thin-top,
footer.clean-footer.crev .bord-thin-left,
footer.clean-footer.crev .bord-thin-right,
footer.clean-footer.crev .bord-thin-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}

footer.clean-footer.crev:after {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  bottom: 40px;
  background: #415b84;
  z-index: 2;
}

footer.clean-footer.crev:before {
  background:#415b84;
}



/* Headers
-----------------------------------------------------------------*/
.main-header {
  padding: 120px 0 0;
  background-size: cover;
}

.main-header .container-fluid {
  width: calc(100% - 100px);
  margin: auto;
}



.main-header .lg-text h1 {
text-transform: uppercase;
    font-size: 54px;
    line-height: 1;
    letter-spacing: 3px;
    font-style: italic;
}


@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}



/* Videos
-----------------------------------------------------------------*/
.circle-button {
  position: relative;
  display: inline-block;
}

.circle-button.in-bord:after {
  content: '';
  position: absolute;
  top: 55px;
  left: 55px;
  right: 55px;
  bottom: 55px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.circle-button.in-bord:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #fff;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
	    font-size: 28px;
  top: 50%;
  left: 50%;
	    color: red;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Shop
-----------------------------------------------------------------*/
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb15 {
    margin-bottom: 15px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-no-mrg {
    margin: 0 !important;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .md-pt80 {
    padding-top: 80px !important;
  }
  .md-no-pad {
    padding: 0 !important;
  }
  .md-center {
    text-align: center !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .md-hide {
    display: none;
  }
  .justify-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-end .vew-all {
    margin-left: 25px;
    margin-top: 25px;
  }
  .justify-end .swiper-controls {
    margin-top: 30px;
  }
  .justify-end .ml-auto {
    margin-left: 0;
    margin-top: 30px;
  }
  .row.sm-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.sm-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.stand-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.stand-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.md-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.lg-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.lg-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.xlg-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.xlg-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.xxlg-marg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.xxlg-marg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 20px;
  }
  .fz-120 {
    font-size: 90px !important;
  }
  .fz-80 {
    font-size: 60px !important;
  }
  .fz-70 {
    font-size: 50px !important;
  }
  .navbar .search-form,
  .hamenu .menu-text,
  .hamenu .cont-info {
    display: none;
  }
  .hamenu .menu-links {
    height: calc(100vh - 40px);
  }
  .sec-head h2 {
    font-size: 28px;
  }
  .main-header .lg-text h1 {
    font-size: 8vw;
  }
  .main-header .container-fluid {
    width: 100%;
  }
 
}
@media screen and (min-width: 768px) {
/* 	.main-header{height: 100vh;} */
	.lg-text{
		padding-top:50px;
	}
}
@media screen and (max-width: 768px) {
	.blogs-page h5,.blogs-page h4{
		font-size:18px!important;
		text-align:left!important;
	}
/* 	.blogs-page p,.blogs-page .elementor-widget-container{
		text-align:left!important;
	} */
	.float-sm{
		display:none;
	}
	.separator.separator-home.padding-rl-20{
		display:block!important;
	}
	.item-current .bread-current,.separator.padding-rl-20{
		display:none;
	}
	.main-quote{
		font-size: 21px;
	}
	.navbar .logo {
		width:100px;
	}
	.bord.pt-25.bord-thin-top.d-flex.align-items-center,.d-flex.align-items-center.pt-30.pb-30.mt-80.bord-thin-top{
		display:block!important;
	}
	.pb-ms{
	 margin-top: 26px;

	}
	.bord.pt-25.bord-thin-top.d-flex.align-items-center h3.fw-600{
		font-size:28px;
		margin-bottom:20px;
	}
	span.fw-200 {
    
    display: contents!important;
	}
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .sm-hide {
    display: none;
  }
  .fz-70 {
    font-size: 40px !important;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 18px;
  }
  .progress-wrap {
    bottom: 15px;
    right: 15px;
  }
  .in-box {
    width: 100%;
  }
  .in-box.mb-15 {
    margin-bottom: 0 !important;
  }
  .hamenu .logo {
    left: 25px;
  }
  .hamenu .close-menu {
    top: 25px;
    right: 25px;
  }
  .hamenu .menu-links .main-menu > li .link {
    font-size: 30px;
  }
  .hamenu .menu-links .main-menu > li .sub-dmenu {
    font-size: 24px;
  }
  .hamenu .menu-links .main-menu .sub-menu li,
  .hamenu .menu-links .main-menu .sub-menu2 li {
    font-size: 20px;
  }
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .main-header .lg-text {
    margin-bottom: -20px;
    
  }
  .main-header .lg-text .d-flex {
    display: none !important;
  }
  .main-header .lg-text h1 {
    font-size: 5vw;
  }
	.main-header .lg-text h4 {
    font-size: 3vw;
  }
	.pmob{
		display:none!important;
	}
	
}

/* ====================== [ End Responsive ] ====================== */
.youtube-btn {

	padding: 10px 40px;
    border: 1px solid #b2071d;
    font-weight: 700;
    background: #b2071d;
	    border-radius: 6px;
    font-size: 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #fff;
}
.youtube-btn:hover {
	background:#000;
	border:1px solid #000;
}
.sub-title{
	color:#4169E1!important;
}
p{
	color:#000;
}
.video-hiddens .none-mb{
	display:none;

}
.video-hiddens{height:220px;}
.video-hiddens:hover{height:100%;}
.video-hiddens:hover .none-mb{
	display:block;
	
}
.bg-dots {
    width: 140px !important;
    height: 300px;
    opacity: 0.4;
    left: 40px;
    top: 20px;
}
.vid-icon .elementor-custom-embed-play svg{
	height: 42px;
    width: 100%;
    fill: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    background: red;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
}
.blog-header{
	    padding: 160px 0px 80px 0px;
}
.card-blog{
	    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background-color: #fff;
}
.blog-title a{    color: #4169E1;
	display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
	overflow: hidden!important;}
.card-blog .except_content{
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}

.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.main-bg {
  background: #fff !important;
}
.card-blog img{
	width:100%;
	height:376px;
}
.card-blog-home img{
	    height: 100%!important;
    min-height: 315px!important;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 200px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.float-icon {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}


.float-fb {
  top: 215px;
}

.float-ig {
  top: 270px;
}

.float-yt {
  top: 325px;
}

.float-wa {
  top: 380px;
}

.float-tw {
  top: 435px;
}
.service-action a{
	color:#fff;
	background:#0043ab;
	    padding: 8px 16px;
    border-radius: 6px;
}
.service-action a:hover{
background: #fed677;
}
.pagination-item a{
    color: #fff;
    background: #0043ab;
    padding: 6px;
    margin: 0px 4px;
}
.pagination-item span{
	background:#fed677;
	color: #fff;
    padding: 6px;
    margin: 0px 4px;
}
.wpcf7-submit {
    color: #fff;
	width:100%!important;
    background: #0043ab!important;
    padding: 6px!important;
    margin: 0px 4px!important;
	border-color:transparent!important;
	border-radius:6px;
}
.counter-img{
	width:60px!important;
	height:60px!important;
	margin-left: auto;
    margin-right: auto;
}
.counter-head{
	color:#4169E1;
	font-size:44px;
	font-weight:700;
	    margin-bottom: 0px !important;

	
}
.rest li{
	margin-bottom: 10px;
}
.li-none{
	list-style:none;
	margin-left:0px!important;
}
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.justify-content-right{
	justify-content:right;
}
.floats{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.hero__style-one {
  min-height: 755px;
  display: flex;
  align-items: center;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero__style-one {
      min-height: 700px; } }
  @media (max-width: 1199px) {
    .hero__style-one {
      min-height: 670px; } }
.hero__content h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 23px; }
  @media (max-width: 1199px) {
    .hero__content h1 {
      font-size: 60px; } }
  @media (max-width: 767px) {
    .hero__content h1 {
      font-size: 40px; } }
  .hero__content h1 span {
    color: var(--color-default); }
.hero__content p {
  font-size: 20px; }
.hero__style-two {
  min-height: 746px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .hero__style-two {
      min-height: 650px; } }
  @media (max-width: 767px) {
    .hero__style-two {
      min-height: 500px; } }
  .hero__style-two::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    height: 55%;
    bottom: 0;
    top: auto;
    z-index: 2;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: linear-gradient(180deg, #010101 0%, rgba(0, 0, 0, 0) 100%); }
.hero__style-three {
  min-height: 928px;
  display: flex;
  align-items: center;
  z-index: 1; }
  @media (max-width: 991px) {
	  .blog-header {
    margin-top: 72px;
    padding: 10px!important;
}
	  .padding-rl-20 {
    padding-right: 10px;
    padding-left: 10px;
}
	   .blog-header .header-title {
		   font-size: 16px;}
	  .breadcrumbs{
		  font-size:12px;
	  }
    .hero__style-three {
      min-height: 750px;
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .hero__style-three {
      min-height: 700px;
      padding-top: 60px; } }
.xb-hero-content {
  margin-left: 30px; }
  @media (max-width: 1199px) {
    .xb-hero-content {
      margin-left: 0; } }
  .xb-hero-content .xb-hero--img {
    z-index: 1;
    position: relative;
    -webkit-transition: 0.6s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    -o-transition: 0.6s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    transition: 0.6s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
    @media (max-width: 1199px) {
      .xb-hero-content .xb-hero--img {
        max-width: 700px;
        margin: auto; } }
  .xb-hero-content .xb-hero--holder {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .xb-hero-content .xb-hero--holder h1 {
      font-size: 100px;
      color: #fff;
      text-shadow: 1px 7px 0px #000;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: -3px; }
      @media (max-width: 1199px) {
        .xb-hero-content .xb-hero--holder h1 {
          font-size: 80px; } }
      @media (max-width: 991px) {
        .xb-hero-content .xb-hero--holder h1 {
          font-size: 60px;
          letter-spacing: 0; } }
      @media (max-width: 767px) {
        .xb-hero-content .xb-hero--holder h1 {
          font-size: 35px; } }
  .xb-hero-content .xb-hero--subtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 6.72px;
    display: inline-block;
    color: var(--color-white);
    z-index: 1;
    position: relative;
    margin-bottom: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    transform: translateX(-32px); }
    @media (max-width: 1199px) {
      .xb-hero-content .xb-hero--subtitle {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
    @media (max-width: 767px) {
      .xb-hero-content .xb-hero--subtitle {
        margin-bottom: 40px; } }
    .xb-hero-content .xb-hero--subtitle span {
      -webkit-transition: 0.7s cubic-bezier(0.67, 0.04, 0.3, 0.91);
      -o-transition: 0.7s cubic-bezier(0.67, 0.04, 0.3, 0.91);
      transition: 0.7s cubic-bezier(0.67, 0.04, 0.3, 0.91);
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
    .xb-hero-content .xb-hero--subtitle img:first-child {
      margin-right: 15px; }
    .xb-hero-content .xb-hero--subtitle img:last-child {
      margin-left: 15px; }
  .xb-hero-content .xb-hero--title {
    margin-bottom: 25px; }
    .xb-hero-content .xb-hero--title span {
      display: inline-block; }
    .xb-hero-content .xb-hero--title > span {
      -webkit-transition: 0.8s cubic-bezier(0.67, 0.04, 0.3, 0.91);
      -o-transition: 0.8s cubic-bezier(0.67, 0.04, 0.3, 0.91);
      transition: 0.8s cubic-bezier(0.67, 0.04, 0.3, 0.91);
      opacity: 0; }
      .xb-hero-content .xb-hero--title > span:first-child {
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px); }
      .xb-hero-content .xb-hero--title > span:last-child {
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px); }
    .xb-hero-content .xb-hero--title > span:first-child {
      margin-right: 185px; }
      @media (max-width: 991px) {
        .xb-hero-content .xb-hero--title > span:first-child {
          margin-right: 155px; } }
      @media (max-width: 767px) {
        .xb-hero-content .xb-hero--title > span:first-child {
          margin-right: 5px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .xb-hero-content .xb-hero--title > span:first-child {
          margin-right: 100px; } }
  .xb-hero-content .xb-hero--title2 {
    z-index: 5;
    position: relative;
    margin-bottom: 85px;
    -webkit-transition: 0.6s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    -o-transition: 0.6s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    transition: 0.6s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
    @media (max-width: 1199px) {
      .xb-hero-content .xb-hero--title2 {
        margin-bottom: 60px; } }
    @media (max-width: 1199px) {
      .xb-hero-content .xb-hero--title2 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
  .xb-hero-content .xb-hero--btn {
    z-index: 5;
    position: relative;
    -webkit-transition: 0.6s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    -o-transition: 0.6s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    transition: 0.6s cubic-bezier(0.67, 0.04, 0.3, 0.91);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
    .xb-hero-content .xb-hero--btn a {
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px); }
      @media (max-width: 1199px) {
        .xb-hero-content .xb-hero--btn a {
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
  .xb-hero-content.wow.animated .xb-hero--title > span, .xb-hero-content.wow.animated .xb-hero--subtitle span, .xb-hero-content.wow.animated .xb-hero--title2, .xb-hero-content.wow.animated .xb-hero--btn, .xb-hero-content.wow.animated .xb-hero--img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .xb-hero-content.wow.animated .xb-hero--subtitle span {
    transition-delay: .2s; }
  .xb-hero-content.wow.animated .xb-hero--title > span {
    transition-delay: .4s; }
  .xb-hero-content.wow.animated .xb-hero--title2 {
    transition-delay: .7s; }
  .xb-hero-content.wow.animated .xb-hero--btn {
    transition-delay: .8s; }

.xb-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-dark); }
  .xb-list li:not(:last-child) {
    margin-bottom: 11px; }
  .xb-list li i {
    color: var(--color-default);
    margin-right: 20px; }

.xb-hero-content2 .xb-item--holder span {
  font-size: 20px;
  font-family: var(--font-dancing);
  font-weight: 700;
  color: #0F172A;
  display: inline-block;
  margin-bottom: 15px; }
.xb-hero-content2 .xb-item--holder p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 42px; }
.xb-hero-content2 .xb-item--title {
  font-size: 70px;
  font-weight: 700;
  line-height: 87px;
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .xb-hero-content2 .xb-item--title {
      font-size: 40px;
      line-height: 50px; } }
.xb-hero-content2 .xb-item--btn .thm-btn--white {
  filter: drop-shadow(0px 16px 80px rgba(167, 167, 167, 0.25)); }

.xb-hero-strock-text {
  position: absolute;
  bottom: 26%;
  left: 12%;
  font-size: 303px;
  font-weight: 700;
  letter-spacing: -9.09px;
  text-transform: lowercase;
  font-family: var(--font-dancing);
  color: rgba(0, 0, 0, 0.02);
  transform: rotate(-21.406deg);
  z-index: -1;
  margin-right: -10%; }

.xb-hero-shape {
  position: absolute;
  top: 36%;
  left: 0;
  z-index: -1; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .xb-hero-shape {
      display: none; } }
  @media (max-width: 1199px) {
    .xb-hero-shape {
      display: none; } }
.bg_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.pos-rel {
    position: relative;
}
.blog-img{
	width:150px;
	height:150px;
}
.bp-b{
    border-radius: 5px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 14px 1px;
    border-color: #FED677;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.event-card-grid__title{
	font-size:18px;
}
.crev-agency-header .left-clumn {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.crev-agency-header .left-clumn, .crev-agency-header .right-clumn {
    padding: 40px 30px;
}
.main-quote{
	    color: #fbd271!important;
    font-weight: 600;
}
 .shape1 {
    position: absolute;
/*     bottom: 10%;
    left: 28%; */
	 bottom: 4%;
    left: -3%;
    z-index: -1;
}
/* .shape1 img{
	    transform: rotate(142deg);
} */
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner__shape-wrap img:nth-child(1) {
        left: -20%;
    bottom: 0;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    max-width: 20%;
}
.banner__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.img img{
	border-radius: 6px;
    border: 5px solid;
}
/* @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.bounce-text {
    display: inline-block;
    animation: bounce 1s infinite;
} */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.bounce-text {
    display: inline-block;
    animation: bounce 1s 2; /* Runs 3 times, default timing function is applied */
}

@keyframes zoomIn {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.zoom-in-text {
    animation: zoomIn 1s ease-in-out forwards;
}
.blogs-segmenta a:hover{
	color:#ffdf00;
}
.blogs-segmenta a{
	color:#4169E1;}