/*

TemplateMo 569 Edu Meeting

https://templatemo.com/tm-569-edu-meeting

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F5F5F5;

}

a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
	color: #3CF;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

img {
	overflow: hidden;
    padding-top: 1%;
    padding-right: 2%;
    float: left;

}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: rgba(13,107,177,1);;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 15px;
	width: 60px;
	height: 60px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#dropdown {
	fill: rgba(255,255,255,1);
}
.dropdown {
	overflow: visible;
	position: absolute;
	width: 33.444px;
	height: 20.066px;
	transform: translate(-1322px, -3387px) matrix(1,0,0,1,1336.9998,3408) rotate(180deg);
	transform-origin: center;
	left: 0px;
	top: 0px;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #F5F5F5;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: rgba(13,107,177,1);
  color: #fff;
}

::-moz-selection {
  background: rgba(13,107,177,1);
  color: #fff;
}


@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: rgba(13,107,177,1);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}


/*
---------------------------------------------
header
---------------------------------------------
*/

.btn-outline-primary{
	color:white!important;
}
.btn-outline-primary:hover{
	border-color:#0d6efd!important;
}

.color:hover{
color: white;
transition: opacity linear 1s, width linear 1s;
}

.sub-header {
  background-color: #1f272b;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: rgba(13,107,177,1);
}

.sub-header .left-content p em {
   font-style: normal;
   color: rgba(13,107,177,1);
}

.background-header {
  /* background-color: #fff!important; */
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  /* background-color: rgba(250,250,250,0.15); */
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 20px;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 500;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-top: 20px;
  line-height: 1;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: rgba(13,107,177,1)!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: rgba(13,107,177,1)!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: rgba(13,107,177,1)!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
  background-color: white;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
  background-color: white;

}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
  background-color: white;

}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: white;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: white;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: white;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: rgba(13,107,177,1);
}

.panel-heading:hover {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
  }
  .panel-collapse:hover {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
  }

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: white;
    font-size: 1.2vw;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: rgba(13,107,177,1)!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
  /*   background-color: #f7f7f7; */
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
	width: 100%;
    background: rg;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 2%;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    color: white !important;
  }
  .header-area .main-nav .nav li a:hover {
    color: rgba(13,107,177,1)!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/*
---------------------------------------------
banner
---------------------------------------------
*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

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

}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
	height: 99.2%;

}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3.5vw;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: rgba(13,107,177,1);
  font-weight: 900;
}


.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -135px;
  position: absolute;
  width: 98%;
}


.services .item {
  /* background-image: url(../images/service-item-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background-color: rgba(42,42,42,1);
  border-radius: 20px;
  transform: rotate(-5deg);
  width: 90%;
  margin: 10%;
  margin-left: 4%;

}
.itemS{

    /* background-image: url(../images/service-item-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 40px;
    background-color: rgba(42,42,42,1);
    border-radius: 20px;
    transform: rotate(5deg);


}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
  padding-top: 2%;
}

.holder{
  overflow: hidden;

}
.holder {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.holder:hover {
  -webkit-transform:  rotate(-5deg);
  -moz-transform:  rotate(-5deg);
  -o-transform:  rotate(-5deg);
  transform:  rotate(-5deg);
  background-color: rgb(13, 107, 177);
}

.deholder{
  overflow: hidden;
}
.deholder {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.holder:hover .deholder {
  -webkit-transform:  rotate(10deg);
  -moz-transform:  rotate(10deg);
  -o-transform:  rotate(10deg);
  transform:  rotate(10deg);

}



.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}

.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}


.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
/*   display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px; */
}


/*
---------------------------------------------

# servicesT
--------------------------------------------------------------*/
.servicesT .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  background-color: rgba(255,255,255,1);
  margin: 5%;
  width: 100%;
  height: 250px;
}
.servicesT .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.servicesT .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.servicesT .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.servicesT .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.servicesT .icon-box h4 a {
  color: #2c4964;
}
.servicesT .icon-box p {
  line-height: 24px;
  margin-bottom: 0;
  font-weight: medium;
  font-style: normal;
  font-size: 15px;
  padding-top: 5%;
}
.servicesT .icon-box:hover {
  -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  transform: scale(1.2) perspective(0px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



/*--------------------------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
/*   background-image: url(../images/meetings-bg.jpg); */
  background-color: #F5F5F5;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid white;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/



section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: rgba(13,107,177,1);
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}


/*
---------------------------------------------
courses
---------------------------------------------
*/

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: rgba(13,107,177,1);
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}

.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}



.myWorkContent::-webkit-scrollbar {
    display: none;
}
.myWorkContent {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
  }

.myWorkContent a {
  display: inline-block;
  vertical-align: middle;
}

.myWorkContent img {border: 0;}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  /* background-image: url(../images/facts-bg.jpg); */
  background-color: #F5F5F5;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
}

section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250,250,250,0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: rgba(13,107,177,1);
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}

.boxS{
  background-color: white;
  width: 29%;
  margin-right: 4%;
  height: 200px;
}

.OurService{
  opacity: 0.21;
  background-color: rgba(13,107,177,1);
  stroke: rgba(112,112,112,1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
  width: 100%;
  position: absolute;
  left: 0%;
  height: 50%;
  padding-top: 5%;
}


/* OUR SERVIVE */


  .bg-our{
	width: 100%;
	height: auto;
	/* margin-bottom: 600px; */
  }
  .our-service .box{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 70px;
	margin-top: 50px;
	justify-items: center;
  }

  .our-service .card{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
  }
  .our-service .card:hover{
	transform: scale(1.2) perspective(0px);
	box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px;
  }
  .our-service .card .left-top{
	position: absolute;
	background-color: #4089c0;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	left: -20px;
	top: 40px;
	padding: 8px;
  }
  .our-service .card .right-bottom{
	border:3px solid  #0d6bb1;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	right: -20px;
	top: 140px;
	padding: 8px;
  }

  .our-service .card .svgs{
	margin: 10px;
	display: flex;
	  width: 100%;
	  margin: 20px auto;
	  justify-content: center;
  }
  .our-service .card .svgs div{margin: 0px 10px;}
  .our-service .card .first {
	width: 46px;
	height: 78px;
	opacity: 0.21;
	background-color: rgba(13,107,177,1);
	border-radius: 10px;
  }

  .our-service .card .second{
	width: 51px;
	height: 85px;
	background-color: rgba(13,107,177,1);
	border-radius: 10px;

  }

  .our-service .card .third {
	width: 45px;
	height: 78px;
	opacity: 0.21;
	background-color: rgba(13,107,177,1);
	border-radius: 10px;

  }

  .our-service .card .Subtraction_1 {
	height: 47.713px;
	margin: 20px auto;
	fill: rgba(255,255,255,1);
  }

  .our-service .card .head-our-serv h1{
	font-size: 20px;
	width: 80%;
	margin: 0px 17px;
	text-align: start;
	padding: 10px;
	font-weight: 400;
  }

  .our-service .card .p-our-serv p{
	color: #777;
	text-align: start;
	padding: 20px
  }


  .our-service .card .Path_27 {
	transform :translate(0px, 0px) matrix(1,0,0,1,0,25.0) rotate(-45deg);
	width: 33.9px;
	height: 33.9px;
	transform-origin: center;
	fill: rgba(255,255,255,1);
  }


  .our-service .card.card-2 .left-top {
	background-color: rgba(230,79,57,1);
  }

  .our-service .card.card-2 .right-bottom{
	border:3px solid  rgba(230,79,57,1);
  }
  .our-service .card.card-2 .svgs .large {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	padding: 24px 7px;
	background-color: rgba(230,79,57,1);
	opacity: 0.4;
  }
  .our-service .card.card-2 .svgs .large span{
	background-color: #ffffff;
	border-radius: 50%;
	color: #000;
	padding: 14px 16px;
	margin: 23px 0px;
  }
  .our-service .card.card-2 .svgs .small{
	width: 48px;
	height: 40px;
	border-radius: 50%;
	padding: 24px 7px;
	background-color: rgba(230,79,57,1);
	opacity: 0.4;
	margin: 15px 15px 1px;
  }




/*
---------------------------------------------
contact us
---------------------------------------------
*/

section.contact-us {
  /* background-image: url(../images/meetings-bg.jpg); */
  background-color: #F5F5F5;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}


.footer {
  text-align: center;
  margin-top: 5px;
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 20px 0px;
  border-style: solid;
  border-width: 3px ;
  border-color: rgba(205,205,205,1);
  border-left: none;
  border-right: none;
  border-bottom: none;
}


.footer p a {
  color: rgb(127, 149, 182);
}
.social{
    font-size: 18px;
    display: inline-block;
    background: rgba(13,107,177,1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: rgba(13,107,177,1);
}





/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    /* margin-top: 60px; */
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}


/* /////My Edit */
@media(min-width:280px)and (max-width:450px){
	.myWorkContent{
		position:inherit;
		display:block;
		width: 100%;
		height:156px;
		background:rgba(42,42,42,1);
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;

	  }
	.our-service .card.card-2 .svgs .large .Path_26 {
		fill: white;
		overflow: visible;
		position: absolute;
		width: 36.782px;
		height: 36.782px;
		left: 28.5%;
		top: 11%;
		transform: matrix(1,0,0,1,0,0);
	}
	.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
    margin-bottom: 0.125rem;
	}
	.price-now{
	background-color: #F5F5F5;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	}
	section.our-courses {
	background-color: #F5F5F5;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 130px;
	padding-top: 25%;
	}
	section.apply-now {
	/*   background-image: url(../images/apply-bg.jpg);
	*/
	background-color: #F5F5F5;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 40%;
	}
	#Component_84__3 {
		width: 36%;
		margin-left: 32%;
	}
	.regist-h3{
		font-style: normal;
		font-size: 6vw;
		color: rgba(42,42,42,1);
		font-weight: 500;
		padding-left: 3%;
	}
	.main-banner .caption p {
		color: #fff;
		font-size: 3vw;
		max-width: 570px;
		padding-left: 2%;
		padding-right: 5%;
	}
	.our-service .card{
		width: 270px;
		border-radius: 15%;
		position: relative;
		background-color: white;
		height: 350px;
	  }
	.serviceT-title{
		text-align: center;
		font-style: normal;
		font-weight: 500;
		font-size: 9vw;
		color: rgba(42,42,42,1);
		letter-spacing: -0.2222222137451172px;
		text-transform: capitalize;
	}
	.serviceP{
		left: 15%;
		width: 100%;
		padding-top: 5%;
		padding-bottom: 5%;
		position: relative;
		margin-top: -6px;
		text-align: center;
		font-style: normal;
		font-weight: 500;
		font-size: 3vw;
		color: rgba(162,193,238,1);
		letter-spacing: .1rem;
		left: 0%;
	}

	.footer p {
		text-transform: uppercase;
		font-size: 2.5vw;
		color: rgba(162,193,238,1);
	  }
	/* header style */
	.img-logo {
		float: left;
		height: 15%;
		width: 15%;
		padding-left: -100%;
		left: -2%;
	}
	.header-area .main-nav .logo {
		line-height: 20px;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		padding-top: 3%;
		text-align: left;
		font-size: 15px;
		text-align: left;
		margin: 0 0 0 0;
	}
	.main-banner .caption {
		position: absolute;
		top: 60%;
		transform: translateY(-50%);
	}
	.main-banner .caption h2 {
		font-size: 6vw;
		padding-bottom: 2%;
		padding-left: 2%;
	}
		/*End header style */

	.our-service{
		width: 100%;
		height: 400px;
		position: relative;
		background: #c5d8e7;
		color: white;
		padding: 25px;
		text-align: center;
		margin-bottom: 210%;
	}


   /* info about  */
   #Group_4216 {
  	position: relative;
  	width: 100%;
  	height: 516.5px;
  	left: 0px;
  	top: -25%;
  	overflow: visible;
  }
  #Icon {
	transform: translate(-85px, -1073px) matrix(1,0,0,1,132,1561.5) rotate(90deg);
    transform-origin: center;
    position: absolute;
    width: 100px;
    height: 16px;
    left: -20%;
    top: 80%;
    overflow: visible;
  }
  #Group_7 {
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Shape {
  	fill: rgba(28,28,28,1);
  }
  .Shape {
  	overflow: visible;
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Mask_Group_7 {
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Mobile_augmented_rea_hv {
    left: 8%;
    top: 147px;
    position: absolute;
    overflow: visible;
    width: 50%;
    height: 243px;
    margin-top: -5.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    color: rgba(42,42,42,1);
}
  #Recipes {
    left: 7.5%;
    top: 10%;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 20%;
    line-height: 56px;
    margin-top: -3px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 12vw;
    color: rgba(42,42,42,1);
    letter-spacing: -0.2222222137451172px;
    text-transform: capitalize;
}
  #Pattern {
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    overflow: hidden;
  }
  #Group_hy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_hz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_h {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_h {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_h {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ia {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ia {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ia {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ib {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ib {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ib {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ic {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ic {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ic {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_id {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_id {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_id {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ie {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ie {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ie {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_if {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_if {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_if {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ig {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ig {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ig {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ih {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ih {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ih {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ii {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ij {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ij {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ik {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_il {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_il {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_im {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_in {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_in {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_io {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ip {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ip {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ir {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ir {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_is {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_it {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_it {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_iv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_iv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ix {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ix {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_iz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_iz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_i {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_i {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_i {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ja {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ja {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ja {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_je {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_je {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_je {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ji {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jm {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jo {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jp {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jp {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jr {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jr {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_js {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jt {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jt {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ju {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_jx {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jx {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_jz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_j {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_j {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_j {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ka {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_ka {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ka {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_kb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_kc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_kd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ke {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ke {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ke {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ki {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_km {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_4215 {
  	position: absolute;
  	width: 1238px;
  	height: 1012.5px;
  	left: 91px;
  	top: 1767px;
  	overflow: visible;
  }
  #Group_4208 {
	position: relative;
    width: 100%;
    height: 312.469px;
    left: 0px;
    top: 30%;
    overflow: visible;
  }
  #PAtterns_kq {
    opacity: 0.2;
    position: absolute;
    width: 40%;
    height: 194px;
    left: 0px;
    top: 150%;
    overflow: hidden;
  }
  #Group_kr {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ks {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ks {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kt {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ku {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ku {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kv {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_kw {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kw {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kx {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ky {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ky {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kz {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_k {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_k {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_k {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_la {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_la {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_la {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_lb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ld {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ld {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ld {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_le {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_le {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_le {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_li {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_li {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lj {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lk {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lk {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ll {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lm {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lm {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ln {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lo {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lo {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lp {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lq {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lq {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lr {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ls {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ls {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lt {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lu {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lu {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lv {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lw {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lw {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lx {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ly {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ly {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lz {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_l {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_l {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_l {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ma {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ma {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ma {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_mb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_mc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_md {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_md {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_md {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_me {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_me {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_me {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mi {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mi {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mj {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mk {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mk {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ml {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mm {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mm {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mn {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mo {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mo {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mp {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_mq {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mq {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mr {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_ms {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ms {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mt {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_mu {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mu {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mv {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_mw {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mw {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mx {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_my {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_my {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mz {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_m {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_m {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_m {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_na {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_na {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_na {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ne {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ne {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ne {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ng {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ng {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ng {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_4206_nh {
	position: absolute;
	width:100%;
	height: 743.969px;
	left: 53px;
	top: 0px;
	overflow: visible;
  }
  #Group_21_ni {
	position: absolute;
	width: 100%;
	height: 633.969px;
	left: 0px;
	top: 0px;
	overflow: visible;
  }


  .Div_nj {
	width: 30%;
    height: 135px;
    left: 16%;
    top: 71%;
    overflow: visible;
    background: #212529;
    display: flex;
    justify-content: center;
    position: relative;

  }
  .BG_nk {
    fill: rgba(13,107,177,1);
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 135px;
    left: 0%;
    top: 0px;
    background: rgb(13, 107, 177);
    transition: 0.5s;
  }

  .Div_nj:hover .BG_nk{
    transform: scale(0);
    background: #fff;
    opacity: 1;
  }

  #Your_content_title_here_nl {
	left: 8%;
    top: 40%;
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 139px;
    margin-top: -2.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 3.5vw;
    color: rgba(255,255,255,1);
    text-transform: capitalize;
}
  #Mask_nm {
	position: absolute;
    width: 30%;
    height: 140.951px;
    left: -11%;
    top: 70%;
    overflow: visible;
  }
  #Component_6__10 {
	position: absolute;
    width: 40%;
    height: 50%;
    left: 46%;
    top: 60.5%;
    overflow: visible;
  }
  #Mask_Group_94 {
  	position: absolute;
  	width: 341.3px;
  	height: 829.969px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Video_np {
	position: absolute;
    width: 20%;
    height: 71.894px;
    left: 40%;
    top: 179.038px;
    overflow: visible;
  }
  #Group_22_nq {
  	position: absolute;
  	width: 71.894px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Button_nr {
	position: absolute;
    width: 71.894px;
    height: 71.894px;
    left: -25px;
    top: -200%;
    overflow: visible;
  }
  #Oval_ns {
  	opacity: 0.2;
  	fill: rgba(255,255,255,1);
  }
  .Oval_ns {
  	position: absolute;
  	overflow: visible;
  	width: 71.895px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  }
  #Oval_nt {
  	opacity: 0.95;
  	fill: rgba(255,255,255,1);
  }
  .Oval_nt {
  	position: absolute;
  	overflow: visible;
  	width: 60.043px;
  	height: 60.044px;
  	left: 6.32px;
  	top: 6.32px;
  }
  #Arrow_nu {
  	fill: rgba(144,133,218,1);
  }
  .Arrow_nu {
  	overflow: visible;
  	position: absolute;
  	width: 7.421px;
  	height: 11.469px;
  	left: 33.182px;
  	top: 30.213px;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Group_4211 {
	position: relative;
    width: 100%;
    height: 212.5px;
    left: -5%;
    top: -140%;
    overflow: visible;
  }
  #Icon_nw {
  	transform: translate(-136px, -1480.5px) matrix(1,0,0,1,554,2465) rotate(90deg);
  	transform-origin: center;
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Group_7_nx {
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Shape_ny {
  	fill: rgba(28,28,28,1);
  }
  .Shape_ny {
  	overflow: visible;
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Mask_Group_7_nz {
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Mobile_augmented_rea_n {
    left: 10%;
    top: -65%;
    position: absolute;
    overflow: visible;
    width: 90%;
    height: 243px;
    margin-top: -5.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    color: rgba(42,42,42,1);
    padding-top: 10%;
  }
  #Recipes_n {
	left: 10%;
    top: -80%;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 20%;
    line-height: 56px;
    margin-top: -3px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 10vw;
    color: rgba(42,42,42,1);
    letter-spacing: -0.2222222137451172px;
    text-transform: capitalize;
  }


  /* part2 */

  #Group_4207 {
    position: relative;
    width: 100%;
    height: 120.469px;
    left: 0%;
    top: -210%;
    overflow: visible;
  }
  #PAtterns {
    opacity: 0.2;
    position: absolute;
    width: 50%;
    height: 195px;
    left: 65%;
    top: 215%;
    overflow: hidden;
}
  #Group {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42 {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42 {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_eo {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ep {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ep {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_eq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_er {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_er {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_es {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_et {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_et {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_eu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ev {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ev {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ew {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ex {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ex {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ey {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ez {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ez {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_e {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_e {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_e {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fa {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fa {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fa {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fe {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fe {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fe {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ff {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ff {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ff {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fi {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fm {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fo {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fp {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fp {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fr {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fr {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fs {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ft {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ft {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_fv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_fx {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fx {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_fz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_f {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_f {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_f {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ga {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ga {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ga {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_gb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ge {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_ge {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ge {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gi {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gm {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_go {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gp {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gp {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gr {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gr {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gs {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gt {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gt {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gx {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gx {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_gz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_g {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_g {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_g {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ha {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ha {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ha {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_hb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_hb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_hc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_hc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_hd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_hd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_he {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_he {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_he {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_4206 {
  	position: absolute;
  	width: 100%;
/*   	height: 639.969px;
 */  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Group_21 {
  	position: absolute;
  	width: 100%;
  	height: 511.951px;
  	left: 0px;
  	top: 128.019px;
  	overflow: visible;
  }
  .Div {
    position: absolute;
    width: 50%;
    height: 190px;
    left: 48%;
    top: 10%;
    overflow: visible;
    background: #212529;
    display: flex;
    justify-content: center;
    position: relative;
}
  .BG_hf {
    fill: rgba(13,107,177,1);
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 190px;
    left: 0%;
    top: 0px;
    background: rgb(13, 107, 177);
    transition: 0.5s;
  }

  .Div:hover .BG_hf{
    transform: scale(0);
    background: #fff;
    opacity: 1;
  }
  #Your_content_title_here {
   left: 5%;
   top: 15%;
   position: absolute;
   overflow: visible;
   width: 95%;
   height: 139px;
   line-height: 43px;
   margin-top: -2.5px;
   text-align: left;
   /* font-family: Poppins, Poppins, Source Sans; */
   font-style: normal;
   font-weight: normal;
   font-size: 7vw;
   color: rgba(255,255,255,1);
   text-transform: capitalize;
 }
  #Mask {
    position: absolute;
    width: 50%;
    height: 290px;
    left: 0px;
    top: -9.5%;
    overflow: visible;
  }
  #Component_6__1 {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 48%;
    top: 0px;
    overflow: visible;
  }
  #Mask_Group_13 {
  	position: absolute;
  	width: 341.3px;
  	height: 319.969px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Video {
    position: absolute;
    width: 50%;
    height: 71.894px;
    left: 40%;
    top: 124.068px;
    overflow: visible;
  }
  #Group_22 {
    position: absolute;
    width: 100%;
    height: 71.894px;
    left: -20%;
    top: -80%;
    overflow: visible;
  }
  #Button {
  	position: absolute;
  	width: 100%;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Oval {
  	opacity: 0.2;
  	fill: rgba(255,255,255,1);
  }
  .Oval {
  	position: absolute;
  	overflow: visible;
  	width: 71.895px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  }
  #Oval_ho {
  	opacity: 0.95;
  	fill: rgba(255,255,255,1);
  }
  .Oval_ho {
  	position: absolute;
  	overflow: visible;
  	width: 60.043px;
  	height: 60.044px;
  	left: 6.32px;
  	top: 6.32px;
  }
  #Arrow {
  	fill: rgba(144,133,218,1);
  }
  .Arrow {
  	overflow: visible;
  	position: absolute;
  	width: 7.421px;
  	height: 11.469px;
  	left: 33.182px;
  	top: 30.213px;
  	transform: matrix(1,0,0,1,0,0);
  }
  .wrapper-flag{
    width: 100%;
    height: 321px;
    overflow: hidden;
    background-size:fill;

    }

  .wrapper-flag .wrapper__videoFlag{
    object-fit: cover;
    width: 100%;
    height: 190px;
    object-position: left bottom;
   }
   .wrapper-stu{
	width: 100%;
    height: 135px;
    overflow: hidden;
	background-size:fill;

  }

  .wrapper-stu .wrapper__videoStu{
	width: 92%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
 }



  /* part2 */

  /* info about  */



	#Group_4199 {
		position: relative;
		width: 100%;
		overflow: visible;

	}
	#Group_4170 {
		position: relative;
		width: 100%;
		overflow: visible;
		top:10%;
	}
  #Get_the_Perfect_Plan {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 56px;
    margin-top: 10%;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 8vw;
    color: rgba(42,42,42,1);
    letter-spacing: -0.2222222137451172px;
	}
  .Amazing_pricing_plans_for_busi {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 40px;
    margin-top: 0%;
    margin-bottom: 10%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 3.5vw;
    color: rgba(162,193,238,1);
	}

	#Price_Table {
		position: relative;
		width: 100%;
		height: 1450px;
		top: 0px;
		overflow: visible;
		}

		#BG_pa {
			fill: rgba(42,42,42,1);
		}
		.BG_pa {
			filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.051));
			position: relative;
			overflow: visible;
			top: 0px;
			background-color: rgba(42,42,42,1);
			width: 80%;
			height: 1100px;
			border-radius: 25px;
			padding-bottom: 10%;
			left: 10%;
		}

		#Table_1 {
			position: relative;
			width: 50%;
			height: 20%;
			left: 30%;
			top: -72%;
			overflow: visible;
		}
		#Price {
			position: relative;
			width: 100%;
			height: 30%;

		}
	  .dollar {
		left: -7%;
		position: relative;
		overflow: visible;
		width: 75%;
		font-weight: bold;
		font-size: 7vw;
		color: rgba(90,157,255,1);
		text-transform: capitalize;
		}
		.price_d {
			position: relative;
			overflow: visible;
			width: 75%;
			text-transform: capitalize;
			left: 40%;
		}
		.n_0 {
			position: relative;
			font-weight: bold;
			font-size: 8vw;
			color: rgba(90,157,255,1);

		}

		.n_15_minutes {
			position: relative;
			font-weight: normal;
			font-size:  1.5vw;
			color: rgba(161,167,172,1);
		}


		#Plan_info {
			position: relative;
			width: 100%;
			height: 30%;

		}
		#Basic {
			left: 0%;
			position: relative;
			overflow: visible;
			width: 100%;
			white-space: nowrap;
			line-height: 66px;
			margin-top: -5%;
			font-style: normal;
			font-weight: normal;
			font-size: 5vw;
			color: rgba(90,157,255,1);
		}
		#For_individuals {
			left: 0%;
			top: -40%;
			position: relative;
			overflow: visible;
			width: 100%;
			white-space: nowrap;
			line-height: 66px;
			text-align: left;
			font-style: normal;
			font-weight: normal;
			font-size: 3vw;
			color: rgba(161,167,172,1);
			letter-spacing: 1px;
		}
		#Button_1 {
			position: relative;
			width: 100%;
			height: 30%;
			left: 13%;
		}
		.btn-cla{
			position: relative;
			font-weight: normal;
			font-size: 3.5vw;
			color: rgb(13, 107, 177);
			width: 100%;
			left: -25%;
			top: 20%;
			border-radius: 10px;
		}
		.btn-cla3{
			position: relative;
			font-weight: normal;
			font-size: 1.5vw;
			color: white;
			position: relative;
			font-weight: normal;
			font-size: 3.5vw;
			width: 100%;
			left: -25%;
			top: -70%;
			border-radius: 10px;
		}
		#Divider {
			fill: transparent;
			stroke: rgba(242,242,242,1);
			stroke-width: 1px;
			stroke-linejoin: miter;
			stroke-linecap: butt;
			stroke-miterlimit: 4;
			shape-rendering: auto;
		}
		.Divider {
			overflow: visible;
			position: absolute;
			width: 319px;
			height: 1px;
			left: 13px;
			top: 338px;
			transform: matrix(1,0,0,1,0,0);
		}
		#Table_2 {
			position: relative;
			width: 50%;
			height: 20%;
			left: 30%;
			top: -70%;
			overflow: visible;
		}
		#Supercharged_support {
			left: 0px;
			top: 26px;
			position: absolute;
			overflow: visible;
			width: 186px;
			white-space: nowrap;
			line-height: 64px;
			margin-top: -25px;
			text-align: left;
			/*font-family: Poppins, Poppins, Source Sans;*/
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			color: rgba(161,167,172,1);
			letter-spacing: 1px;
		}
		#Table_3 {
			position: relative;
			width: 50%;
			height: 20%;
			left: 30%;
			top: -88%;
			overflow: visible;
		}
		#BG_pz {
			fill: rgba(242,242,242,1);
		}
		.BG_pz {
			filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.169));
			position: relative;
			overflow: visible;
			width: 175%;
			height: 150%;
			left: -48%;
			top: 230px;
		}
		#Price_p {
			position: relative;
			width: 100%;
			height: 30%;
			top: -45%;
			left: -30%;
		}
		#n_0_p {
			position: relative;
			font-weight: bold;
			font-size: 7vw;
			color: rgba(90,157,255,1);
			top: 120%;
		}
	   .n_0_p {
		left: 14%;
		top: 138%;
		position: absolute;
		overflow: visible;
		width: 100%;
		white-space: nowrap;
		text-align: left;
		font-style: normal;
		font-weight: bold;
		font-size: 10vw;
		color: rgba(90,157,255,1);
		}



		.n_1_hour {
			left: 59%;
			top: 148%;
			position: absolute;
			overflow: visible;
			white-space: nowrap;
			line-height: 19px;
			margin-top: -2.5px;
			text-align: left;
			font-style: normal;
			font-weight: normal;
			font-size: 3vw;
			color: rgba(161,167,172,1);
		}

	  .btnBasic{
		width: 85%;
		height: 45px;
		margin-top: 10%;
		border-radius: 10px;
		border-style: solid;
		border-width: 2px;
		font-size:0.5px;
	  }


		#Plan_info_p {
			position: relative;
			width: 100%;
			height: 30%;
			top: -55%;
			left: -20%;
		}
		#Best {
			left: 13%;
			top: -675%;
			position: relative;
			overflow: visible;
			width: 100%;
			white-space: nowrap;
			line-height: 66px;
			/* margin-top: -5%; */
			font-style: normal;
			font-weight: normal;
			font-size: 4vw;
			color: rgba(90,157,255,1);
		}
		#Best_offers {
			left: 13%;
			top: -720%;
			position: relative;
			overflow: visible;
			width: 100%;
			white-space: nowrap;
			line-height: 66px;
			/* margin-top: -25%; */
			text-align: left;
			/* font-family: Poppins, Poppins, Source Sans; */
			font-style: normal;
			font-weight: normal;
			font-size: 2.5vw;
			color: rgba(161,167,172,1);
			letter-spacing: 1px;
		}
		#Button_1_p {
			position: relative;
			width: 100%;
			height: 30%;
			left: 13%;
			top: -41%;
		}
		#Rectangle_446_p {
			fill: rgba(90,157,255,1);
		}
		.Rectangle_446_p {
			filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.161));
			position: absolute;
			overflow: visible;
			width: 314px;
			height: 107px;
			left: 0px;
			top: 0px;
		}
		#Consultation_request_p {
			left: 33px;
			top: 11px;
			position: absolute;
			overflow: visible;
			width: 187px;
			white-space: nowrap;
			text-align: center;
			/* font-family:  Poppins, Poppins, Source Sans; */
			font-style: normal;
			font-weight: bold;
			font-size: 17px;
			color: rgba(255,255,255,1);
		}

	  .dollarBasic {
		left: -15%;
		position: relative;
		overflow: visible;
		width: 75%;
		font-weight: bold;
		font-size: 4vw;
		color: rgba(90,157,255,1);
		text-transform: capitalize;
	  }







     /*  /////////////////////////////
    ////////////////////////////
    //////////////////////////// */

      /* footer Image */
  #Group_4174 {
  	position: relative;
  	width: 100%;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  .register{
    width: 95%;
    margin: auto;
    height: 300px;
    background: url(../images/pexels-armin-rimoldi-5554240pig.png) no-repeat center ;
    border-radius: 10px;
    margin-bottom: 50px;
/*     background-size: 100% 100%;
 */  }

  .register .containt{
    width: 100%;
    height: 100%;
    background-color: rgba(8, 89, 240, 0.521);;
    border-radius: 10px;
    padding: 50px;
  }

  #Group_4171 {
    opacity: 0;
    position: absolute;
    width: 20%;
    height: 10%;
    left: 35%;
    top: 10%;
    overflow: visible;
  }
  #Path_29 {
  	fill: rgba(255,255,255,1);
  }
  .Path_29 {
    opacity: 0;
    overflow: visible;
    position: relative;
    width: 100%;
    left: 0%;
    top: 70%;
    transform: matrix(1,0,0,1,0,0);
  }
  #Path_30 {
  	fill: rgba(255,255,255,1);
  }
  .Path_30 {
    opacity: 0;
    overflow: visible;
    position: absolute;
    width: 100%;
    height: 28.184px;
    left: 55%;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
  }
  .btn-brim{
	background-color: white;
    top: 100%;
    height: 50px;
    width: 100%;
    border-color: white;
    left: 0%;
    border-radius: 4px;
    font-size: large;
	border-style: none;

  }
  .Path_31 {
    overflow: visible;
    position: absolute;
    width: 40%;
    height: 60px;
    left: 30%;
    top: 52%;
    transform: matrix(1,0,0,1,0,0);
    border-radius: 5px;
  }
  #Group_4172 {
    opacity: 0.5;
    position: absolute;
    width: 30%;
    left: 40%;
    top: 44%;
    overflow: visible;
  }
  #Rectangle_447 {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_447 {
  	width: 22.088px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,-1.6239,14.8309) rotate(42.177deg);
  	transform-origin: center;
  }
  #Rectangle_448 {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_448 {
  	width: 22.088px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,52.125,14.8313) rotate(-42.18deg);
  	transform-origin: center;
  }
  #Rectangle_449 {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_449 {
  	width: 23px;
  	height: 3px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,26,10) rotate(90deg);
  	transform-origin: center;
  }
  #Group_4173 {
    opacity: 0.5;
    position: absolute;
    width: 30%;
    height: 25.452px;
    left: 40%;
    top: 68%;
    overflow: visible;
  }
  #Rectangle_447_qm {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_447_qm {
  	width: 22.089px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,-1.6238,6.9395) rotate(-42.177deg);
  	transform-origin: center;
  }
  #Rectangle_448_qn {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_448_qn {
  	width: 22.088px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,52.1252,6.9391) rotate(42.18deg);
  	transform-origin: center;
  }
  #Rectangle_449_qo {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_449_qo {
  	width: 23px;
  	height: 3px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,26.0002,12.4518) rotate(-90deg);
  	transform-origin: center;
  }
  #Hurry_up_to_register_now_in_th {
    top: 10%;
    position: absolute;
    overflow: visible;
    width: 49%;
    height: 98px;
    line-height: 33px;
    margin-top: -5.5px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 3.5vw;
    color: rgba(255,255,255,1);
    left: 26%;
  }




}



@media(min-width:451px)and (max-width:768px){
	.myWorkContent{
		position:inherit;
		display:block;
		width: 100%;
		height:180px;
		background:rgba(42,42,42,1);
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;

	  }
	.our-service .card.card-2 .svgs .large .Path_26 {
		fill: white;
		overflow: visible;
		position: absolute;
		width: 36.782px;
		height: 36.782px;
		left: 30.5%;
		top: 11%;
		transform: matrix(1,0,0,1,0,0);
	}
	.main-banner .caption h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 5vw;
	}
	.main-banner .caption p {
		color: #fff;
		font-size: 2.5vw;
		max-width: 570px;
	}
	.header-area .main-nav .logo {
		font-size: 2.5vw;
	}
	.price-now{
		background-color: #F5F5F5;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 15%;
	}
	section.our-courses {
		background-color: #F5F5F5;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 130px;
	}
	section.apply-now {
		background-color: #F5F5F5;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#Component_84__3 {
		position: absolute;
		width: 53px;
		height: 40px;
		left: -15%;
		top: 0px;
		overflow: visible;

	}
	.regist-h3{
		font-style: normal;
		font-size: 3.5vw;
		color: rgba(42,42,42,1);
		padding-top: 10%;
		font-weight: 500;
		padding-left: 3%;
	}
	.main-banner .caption p {
		color: #fff;
		font-size: 16px;
		max-width: 570px;
	}
	.our-service .card{
		width: 300px;
		border-radius: 15%;
		position: relative;
		background-color: white;
		height: 350px;
	  }
	.serviceT-title{
		line-height: 80px;
		text-align: center;
		font-style: normal;
		font-weight: 500;
		font-size: 8vw;
		color: rgba(42,42,42,1);
		letter-spacing: -0.2222222137451172px;
		text-transform: capitalize;
	  }
	  .serviceP{
		left: 5%;
		width: 90%;
		padding-top: 5%;
		padding-bottom: 5%;
		position: relative;
		line-height: 50px;
		margin-top: -6px;
		text-align: center;
		font-style: normal;
		font-weight: 300;
		font-size: 3vw;
		color: rgba(162,193,238,1);
		letter-spacing: .1rem;
	}
	.footer p {
		text-transform: uppercase;
		font-size: 16px;
		color: rgba(162,193,238,1);
	  }
	.Grop_4215{
		height: 0px;
	}
	.our-service{
		width: 100%;
		height: 400px;
		position: relative;
		background: #c5d8e7;
		color: white;
		padding: 25px;
		text-align: center;
		margin-bottom: 130%;
	}


   /* info about  */
   #Group_4216 {
  	position: relative;
  	width: 100%;
  	height: 516.5px;
  	left: 0px;
  	top: 123.469px;
  	overflow: visible;
  }
  #Icon {
  	transform: translate(-85px, -1073px) matrix(1,0,0,1,132,1561.5) rotate(90deg);
  	transform-origin: center;
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Group_7 {
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Shape {
  	fill: rgba(28,28,28,1);
  }
  .Shape {
  	overflow: visible;
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Mask_Group_7 {
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Mobile_augmented_rea_hv {
    left: 0%;
    top: 30%;
    position: absolute;
    overflow: visible;
    width: 50%;
    height: 243px;
    margin-top: -5.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 3vw;
    color: rgba(42,42,42,1);
  }
  #Recipes {
	left: 0%;
    top: 10%;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 20%;
    line-height: 56px;
    margin-top: -3px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 10vw;
    color: rgba(42,42,42,1);
    letter-spacing: -0.2222222137451172px;
    text-transform: capitalize;
  }
  #Pattern {
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    overflow: hidden;
  }
  #Group_hy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_hz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_h {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_h {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_h {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ia {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ia {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ia {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ib {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ib {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ib {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ic {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ic {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ic {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_id {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_id {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_id {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ie {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ie {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ie {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_if {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_if {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_if {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ig {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ig {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ig {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ih {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ih {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ih {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ii {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ij {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ij {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ik {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_il {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_il {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_im {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_in {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_in {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_io {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ip {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ip {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ir {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ir {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_is {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_it {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_it {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_iv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_iv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ix {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ix {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_iz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_iz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_i {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_i {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_i {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ja {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ja {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ja {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_je {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_je {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_je {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ji {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jm {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jo {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jp {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jp {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jr {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jr {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_js {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jt {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jt {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ju {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_jx {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jx {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_jz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_j {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_j {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_j {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ka {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_ka {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ka {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_kb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_kc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_kd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ke {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ke {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ke {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ki {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_km {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_4215 {
  	position: absolute;
  	width: 1238px;
  	height: 1012.5px;
  	left: 91px;
  	top: 1767px;
  	overflow: visible;
  }
  #Group_4208 {
	position: relative;
    width: 100%;
    height: 812.469px;
    left: 0px;
    top: 17%;
    overflow: visible;
  }
  #PAtterns_kq {
	opacity: 0.2;
    position: absolute;
    width: 40%;
    height: 194px;
    left: 0px;
    top: 130%;
    overflow: hidden;
  }
  #Group_kr {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ks {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ks {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kt {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ku {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ku {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kv {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_kw {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kw {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kx {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ky {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ky {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kz {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_k {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_k {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_k {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_la {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_la {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_la {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_lb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ld {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ld {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ld {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_le {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_le {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_le {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_li {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_li {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lj {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lk {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lk {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ll {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lm {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lm {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ln {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lo {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lo {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lp {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lq {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lq {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lr {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ls {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ls {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lt {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lu {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lu {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lv {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lw {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lw {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lx {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ly {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ly {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lz {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_l {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_l {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_l {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ma {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ma {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ma {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_mb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_mc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_md {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_md {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_md {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_me {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_me {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_me {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mi {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mi {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mj {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mk {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mk {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ml {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mm {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mm {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mn {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mo {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mo {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mp {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_mq {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mq {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mr {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_ms {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ms {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mt {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_mu {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mu {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mv {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_mw {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mw {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mx {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_my {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_my {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mz {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_m {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_m {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_m {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_na {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_na {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_na {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ne {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ne {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ne {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ng {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ng {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ng {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_4206_nh {
	position: absolute;
	width:100%;
	height: 743.969px;
	left: 0%;
	top: 0px;
	overflow: visible;
  }
  #Group_21_ni {
	position: absolute;
	width: 100%;
	height: 633.969px;
	left: 0px;
	top: 0px;
	overflow: visible;
  }


  .Div_nj {
	width: 48%;
    height: 319.969px;
    left: 0%;
    top: 50%;
    overflow: visible;
    background: #212529;
    display: flex;
    justify-content: center;
    position: relative;

  }
  .BG_nk {
    fill: rgba(13,107,177,1);
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 319.969px;
    left: 0%;
    top: 0px;
    background: rgb(13, 107, 177);
    transition: 0.5s;
  }

  .Div_nj:hover .BG_nk{
    transform: scale(0);
    background: #fff;
    opacity: 1;
  }

  #Your_content_title_here_nl {
    left: 10%;
    top: 120.984px;
    position: absolute;
    overflow: visible;
    width: 255px;
    height: 139px;
    line-height: 43px;
    margin-top: -2.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 5vw;
    color: rgba(255,255,255,1);
    text-transform: capitalize;
  }
  #Mask_nm {
	position: absolute;
    width: 50%;
    height: 511.951px;
    left: 0%;
    top: -30%;
    overflow: visible;
  }
  #Component_6__10 {
    position: absolute;
    width: 52%;
    height: 92%;
    left: 0px;
    top: 85%;
    overflow: visible;
  }
  #Mask_Group_94 {
  	position: absolute;
  	width: 341.3px;
  	height: 829.969px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Video_np {
	position: absolute;
    width: 20%;
    height: 71.894px;
    left: 40%;
    top: 30%;
    overflow: visible;
  }
  #Group_22_nq {
  	position: absolute;
  	width: 71.894px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Button_nr {
  	position: absolute;
  	width: 71.894px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Oval_ns {
  	opacity: 0.2;
  	fill: rgba(255,255,255,1);
  }
  .Oval_ns {
  	position: absolute;
  	overflow: visible;
  	width: 71.895px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  }
  #Oval_nt {
  	opacity: 0.95;
  	fill: rgba(255,255,255,1);
  }
  .Oval_nt {
  	position: absolute;
  	overflow: visible;
  	width: 60.043px;
  	height: 60.044px;
  	left: 6.32px;
  	top: 6.32px;
  }
  #Arrow_nu {
  	fill: rgba(144,133,218,1);
  }
  .Arrow_nu {
  	overflow: visible;
  	position: absolute;
  	width: 7.421px;
  	height: 11.469px;
  	left: 33.182px;
  	top: 30.213px;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Group_4211 {
    position: relative;
    width: 50%;
    height: 700.5px;
    left: 50%;
    top: -145%;
    overflow: visible;
  }
  #Icon_nw {
  	transform: translate(-136px, -1480.5px) matrix(1,0,0,1,554,2465) rotate(90deg);
  	transform-origin: center;
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Group_7_nx {
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Shape_ny {
  	fill: rgba(28,28,28,1);
  }
  .Shape_ny {
  	overflow: visible;
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Mask_Group_7_nz {
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Mobile_augmented_rea_n {
    left: 10%;
    top: 197px;
    position: absolute;
    overflow: visible;
    width: 90%;
    height: 243px;
    margin-top: -5.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 2.8vw;
    color: rgba(42,42,42,1);
    padding-top: 10%;
  }
  #Recipes_n {
	left: 0%;
    top: 15%;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 20%;
    line-height: 56px;
    margin-top: -3px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 7vw;
    color: rgba(42,42,42,1);
    letter-spacing: -0.2222222137451172px;
    text-transform: capitalize;
  }


  /* part2 */

  #Group_4207 {
    position: relative;
    width: 100%;
    height: 737.469px;
    left: 0%;
    top: 0px;
    overflow: visible;
  }
  #PAtterns {
    opacity: 0.2;
    position: absolute;
    width: 30%;
    height: 194px;
    left: 80%;
    top: 543.469px;
    overflow: hidden;
  }
  #Group {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42 {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42 {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_eo {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ep {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ep {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_eq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_er {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_er {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_es {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_et {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_et {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_eu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ev {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ev {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ew {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ex {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ex {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ey {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ez {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ez {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_e {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_e {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_e {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fa {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fa {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fa {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fe {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fe {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fe {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ff {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ff {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ff {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fi {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fm {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fo {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fp {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fp {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fr {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fr {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fs {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ft {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ft {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_fv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_fx {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fx {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_fz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_f {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_f {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_f {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ga {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ga {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ga {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_gb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ge {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_ge {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ge {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gi {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gm {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_go {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gp {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gp {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gr {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gr {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gs {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gt {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gt {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gx {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gx {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_gz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_g {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_g {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_g {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ha {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ha {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ha {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_hb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_hb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_hc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_hc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_hd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_hd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_he {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_he {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_he {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_4206 {
  	position: absolute;
  	width: 100%;
/*   	height: 639.969px;
 */  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Group_21 {
  	position: absolute;
  	width: 100%;
  	height: 511.951px;
  	left: 0px;
  	top: 128.019px;
  	overflow: visible;
  }
  .Div {
    position: absolute;
    width: 50%;
    height: 319.969px;
    left: 47%;
    top: 191.981px;
    overflow: visible;
    background: #212529;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .BG_hf {
    fill: rgba(13,107,177,1);
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 319.969px;
    left: 0%;
    top: 0px;
    background: rgb(13, 107, 177);
    transition: 0.5s;
  }

  .Div:hover .BG_hf{
    transform: scale(0);
    background: #fff;
    opacity: 1;
  }
    #Your_content_title_here {
		left: 10%;
		top: 120.984px;
		position: absolute;
		overflow: visible;
		width: 95%;
		height: 139px;
		line-height: 43px;
		margin-top: -2.5px;
		text-align: left;
		/* font-family: Poppins, Poppins, Source Sans; */
		font-style: normal;
		font-weight: normal;
		font-size: 5vw;
		color: rgba(255,255,255,1);
		text-transform: capitalize;
    }
  #Mask {
    position: absolute;
    width: 50%;
    height: 511.951px;
    left: 0px;
    top: 0px;
    overflow: visible;
  }
  #Component_6__1 {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 48%;
    top: 0px;
    overflow: visible;
  }
  #Mask_Group_13 {
  	position: absolute;
  	width: 341.3px;
  	height: 319.969px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Video {
    position: absolute;
    width: 50%;
    height: 71.894px;
    left: 40%;
    top: 124.068px;
    overflow: visible;
  }
  #Group_22 {
  	position: absolute;
  	width: 100%;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Button {
  	position: absolute;
  	width: 100%;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Oval {
  	opacity: 0.2;
  	fill: rgba(255,255,255,1);
  }
  .Oval {
  	position: absolute;
  	overflow: visible;
  	width: 71.895px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  }
  #Oval_ho {
  	opacity: 0.95;
  	fill: rgba(255,255,255,1);
  }
  .Oval_ho {
  	position: absolute;
  	overflow: visible;
  	width: 60.043px;
  	height: 60.044px;
  	left: 6.32px;
  	top: 6.32px;
  }
  #Arrow {
  	fill: rgba(144,133,218,1);
  }
  .Arrow {
  	overflow: visible;
  	position: absolute;
  	width: 7.421px;
  	height: 11.469px;
  	left: 33.182px;
  	top: 30.213px;
  	transform: matrix(1,0,0,1,0,0);
  }
  .wrapper-flag{
    width: 100%;
    height: 321px;
    overflow: hidden;
    background-size:fill;

    }

  .wrapper-flag .wrapper__videoFlag{
    object-fit: cover;
    width: 98%;
    height: 321px;
    object-position: left bottom;
   }
   .wrapper-stu{
	width: 100%;
    height: 500px;
	overflow: hidden;
	background-size:fill;

  }

  .wrapper-stu .wrapper__videoStu{
	width: 92%;
    height: 500px;
    object-fit: cover;
    object-position: bottom;
 }



  /* part2 */

  /* info about  */



	#Group_4199 {
		position: relative;
		width: 100%;
		overflow: visible;

	}
	#Group_4170 {
		position: relative;
		width: 100%;
		overflow: visible;
	}
  #Get_the_Perfect_Plan {
	position: relative;
    width: 80%;
    left: 10%;
    height: 100%;
    line-height: 56px;
    margin-top: 10%;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 6vw;
    color: rgba(42,42,42,1);
    letter-spacing: -0.2222222137451172px;
	}
  .Amazing_pricing_plans_for_busi {
	position: relative;
    width: 100%;
    height: 100%;
    line-height: 40px;
    margin-top: 5%;
    margin-bottom: 10%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 3vw;
    color: rgba(162,193,238,1);
	}

	#Price_Table {
		position: relative;
		width: 100%;
		height: 1450px;
		top: 0px;
		overflow: visible;
		left: -5%;
		}

		#BG_pa {
			fill: rgba(42,42,42,1);
		}
		.BG_pa {
			filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.051));
			position: relative;
			overflow: visible;
			top: 0px;
			background-color: rgba(42,42,42,1);
			width: 65%;
			height: 1500px;
			border-radius: 25px;
			padding-bottom: 10%;
			left: 20%;
		}

		#Table_1 {
			position: relative;
			width: 50%;
			height: 20%;
			left: 35%;
			top: -98%;
			overflow: visible;
		}
		#Price {
			position: relative;
			width: 100%;
			height: 30%;

		}
	  .dollar {
		left: -15%;
		position: relative;
		overflow: visible;
		width: 75%;
		font-weight: bold;
		font-size: 4vw;
		color: rgba(90,157,255,1);
		text-transform: capitalize;
		}
		.price_d {
			position: relative;
			overflow: visible;
			width: 75%;
			text-transform: capitalize;
			left: 20%;
		}
		.n_0 {
			position: relative;
			font-weight: bold;
			font-size: 6vw;
			color: rgba(90,157,255,1);

		}

		.n_15_minutes {
			position: relative;
			font-weight: normal;
			font-size:  2vw;
			color: rgba(161,167,172,1);
		}


		#Plan_info {
			position: relative;
			width: 100%;
			height: 30%;
			top: 15%;
			left: -10%;
		}
		#Basic {
			left: 13%;
		    position: relative;
			overflow: visible;
			width: 100%;
			white-space: nowrap;
			line-height: 66px;
			margin-top: -5%;
			font-style: normal;
			font-weight: normal;
			font-size: 4vw;
			color: rgba(90,157,255,1);
		}
		#For_individuals {
			left: 13%;
			top: -40%;
			position: relative;
			overflow: visible;
			width: 100%;
			white-space: nowrap;
			line-height: 66px;
	/*         margin-top: -25%;
	 */        text-align: left;
			/*font-family: Poppins, Poppins, Source Sans;*/
			font-style: normal;
			font-weight: normal;
			font-size: 2.5vw;
			color: rgba(161,167,172,1);
			letter-spacing: 1px;
		}
		#Button_1 {
			position: relative;
			width: 100%;
			height: 30%;
			left: 13%;
			top: 20%;
		}
		.btn-cla{
			position: relative;
			font-weight: normal;
			font-size: 3.5vw;
			width: 100%;
			left: -25%;
			border-radius: 10px;
			color: rgb(13, 107, 177);
		}
		.btn-cla3{
			position: relative;
			font-weight: normal;
			font-size: 1.5vw;
			color: white;
			width: 130%;
			height: 80%;
			left: -40%;
			border-radius: 10px;
			font-size: 3vw;
		}
		#Divider {
			fill: transparent;
			stroke: rgba(242,242,242,1);
			stroke-width: 1px;
			stroke-linejoin: miter;
			stroke-linecap: butt;
			stroke-miterlimit: 4;
			shape-rendering: auto;
		}
		.Divider {
			overflow: visible;
			position: absolute;
			width: 319px;
			height: 1px;
			left: 13px;
			top: 338px;
			transform: matrix(1,0,0,1,0,0);
		}
		#Table_2 {
			position: relative;
			width: 50%;
			height: 20%;
			left: 35%;
			top: -88%;
			overflow: visible;
		}
		#Supercharged_support {
			left: 0px;
			top: 26px;
			position: absolute;
			overflow: visible;
			width: 186px;
			white-space: nowrap;
			line-height: 64px;
			margin-top: -25px;
			text-align: left;
			/*font-family: Poppins, Poppins, Source Sans;*/
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			color: rgba(161,167,172,1);
			letter-spacing: 1px;
		}
		#Table_3 {
			position: relative;
			width: 40%;
			height: 18%;
			left: 37%;
			top: -82%;
			overflow: visible;
		}
		#BG_pz {
			fill: rgba(242,242,242,1);
		}
		.BG_pz {
			filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.169));
			position: relative;
			overflow: visible;
			width: 175%;
			height: 220%;
			left: -49%;
			top: 0px;
		}
		#Price_p {
			position: relative;
			width: 100%;
			height: 30%;
			top: -175%;
		}
		#n_0_p {
			position: relative;
			font-weight: bold;
			font-size: 7vw;
			color: rgba(90,157,255,1);
			top: 120%;
		}
	   .n_0_p {
		left: 15%;
		top: 77%;
		position: absolute;
		overflow: visible;
		width: 100%;
		white-space: nowrap;
		text-align: left;
		/* font-family: Poppins, Poppins, Source Sans; */
		font-style: normal;
		font-weight: bold;
		font-size: 8vw;
		color: rgba(90,157,255,1)
		}



		.n_1_hour {
			left: 60%;
			top: 97%;
			position: absolute;
			overflow: visible;
			white-space: nowrap;
			line-height: 19px;
			margin-top: -2.5px;
			text-align: left;
			font-style: normal;
			font-weight: normal;
			font-size: 3vw;
			color: rgba(161,167,172,1)
		}

	  .btnBasic{
		width: 85%;
		height: 45px;
		margin-top: 10%;
		border-radius: 10px;
		border-style: solid;
		border-width: 2px;
		font-size:0.5px;
	  }


		#Plan_info_p {
			position: relative;
			width: 100%;
			height: 30%;
			top: -185%;
			left:-20%
		}
		#Best {
			left: 13%;
			top: -675%;
			position: relative;
			overflow: visible;
			width: 100%;
			white-space: nowrap;
			line-height: 66px;
			/* margin-top: -5%; */
			font-style: normal;
			font-weight: normal;
			font-size: 4vw;
			color: rgba(90,157,255,1);
		}
		#Best_offers {
			left: 13%;
			top: -720%;
			position: relative;
			overflow: visible;
			width: 100%;
			white-space: nowrap;
			line-height: 66px;
			/* margin-top: -25%; */
			text-align: left;
			/* font-family: Poppins, Poppins, Source Sans; */
			font-style: normal;
			font-weight: normal;
			font-size: 2.5vw;
			color: rgba(161,167,172,1);
			letter-spacing: 1px;
		}
		#Button_1_p {
			position: relative;
			width: 100%;
			height: 30%;
			left: 13%;
			top: -155%;
			color: white;
		}
		#Rectangle_446_p {
			fill: rgba(90,157,255,1);
		}
		.Rectangle_446_p {
			filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.161));
			position: absolute;
			overflow: visible;
			width: 314px;
			height: 107px;
			left: 0px;
			top: 0px;
		}
		#Consultation_request_p {
			left: 33px;
			top: 11px;
			position: absolute;
			overflow: visible;
			width: 187px;
			white-space: nowrap;
			text-align: center;
			/* font-family:  Poppins, Poppins, Source Sans; */
			font-style: normal;
			font-weight: bold;
			font-size: 17px;
			color: rgba(255,255,255,1);
		}

	  .dollarBasic {
		left: -15%;
		position: relative;
		overflow: visible;
		width: 75%;
		font-weight: bold;
		font-size: 4vw;
		color: rgba(90,157,255,1);
		text-transform: capitalize;
	  }







     /*  /////////////////////////////
    ////////////////////////////
    //////////////////////////// */

      /* footer Image */
  #Group_4174 {
  	position: relative;
  	width: 100%;
  	left: -3%;
  	top: 0px;
  	overflow: visible;
  }
  .register{
    width: 80%;
    margin: auto;
    height: 300px;
    background: url(../images/pexels-armin-rimoldi-5554240pig.png) no-repeat center ;
    border-radius: 10px;
    margin-bottom: 50px;
    background-size: 100% 100%;
  }

  .register .containt{
    width: 100%;
    height: 100%;
    background-color: rgba(8, 89, 240, 0.521);;
    border-radius: 10px;
    padding: 50px;
  }

  #Group_4171 {
    opacity: 0;
    position: absolute;
    width: 20%;
    height: 10%;
    left: 35%;
    top: 10%;
    overflow: visible;
  }
  #Path_29 {
  	fill: rgba(255,255,255,1);
  }
  .Path_29 {
    opacity: 0;
    overflow: visible;
    position: relative;
    width: 100%;
    left: 0%;
    top: 70%;
    transform: matrix(1,0,0,1,0,0);
  }
  #Path_30 {
  	fill: rgba(255,255,255,1);
  }
  .Path_30 {
    opacity: 0;
    overflow: visible;
    position: absolute;
    width: 100%;
    height: 28.184px;
    left: 55%;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
  }
  .btn-brim{
    background-color: white;
    top: 100%;
    height: 60px;
    width: 70%;
    border-color: white;
    left: 20%;
    border-radius: 10px;
    font-size: large;
    border-style: none;

  }
  .Path_31 {
    overflow: visible;
    position: absolute;
    width: 40%;
    height: 60px;
    left: 36%;
    top: 52%;
    transform: matrix(1,0,0,1,0,0);
    border-radius: 5px;
  }
  #Group_4172 {
    opacity: 0.5;
    position: absolute;
    width: 30%;
    left: 45%;
    top: 44%;
    overflow: visible;
  }
  #Rectangle_447 {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_447 {
  	width: 22.088px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,-1.6239,14.8309) rotate(42.177deg);
  	transform-origin: center;
  }
  #Rectangle_448 {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_448 {
  	width: 22.088px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,52.125,14.8313) rotate(-42.18deg);
  	transform-origin: center;
  }
  #Rectangle_449 {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_449 {
  	width: 23px;
  	height: 3px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,26,10) rotate(90deg);
  	transform-origin: center;
  }
  #Group_4173 {
    opacity: 0.5;
    position: absolute;
    width: 30%;
    height: 25.452px;
    left: 45%;
    top: 70%;
    overflow: visible;
  }
  #Rectangle_447_qm {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_447_qm {
  	width: 22.089px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,-1.6238,6.9395) rotate(-42.177deg);
  	transform-origin: center;
  }
  #Rectangle_448_qn {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_448_qn {
  	width: 22.088px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,52.1252,6.9391) rotate(42.18deg);
  	transform-origin: center;
  }
  #Rectangle_449_qo {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_449_qo {
  	width: 23px;
  	height: 3px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,26.0002,12.4518) rotate(-90deg);
  	transform-origin: center;
  }
  #Hurry_up_to_register_now_in_th {
    top: 5%;
    position: absolute;
    overflow: visible;
    width: 49%;
    height: 98px;
    line-height: 33px;
    margin-top: -5.5px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 2.5vw;
    color: rgba(255,255,255,1);
    left: 26%;
  }




}

@media (min-width:769px){
	.myWorkContent{
		position:inherit;
		display:block;
		width: 100%;
		height:210px;
		background:rgba(42,42,42,1);
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;

	  }

	.our-service .card.card-2 .svgs .large .Path_26 {
		fill: white;
		overflow: visible;
		position: absolute;
		width: 36.782px;
		height: 36.782px;
		left: 30.5%;
		top: 11%;
		transform: matrix(1,0,0,1,0,0);
	}

	.price-now{
		background-color: #F5F5F5;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
	}
	section.our-courses {
		background-color: #F5F5F5;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		padding-bottom: 130px;
	}
	section.apply-now {
		background-color: #F5F5F5;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#Component_84__3 {
		position: absolute;
		width: 53px;
		height: 40px;
		left: -15%;
		top: 0px;
		overflow: visible;

	}
	.regist-h3{
		font-style: normal;
		font-size: 3.5vw;
		color: rgba(42,42,42,1);
		padding-top: 10%;
		font-weight: 500;
		padding-left: 3%;
	}
	.main-banner .caption p {
		color: #fff;
		font-size: 16px;
		max-width: 570px;
	}
	.our-service .card{
		width: 300px;
		border-radius: 15%;
		position: relative;
		background-color: white;
		height: 350px;
	  }
	.serviceT-title{
		white-space: nowrap;
		line-height: 56px;
		text-align: center;
		font-style: normal;
		font-weight: 500;
		font-size: 3vw;
		color: rgba(42,42,42,1);
		letter-spacing: -0.2222222137451172px;
		text-transform: capitalize;
	  }
	  .serviceP{
		left: 15%;
		width: 70%;
		padding-top: 5%;
		padding-bottom: 5%;
		position: relative;
		line-height: 50px;
		margin-top: -6px;
		text-align: center;
		/* font-family: Poppins, Poppins, Source Sans; */
		font-style: normal;
		font-weight: 200;
		font-size: 1.5vw;
		color: rgba(162,193,238,1);
		letter-spacing: .1rem;
	}
	.footer p {
		text-transform: uppercase;
		font-size: 16px;
		color: rgba(162,193,238,1);
	  }
.our-service{
	width: 100%;
	height: 400px;
	position: relative;
	background: #c5d8e7;
	color: white;
	padding: 25px;
	text-align: center;
  }

  /* info about  */
  #Group_4216 {
  	position: relative;
  	width: 100%;
  	height: 516.5px;
  	left: 0px;
  	top: 123.469px;
  	overflow: visible;
  }
  #Icon {
  	transform: translate(-85px, -1073px) matrix(1,0,0,1,132,1561.5) rotate(90deg);
  	transform-origin: center;
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Group_7 {
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Shape {
  	fill: rgba(28,28,28,1);
  }
  .Shape {
  	overflow: visible;
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Mask_Group_7 {
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Mobile_augmented_rea_hv {
    left: 10%;
    top: 197px;
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 243px;
    margin-top: -5.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5vw;
    color: rgba(42,42,42,1);
  }
  #Recipes {
    left: 10%;
    top: 15%;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 20%;
    line-height: 56px;
    margin-top: -3px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 3vw;
    color: rgba(42,42,42,1);
    letter-spacing: -0.2222222137451172px;
    text-transform: capitalize;
  }
  #Pattern {
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    overflow: hidden;
  }
  #Group_hy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_hz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_h {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_h {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_h {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ia {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ia {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ia {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ib {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ib {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ib {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ic {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ic {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ic {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_id {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_id {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_id {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ie {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ie {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ie {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_if {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_if {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_if {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ig {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ig {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ig {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ih {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ih {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ih {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ii {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ij {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ij {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ik {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_il {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_il {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_im {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_in {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_in {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_io {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ip {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ip {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ir {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ir {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_is {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_it {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_it {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_iv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_iv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ix {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ix {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_iy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_iz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_iz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_i {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_i {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_i {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ja {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ja {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ja {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_je {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_je {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_je {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_jh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ji {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jm {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jo {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jp {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jp {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jr {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jr {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_js {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jt {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jt {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ju {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_jv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_jx {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jx {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_jy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_jz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_jz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_j {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_j {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_j {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ka {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_ka {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ka {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_kb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_kc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_kd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ke {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ke {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ke {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ki {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_km {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_kn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_4215 {
  	position: absolute;
  	width: 1238px;
  	height: 1012.5px;
  	left: 91px;
  	top: 1767px;
  	overflow: visible;
  }
  #Group_4208 {
	position: relative;
    width: 100%;
    height: 812.469px;
    left: 0px;
    top: 17%;
    overflow: visible;
  }
  #PAtterns_kq {
    opacity: 0.2;
    position: absolute;
    width: 40%;
    height: 194px;
    left: 0px;
    top: 75%;
    overflow: hidden;
  }
  #Group_kr {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ks {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ks {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kt {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ku {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ku {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kv {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_kw {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_kw {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kx {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ky {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ky {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_kz {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_k {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_k {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_k {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_la {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_la {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_la {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_lb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ld {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ld {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ld {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_le {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_le {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_le {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_lh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_li {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_li {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lj {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lk {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lk {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ll {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lm {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lm {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ln {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lo {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lo {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lp {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lq {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lq {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lr {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_ls {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ls {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lt {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lu {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lu {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lv {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_lw {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_lw {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lx {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ly {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ly {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_lz {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_l {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_l {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_l {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ma {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ma {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ma {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_mb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_mc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_md {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_md {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_md {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_me {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_me {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_me {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mi {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mi {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mj {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mk {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mk {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ml {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mm {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mm {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mn {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_mo {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mo {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mp {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_mq {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mq {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mr {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_ms {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ms {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mt {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_mu {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mu {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mv {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_mw {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_mw {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mx {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_my {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_my {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_mz {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_m {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_m {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_m {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_na {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_na {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_na {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ne {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ne {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ne {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_nf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ng {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ng {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ng {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_nh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_nh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_4206_nh {
  	position: absolute;
  	width:100%;
  	height: 743.969px;
  	left: 53px;
  	top: 0px;
  	overflow: visible;
  }
  #Group_21_ni {
  	position: absolute;
  	width: 100%;
  	height: 633.969px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }

  .Div_nj {
	width: 46%;
    height: 319.969px;
    left: 0%;
    top: 0%;
    overflow: visible;
    background: #212529;
    display: flex;
    justify-content: center;
    position: relative;

  }
  .BG_nk {
    fill: rgba(13,107,177,1);
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 319.969px;
    left: 0%;
    top: 0px;
    background: rgb(13, 107, 177);
    transition: 0.5s;
  }

  .Div_nj:hover .BG_nk{
    transform: scale(0);
    background: #fff;
    opacity: 1;
  }




  #Your_content_title_here_nl {
	left: 6%;
    top: 120.984px;
    position: absolute;
    overflow: visible;
    width: 90%;
    height: 139px;
    line-height: 43px;
    margin-top: -2.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 1.7vw;
    color: rgba(255,255,255,1);
    text-transform: capitalize;
    right: 5%;
  }
  #Mask_nm {
	position: absolute;
    width: 50%;
    height: 511.951px;
    left: 46%;
    top: 122.019px;
    overflow: visible;
  }
  #Component_6__10 {
  	position: absolute;
	width: 50%;
	height: 92%;
  	left: 0px;
  	top: 314px;
  	overflow: visible;
  }
  #Mask_Group_94 {
  	position: absolute;
  	width: 341.3px;
  	height: 829.969px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Video_np {
	position: absolute;
    width: 20%;
    height: 71.894px;
    left: 40%;
    top: 179.038px;
    overflow: visible;
  }
  #Group_22_nq {
  	position: absolute;
  	width: 71.894px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Button_nr {
  	position: absolute;
  	width: 71.894px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Oval_ns {
  	opacity: 0.2;
  	fill: rgba(255,255,255,1);
  }
  .Oval_ns {
  	position: absolute;
  	overflow: visible;
  	width: 71.895px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  }
  #Oval_nt {
  	opacity: 0.95;
  	fill: rgba(255,255,255,1);
  }
  .Oval_nt {
  	position: absolute;
  	overflow: visible;
  	width: 60.043px;
  	height: 60.044px;
  	left: 6.32px;
  	top: 6.32px;
  }
  #Arrow_nu {
  	fill: rgba(144,133,218,1);
  }
  .Arrow_nu {
  	overflow: visible;
  	position: absolute;
  	width: 7.421px;
  	height: 11.469px;
  	left: 33.182px;
  	top: 30.213px;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Group_4211 {
    position: relative;
    width: 100%;
    height: 1012.5px;
    left: 0%;
    top: 0px;
    overflow: visible;
  }
  #Icon_nw {
  	transform: translate(-136px, -1480.5px) matrix(1,0,0,1,554,2465) rotate(90deg);
  	transform-origin: center;
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Group_7_nx {
  	position: absolute;
  	width: 40px;
  	height: 16px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Shape_ny {
  	fill: rgba(28,28,28,1);
  }
  .Shape_ny {
  	overflow: visible;
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Mask_Group_7_nz {
  	position: absolute;
  	width: 16px;
  	height: 40px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Mobile_augmented_rea_n {
    left: 10%;
    top: 197px;
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 243px;
    margin-top: -5.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5vw;
    color: rgba(42,42,42,1);
	padding-top: 10%;
  }
  #Recipes_n {
    left: 10%;
    top: 15%;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 20%;
    line-height: 56px;
    margin-top: -3px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 3vw;
    color: rgba(42,42,42,1);
    letter-spacing: -0.2222222137451172px;
    text-transform: capitalize;
  }


  /* part2 */

  #Group_4207 {
    position: relative;
    width: 100%;
    height: 737.469px;
    left: 0%;
    top: 0px;
    overflow: visible;
  }
  #PAtterns {
    opacity: 0.2;
    position: absolute;
    width: 30%;
    height: 194px;
    left: 80%;
    top: 543.469px;
    overflow: hidden;
  }
  #Group {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42 {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42 {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_eo {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ep {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ep {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_eq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_er {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_er {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_es {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_et {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_et {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_eu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ev {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ev {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ew {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ex {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ex {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ey {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 0px;
  	overflow: visible;
  }
  #Ellipse_42_ez {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ez {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_e {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_e {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_e {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fa {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fa {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fa {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fe {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_fe {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fe {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ff {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 29px;
  	overflow: visible;
  }
  #Ellipse_42_ff {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ff {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fi {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fm {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fo {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fp {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fp {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 58px;
  	overflow: visible;
  }
  #Ellipse_42_fr {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fr {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fs {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ft {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ft {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_fv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_fx {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fx {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_fy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_fz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_fz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_f {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_f {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_f {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ga {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_ga {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ga {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 87px;
  	overflow: visible;
  }
  #Ellipse_42_gb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ge {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_ge {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ge {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gf {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gf {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gf {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gg {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gg {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gg {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gh {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gh {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gh {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gi {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 116px;
  	overflow: visible;
  }
  #Ellipse_42_gj {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gj {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gk {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gl {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gl {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gm {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gn {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gn {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_go {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gp {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gp {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gq {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gr {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gr {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gs {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gt {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gt {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gu {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gv {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gv {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gw {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 145px;
  	overflow: visible;
  }
  #Ellipse_42_gx {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gx {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_gy {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_gz {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_gz {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_g {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 29px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_g {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_g {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_ha {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 58px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_ha {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_ha {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_hb {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 87px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_hb {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hb {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_hc {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 116px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_hc {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hc {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_hd {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 145px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_hd {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_hd {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_he {
  	position: absolute;
  	width: 9px;
  	height: 9px;
  	left: 174px;
  	top: 174px;
  	overflow: visible;
  }
  #Ellipse_42_he {
  	fill: rgba(13,107,177,1);
  }
  .Ellipse_42_he {
  	position: absolute;
  	overflow: visible;
  	width: 9px;
  	height: 9px;
  	left: 0px;
  	top: 0px;
  }
  #Group_4206 {
  	position: absolute;
  	width: 100%;
/*   	height: 639.969px;
 */  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Group_21 {
  	position: absolute;
  	width: 100%;
  	height: 511.951px;
  	left: 0px;
  	top: 128.019px;
  	overflow: visible;
  }
  .Div {
    position: absolute;
    width: 50%;
    height: 319.969px;
    left: 47%;
    top: 191.981px;
    overflow: visible;
    background: #212529;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .BG_hf {
    fill: rgba(13,107,177,1);
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 319.969px;
    left: 0%;
    top: 0px;
    background: rgb(13, 107, 177);
    transition: 0.5s;
  }

  .Div:hover .BG_hf{
    transform: scale(0);
    background: #fff;
    opacity: 1;
  }
    #Your_content_title_here {
		left: 10%;
		top: 120.984px;
		position: absolute;
		overflow: visible;
		width: 90%;
		height: 139px;
		line-height: 43px;
		margin-top: -2.5px;
		text-align: left;
		font-style: normal;
		font-weight: normal;
		font-size: 1.7vw;
		color: rgba(255,255,255,1);
		text-transform: capitalize;
		right: 5%;
    }
  #Mask {
  	position: absolute;
  	width: 50%;
  	height: 511.951px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Component_6__1 {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 48%;
    top: 0px;
    overflow: visible;
  }
  #Mask_Group_13 {
  	position: absolute;
  	width: 341.3px;
  	height: 319.969px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Video {
    position: absolute;
    width: 50%;
    height: 71.894px;
    left: 40%;
    top: 124.068px;
    overflow: visible;
  }
  #Group_22 {
  	position: absolute;
  	width: 100%;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Button {
  	position: absolute;
  	width: 100%;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  #Oval {
  	opacity: 0.2;
  	fill: rgba(255,255,255,1);
  }
  .Oval {
  	position: absolute;
  	overflow: visible;
  	width: 71.895px;
  	height: 71.894px;
  	left: 0px;
  	top: 0px;
  }
  #Oval_ho {
  	opacity: 0.95;
  	fill: rgba(255,255,255,1);
  }
  .Oval_ho {
  	position: absolute;
  	overflow: visible;
  	width: 60.043px;
  	height: 60.044px;
  	left: 6.32px;
  	top: 6.32px;
  }
  #Arrow {
  	fill: rgba(144,133,218,1);
  }
  .Arrow {
  	overflow: visible;
  	position: absolute;
  	width: 7.421px;
  	height: 11.469px;
  	left: 33.182px;
  	top: 30.213px;
  	transform: matrix(1,0,0,1,0,0);
  }
  .wrapper-flag{
    width: 100%;
    height: 321px;
    overflow: hidden;
    background-size:fill;

    }

  .wrapper-flag .wrapper__videoFlag{
    object-fit: cover;
    width: 98%;
    height: 321px;
    object-position: left bottom;
   }

   .wrapper-stu{
	width: 100%;
    height: 400px;
	overflow: hidden;
	background-size:fill;

  }

  .wrapper-stu .wrapper__videoStu{
	width: 92%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
 }


  /* part2 */

  /* info about  */


  #Group_4199 {
  	position: relative;
  	width: 100%;
  	height: 0%;
  	left: 0%;
  	top: 0%;
  	overflow: visible;
  }
  #Group_4170 {
  	position: relative;
  	width: 100%;
  	height: 0%;
  	left: 0%;
  	top: 0%;
  	overflow: visible;
    padding-bottom: 10%;
  }
  #Get_the_Perfect_Plan {
    position: relative;
    white-space: nowrap;
    line-height: 56px;
    margin-top: -3px;
    text-align: left;
	 font-style: normal;
    font-weight: 500;
    font-size: 3vw;
    color: rgba(42,42,42,1);
    letter-spacing: -0.2222222137451172px;
    text-align: center;
	padding-top: 20%;
  }
  .Amazing_pricing_plans_for_busi {
    position: relative;
    margin-top: -6px;
    text-align: center;
/*     font-family: Poppins, Poppins, Source Sans;
 */    font-style: normal;
    font-weight: normal;
    font-size: 1.5vw;
    color: rgba(162,193,238,1);
    padding-top: 3%;
    padding-bottom: 10%;
  }


  #Price_Table {
  	position: relative;
  	width: 100%;
  	height: 0%;
  	left: 0%;
  	top: 0%;
  	overflow: visible;
    padding-bottom: 10%;
  }

  #BG_pa {
  	fill: rgba(42,42,42,1);
  }
  .BG_pa {
  	filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.051));
  	position: relative;
  	overflow: visible;
    width:100%;
   	left: 0px;
  	top: 30px;
    background-color:rgba(42,42,42,1);
    height:410px;
    border-radius: 25px;
  }
  #Table_1 {
    width: 33%;
    position: absolute;
    left: 5%;
    top: 20%;
    overflow: visible;
  }
  #Price {
  	position: absolute;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
    width: 100%;
  }
  .dollar {
    color: rgba(90,157,255,1);
    padding-left: 0%;
    padding-top: 0%;
    font-size: 1.9vw;
    font-weight: bold;
  }
  .n_0 {
    color: rgba(90,157,255,1);
    padding-left: 26%;
    padding-top: 0%;
    font-size: 2vw;
    font-weight: bold;
  }
  .n_15_minutes {
    padding-left: 0%;
    padding-top: 0%;
    font-size: 1vw;
    font-weight: bold;
    color: rgba(161,167,172,1);
  }
  #Plan_info {
  	position: absolute;
  	width: 100%;
  	height: 46px;
  	left: 0%;
  	top: 120px;
  	overflow: visible;
  }
  .Basic {
  	left: 0px;
  	top: 0px;
  	position: absolute;
  	overflow: visible;
  	width: 49px;
  	white-space: nowrap;
  	line-height: 66px;
  	margin-top: -24px;
  	text-align: left;
  	font-family:Poppins, Poppins, Source Sans;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 18px;
  	color: rgba(90,157,255,1);
  }
  .dollarBasic {
    color: rgba(90,157,255,1);
    padding-left: 0%;
    padding-top: 0%;
    font-size: 1.9vw;
    font-weight: bold;
  }


  .For_individuals {
  	left: 0px;
  	top: 26px;
  	position: absolute;
  	overflow: visible;
  	width: 120px;
  	white-space: nowrap;
  	line-height: 64px;
  	margin-top: -25px;
  	text-align: left;
  	font-family:Poppins, Poppins, Source Sans;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 14px;
  	color: rgba(161,167,172,1);
  	letter-spacing: 1px;
  }
  #Button_1 {
    padding-top: 170px;
    padding-left: 10%;
  }
  .btnConselt{
    width: 65%;
    height: 45px;
    margin-top: 10%;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    font-size:1vw;
  }
  #Rectangle_446 {
  	fill: transparent;
  	stroke: rgba(90,157,255,1);
  	stroke-width: 2px;
  	stroke-linejoin: miter;
  	stroke-linecap: butt;
  	stroke-miterlimit: 4;
  	shape-rendering: auto;
  }
  .Rectangle_446 {
  	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.161));
  	position: absolute;
  	overflow: visible;
  	width: 274px;
  	height: 99px;
  	left: 0px;
  	top: 0px;
  }
  #Consultation_request {
  	left: 27px;
  	top: 10px;
  	position: absolute;
  	overflow: visible;
  	width: 161px;
  	white-space: nowrap;
  	text-align: center;
  	/*font-family: Poppins, Poppins, Source Sans;*/
  	font-style: normal;
  	font-weight: normal;
  	font-size: 14px;
  	color: rgba(90,157,255,1);
  	letter-spacing: 0.5px;
  }
  #Divider {
  	fill: transparent;
  	stroke: rgba(242,242,242,1);
  	stroke-width: 1px;
  	stroke-linejoin: miter;
  	stroke-linecap: butt;
  	stroke-miterlimit: 4;
  	shape-rendering: auto;
  }
  .Divider {
  	overflow: visible;
  	position: absolute;
  	width: 1px;
  	height: 410.587px;
  	left: 32%;
  	top: 6%;
  	transform: matrix(1,0,0,1,0,0);
  }
  #Table_2 {
    position: absolute;
    width: 33%;
    left: 35%;
    top: 20%;
    overflow: visible;
  }
  #Rectangle_446_ps {
  	fill: transparent;
  	stroke: rgba(90,157,255,1);
  	stroke-width: 2px;
  	stroke-linejoin: miter;
  	stroke-linecap: butt;
  	stroke-miterlimit: 4;
  	shape-rendering: auto;
  }
  .Rectangle_446_ps {
  	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.161));
  	position: absolute;
  	overflow: visible;
  	width: 274px;
  	height: 99px;
  	left: 0px;
  	top: 0px;
  }
  #Price_pu {
  	position: absolute;
  	width: 232px;
  	height: 66px;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  .n_0_pv {
  	left: 75px;
  	top: 17px;
  	position: absolute;
  	overflow: visible;
  	width: 66px;
  	white-space: nowrap;
  	text-align: left;
  	/*font-family: Poppins, Poppins, Source Sans;*/
  	font-style: normal;
  	font-weight: bold;
  	font-size: 35px;
  	color: rgba(90,157,255,1);
  }
  .dollar_pw {
  	left: 0px;
  	top: 0px;
  	position: absolute;
  	overflow: visible;
  	width: 75px;
  	white-space: nowrap;
  	line-height: 28px;
  	margin-top: -2px;
  	text-align: right;
  	/*font-family: Poppins, Poppins, Source Sans;*/
  	font-style: normal;
  	font-weight: bold;
  	font-size: 24px;
  	color: rgba(90,157,255,1);
  	text-transform: capitalize;
  }
  .n_30_minutes {
  	left: 146px;
  	top: 37px;
  	position: absolute;
  	overflow: visible;
  	width: 87px;
  	white-space: nowrap;
  	line-height: 19px;
  	margin-top: -2.5px;
  	text-align: left;
  	font-family:Poppins, Poppins, Source Sans;
  	font-style: normal;
  	font-weight: normal;
  	font-size: 14px;
  	color: rgba(161,167,172,1);
  }
  #Table_3 {
    position: absolute;
    width: 33%;
    height: 478px;
    left: 60%;
    top: 20%;
    overflow: visible;
  }
  #BG_pz {
  	fill: rgba(242,242,242,1);
  }
  .BG_pz {
    filter: drop-shadow(0px 3px 40px rgba(0, 0, 0, 0.169));
    position: absolute;
    overflow: visible;
    width: 100%;
    height: 100%;
    left: 3%;
    top: -23%;
  }
  #Price_p {
	position: absolute;
    width: 251px;
    height: 85px;
    left: 10%;
    top: 10%;
    overflow: visible;
  }
  .n_0_p {
	left: 36%;
    top: 16%;
    position: absolute;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    text-align: left;
    /* font-family: Poppins, Poppins, Source Sans; */
    font-style: normal;
    font-weight: bold;
    font-size: 3vw;
    color: rgba(90,157,255,1);
  }
  #dollar_p {
    left: 0%;
    top: 174%;
  	position: absolute;
  	overflow: visible;
  	width: 75px;
  	white-space: nowrap;
  	line-height: 28px;
  	margin-top: -2px;
  	text-align: right;
  	/*font-family: Poppins, Poppins, Source Sans;*/
  	font-style: normal;
  	font-weight: bold;
  	font-size: 24px;
  	color: rgba(90,157,255,1);
  	text-transform: capitalize;
  }
  .n_1_hour {
	left: 60%;
    top: 24%;
    position: absolute;
    overflow: visible;
    white-space: nowrap;
    line-height: 19px;
    margin-top: -2.5px;
    text-align: left;
    /* font-family: Poppins, Poppins, Source Sans; */
    font-style: normal;
    font-weight: normal;
    font-size: 1.5vw;
    color: rgba(161,167,172,1);
  }
  #Plan_info_p {
    position: absolute;
    width: 100%;
    height: 57px;
    left: 20%;
    top: 0%;
    overflow: visible;
  }
  .Best {
    left: 0px;
    top: 100%;
    position: absolute;
    overflow: visible;
    width: 54px;
    font-size: 1.5vw;
    color: rgba(90,157,255,1);
  }
  .Best_offers {
    left: 0px;
    top: 171%;
  	position: absolute;
  	overflow: visible;
  	width: 90px;
  	white-space: nowrap;
  	text-align: left;
  	/*font-family: Poppins, Poppins, Source Sans;*/
  	font-style: normal;
  	font-weight: normal;
  	font-size: 17px;
  	color: rgba(161,167,172,1);
  }
  #Button_1_p {
    padding-top: 170px;
    padding-left: 10%;
    position: absolute;
    width: 100%;
    top: 0%;
    left: 13%;
  }
  .btnBasic{
    width: 85%;
    height: 45px;
    margin-top: 10%;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    font-size:0.5px;
  }
  #Rectangle_446_p {
  	fill: rgba(90,157,255,1);
  }
  .Rectangle_446_p {
  	filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.161));
  	position: absolute;
  	overflow: visible;
  	width: 314px;
  	height: 107px;
  	left: 0px;
  	top: 0px;
  }
  #Consultation_request_p {
  	left: 33px;
  	top: 11px;
  	position: absolute;
  	overflow: visible;
  	width: 187px;
  	white-space: nowrap;
  	text-align: center;
  	/*font-family: Poppins, Poppins, Source Sans;*/
  	font-style: normal;
  	font-weight: bold;
  	font-size: 17px;
  	color: rgba(255,255,255,1);
  }



  /* footer Image */
  #Group_4174 {
  	position: relative;
  	width: 100%;
  	left: 0px;
  	top: 0px;
  	overflow: visible;
  }
  .register{
    width: 80%;
    margin: auto;
    height: 150px;
    background: url(../images/pexels-armin-rimoldi-5554240.png) no-repeat;
    border-radius: 10px;
    margin-bottom: 50px;
  }

  .register .containt{
    width: 100%;
    height: 100%;
    background-color: rgba(8, 89, 240, 0.521);;
    border-radius: 10px;
    padding: 50px;
  }
  #Group_4171 {
    position: absolute;
    width: 20%;
    height: 10%;
    left: 35%;
    top: 10%;
    overflow: visible;
  }
  #Path_29 {
  	fill: rgba(255,255,255,1);
  }
  .Path_29 {
    overflow: visible;
    position: relative;
    width: 100%;
    left: 0%;
    top: 70%;
    transform: matrix(1,0,0,1,0,0);
  }
  #Path_30 {
  	fill: rgba(255,255,255,1);
  }
  .Path_30 {
    overflow: visible;
    position: absolute;
    width: 100%;
    height: 28.184px;
    left: 55%;
    top: 0px;
    transform: matrix(1,0,0,1,0,0);
  }
  .btn-brim{
    background-color: white;
    top: 100%;
    height: 60px;
    width: 70%;
    border-color: white;
    left: 20%;
    border-radius: 5px;
    font-size: large;
	border-style: none;

  }
  .Path_31 {
    overflow: visible;
    position: absolute;
    width: 25%;
    height: 60px;
    left: 60%;
    top: 54px;
    transform: matrix(1,0,0,1,0,0);
  }
  #Group_4172 {
    opacity: 0.5;
    position: absolute;
    width: 30%;
    left: 65.5%;
    top: 19.264px;
    overflow: visible;
  }
  #Rectangle_447 {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_447 {
  	width: 22.088px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,-1.6239,14.8309) rotate(42.177deg);
  	transform-origin: center;
  }
  #Rectangle_448 {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_448 {
  	width: 22.088px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,52.125,14.8313) rotate(-42.18deg);
  	transform-origin: center;
  }
  #Rectangle_449 {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_449 {
  	width: 23px;
  	height: 3px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,26,10) rotate(90deg);
  	transform-origin: center;
  }
  #Group_4173 {
    opacity: 0.5;
    position: absolute;
    width: 30%;
    height: 25.452px;
    left: 65.5%;
    top: 61%;
    overflow: visible;
  }
  #Rectangle_447_qm {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_447_qm {
  	width: 22.089px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,-1.6238,6.9395) rotate(-42.177deg);
  	transform-origin: center;
  }
  #Rectangle_448_qn {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_448_qn {
  	width: 22.088px;
  	height: 3.681px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,52.1252,6.9391) rotate(42.18deg);
  	transform-origin: center;
  }
  #Rectangle_449_qo {
  	fill: rgba(255,255,255,1);
  }
  .Rectangle_449_qo {
  	width: 23px;
  	height: 3px;
  	position: absolute;
  	overflow: visible;
  	transform: translate(0px, 0px) matrix(1,0,0,1,26.0002,12.4518) rotate(-90deg);
  	transform-origin: center;
  }
  #Hurry_up_to_register_now_in_th {
    top: 10%;
    position: absolute;
    overflow: visible;
    width: 30%;
    height: 98px;
    line-height: 33px;
    margin-top: -5.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2vw;
    color: rgba(255,255,255,1);
    left: 14%;
  }
    /* footer Image */

   /*  /////////////////////////////
    ////////////////////////////
    //////////////////////////// */
}

@media (max-width: 575.98px) {

	nav{padding: 10px;}
	.container {padding: 5px;}
	header .head-text{ position: absolute; width: 100%;}
	.cards-3 {width: 95%; margin: auto;}

	.about .container{ width: 100%;}
	.about .about-info .info-text h1{text-align: center;}
	.about .about-info .info-text{padding: 0; width: 100%; text-align: center;}
	.about .about-info{display: inline;}

	.about .about-info .info-img{width: 100%;}
	.about .about-info .info-img .tow-img {  width: 100%; margin: 0;}
	.about .about-info .info-img .tow-img h1 { height: auto; font-size: 15px; padding: 50px; width: 100%;}

	.about .our-info .our-text h1{text-align: center;}
	.about .our-info .our-text{padding: 0; width: 100%; text-align: center;}
	.about .our-info{display: inline;}
	.about .our-img .one-img img{height: 100%;}
	.about .our-info .our-img{width: 100%;}
	.about .our-info .our-img .tow-img {  width: 100%; margin: 0;}
	.about .our-info .our-img .tow-img h1 { height: auto; font-size: 15px; padding: 50px; width: 100%;}

	.bg-our{height: 1000px;}
	.rate { padding: 100px 50px;}
	.rate .rate-head { padding: 25px;}
	.rate .rate-head h1 {font-size: 35px;}
	.rate .rate-head p {width: 100%;}
	.rate .card{border: none; border-bottom: 1px solid #1787e0; padding: 50px ; width: 100%;}
	footer {padding: 20px 10px;}

	.users .users-head p{width: 100%;}

  }
  /* Small */

  @media (min-width: 576px) and (max-width: 768px) {

	.container {  width: 750px;}
	nav{padding: 10px;}
	.container {padding: 5px;}
	header .head-text{ position: absolute; width: 100%;}

	.about .container{ width: 100%;}
	.about .about-info .info-text{padding: 0;}
	.about .about-info .info-img{display: block;}
	.about .about-info .info-img .tow-img { display: flex; width: 100%; margin: 0; position: absolute; left: 0}
	.info-img .tow-img h1 { padding: 10px; height: 100%; padding: 50px; width: 50%;}
	.about .about-info .info-img .tow-img img {width: 50%; height: 290px;}

	.about .our-info .our-text h1{text-align: center;}
	.about .our-info .our-text{padding: 0; width: 100%; text-align: center;}
	.about .our-info{display: inline;}
	.about .our-img .one-img img{height: 100%;}
	.about .our-info .our-img{width: 100%;}
	.about .our-info .our-img .tow-img {  width: 100%; margin: 0;}
	.about .our-info .our-img .tow-img h1 { height: auto; font-size: 15px; padding: 50px; width: 100%;}

	.users .users-head p{width: 95%;}

	.bg-our{height: 1000px;}
	.rate .box{width: 80%; margin: auto;}
	.rate { padding: 100px 0px;}
	.rate .card{width: 100%;}
	.rate .rate-head { padding: 25px;}
	.rate .rate-head h1 {font-size: 35px;}
	.rate .rate-head p {width: 100%;}
	.rate .card{border: none; border-bottom: 1px solid #1787e0;}
	footer {padding: 20px 10px;}

	  .our-service .box{grid-template-columns :auto}
  }
  /* Medium */
  @media (min-width: 769px) and (max-width: 991.98px) {

	.container {  width: 970px;}

	header .head-text{ width: 100%;}
	.about{padding: 0;}


	.about .container{ width: 100%;}
	.about .about-info .info-text{padding: 0;}
	.about .about-info .info-img{display: block;}
	.about .about-info .info-img .tow-img { display: flex; width: 100%; margin: 0; position: absolute; left: 0}
	.info-img .tow-img h1 { padding: 10px; height: 100%; padding: 50px; width: 50%;}
	.about .about-info .info-img .tow-img img {width: 50%; height: 290px;}

	.about .our-info {padding: 0px;}
	.about .our-info .our-img{display: inline;}
	.our-img .tow-img{width: 100%;}
	.our-img .one-img{width: 100%;}

		.our-service {padding: 0px}
	  .our-service .box{display: flex ; gap :10px }
	  .our-service .card:hover{transform: scale(1.1) perspective(0px);}
	  .our-service .container{width: 100% ; margin: auto}
	.rate { padding: 80px 0px 100px;}


  }
  /* Large */
  @media (min-width: 992px) and (max-width: 1199.98px)  {

	.container { width: 1170px;}

	header .head-text{ width: 100%;}
	.about .container{ width: 100%;}
	.about .about-info .info-img .tow-img h1{padding: 10px;}

	.bg-our{margin-bottom: 50px}

	  .our-service {padding: 0px}
	  .our-service .box{display: flex ; gap :10px }
	  .our-service .card:hover{transform: scale(1.1) perspective(0px);}
	.rate { padding: 80px 0px 100px;}

  }
