.foreman {
  font-weight:bold;
  color:#4090CC;
}

.app_badge {
  width:230px;
}

.apple_app_badge {
  width:185px;
}

.pm {
  font-weight:normal;
  font-size:20px;
}

.copyright {
  text-align: right;
  color: #fff;
}

.hide {
  display:none;
}
.alert-border{
  border:1px solid salmon !important
}

.video {
  width:1095px;
  height:629px;
}

/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
    font-family: 'Montserrat', sans-serif;
}



body {
  color: #545051;
  font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */


.hero-area {
  height: 1167px;
  padding-top: 273px;
  background-size: cover;
  background-position: center top;
}
.container {
  max-width: 1650px;
}
.hero-containt {
  padding-top: 165px;
}
.header-area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 60px 0;
}
.header-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 135px;
}
.header-menu li {
  display: inline-block;
  margin: 0 16px;
}
.header-menu li a {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
.header-menu {
}
.herder-btn a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  width: 120px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: #fff;
  border-radius: 2px;
  transition: .3s;
  border: 1px solid transparent;
}
.header-social {
  display: flex;
  align-items: center;
}
.header-social a {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #50C4E5;
  background: #fff;
  margin-left: 15px;
  transition: .3s;
  border: 1px solid transparent;
}

.footer-social a {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #50C4E5;
  background: #fff;
  margin-left: 15px;
  transition: .3s;
  border: 1px solid transparent;
}

.hero-containt h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 30px;
}
.hero-containt h3 span {
  font-weight: 700;
}
.hero-containt p {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 135px;
}
.hero-containt a {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  width: 160px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
}
.hero-img img {
  width: 650px;
}


/* Header bar section  END */



/*why-area-start*/

.section-title h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 30px;
}
.why-area {
  padding-top: -5px;
}
.section-title p {
  font-size: 18px;
  color: #777777;
  font-weight: 300;
  margin: 0;
  line-height: 24px;
}
.section-title.text-center {
  margin-bottom: 75px;
}
.single-why-box {
  width: 100%;
  height: 280px;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: .3s;
}
.why-icon {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.why-text h3 {
  font-size: 24px;
  color: #4090CC;
  font-weight: 600;
  margin-bottom: 50px;
  transition: .3s;
}
.why-text p {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  margin: 0;
  transition: .3s;
  padding:0px 55px;
}

.single-why-box:hover {
  background: #4090CC;
  border-color: #4090CC;
}
.why-icon a img {
  transition: .3s;
}
.single-why-box:hover .why-icon a img {
  filter: brightness(999);
}
.single-why-box:hover .why-text h3 {
  color: #fff;
}
.single-why-box:hover .why-text p {
  color: #dfff;
}
/*why-area-end*/

/*what-area-start*/

.what-area {
  padding: 100px 0;
  position: relative;
}
.what-containt-fl {
  display: flex;
  align-items: center;
  height: 100%;
}
.what-containt h3 {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 40px;
}
.what-containt-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.what-containt-list li a {
  position: relative;
  color: #333333;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  display: block;
  padding-left: 31px;
}
.what-containt-list ul li a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #4090CC;
}

.mon-shep {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 86%;
  width: 45%;
}
.what-containt-list ul li:last-child a {
  margin: 0;
}
/*what-area-end*/


/*create-area-start*/

.create-area {
  padding-top: 100px;
  position: relative;
}
.create-top-1 {
  display: flex;
  align-items: center;
}
.create-num a {
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
  line-height: 150px;
  font-size: 80px;
  color: #4090CC;
  font-weight: 600;
  border: 1px solid #4090CC;
  border-radius: 50%;
  margin-right: 66px;
  background: #fff;
}
.create-tom-text h3 {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
}
.create-tom-text p {
  font-size: 18px;
  color: #777;
  font-weight: 300;
  margin: 0;
  line-height: 24px;
}
.create-top-1 {
  margin-bottom: 100px;
}



.coustom-fl {
  display: flex;
  align-items: center;
  max-width: 918px;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-coustom {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.costum-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 10px #4090CC3D;
  border-radius: 4px;
  margin-right: 20px;
}
.coustom-text p {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  color: #777;
}
.section-title.coustom {
  text-align: center;
  margin-bottom: 50px;
}


.web-img {
  position: relative;
  margin-left: -48px;
}
.h2 {
  position: absolute;
  left: 145px;
  top: 100px;
}
.h3 {
  position: absolute;
  left: 289px;
  top: 200px;
}
.web-containt {
  text-align: center;
  padding-top: 200px;
  padding-left: 49px;
}
.section-title.web h3 {
  margin-bottom: 5px;
}

.mrbt {
	margin-top: 150px;
	padding-bottom: 200px;
}



.socal-blk {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sco-fll {
  text-align: center;
}
.create-social a {
  margin: 0 10px;
}
.create-social {
  margin-bottom: 55px;
}
.appale-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.appale-btn a {
  margin: 0 10px;
}
.create-top-1.soc a {
  margin-right: 40px;
}
.create-top-1.soc {
  margin-bottom: 55px;
}
.create-fl-list {
  max-width: 432px;
  margin-left: 190px;
}


.sheap-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 94%;
  width: 100%;
}

.using-fl {
	display: flex;
	align-items: center;
	height: 100%;
}
.video-img {
	padding-top: 100px;
	text-align: center;
}
.using-area {
	padding-bottom: 60px;
	position: relative;
	margin-top: -98px;
}

.b2-shap {
  position: absolute;
  bottom: 0;
  height: 84.5%;
  width: 100%;
}
.using-umg img {
  z-index: -1;
  position: relative;
  padding-top: 98px;
}

.web-img a {
  position: absolute;
  font-size: 36px;
  color: #4090CC;
  font-weight: 600;
  right: -145px;
  top: 194px;
}
/*create-area-end*/

/*plan-area-start*/



.plan-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan-feft {
  display: flex;
  align-items: center;
}
.single-plan {
  width: 480px;
  background: #EEEEEE;
  border-radius: 6px;
  margin-right: 35px;
  text-align: center;
  height: 670px;
  padding-top: 35px;
  position: relative;
}
.plan-icon {
  margin-bottom: 20px;
}
.plan-title h3 {
  font-size: 32px;
  color: #333333;
  text-transform: uppercase;
}
.plan-title span {
  color: #c1c1c1;
  font-size: 40px;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-color: salmon;
  text-decoration-thickness: 3px;
}
.plan-title {
  height: 100px;
  margin-bottom: 11px;
}
.plan-list .price {
  color: #4090CC;
  font-weight: 800;
  font-size: 55px;
}

.price-white {
   color:#fff;
   font-weight: 800;
   font-size: 55px;
 }

.plan-list .li-price-white li {
  color:#fff;
}

.plan-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plan-list li {
  margin-bottom: 10px;
}
.plan-list li {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.pla {
  position: absolute;
  top: 50%;
  right: -108px;
  width: 210px;
  height: 95px;
  text-align: center;
  line-height: 95px;
  background: #4090CC;
  transform: rotate(-17deg);
  z-index: 9;
}
.pla span {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.single-plan.bg {
  background: #4090CC;
}
.single-plan.bg img {
  filter: brightness(99);
}
.single-plan.bg h3 {
  color: #fff;
}
.single-plan.bg a {
  color: #fff;
}

.pluse {
	font-size: 101px;
	color: #4090CC;
}

.single-plan:last-child {
	margin: 0;
}






.plan-btn {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 49px;
}
.plan-btn a {
  width: 810px;
  height: 100px;
  background: #4090CC;
  display: inline-block;
  line-height: 100px;
  color: #fff;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
  transition: .3s;
  border: 2px solid transparent;
}
.plan-btn p {
  font-size: 18px;
  color: #777;
  font-weight: 300;
  margin: 0;
}


/*plan-area-end*/

/* reach-area--style-start */


.reach-wrap {
	max-width: 564px;
}
.reach-area {
	padding: 158px 0;
	background: #EEEEEE;
}
.reach-content h3 {
	font-size: 35px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 20px;
}
.reach-content p {
	font-size: 16px;
	color: #777777;
	line-height: 22px;
	margin-bottom: 30px;
}
.reach-adres h4 {
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 10px;
}

.reach-adres span {
	font-size: 16px;
	color: #333333;
	font-weight: 300;
}

.reach-adres {
	margin-bottom: 28px;
}
.reach-phn a {
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
}
.reach-phn a span {
	color: #4090CC;
}
.reach-form-wrap {
	max-width: 755px;
}

.reach-form-wrap {
  max-width: 755px;
}
.reach-title {
  margin-bottom: 21px;
}
.reach-title h4 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin: 0;
}

.reach-form-1 {
	max-width: 49%;
}
.reach-form-1 input {
	width: 100%;
	height: 56px;
	border: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #AFAFAF;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 25px;
}
.reach-form-2 input {
	width: 100%;
	height: 56px;
	border: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #AFAFAF;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 25px;
}

.reach-form-2 {
	max-width: 350px;
}
.reach-form-fx {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reach-textare textarea {
	width: 100%;
	border: 0;
	background: #fff;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 16px;
	color: #AFAFAF;
	height: 174px;
}

.reach-btn {
  width: 170px;
}

.reach-btn a {
	width: 100%;
	height: 56px;
	background: #4090CC;
	display: block;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
  font-size: 16px;
  border-radius: 6px;
	transition: .3s;
	border: 1px solid transparent;
}

.reach-text p {
	font-size: 16px;
	font-weight: 600;
	color: #4090CC;
	margin: 0;
}
.reach-btn-fx {
	display: flex;
	align-items: center;
	padding-top: 50px;
}
.reach-text {
	padding-left: 46px;
}

/* reach-area--style-end */


/* testimonial-area-style-start */

#testimonials::before {
  position: absolute;
  width: 3px;
  height: 163px;
  background: #E2E2E2;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  z-index: -111111;
}

#testimonials {
  max-width: 1150px;
  margin: auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
}

.testimonial-header h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: center!important;
    padding:20px;
}

.testimonial {
  text-align: center;
}

.testimonial-customer h4 {
	font-size: 16px;
	color: #4090CC;
	margin: 0;
	font-weight: 700;
	padding-top:16px;
}

.testimonial-customer span {
	font-size: 14px;
	color: #777777;
	font-weight: 600;
	margin: 3px 0px 8px 0px;
}

.testimonial-title {
	padding-left: 30px;
}

.testimonial-image img {
  width:250px;
}

.testimonial-content p {
  font-size: 16px;
  color: #777777;
  font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 10px 80px;
}

.glide__arrow {
  background-color:#4090CC !important;
}

/* testimonial-area-style-end */


/* footer-area-style-start */

.footer-title h5 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin: 0;
}

.footer-title{
  margin-bottom: 60px;
}

.footer-content p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.footer-content {
	max-width: 452px;
}

.footer-content a {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}

.footer-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-list ul li {
	display: inline-block;
	margin-right: 47px;
	margin-bottom: 15px;
}
.footer-list ul li a {
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	transition: .3s;
}
.footer-fnd-lidt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-fnd-lidt ul li a {
	font-size: 14px;
	color: #fff;
	margin-bottom: 8px;
	display: block;
}
.footer-social a {
	ge: \\;
	height: 35px;
	width: 35px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	border-radius: 30px;
	color: #4090CC;
	margin-bottom:20px;
}
.footer-area {
	position: relative;
	padding: 100px 0px;
	background-color: #15486d;
}


.shap {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.footer-logo {
	text-align: center;
	padding-top: 80px;
}

.testimonial-active .owl-nav button {
	position: absolute;
	left: -200px;
	top: 50%;
	transform: translateY(-50%);
	height: 44px;
	width: 44px;
	background: #4090CC !important;
	color: #fff !important;
	font-size: 25px !important;
	border-radius: 5px;
    transition: .3s;
	border: 2px solid transparent !important;
}

.testimonial-active .owl-next {
	left: auto !important;
	right: -200px !important;
}

.footer-list ul li a:hover {
	color: #000;
    text-decoration: underline;
}

.footer-fnd-lidt ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.footer-content a:hover{
    color: #000;
	text-decoration: underline;
}

.footer-social a:hover {
	background: #000;
	color: #fff;
}

.testimonial-active .owl-nav button:hover {
	background: transparent !important;
	border: 2px solid #4090CC !important;
	color: #4090CC !important;
}



/* footer-area-style-end */






/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	background: transparent !important;
}

.cl-effect-2 a span {
	position: relative;
	display: inline-block;
	padding: 0;
	background: #fff;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	height: 100%;
	width: 100%;
	line-height: 56px;
}

.cl-effect-2 a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 400;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
	background: #28a2ee;
}


.plan-btn a:hover {
	border: 2px solid #4090CC;
	background: transparent;
	color: #4090CC;
}







.reach-btn a:hover {
  border: 1px solid#4090CC;
  background: transparent;
  color: #4090CC;
}
.owl-dots {
	display: none;
}





/* Effect 12: circle */
.header-menu li a::before,
.header-menu li a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.header-menu li a::after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.header-menu li a:hover::before,
.header-menu li a:hover::after,
.header-menu li a:focus::before,
.header-menu li a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.header-social a:hover {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}


.herder-btn a:hover {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}




/*footer-area-start*/


.footer-title h3 {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  position: relative;
}
.footer-title {
  margin-bottom: 50px;
}


.footer-text p {
  font-size: 14px;
  color: #FFFFFF;
  padding-right: 36px;
  margin-bottom: 7px;
  font-weight: 200;
  line-height: 24px;
  max-width: 488px;
}
.footer-text a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  transition: .3s;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 275px;
}
.footer-menu a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin-right: 34px;
  margin-bottom: 12px;
  transition: .3s;
}
.footer-frnd a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.header-socail.dd a {
  margin-left: 0;
  margin-right: 15px;
}

.footer-brand {
  margin-top: 40px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.footer-brand a {
  margin-left: 70px;
}


.plan-area {
	padding-top: 80px;
}

/*footer-area-end*/



  /* ofcanvas   */
.header-off-btn.menu-trigger {
	display: block;
		background: rgb(88,165,254);
	background: -moz-linear-gradient(45deg, rgba(88,165,254,1) 20%, rgba(88,165,254,1) 20%, rgba(32,209,253,1) 99%);
	background: -webkit-linear-gradient(45deg, rgba(88,165,254,1) 20%,rgba(88,165,254,1) 20%,rgba(32,209,253,1) 99%);
	background: linear-gradient(45deg, rgba(88,165,254,1) 20%,rgba(88,165,254,1) 20%,rgba(32,209,253,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a5fe', endColorstr='#20d1fd',GradientType=1 );
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 40px;
	z-index: 9;
	position: absolute;
	right: 23px;
	top: 50%;
	border-radius: 5px;
	transform: translateY(-50%);
}


.header-off-btn.menu-trigger.right {
	display: block !important;
}
.off-canvas-menu {
	width: 300px;
	background: #fff;
	position: fixed;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: -100%;
	transition: .3s;
}
.off-canvas-menu .header-btn {
	margin-top: 30px;
	text-align: center;
}
.header-btn.off a {
	margin: 0;
}
.close-menu a {
	position: absolute;
	right: 20px;
	height: 32px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	top: 15px;
	background: #56BBE0;
	width: 32px;
}
.off-canvas-menu.active {
	left: 0;
}
.off-canvas-menu ul li a {
	color: #999;
	padding: 0;
	display: block;
	padding: 20px 0;
	font-size: 16px;
	border-bottom: 1px solid #dddddd87;
	transition: .3s;
}

.off-canvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;

}
.off-canvas-overlay.active {
	opacity: .6;
	z-index: 999;
	cursor: pointer;
}



.off-canvas-menu ul {
	margin-top: 65px;
	padding: 0;
	list-style: none;
}


.header-off-btn span {
  background: #283B91;
  height: 4px;
  width: 30px;
  display: block;
  border-radius: 14px;
  margin-bottom: 4px;
}
.header-off-btn {
	position: absolute;
	left: auto;
	z-index: 2;
	width: 30px;
	height: 22px;
	cursor: pointer;
	right: 70px;
}


 .off-canvas-menu ul li {
	margin: 0 20px;
}
  .off-canvas-menu {
	display: block;
}

.header-off-btn.menu-trigger a {
	color: #fff;
	font-size: 18px;
}

 .ofcanvas a {
	display: block;
	padding: 7px 20px;
	color: #fff;
}
.off-canvas-overlay.active {
	opacity: .5;
	visibility: visible;
}

 .header-btn.of-log {
	display: flex;
	height: auto;
	justify-content: center;
	margin-top: 50px;
}

 .header-mainmenu-2 .header-off-btn.menu-trigger a {
	color: #2F6F76;
}

.header-off-btn.menu-trigger.right {
	display: none !important;
}

.off-canvas-menu .herder-btn {
  text-align: center;
}
.off-canvas-menu .herder-btn a {
  background: #4090CC;
  color: #ffff;
  transition: .3s;
  border: 1px solid transparent;
}
.off-canvas-menu .herder-btn a:hover {
  border: 1px solid #4090CC;
  color: #4090CC;
  background: transparent;
}

.off-canvas-menu .herder-btn {
  text-align: center;
}
.off-canvas-menu .herder-btn a {
  background: #4090CC;
  color: #ffff;
  transition: .3s;
  border: 1px solid transparent;
}
.off-canvas-menu .herder-btn a:hover {
  border: 1px solid #4090CC;
  color: #4090CC;
  background: transparent;
}
.header-social.ofl {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.header-social.ofl a {
  background: #51B9DF;
  color: #fff;
  margin: 0 5px;
}
.header-social.ofl a:hover {
  border-color: #51B9DF;
  background: transparent;
  color: #51B9DF;
}

.off-canvas-menu ul li a:hover {
  padding-left: 20px;
  border-color: #56BBE0;
  color: #56BBE0;
}.create-social a {
	display: inline-block;
}
.footer-menu a:hover {
	color: #333;
}




input[type='checkbox'] {
  display: none;
}

/* Flip Cards CSS */
.card-container {
  display: grid;
  perspective: 700px;
}

.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.front {
  grid-area: frontAndBack;
}

.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
}

input[type='checkbox']:checked + .card-container .card-flip {
  transform: rotateY(180deg);
}
input[type='checkbox']:checked + .single-why-box {
  background: #4090CC !important;
}
.bgg .single-why-box {
	background: #4090CC !important;
}

.bgg img {
  filter: brightness(99);
}
.bgg h3 {
  color: #fff;
}
.bgg p {
  color: #fff;
}

.mobil-tab ul li a.mobil-link {
	text-align: center;
	font-size: 20px;
	margin: 0 20px;
	color: #000;
	border-bottom: 0px;
	font-weight: 700;
}

.mobil-tab ul li a.mobil-link.active {
	color: #4090CC;
}
.mobile-tabs {
	width: 400px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobil-tab {
	display: none;
}
video {
	object-fit: cover !important;
	height: 100%;
}

.vbox-inline, .venoframe {
	max-width: 800px !important;
	height: 451px !important;
}
