 
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap");

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Cera Pro", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Catamaran", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

td.price-1, td.price-2 {
    border-right: solid 20px #ff380099;
}

@media (max-width: 991px) {
	.testimonial-hadding p {
    font-family: 'Cera Pro'!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 40px!important;
    line-height: 150.2%!important;
    color: #000000!important;
    min-height: 192px!important;
}



.sertificate-list__price {
    font-size: 50px!important;
    font-weight: 800!important;
    color: #ff3800!important;
	    width: 100%!important;
}

.home4-contact-box a {
    font-size: 35px!important;
}
.home4-contact-box h4 {
   font-size: 35px!important;
}
.hot-to-step {
    font-size: 30px!important;
}

	.color-white {
    color: #fff!important;
    font-size: 40px!important;
    line-height: 1.5!important;
}
.news-list {
    font-size: 35px!important;
}
.text-price {
    background: transparent;
    height: 68px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 35px!important;
    line-height: 123.2%;
    color: #FFFFFF;
}
.title-price {
    text-align: center;
    background: #ff3800;
    height: 68px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 35px!important;
    line-height: 123.2%;
    color: #FFFFFF;
}
	.home2-hadding-p p {
  color: #4d5064;
    transition: all.4s;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 40px!important;
    line-height: 150.2%;
    text-align: left;
}
}
.study-img {
    aspect-ratio: 10/10;
}
img {
  max-width: 100%!important;
  max-height: 100%!important;
}

.sp1 {
  padding: 130px 0 100px;
}

.sp2 {
  padding: 130px 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space50 {
  height: 50px;
}

.space60 {
  height: 60px;
}

.space70 {
  height: 70px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}
.sec-padding {
  padding: 110px 0;
}
.sec-padding2 {
  padding: 60px 0;
}

.theme_bg1 {
  background-color: rgba(242, 57, 54, 0.03);
}

.insta-btn{
  background: none!important;
  border: 1.89px solid #FFFFFF!important;
  border-radius: 100px!important;
  /* margin-right: 23px; */
}

.bg1 {
  background: url(https://html.fleexstudio.com/consultore/assets/img/bg/bg1.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.title h1 {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 82px;
  letter-spacing: -1px;
  color: #161540;
  margin-bottom: 30px;
}

.title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: #161540;
  opacity: 0.7;
}

a.theme-btn {
  align-items: center;
  text-align: right;
  color: #ffffff;
  background: #000;
  padding: 17px 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 25px rgba(242, 57, 54, 0.15);
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

a.theme-btn1 {
  background: #f23936;
}

span.title-heilight {
  position: relative;
  z-index: 2;
}

span.title-heilight:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 100%;
  background: url(https://html.fleexstudio.com/consultore/assets/img/shapes/underline-title.png);
  bottom: 0;
  object-fit: cover;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

span.title-heilight:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  background: url(https://html.fleexstudio.com/consultore/assets/img/shapes/left-heighlight.png);
  left: -60px;
  top: -37px;
  background-repeat: no-repeat;
  background-size: contain;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  z-index: 999;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header {
  padding: 15px 0;
}

.logo {
  margin-right: 30px;
}
.logo img {
  width: 140px;
}

.header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.quick_contact {
  position: relative;
  z-index: 2;
  padding-left: 60px;
  align-items: center;
  display: flex;
}

.quick_contact_icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fee6e5;
  border-radius: 50px;
  margin-top: -25px;
}

.quick_contact_content small {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #161540;
  opacity: 0.7;
  font-family: "DM Serif Display", serif;
}
.quick_contact_content h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #161540;
  font-family: "Inter", sans-serif;
}

@media only screen and (min-width: 1300px) {
  .imgstep2{
    margin: 0 17px 0 0px!important;
  }
}

@media only screen and (min-width: 1200px) {
 
  .header_menu_area {
    display: flex;
    align-items: center;
  }
  .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-menu ul li {
    display: inline-block;
  }
  .main-menu ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #0e1124;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 0.3s;
  }

  .mobile-info {
    display: none;
  }

}
@media only screen and (max-width: 1200px) {
  .desktop-info {
    display: none;
  }
  .hamburger-menu {
    margin: 10px;
    width: 35px;
    cursor: pointer;
  }
  .bar-top,
  .bar-middle,
  .bar-bottom {
    height: 3px;
    background: #000;
    border-radius: 50px;
    margin: 6px 0;
    transform-origin: left;
    transition: all 0.5s;
  }
  .header_menu_area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .menu-wrap {
    position: fixed;
    background: #000;
    height: 100%;
    width: 70%;
    left: -100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu-active.menu-wrap {
    left: 0%;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menus {
    padding: 10px;
  }
}
.welcome-area {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero-img-elements {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: -100px;
}

.stellarnav ul ul {
  width: 160px;
  border-radius: 5px;
  padding: 10px 0;
}
ul.theme-mega-menu li.mega-menu {
  width: 1000px;
}

.stellarnav ul ul li a {
  padding: 10px 30px;
}
.stellarnav ul ul li a:hover {
  color: #fca311;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .stellarnav ul ul {
    background: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
  }
  .stellarnav ul ul li a svg {
    display: none;
  }
}

.cta-btn.d-none.d-lg-block.btn-after.button.action-btn.home1-header-btn a svg {
  margin-right: 4px;
}

.main-menu-ex li {
  display: inline-block;
}

.main-menu-ex li a {
  color: #000;
  font-size: 18px;
  display: block;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: uppercase;
}

.main-menu-ex li {
  position: relative;
  z-index: 9;
}

.main-menu-ex li ul {
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  width: 180px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
  padding: 10px;
}

.main-menu-ex li li {
  display: block;
}

.main-menu-ex li li a {
  padding: 10px 20px;
  color: #0e1124;
  font-weight: 500;
  transition: all.4s;
  border-radius: 4px;
  position: relative;
}

.main-menu-ex li li a:hover {
  color: #fff;
  transition: all.4s;
}
.main-menu-ex li li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(60deg);
  color: #fff;
  border-radius: 4px;
  transition: all.4s;
  z-index: -1;
}
.main-menu-ex li li a:hover::after {
  transform: rotateX(0deg);
  background-color: #d4aeff;
  border-radius: 4px;
}
.main-menu-ex li li a .main-menu-ex li li a:hover {
  background-color: #00bf71;
  transform: rotateX(0deg);

  border-radius: 4px;
}

.main-menu-ex li > ul {
  opacity: 0;
  visibility: hidden;
  top: 60px;
  transition: all 0.3s;
  transform: rotateX(60deg);
}

.main-menu-ex li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition: all 0.3s;
  z-index: 99;
  transform: rotateX(0deg);
}

.main-menu-ex.home4-menu li li a {
  padding: 10px 20px;
  color: #0e1124;
  font-weight: 500;
  transition: all.4s;
  border-radius: 4px;
  position: relative;
}

.main-menu-ex.home4-menu li li a:hover {
  color: #fff;
  transition: all.4s;
}
.main-menu-ex.home4-menu li li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(60deg);
  color: #fff;
  border-radius: 4px;
  transition: all.4s;
  z-index: -1;
}
.main-menu-ex.home4-menu li li a:hover::after {
  transform: rotateX(0deg);
  background-color: #367af5;
  border-radius: 4px;
}

.main-menu-ex.home2-menu li li a {
  padding: 10px 20px;
  color: #0e1124;
  font-weight: 500;
  transition: all.4s;
  border-radius: 4px;
  position: relative;
}

.main-menu-ex.home2-menu li li a:hover {
  color: #fff;
  transition: all.4s;
}
.main-menu-ex.home2-menu li li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(60deg);
  color: #fff;
  border-radius: 4px;
  transition: all.4s;
  z-index: -1;
}
.main-menu-ex.home2-menu li li a:hover::after {
  transform: rotateX(0deg);
  background-color: #00bf71;
  border-radius: 4px;
}

/*========+ MOBAILE-MENU +=========*/

@media screen and (max-width: 768px) {
  .site-logo {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 40px;
    height: 70px;
    width: 100%;
    left: 0;
  }
  .site-logo a {
    position: fixed;
    top: 5px;
    right: 10px;
  }

  .main-menu.stellarnav.mobile {
    position: fixed;
    top: 7px;
    left: 2px;
  }
  .cta-btn {
    position: fixed;
    top: 18px;
    right: 10px;
  }
  .stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    left: 0px;
    background: #fff;
  }
  .stellarnav ul ul {
    box-shadow: none;
    margin-left: 20px;
    background-color: #fff;
    border-left: 1px solid #d4aeff;
  }
  .stellarnav ul ul li {
    background-color: #fff;
    border-bottom: 1px solid;
  }
  .stellarnav ul {
    background: #fff;
    box-shadow: rgba(226, 132, 132, 0.2) 0px 20px 30px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 425px) {
  .site-logo {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 40px;
    height: 70px;
    width: 100%;
    left: 0;
  }
  .site-logo a {
    position: fixed;
    top: 18px;
    left: 280px;
  }
  .footer-menu h4 {
    margin-top: 20px;
  }
  .main-menu.stellarnav.mobile {
    position: fixed;
    top: 7px;
    left: 0;
  }
  .stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    left: 0px;
    background: #fff;
  }
  .home4-footer-menu h4 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .site-logo a {
    position: fixed;
    top: 18px;
    left: 220px;
  }
}

@media screen and (min-width: 900px) {
  .stellarnav {
    width: auto;
  }
}

.stellarnav.mobile > ul > li > a {
  padding: 15px;
  border-bottom: 1px solid #d4aeff;
  color: #0e1124;
}
/*========+ MOBAILE-MENU +=========*/

/*========+ PRELOADER +=========*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 9999;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #dfc8f8;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #dfc8f8;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #dfc8f8;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*========+ PRELOADER +=========*/

/*============================
    ++++HOME-1-START+++++
=============================*/

/*======== home1-header-start ==========*/

/*====== home1-header-btns =======*/
.btn-after a {
  position: relative;
  display: inline-block;
}

.cta-btn.d-none.d-lg-block.btn-after.button.action-btn.home1-header-btn a {
  padding: 12px 20px;
}

.btn-after a::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: #fede65;
  border-radius: 4px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
  transition: all.4s;
}
.btn-after a:hover::after {
  visibility: visible;
  opacity: 1;
}

.btn-after button {
  position: relative;
}

.btn-after button::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: #fede65;
  border-radius: 4px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all.4s;
}
.btn-after button:hover::after {
  visibility: visible;
  opacity: 1;
}

.button a {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 24px;
  border-radius: 4px;
  display: inline-block;
}

.button button {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 25px;
  border: none;
  border-radius: 4px;
}

.home1-header-btn a {
  background-color: #0e1124;
  color: #fff;
}
.home1-header-btn a img {
  margin-top: 8px;
  margin-right: 8px;
}
.home1-button a {
  background-color: #d4aeff;
  color: #0e1124;
}
.header-btn-2 a {
  color: #0e1124;
  background-color: #fff;
}
/*====== home1-header-btns ========*/
.hero-area {
  position: relative;
}

.hero-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/hqp4G6DQlKMt.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-area-home1 {
  background: transparent;
  width: 100%;
  position: absolute;
  z-index: 99;
}

.main-hadding {
  padding: 275px 0 210px 0;
}

.main-hadding h1 {
  font-size: 70px;
  font-weight: 700;
  color: #0e1124;
  line-height: 72px;
  padding: 0;
  padding-bottom: 18px;
}

.main-hadding h1 span {
  position: relative;
}

.main-hadding h1 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 65%;
  top: 19px;
  left: 0;
  background-color: #fede65;
  z-index: -1;
  border-radius: 4px;
}

.hadding-p p {
  color: rgba(14, 17, 36, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.home1-header-button {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.header-btn-2 {
  margin-left: 30px;
}

.header-images {
  position: relative;
  height: 900px;
}

.home1-header-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.home1-header-img-1 {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.home1-header-img-3 {
  position: absolute;
  top: 250px;
  left: 0;
}

.home1-header-img-4 {
  position: absolute;
  bottom: 90px;
}

.home1-header-img-5 {
  position: absolute;
  right: -50px;
  top: 300px;
}

.home1-header-img-6 {
  position: absolute;
  bottom: 210px;
  right: -70px;
}
.stellarnav li.has-sub > a:after {
  content: "";
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0e1124;
  display: none;
}
.home1-button a svg {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .home1-header-img-5 {
    position: absolute;
    right: 10px;
    top: 300px;
  }
  .main-hadding h1 span::before {
    display: none;
  }

  .home1-header-img-6 {
    position: absolute;
    bottom: 210px;
    right: 10px;
  }

  .main-hadding h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .header-images {
    position: relative;
    height: 600px;
  }
  .main-hadding {
    padding: 200px 0 160px 0;
  }
}

@media screen and (max-width: 426px) {
  .main-hadding {
    padding: 150px 0 0 0;
  }
  .home1-header-button {
    display: block;
    align-items: center;
    margin-top: 30px;
  }
  .header-btn-1.button.btn-after.home1-button {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .mobile-images {
    position: relative;
    margin-top: 20px;
  }

  .about-haddings {
    margin-left: 0;
  }
  .header-images {
    height: 450px;
  }
  .header-btn-2 {
    margin-left: 0;
  }
}

.slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  right: 0;
}
.slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: 0;
}
.slider .owl-nav button svg {
  background-color: #fff;
  padding: 20px;
  font-size: 24px;
  border-radius: 4px;
  font-weight: 300;
}
.slider .owl-nav button {
  margin-top: -35px;
  position: relative;
}
.slider .owl-nav button::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #fede65;
  z-index: -1;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all.4s;
}
.slider .owl-nav button:hover::after {
  visibility: visible;
  opacity: 1;
}

.testimonial-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: -50px;
  color: rgba(54, 122, 245, 1);
}

.testimonial-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  right: -50px;
  color: rgba(54, 122, 245, 1);
}

.testimonial-slider .owl-nav button svg {
  /* background-color: #f3f4fa; */
  padding: 20px;
  font-size: 24px;
  border-radius: 4px;
  font-weight: 300;
  transition: all.4s;
}
.testimonial-slider.home4-testimonial-slider .owl-nav button svg {
  /* background-color: #367af5;
  color: #fff; */
}
.video-btn p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
  /* margin-left: 30px; */
  display: inline-block;
  cursor: pointer;
}

.home4-main-hadding::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -8;
  background: rgba(16, 20, 65, 0.6);
}
.home4-main-hadding::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/12312.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-btn p span.play-icon {
  background-color: red;
}
.color-label{
  color: #ff3800;
}
.testimonial-slider .owl-nav button:hover svg {
  /* background-color: #00bf71; */
  color: #ff3800;
  opacity: 0.4;
}
.home4-header-img-6 {
  position: absolute;
  bottom: 160px;
  right: -50px;
  opacity: 0.5;
}
.home4-header-img-7 {
  position: absolute;
  bottom: 340px;
  right: -90px;
  opacity: 0.4;
}
.shape-svg {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.shape-svg svg {
  fill: #ffffff;
}

.shape-svg1 {
  position: absolute;
  width: 100%;
  z-index: 1;
  transform: rotate(180deg);
  margin: -9px 0 0 0;
}
.shape-svg1 svg {
  fill: #ffffff;
}

.shape-svg2 {
  position: absolute;
  width: 100%;
  z-index: 1;
  margin: -178px 0 0 0;
}
.shape-svg2 svg {
  fill: #ffffff;
}

.shape-svg3 {
  position: absolute;
  width: 100%;
  z-index: 1;
  transform: rotate(180deg);
  top: -19px;
}
.shape-svg3 svg {
  fill: #ffffff;
}

.shape-svg4 {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: -19px;
}
.shape-svg4 svg {
  fill: #ffffff;
}

.shape-svg5 {
  position: absolute;
  width: 100%;
  z-index: 1;
  transform: rotate(180deg);
  top: -19px;
}
.shape-svg5 svg {
  fill: #ffffff;
}

.video-btn.video-1 ul li p {
  /* background: red; */
  height: auto;
  width: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  position: relative;
  transition: all.3s;
}
/* .video-btn.video-1 ul li p::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  background-color: red;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.4;
  top: -5px;
  left: -5px;
} */

/* .video-btn.video-1 ul li p::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
  background-color: red;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.8;
  top: -5px;
  left: -5px;
} */
.video-btn.video-1 ul li {
  margin-left: 30px;
}
.video-btn.video-1 ul li span {
  color: #fff;
  display: inline-block;
  margin-right: -14px;
  font-size: 16px;
  font-weight: 700;
}
/* .video-btn.video-1 ul li p::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
  background-color: red;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.2;
  top: -10px;
  left: -10px;
} */

.testimonial-slider.home4-testimonial-slider .owl-nav button:hover svg {
  /* background-color: #0b0a23; */
  color: #367af5;
}

.testimonial-slider .owl-nav button {
  margin-top: -35px;
}
.home4-header-img-2{
  /* border: 7px solid; */
  border-radius: 50%;
  /*background: linear-gradient(212.81deg, #CA34C7 14.12%, #DE3374 29.13%, #E9632B 48.54%, #F4C243 65.67%, #F6CB4A 87.21%);*/
}

@media screen and (max-width: 768px) {
  .testimonial-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: 0;
  }

  .testimonial-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    right: 0;
  }
  .all-home-testimonial-slider {
    margin: 0 100px;
  }
  .home2-hadding-after span.after::after {
    display: none;
  }
  .space-md-30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 426px) {
  .testimonial-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: 22%;
    margin-left: -100px;
  }

  .testimonial-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    right: 22%;
    margin-right: -100px;
  }

  .testimonial-slider1 .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: 23%;
    margin-left: -100px;
  }

  .testimonial-slider1 .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    right: 23%;
    margin-right: -100px;
  }

  .all-home-testimonial-slider {
    margin: 20px 5px!important;
}
  .tm-slider .all-home-testimonial-slider { 
    padding: 0 60px;
  }
  .tm-slider .all-home-testimonial-slider {
    /* margin-top: 0!important;  */
  }
  .testimonial-slider-single { 
    margin: 0 10px 0 10px;
}
  .img-box {
    display: none;
  }
  .reloader { 
    top: 28%; 
  }

  .home4-btn a {
    font-size: 20px; 
}

  .progress.home4-progress {
    margin-top: 12px;
    width: 100%;
    height: 20px;
    border-radius: 74px;
    display: inline;
  }
}

/*======== home1-header-end ==========*/

/*======== ABOUT-SATRT ==========*/

.about-img img {
  width: 100%;
}

.hadding span.span {
  color: #0e1124;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  background: rgba(212, 174, 255, 0.5);
  padding: 8px 16px;
  margin-bottom: 24px;
  border-radius: 4px;
  display: inline-block;
}

.hadding h1 {
  color: #0e1124;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding-bottom: 18px;
}
.hadding h1 span {
  position: relative;
}
.hadding h1 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 10px;
  left: 0;
  color: #0e1124;
  background-color: #fede65;
  z-index: -1;
  border-radius: 4px;
}

.preview-bottom-hadding h1 span {
  position: relative;
  color: #0e1124;
}
.preview-bottom-hadding h1 span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 10px;
  left: 0;
  color: #0e1124;
  background-color: #fede65;
  z-index: -1;
  border-radius: 4px;
}

.hadding h2 {
  color: #0e1124;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 12px;
}
.hadding h2 a {
  color: #0e1124;
}

.check-list-all {
  padding: 32px 0;
}
.chek-list {
  display: flex;
  align-items: center;
}
.about-haddings {
  margin-left: 40px;
}
.chek-list p {
  font-size: 16px;
  font-weight: 500;
  color: #0e1124;
}
.chek-list p img {
  margin-right: 4px;
}

/*======== ABOUT-END ==========*/

/*======== OUR-FACT-SATART ==========*/
.our-fact {
  position: relative;
}
.our-fact::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/FD5rTr1vum5p.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.fact-box {
  background-color: #fff;
  padding: 32px;
  border-radius: 4px;
}
.fact-icon {
  background-color: #d4aeff;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  line-height: 70px;
  text-align: center;
  border-radius: 4px;
}

.fact-box h1 {
  font-size: 40px;
  font-weight: 700;
  color: #0e1124;
  padding: 28px 0 12px 0;
  line-height: 40px;
}
.fact-box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(14, 17, 36, 0.7);
}

.box-after {
  position: relative;
}

.box-after::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fede65;
  top: 6px;
  left: 6px;
  border-radius: 5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all.6s;
}

.box-after:hover::after {
  visibility: visible;
  opacity: 1;
}

.box-before {
  position: relative;
}

.box-before::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 6px;
  left: 6px;
  border-radius: 5px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all.6s;
}

.box-before:hover::after {
  visibility: visible;
  opacity: 1;
}
.fact-box {
  transition: all.4s;
}
.fact-box:hover {
  background-color: #fede65;
}

@media screen and (max-width: 768px) {
  .fact-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 426px) {
  .hadding h1 span::before {
    display: none;
  }
}

/*======== OUR-FACT-END ==========*/

/*======== OUR-SERVICE-START ==========*/
.service {
  position: relative;
}
.service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/r6mrN0abL27L.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -9;
}
.service-box {
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 35px;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
}

.read-more-btn a {
  color: #0e1124;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: all.6s;
}
.read-more-btn a:hover svg {
  margin-left: 10px;
}

.read-more-btn a svg {
  font-size: 14px;
  margin-left: 5px;
  transition: all.4s;
}
/*======== OUR-SERVICE-END ==========*/

/*======== HOW-IT-WORK-START ==========*/
.how-in-work-sec {
  padding-right: 100px;
}
.work-item {
  display: flex;
  align-items: center;
  padding: 32px 24px;
  position: relative;
  transition: all.4s;
}
.work-item:hover {
  background-color: #d4aeff;
  border-radius: 4px;
}
.work-item:hover .work-icon {
  background-color: #fff;
}
.work-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 6px;
  left: 6px;
  background-color: #fede65;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: all.4s;
  z-index: -2;
}
.work-item:hover::after {
  visibility: visible;
  opacity: 1;
}
.work-icon {
  background: #d4aeff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin-right: 24px;
  border-radius: 50%;
  transition: all.4s;
}
@media screen and (max-width: 768px) {
  .work-item {
    display: block;
    align-items: center;
    padding: 32px 24px;
    position: relative;
    transition: all.4s;
  }
  .work-icon {
    background: #d4aeff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-right: 24px;
    border-radius: 50%;
    transition: all.4s;
    margin-bottom: 20px;
  }
  .how-in-work-sec {
    padding-right: 0;
  }
}
/*======== how-it-work-end ==========*/

/*======== pricing-plan-start ==========*/
.pricing-plan {
  position: relative;
}
.pricing-plan::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../images/c4nEuMKWzEUe.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body {
  margin: 0;
}

.toggle-inner {
  width: 75px;
  margin: 0 auto;
  height: 35px;
  border: 1px solid #0e1124;
  background: #0e1124;
  border-radius: 25px;
  position: relative;
}

.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.custom-toggle {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  transition: 300ms all;
}
.toggle-inner .t-month,
.toggle-inner .t-year {
  position: absolute;
  left: -70px;
  top: 5px;
  color: #0e1124;
  transition: 300ms all;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.toggle-inner {
  margin-top: 30px;
}
.toggle-inner .t-year {
  left: unset;
  right: -60px;
  opacity: 0.5;
}
.active > .toggle-inner .t-month {
  opacity: 0.5;
}
.active > .toggle-inner .t-year {
  opacity: 1;
}
.toggle-inner input:checked + span {
  left: 43px;
}
.toggle-inner {
  width: 75px;
  margin: 0 auto;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  position: relative;
}
.price-box {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 4px;
  border: 1px solid rgba(16, 0, 43, 0.15);
}
.price-btn {
  background-color: #d4aeff;
  border-radius: 4px;
  z-index: 2;
  transition: all.4s;
}
.price-button.btn-after-price {
  z-index: 2;
}
.price-button.btn-after-price a {
  color: #0e1124;
}

.btn-after-price {
  position: relative;
}

.btn-after-price::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: #fede65;
  border-radius: 4px;
  z-index: -2;
  visibility: hidden;
  opacity: 0;
  transition: all.4s;
}
.price-list ul li {
  padding-bottom: 16px;
}
.price-list ul li img {
  margin-right: 5px;
}

.price-box {
  transition: all.4s;
  margin-top: 40px;
}
.price-box:hover {
  background-color: #d4aeff;
}
.price-box:hover .price-btn {
  background-color: #fff;
}
.price-box:hover .btn-after-price::after {
  visibility: visible;
  opacity: 1;
}

.plan-toggle-wrap {
  margin-top: 40px;
}
/*======== pricing-plan-end ==========*/

/*======== blog-start ==========*/
.box-hadding {
  padding: 24px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
}

.box-hadding h2 a {
  color: #0e1124;
}
.blog-box img {
  width: 100%;
}
.blog-box {
  margin-top: 40px;
  border-radius: 4px;
}
.box-hadding h2 {
  line-height: 28px;
}
.blog-box:hover .box-after::after {
  visibility: visible;
  opacity: 1;
}

.blog-img {
  overflow: hidden;
  transition: all.4s;
}
.blog-img img {
  transition: all.4s;
}
.blog-box:hover .blog-img img {
  transform: scale(1.1);
  transition: all.4s;
}

/*======== blog-end ==========*/

/*======== tesitmonial-start ==========*/
.testimonial-box-img h2 {
  margin-top: 30px;
}
.testimonial-box {
  padding: 32px 20px 60px 20px;
  background-color: #fff;
  margin: 50px 100px 0 100px;
  position: relative;
  border-radius: 4px;
  text-align: center;
}
.testimonial {
  position: relative;
}
.testimonial::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/q2i54EjsMbaZ.png);
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-box h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #0e1124;
  margin-top: 15px;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  margin: auto;
}

.testimonial-img {
  margin-top: 40px;
}

@media screen and (max-width: 426px) {
  .testimonial-box {
    padding: 32px 20px 60px 20px;
    background-color: #fff;
    margin: 0 0 0 0;
    position: relative;
    border-radius: 4px;
  }
  .slider .owl-nav button.owl-prev {
    position: absolute;
    top: 110%;
    right: 50%;
    margin-right: -100px;
  }
  .slider .owl-nav button.owl-next {
    position: absolute;
    top: 110%;
    left: 50%;
    margin-left: -100px;
  }
  .subsraibe-input input {
    border-radius: 4px;
    border: none;
    padding: 16px;
    width: 100%;
    margin: 8px 0;
    background-color: #f3f3f3;
  }

  .testimonial-img {
    margin-top: 100px;
  }
  .sec-padding {
    padding: 60px 0;
  }
}
/*======== testimonial-end ==========*/

/*======== contact-start ==========*/
.contact-from-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .contact-from-input input {
  border-radius: 4px;
  border: none;
  padding: 16px;
  width: 49%;
  margin: 8px 0;
  background-color: #f3f3f3;
} */

.contact-from-input input {
  padding: 16px;
  width: 40%;
  margin: 9px 0;
  height: 70px;
  background: #ffffff26;
  border: 1px solid #ffffff0d;
  border-radius: 100px;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 123.2%;
  color: #FFFFFF;
}
.contact-from-input input::placeholder {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 123.2%;
  color: #FFFFFF;
}
.nice-select {
  border-radius: 4px;
  border: none;
  padding: 5px 10px;
  width: 49%;
  margin: 8px 0;
  background-color: #f3f3f3;
  height: 55px;
  font-size: 16px;
}

.contact-from-input textarea {
  border-radius: 4px;
  border: none;
  padding: 16px;
  width: 100%;
  margin: 8px 0;
  background-color: #f3f3f3;
}
.contact-form-btn button {
  background-color: #d4aeff;
}
.contact-from-input textarea:focus {
  outline: none;
}
.contact-from-input input:focus {
  outline: none;
}

/*======== contact-end ==========*/

/*======== Subscribe-start ==========*/
.subsraibe-hadding h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #0e1124;
  padding-bottom: 20px;
}
.subsraibe-hadding p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}

.subsraibe {
  position: relative;
}
.subsraibe::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/JoLemN9IgSnL.png);
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.subsraibe-input {
  display: flex;
  justify-content: end;
  position: relative;
}

.subsraibe-input input {
  border-radius: 4px;
  border: none;
  padding: 16px;
  width: 65%;
  margin: 8px 0;
  background-color: #f3f3f3;
}
.subsraibe-btn button {
  background-color: #0e1124;
  color: #fff;
  padding: 20px 25px;
}
.subsraibe-btn {
  position: absolute;
  top: 8px;
  right: 0;
}
.subsraibe-input input:focus {
  outline: none;
}

@media screen and (max-width: 426px) {
  .subsraibe-input input {
    border-radius: 4px;
    border: none;
    padding: 16px;
    width: 100%;
    margin: 8px 0;
    background-color: #f3f3f3;
  }
  .footer-menu h4 {
    margin-top: 30px;
  }
  .space-sm-30 {
    margin-top: 30px;
  }
  .space-sm-50 {
    margin-top: 50px;
  }

  .home2-hadding.home2-hadding-p.home2-padding-after.hadding-span {
    margin-top: 30px;
  }
  .home4-footer-menu h4 {
    margin-top: 30px;
  }
  .home4-testimonial {
    height: 600px;
  }
}
/*======== Subscribe-end ==========*/

/*======== footer-start ==========*/
.footer {
  background-color: #0e1124;
}
.footer-hadding p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  padding: 20px 0 30px 0;
}
.footer-shere ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-shere ul li {
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  transition: all.4s;
}
.footer-shere ul li a {
  padding: 10px;
  color: #fff;
  transition: all.4s;
  font-size: 20px;
}
.footer-shere ul li:hover {
  background-color: #fede65;
}
.footer-shere ul li:hover a {
  color: #0e1124;
}
.footer-menu h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  padding-bottom: 30px;
}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  transition: all.4s;
  display: block;
  padding: 8px 0;
}
.footer-menu ul li a:hover {
  color: #fff;
}
.footer-contact-p p {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}

.foter-contact {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}
.footer-contact-icon {
  margin-right: 16px;
}

.fonter-end {
  background-color: #0e1124;
  padding: 24px;
}
.fonter-end {
  border-top: 1px solid #616162;
}
.fonter-end a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
}
/*======== footer-end ==========*/

/*============================
    ++++HOME-1-END+++++
=============================*/

/*============================
    ++++HOME-2-START+++++
=============================*/

/*======== hero-area-start ==========*/

.home2-hero-area {
  position: relative;
}

.home2-hero-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../images/iJnb00CUrLP1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stellarnav-w ul li a {
  color: #fff;
}
.stellarnav-w ul ul li a {
  color: #000;
}

.home2-main-hadding h1 {
      padding: 30px 0;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
      font-size: 67px;
  line-height: 123.2%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.hadding-space {
  padding: 100px 0 165px 0;
    text-align: center;
}
.home2-main-hadding p {
  font-family: 'Cera Pro';
    font-style: normal;
    margin-top: 10px;
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.hadding-span span.span {
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  color: #fff;
  background-color: #03256c;
  line-height: 16px;
  border-radius: 4px;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: uppercase;
}

.home2-header-button {
  margin-top: 32px;
}

.home2-btn a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px;
  display: inline-block;
  background-color: #00bf71;
  line-height: 16px;
  border-radius: 4px;
  transition: all.4s;
}
.home2-btn a:hover {
  transform: scale(1.1);
}

.home2-btn a svg {
  font-size: 10px;
  background-color: #fff;
  padding: 3px 4px;
  border-radius: 50%;
  color: #00bf71;
  transform: rotate(-45deg);
  margin-bottom: -2px;
  margin-left: 4px;
}

.home2-btn button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px;
  display: inline-block;
  background-color: #00bf71;
  line-height: 16px;
  border-radius: 4px;
  border: none;
  transition: all.4s;
}
.home2-btn button:hover {
  transform: scale(1.1);
}

.home2-btn button svg {
  font-size: 10px;
  background-color: #fff;
  padding: 3px 4px;
  border-radius: 50%;
  color: #00bf71;
  transform: rotate(-45deg);
  margin-bottom: -2px;
  margin-left: 4px;
}

.home2-padding-after span.after {
  position: relative;
}
.home2-padding-after span.after::after {
  content: "";
  position: absolute;
  background-image: url(../images/gWpNUHJNTOhe.png);
  height: 37px;
  width: 30px;
  top: 0;
}
.home2-header-img-all {
  position: relative;
}
.home2-header-img-1 {
  padding-top: 80px;
  margin-right: -100px;
}

.home2-header-img-2 {
  position: absolute;
  bottom: 0;
  right: -200px;
}

@media screen and (max-width: 768px) {
  .home2-header-img-2 {
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  .home2-header-img-1 {
    padding-top: 0px;
    margin-right: 0px;
  }
  .hadding-space {
    padding: 200px 0 100px 0;
  }
}

.footer-shere.home2-footer-shere ul li:hover {
  background-color: #00bf71;
}
@media screen and (max-width: 768px) {
  .home2-padding-after span.after::after {
    display: none;
  }
}
/*======== hero-area-end ==========*/

/*======== aobut-start ==========*/

.home2-about-text {
  background-color: #fff;
  padding: 32px;
  box-shadow: -4px 0px 48px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.home2-about-img {
  position: relative;
}
.home2-about-text {
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 80%;
}
.home2-about-text p {
  color: #10002b;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  transition: all.4s;
}
.home2-about-img:hover .home2-about-text p {
  color: #fff;
}

.home2-about-text::before {
  content: "";
  position: absolute;
  width: 2%;
  height: 100%;
  background: #00bf71;
  top: 0;
  border-radius: 4px;
  left: 0;
  transition: all.4s;
}
.home2-about-img:hover .home2-about-text::before {
  width: 100%;
}
.home2-hadding h1 {
  color: #10002b;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 20px;
  padding-top: 10px;
  transition: all.4s;
}
.home2-hadding h4 a {
  font-size: 24px;
  line-height: 24px;
  color: #10002b;
  font-weight: 700;
  transition: all.4s;
}
.home2-hadding-p p {
  color: #4d5064;
    transition: all.4s;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 150.2%;
    text-align: left;
}



.home2-about-list ul li {
  font-size: 16px;
  line-height: 16px;
  color: #10002b;
  padding-bottom: 24px;
}
.home2-about-list ul li img {
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .home2-about {
    margin-top: 30px;
  }
  .home2-main-hadding h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .welcome-slider .owl-dots button.owl-dot {
    background: #fff;
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    top: 55%;
    right: 20px;
    transition: all.6s;
  }
}
@media screen and (max-width: 426px) {
  .home4-header-img-1 {
    display: none;
  }
  .home4-header-img-2 {
    display: none;
  }
  .home4-hedaers-btn {
    display: inline-block;
    align-items: center;
  }
  .home2-about-text {
    width: 100%;
    bottom: 0;
  }
}

/*======== about-end ==========*/

/*======== home2-counter-strat ==========*/
.home2-counter {
  position: relative;
}
.home2-counter::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../images/SMoTahPtBzy5.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
}

.home2-counter-box h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  padding-bottom: 20px;
}
.home2-counter-box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.home2-counter-box {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 48px;
}
.home2-all-after {
  position: relative;
}
.home2-all-before {
  position: relative;
}
.home2-all-before::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #00bf71;
  border-radius: 0px 0px 5px 5px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all.4s;
}
.home2-all-before:hover::before {
  height: 100%;
}

.home2-all-after::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #00bf71;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all.4s;
}
.home2-all-after:hover::after {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .home2-counter-box {
    margin-top: 30px;
  }
  .home2-hadding h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hadding h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*======== home2-counter-end ==========*/

/*======== home2-service-start ==========*/

.home2-service-box-img-1 img {
  width: 100%;
}
.home2-service-box-img {
  position: relative;
}
.home2-main-hadding span.span img {
  margin-right: 5px;
}
.home2-service-hadding {
  position: relative;
  padding: 32px 24px 38px 24px;
  border: 1px solid #dddce6;
}

.home2-service-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  z-index: -2;
}
.home4-service-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  z-index: -2;
}

.home4-service-hadding {
  position: relative;
  padding: 32px 24px 38px 24px;
}

.home4-service-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  opacity: 0.1;
  z-index: 1;
}

.service-icon img {
  z-index: 2;
  transition: all.4s;
}

.service-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #fff;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 4px;
}

.home2-service-box:hover .home2-all-before::before {
  height: 100%;
}

.home2-service-box:hover
  .home2-service-hadding.home2-hadding-p.home2-hadding.home2-all-before
  h4
  a {
  color: #fff;
}

.home2-service-box:hover
  .home2-service-hadding.home2-hadding-p.home2-hadding.home2-all-before
  p {
  color: #fff;
}

.home2-service-box:hover .read-more-btn a {
  color: #fff;
}

.home2-all-before-icon {
  position: relative;
}

.home2-all-before-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #00bf71;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: all.4s;
}

.home2-all-before-icon:hover::before {
  height: 100%;
}

.service-icon.home2-all-before-icon {
  position: absolute;
}
.home2-service-box:hover .home2-all-before-icon::before {
  height: 100%;
}

.home2-service-box:hover .service-icon.home2-all-before-icon img {
  filter: brightness(0) invert(1);
}
.home2-service-box {
  margin-top: 40px;
  border-radius: 4px;
}

/*======== home2-service-end ==========*/

/*======== home2-advice-start ==========*/

.advice {
  position: relative;
}
.advice::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../images/gNH54qOxjyGK.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.advice-padding p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #10002b;
}

.advice-comment {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.advice-comment-hadding h6 {
  color: #10002b;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 8px;
}
.advice-comment-hadding h6 a {
  color: #10002b;
}

.advice-comment-hadding p {
  color: #10002b;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.advice-comment-img {
  margin-right: 16px;
}

.advice-img {
  margin-right: -200px;
}

@media screen and (max-width: 768px) {
  .advice-img {
    margin-right: 0px;
  }
}
/*======== home2-advice-end ==========*/

/*======== home2-pricing-start ==========*/

.toggle-inner.home2-toggle-inner {
  background: #00bf71;
}
.home2-pricing-box {
  padding: 32px 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 0, 43, 0.15);
  border-radius: 4px;
}

.home2-price-list li {
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #10002b;
}
.home2-price-list li img {
  margin-right: 4px;
}

.home2-btn.home2-btn-testimonial a {
  width: 100%;
  text-align: center;
  transition: all.4s;
}
.home2-btn.home2-btn-testimonial {
  margin-top: 10px;
}
.home2-hadding h2 {
  padding-bottom: 10px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
}
.text-center{
  text-align: center;
}
.home2-pricing-box:hover .home2-hadding h2 {
  color: #fff;
}
.home2-pricing-box {
  transition: all.4s;
  margin-top: 40px;
}
.home2-pricing-box:hover {
  background-color: #00bf71;
}

.home2-pricing-box:hover .home2-hadding-p p {
  color: #fff;
}
.home2-pricing-box:hover .home2-hadding h1 {
  color: #fff;
}

.home2-pricing-box:hover .home2-price-list li {
  color: #fff;
}

.home2-pricing-box:hover .home2-btn.home2-btn-testimonial a {
  background: #fff;
  color: #00bf71;
}

.home2-pricing-box:hover .home2-btn.home2-btn-testimonial a {
  background: #fff;
  color: #00bf71;
}

.home2-pricing-box:hover .home2-btn.home2-btn-testimonial a svg {
  background: #00bf71;
  color: #fff;
}

/*======== home2-pricing-end ==========*/

/*======== home2-team-member-start ==========*/

.home2-team-member {
  position: relative;
}
.home2-team-member::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/gNH54qOxjyGK.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.team-member-hadding p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #4d5064;
}
.team-member-hadding h6 {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #10002b;
}
.team-member-hadding {
  padding: 24px 0;
  position: relative;
}
.team-member-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #10002b;
  z-index: -1;
  opacity: 0.1;
}
.team-member-img {
  position: relative;
}
.team-member-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #03256c;
  opacity: 0.1;
  border-radius: 5px 5px 0px 0px;
  z-index: -1;
}

.team-shere ul li {
  display: inline-block;
  margin: 2px;
  background: #ebebeb;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 45px;
  transition: all.4s;
}
.team-shere ul li:hover {
  background-color: #fff;
}

.team-member-box:hover .home2-all-before::before {
  height: 100%;
  transition: all.4s;
}
.team-member-box:hover .team-member-hadding::after {
  border-bottom: 1px solid #fff;
  opacity: 20%;
}

.team-member-box:hover .team-member-hadding p {
  color: #fff;
  transition: all.4s;
}

.team-member-box:hover .team-member-hadding h6 {
  color: #fff;
  transition: all.4s;
}

.team-shere ul li a {
  color: #10002b;
  font-size: 20px;
  padding: 10px;
  transition: all.4s;
}
.team-shere ul li a:hover {
  color: #00bf71;
}

.team-shere {
  padding: 32px 0;
}

.team-member-hadding-all {
  position: relative;
}
.team-member-hadding-all::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  z-index: -2;
}
.team-member-box {
  margin-top: 40px;
  border: 4px;
}

/*======== home2-team-member-end ==========*/

/*======== home2-testimonial-start ==========*/

.testimonial-slider-single {
  padding: 72px 24px 32px 24px;
  position: relative;
}

.testimonial-slider-single::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #f3f4fa;
  background-color: #fff;
  border-radius: 4px;
  z-index: -4;
}

.home2-testimonail-img {
  margin-bottom: -95px;
  margin-left: 25px;
  width: 70px;
  height: 70px;
  /* border-radius: 50%;
  box-shadow: 6.24847px 8.74786px 14.9963px rgba(118, 169, 214, 0.1); */
  position: relative;
}
/* .home2-testimonail-img.home4-testimonail-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffbbc3;
  border-radius: 50%;
  z-index: -2;
} */
/* .home2-testimonail-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00bf71;
  border-radius: 50%;
  z-index: -2;
  opacity: 0.2;
} */

.testimonial-slider {
  margin-top: 50px;
  position: relative;
  display: flex;
}

.testimonial-hadding p {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150.2%;
  color: #000000;
  min-height: 192px;
}

.testimonial-slider-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-slider-bottom {
  display: flex;
  justify-content: SPACE-BETWEEN;
  align-items: center;
  padding: 32px 0 0 0;
}

.testimonial-starts ul li {
  display: inline-block;
  margin: 0 2px;
  color: #ff9c00;
}
.testimonial-slider-bottom-hadding h6 {
  transition: all.3s;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150.2%;
  color: #000000;
}
.testimonial-slider-bottom-hadding p {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #656565;
  transition: all.3s;
}
/* .all-home-testimonial-slider:hover .testimonial-hadding p {
  color: #fff;
} */
.all-home-testimonial-slider:hover .testimonial-slider-bottom-hadding h6 {
  color: #fff;
}
.all-home-testimonial-slider:hover .testimonial-slider-bottom-hadding p {
  color: #fff;
}

/*======== home2-testimonial-end ==========*/

/*======== home2-blog-start ==========*/

.home2-blog {
  position: relative;
}
.home2-blog::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/gNH54qOxjyGK.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*======== home2-blog-end ==========*/

/*======== home2-subsribe-start==========*/

.home2-subsribe {
  position: relative;
}

.home2-subsribe::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/gbpoiUX18FLw.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.white-hadding p {
  color: #fff;
}

.white-hadding h1 {
  color: #fff;
}
.home2-subsribe-input input {
  width: 60%;
  padding: 12px;
  border-radius: 4px;
  border: none;
}

.home2-subsribe-input.home2-subsribe-input2 input {
  width: 70%;
  padding: 12px;
  border-radius: 4px;
  border: none;
}

.home2-subsribe-input input:focus {
  outline: none;
}
.home2-subsribe-input {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: end;
}
.home2-subsribe-input.home2-subsribe-input1 {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.home2-btn.home2-subsribe-btn {
  position: absolute;
  right: 170px;
  top: 0;
}
.home4-btn.home2-subsribe-btn {
  position: a;
  position: absolute;
  right: 0;
  top: 0;
}
span.play-iocn {
  position: relative;
}

span.play-iocn svg {
  margin-bottom: -2px;
}

span.play-iocn::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  height: 30px;
  width: 30px;
  background: #367af5;
  z-index: -1;
  border-radius: 50%;
}

span.play-iocn::before {
  content: "";
  position: absolute;
  left: 1px;
  top: -4px;
  background: #367af5;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
}

.home4-hedaers-btn {
  display: block;
    align-items: center;

}
span.play-iocn svg {
  margin-left: 17px;
}

.home2-padding-after.white-hadding.home2-hadding-p.home2-hadding.hadding-span
  p {
  padding: 1px 150px;
}
@media screen and (max-width: 768px) {
  .home2-padding-after.white-hadding.home2-hadding-p.home2-hadding.hadding-span
    p {
    padding: 0;
  }
}

@media screen and (max-width: 426px) {
  .home2-subsribe-input input {
    width: 100%;
  }
  .footer-menu h4 {
    margin-top: 30px;
  }
  .home2-btn.home2-subsribe-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .home2-subsribe-input.home2-subsribe-input2 input {
    width: 100%;
  }
}

/*======== home2-subsribe-end==========*/

/*============================
    ++++HOME-2-END+++++
=============================*/

/*============================
    ++++PREVIEW-START+++++
=============================*/

.preview-hero-area {
  position: relative;
}

.preview-hero-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/CLRFazrSoepK.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.preview-header-images {
  display: flex;
  margin: 30px 0;
}

.preview-header-main-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.preview-header-img {
  background: #fff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin-right: 10px;
  box-shadow: -7.5px 5px 75px rgba(0, 0, 0, 0.2);
}

.preview-counter h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #0e1124;
  padding-bottom: 10px;
}
.preview-counter {
  background-color: #fff;
  padding: 32px 0;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  margin-top: 16px;
  transition: all.4s;
}
.preview-counter:hover {
  box-shadow: none;
  background-color: #d4aeff;
}

.support {
  position: relative;
}

.support::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/r6mrN0abL27L.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.preview-home-page-img {
  margin-top: 48px;
  position: relative;
}

.home-page-1 {
  position: relative;
}
.home-page-1 img {
  width: 100%;
}
.home-page-1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  transition: all.3s;
  visibility: hidden;
  opacity: 0;
}
.preview-home-page-img-all {
  position: relative;
  overflow: hidden;
}
.preview-button {
  position: absolute;
  top: 50%;
  left: -50%;
  right: -50%;
}
.preview-btn {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all.4s;
}

.preview-home-page-img:hover .home-page-1::after {
  visibility: visible;
  opacity: 0.5;
}
.preview-home-page-img:hover .preview-btn {
  visibility: visible;
  opacity: 1;
  margin-top: -25px;
}

@media screen and (max-width: 425px) {
  .preview-header-main-img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .preview-hero-area {
    height: 900px;
  }
  body {
    overflow-x: hidden;
  }
}
/*======== preview-support-start==========*/

/*======== mobile-start==========*/

.sec-mobile {
  position: relative;
}

.sec-mobile::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/r6mrN0abL27L.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-images {
  position: relative;
}
.mobile-img-1 img {
  width: 100%;
}
.mobile-img-2 {
  position: absolute;
  bottom: -70px;
  right: -110px;
}
@media screen and (max-width: 768px) {
  .mobile-img-2 {
    position: absolute;
    bottom: -70px;
    right: 0;
  }
}
/*======== mobile-end==========*/

/*======== preview-icons-start==========*/

.preview-icons {
  position: relative;
}

.preview-icons::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/S5fVET2Yh5Cg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.preview-icon-box {
  padding: 40px 60px;
  background-color: #fff;
  border-radius: 4px;
  transition: all.4s;
  margin-top: 30px;
}

.preview-icon-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #0e1124;
  padding-top: 16px;
}

.preview-icon {
  background: #f3f3f3;
  height: 80px;
  width: 80px;
  margin: auto;
  line-height: 80px;
  border-radius: 4px;
  transition: all.4s;
}
.preview-icon-box:hover .preview-icon {
  background-color: #d4aeff;
}

/*======== preview-icons-end==========*/

/*======== preview-footer-start==========*/

.preview-footer {
  position: relative;
}
.preview-footer::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/X8Fr0yWfAdSz.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.preview-header-button {
  display: flex;
  justify-content: center;
}
/*======== preview-footer-start==========*/

/*======== preview-support-end==========*/
/*============================
    ++++PREVIEW-END+++++
=============================*/

/*============================
    ++++HOME3-START+++++
=============================*/

/*==========hero-area-start==========*/

.home3-hero-area {
  position: relative;
}

.home3-hero-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/MCjdvbEA3eOt.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-area-home3 {
  background-color: #fff;
}

@media screen and (max-width: 426px) {
  .home3-testimonial {
    height: 900px;
  }
}

/*==========hero-area-end==========*/

/*==========home3-testimonial-start==========*/

.home4-testimonial {
  position: relative;
}

/* .home4-testimonial::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3ecff;
  z-index: -9;
} */

.home4-testimonial::before {
  /* content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(16, 20, 65, 0.6); */
}
.home4-testimonial::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../images/2OEDIVWNrfhE.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.home3-testimonial-stars ul li {
  display: inline-block;
  margin-left: 5px;
  color: #ffba00;
  background-color: #f4f8ff;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
}

.home3-testimonial-stars {
  padding: 30px 0;
}

.home3-testimonial-slider-bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.home3-tes-bottom-img {
  margin-right: 10px;
}

.home3-testimonial-slider-single.home2-all-before:hover
  .home3-tesimonial-img
  img {
  filter: brightness(0) invert(1);
}

.home3-tesimonial-img img {
  transition: all.4s;
}

.home3-testimonial-slider-single {
  padding: 42px 24px 32px 24px;
  position: relative;
}
.home3-testimonial-slider-single {
  position: relative;
}
.home3-testimonial-slider-single::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #10002b;
  border-radius: 4px;
  opacity: 0.1;
  z-index: -2;
}

/*==========home3-testimonial-end==========*/

/*==========cta-start==========*/

.home3-counter {
  position: relative;
}

.home3-counter::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/gbpoiUX18FLw.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home3-service-box {
  padding: 32px 24px;
  position: relative;
  margin-top: 30px;
}

.home3-service-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #10002b;
  border-radius: 4px;
  opacity: 0.1;
  z-index: -2;
}
.home3-service-box.home2-all-before:hover
  .home2-hadding.home2-hadding-p.hadding-span
  h4
  a {
  color: #fff;
}
.home3-service-box.home2-all-before:hover
  .home2-hadding.home2-hadding-p.hadding-span
  p {
  color: #fff;
}

.home3-service-box.home2-all-before:hover
  .home2-hadding.home2-hadding-p.hadding-span
  .read-more-btn
  a {
  color: #fff;
}

.home3-service-box.home2-all-before:hover .read-more-btn a {
  color: #fff;
}
.home3-service-box.home2-all-before:hover
  .home2-hadding.home2-hadding-p.hadding-span
  img {
  filter: brightness(0) invert(1);
}
/*==========cta-end==========*/

/*============================
    ++++HOME3-END+++++
=============================*/

/*============================
    ++++HOME4-START+++++
=============================*/

/*==========home4-hero-area-start==========*/

.home4-hero-area {
  position: relative;
}

.home4-hero-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/UZC9whZlP54P.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home4-header-img-all {
  position: relative;
  height: 850px;
}

.home4-header-img-3 {
  position: absolute;
  right: -90px;
  top: 0;
  opacity: 0.4;
}

.home4-header-img-1 {
  position: absolute;
  bottom: 0;
  right: -90px;
}
.home4-header-img-2 {
  position: absolute;
  bottom: 0;
  right: -90px;
}

.home4-header-img-4 {
  position: absolute;
  left: 30px;
  top: 150px;
}

.home4-header-img-5 {
  position: absolute;
  bottom: 90px;
  left: 60px;
}

.hadding-span2 span.span {
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  color: #fff;
  background-color: #2a0072;
  line-height: 16px;
  border-radius: 4px;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: uppercase;
}

.home2-hadding-after span.after {
  position: relative;
}

.home2-hadding-after span.after::after {
  content: "";
  position: absolute;
  background-image: url(../images/meZVP6HsRmgS.png);
  height: 37px;
  width: 30px;
  top: 0;
}

.home4-main-hadding span.span {
  background-color: #fff;
  color: #0b0a23;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: inline-block;
}

.home4-btn a {
  font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 18px;
    display: inline-block;
    line-height: 30px;
    transition: all.4s;
    background: #ff3800;
    border-radius: 100px;
    font-family: 'Cera Pro',sans-serif;
    text-transform: uppercase;
    height: 70px;
}

 .aos-init {
    font-size: 22px;
    font-weight: 800;
}

a.insta-btn , a.face-btn {
    background: #ff3800!important;
    font-size: 20px;
    font-weight: 700;
    border: 1.89px solid #FFFFFF!important;
    color: #fff;
    padding: 18px;
    display: inline-block;
    line-height: 30px;
    transition: all.4s;
    font-family: 'Cera Pro',sans-serif;
    text-transform: uppercase;
    height: 70px;
}

a.insta-btnmob, a.face-btnmob {
    height: 110px!important;
    margin-top: 30px;
}

.home44-btn a {
  font-size: 40px;
    font-weight: 700;
    color: #fff;
    padding: 15px;
    display: inline-block;
    line-height: 30px;
    transition: all.4s;
    background: #ff3800;
    border-radius: 100px;
    font-family: 'Cera Pro',sans-serif;
    text-transform: uppercase;
    height: 70px;
}

.home4-btn a:hover {
  transform: scale(1.1);
}

.home4-btn a svg {
  font-size: 10px;
  background-color: #fff;
  padding: 3px 4px;
  border-radius: 50%;
  color: #367af5;
  transform: rotate(-45deg);
  margin-bottom: -2px;
  margin-left: 4px;
}

.home4-btn button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px;
  display: inline-block;
  line-height: 16px;
  border: none;
  transition: all.4s;
  background: #367AF5;
  border-radius: 100px;
  min-height: 70px;
}
.home4-btn button:hover {
  transform: scale(1.1);
}

.home4-btn button svg {
  font-size: 10px;
  background-color: #fff;
  padding: 3px 4px;
  border-radius: 50%;
  color: #367af5;
  transform: rotate(-45deg);
  margin-bottom: -2px;
  margin-left: 4px;
}

.home4-about-list h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0b0a23;
  line-height: 32px;
}
.nice-select.wide {
  width: 49%;
}

.home4-about-list h5 span {
  color: #367af5;
}

.home4-about-list {
  position: relative;
}
.home4-about-list h5 {
  margin-left: 30px;
}
.home4-about-list::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 80px;
  background: #2a0072;
  border-radius: 4px;
  bottom: -10px;
}

.home4-service {
  position: relative;
}
.home4-service::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../images/gNH54qOxjyGK.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home4-service-hadding.home2-hadding-p.home2-hadding.home4-all-before {
  background: #fff;
  z-index: 2;
}

.home4-header-hero-area .owl-dots button.owl-dot {
  background: #fff;
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  top: 55%;
  right: 140px;
  transition: all.6s;
}

.home4-header-hero-area .owl-dots button.owl-dot.active {
  margin-top: 20px;
  background-color: #367af5;
  top: 50%;
  transition: all.6s;
}

.welcome-slider .owl-dots button.owl-dot {
  background: #fff;
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  top: 55%;
  right: 140px;
  transition: all.6s;
}

.welcome-slider .owl-dots button.owl-dot.active {
  margin-top: 20px;
  background-color: #367af5;
  top: 50%;
  transition: all.6s;
}

.case-slider-all .owl-dots button.owl-dot {
  background: #fff;
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  /* top: 55%; */
  bottom: -20px;
  right: 48%;
  transition: all.6s;
}

.case-slider-all .owl-dots button.owl-dot.active {
  margin-top: 20px;
  background-color: #367af5;
  bottom: -20px;
  transition: all.6s;
  right: 51%;
}
@media only screen and (max-width: 768px) {
  .home4-header-img-2 {
    width: 300px;
    right: 0;
  }
  .home4-header-img-1 {
    width: 300px;
    right: 0;
  }
  .home4-header-img-3 {
    display: none;
  }
  .home4-header-img-4 {
    display: none;
  }
  .home4-header-img-5 {
    display: none;
  }
}
/*==========home4-hero-area-end==========*/

/*======== home4-service-start ==========*/

.home4-service-box-img-1 img {
  width: 100%;
}
.home4-service-box-img {
  position: relative;
}

.home4-service-hadding {
  position: relative;
  padding: 32px 24px 38px 24px;
}

.home4-service-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  opacity: 0.1;
  z-index: -1;
}
.service-icon img {
  z-index: 2;
  transition: all.4s;
}

.service-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #fff;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 4px;
}

.home4-service-box:hover .home2-all-before::before {
  height: 100%;
}

.home4-service-box:hover
  .home2-service-hadding.home2-hadding-p.home2-hadding.home4-all-before
  h4
  a {
  color: #fff;
}

.home4-service-box:hover
  .home2-service-hadding.home2-hadding-p.home2-hadding.home4-all-before
  p {
  color: #fff;
}

.home4-service-box:hover .read-more-btn a {
  color: #fff;
}

.home4-all-before-icon {
  position: relative;
}

.home4-all-before-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #367af5;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: all.4s;
}

.home4-all-before-icon:hover::before {
  height: 100%;
}

.service-icon.home4-all-before-icon {
  position: absolute;
  transition: all.4s;
}
.home2-service-box:hover .home4-all-before-icon::before {
  height: 100%;
}

.home2-service-box:hover .service-icon.home4-all-before-icon img {
  filter: brightness(40);
}
.home4-service-box {
  margin-top: 40px;
}
.home2-service-box:hover .home4-all-before::before {
  height: 100%;
}
.home2-service-box:hover .home2-hadding-p p {
  color: #fff;
}
.home2-service-box:hover .home2-hadding h4 a {
  color: #fff;
}

.home4-all-before {
  position: relative;
}
/* .home4-all-before::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #367af5;
  border-radius: 0px 0px 5px 5px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all.4s;
} */
.home4-all-before:hover::before {
  height: 100%;
}

.progress.home4-progress {
  margin-top: 12px;
  width: 80%;
  height: 20px;
  border-radius: 74px;
}

.progress-bar {
  display: flex;
  justify-content: end;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: #2a0072;
  flex-direction: row;
  transition: var(--bs-progress-bar-transition);
  border-radius: 74px;
  padding-right: 10px;
}
.progress-bar-hadding h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #0b0a23;
  padding-top: 24px;
}

.nov {
	position: unset;
    width: -webkit-fill-available;
    height: auto;
    max-height: 450px!important;
    overflow: hidden;
    margin: 10px;
}

.our-skill-img {
  display: block;
    text-align: center;
}

.toggle-inner.home4-toggle-inner {
  background: #367af5;
}
.home4-btn.home2-btn-testimonial {
  margin-top: 10px;
}
.home4-btn.home2-btn-testimonial a {
  width: 100%;
  text-align: center;
  transition: all.4s;
}

.home2-pricing-box:hover .home4-btn.home2-btn-testimonial a {
  background: #fff;
  color: #367af5;
}

.home2-pricing-box:hover .home4-btn.home2-btn-testimonial a svg {
  background: #367af5;
  color: #fff;
}
.home2-pricing-box.home4-pricing-box:hover {
  background: #367af5;
}
/*======== home4-service-end ==========*/

/*======== home4-case-study-start ==========*/
.study-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.study-box {
  position: relative; 
}

.study-box::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: rgba(54, 122, 245, 0.6);
  opacity: 0.9;
  transition: all.4s;
}
.study-box:hover::after {
  height: 100%;
}

.case-study-hadding {
  position: absolute;
  bottom: 24px;
  z-index: 2;
  width: 90%;
  left: -50%;
  margin: auto;
  right: -50%;
}
.case-study-hadding::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background: #0b0a23;
  opacity: 0.9;
  border-radius: 4px;
  transition: all.3s;
}
.study-box:hover .case-study-hadding::after {
  height: 0%;
}
.case-study-hadding {
  padding: 24px 16px;
}
.case-study-hadding h4 a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 16px;
  display: inline-block;
  transition: all.4s;
}
.case-study-hadding p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  opacity: 0.9;
}
.contact-details-p a {
  color: rgba(14, 17, 36, 0.7);
}

.study-box:hover .case-study-hadding h4 a {
  color: #367af5;
}
/*======== home4-case-study-end ==========*/

/*======== home4-contact-start ==========*/

.home4-contact {
  position: relative;
}

.home4-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-image: url(../images/r6mrN0abL27L.png); */
  background-image: url(../images/1qhRHdDwj35l.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -9;
}
.home4-contact-box {
  /* background-color: #fff; */
  border-radius: 4px;
  padding: 47px 38px;
  margin-top: 40px;
  transition: all.4s;
}

.contact-page-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 47px 38px;
  margin-top: 40px;
  transition: all.4s;
}
.home4-contact-box:hover h4 {
  color: #fff;
}
.home4-contact-box:hover a {
  color: #fff;
}

.home4-contact-box:hover p {
  color: #fff;
}
.home4-contact-box:hover {
  /* background-color: #367af5; */
}
.home4-contact-box h4 {
  padding: 12px 0;
  transition: all.4s;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 123.2%;
  text-align: center;
  color: #FFFFFF;
}
.home4-contact-box a {
  transition: all.4s;
  display: block;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 123.2%;
  text-align: center;
  color: #FFFFFF;
}
.home4-contact-box a:hover{
  text-decoration: underline;
}
 

.contact-page-box a {
  font-size: 20px;
  line-height: 32px;
  color: #47494e;
  font-weight: 500;
  transition: all.4s;
  display: block;
}

.contact-page-box h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 0;
  transition: all.4s;
}

.home4-contact-box p {
  font-size: 20px;
  line-height: 32px;
  color: #47494e;
  font-weight: 500;
  transition: all.4s;
}
.home4-contact-form {
  /* background-color: #fff; */
  padding: 32px 40px;
  border-radius: 4px;
}
.hadding-h4 h4 {
  font-size: 24px;
  font-weight: 700;
  color: #0b0a23;
  line-height: 24px;
}

.form-check-inline {
  display: flex;
  align-items: center;
}

.input-chack-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.input-chack-box input {
  height: 15px;
  width: 15px;
}

.form-check label {
  margin-top: 8px;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 600;
}

.form-check label span {
  color: #367af5;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 20 20"%3e%3cpathfill="none"stroke="%23fff"stroke-linecap="round"stroke-linejoin="round"stroke-width="3"d="m6 10 3 3 6-6"/%3e%3c/svg%3e
  );
  background-color: #367af5;
}

.chack-box-p a {
  color: #14213d;
  font-weight: 600;
  font-size: 16px;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: 1px solid #142329;
  padding: 10px;
}

.home4-subsribe {
  position: relative;
}
.home4-subsribe::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-color: #0b0a23;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*======== home4-contact-end ==========*/

/*======== footer-start ==========*/
.home4-footer {
  background-color: #fff;
}
.home4-footer-hadding p {
  font-size: 16px;
  font-weight: 400;
  color: #47494e;
  line-height: 26px;
  padding: 20px 0 30px 0;
}
.home4-footer-shere ul li {
  display: inline-block;
  margin-right: 5px;
}
.home4-footer-shere ul li {
  background: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  transition: all.4s;
}
.home4-footer-shere ul li a {
  padding: 10px;
  color: #0b0a23;
  transition: all.4s;
  font-size: 20px;
}
.home4-footer-shere ul li:hover {
  background-color: #367af5;
}
.home4-footer-shere ul li:hover a {
  color: #fff;
}
.home4-footer-menu h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #0b0a23;
  padding-bottom: 30px;
}
.home4-footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #47494e;
  line-height: 48px;
  transition: all.4s;
}
.home4-footer-menu ul li a:hover {
  color: #0b0a23;
}
.home4-footer-contact-p p {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}

.home4-foter-contact {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}
.home4-footer-contact-icon {
  margin-right: 16px;
  transition: all.4s;
}

.home4-fonter-end {
  padding: 24px;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 123.2%;
  text-align: center;
  color: #FFFFFF;
}
.home4-fonter-end {
  position: relative;
}
.home4-fonter-end::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #0b0a23;
  opacity: 0.2;
}

.home4-fonter-end a {
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 123.2%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
}

.home4-contact-box:hover .contact-iocn img {
  filter: brightness(40);
}

/*======== footer-end ==========*/

/*============================
    ++++HOME4-END+++++
=============================*/

/*============================
    ++++ABOUT-START+++++
=============================*/

.inner-page-hero-area {
  position: relative;
  background-image: url(../images/sFyr8WtURtA8.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
}
.hadding-sec {
  padding-top: 84px;
}
.hadding-sec h6 {
  font-size: 16px;
  font-weight: 500;
  color: #1c1414;
  line-height: 16px;
}

.what-we-do {
  position: relative;
}

.what-we-do::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/vknYS9Iu2Sxm.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-page-img {
  display: flex;
  justify-content: end;
}
.hadding h4 a {
  color: #0e1124;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 8px;
  display: inline-block;
}
.about-choose-box {
  display: flex;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #fff;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px;
  margin-left: 70px;
  transition: all.4s;
}
.about-choose-icon {
  margin-right: 20px;
}

.about-choose-box:hover {
  background-color: #d4aeff;
}
.hadding.about-page-hadding.hadding-p {
  padding-right: 100px;
}

.our-vision {
  position: relative;
}

.our-vision::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/vknYS9Iu2Sxm.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-vision-box {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 30px;
  padding: 24px;
}

/*============================
    ++++ABOUT-END+++++
=============================*/

/*============================
++++SERVICE-DETAILS-START+++++
=============================*/
.details-box {
  position: relative;
  padding: 32px;
  border-radius: 4px;
  margin-bottom: 32px;
}

.details-box::after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);

  z-index: -3;
}
.service-details-input input {
  border-radius: 4px;
  background-color: #f3f3f3;
  padding: 16px;
  border: none;
  width: 100%;
}
.service-details-input input:focus {
  outline: none;
}
.service-details-input {
  position: relative;
}
.service-details-input button {
  border: none;
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 24px;
}
.details-hadding h2 {
  padding-bottom: 16px;
}

.service-details-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #0e1124;
}

.service-details-list ul li a svg {
  transition: all.3s;
}

.service-details-list ul li {
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 4px;
  transition: all.3s;
  margin-bottom: 16px;
}
.service-details-list ul li:hover a svg {
  transform: rotate(-90deg);
}
.service-details-list ul li:hover {
  background-color: #d4aeff;
}

.contact-details {
  display: flex;
  align-items: start;
  padding-bottom: 16px;
}
.contact-details-1 {
  display: flex;
  align-items: start;
}
.contact-details-icon {
  margin-right: 8px;
}
.service-details-img img {
  width: 100%;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default > .panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

ul.pagination {
  justify-content: center;
}
.page-item span {
  font-size: 20px;
  font-weight: 600;
  color: #142329;
}
a.page-link {
  border: none;
  background-color: #e9e6e6;
  margin: 0 10px;
  border-radius: 5px;
}
.page-item a {
  font-size: 20px;
  font-weight: 600;
}
a.page-link {
  color: #142329;
  padding: 15px 25px;
  transition: all.4s;
}
a.page-link:hover {
  background-color: #d4aeff;
  color: #fff;
}

a.page-link.page-active {
  background-color: #d4aeff;
  color: #fff;
}
/*============================
++++SERVICE-DETAILS-END+++++
=============================*/

/*============================
++++BLOG-DETAILS-START+++++
=============================*/

.bol-details-comment-box-all {
  position: relative;
  padding: 40px 62px 30px 100px;
  border-radius: 4px;
}

.bol-details-comment-box-all::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f0e8f8;
  z-index: -2;
  border-radius: 4px;
}

.bol-details-comment-box-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  height: 100%;
  background-color: #fede65;
  z-index: -1;
  border-radius: 4px;
  transition: all.4s;
}
.bol-details-comment-box-all:hover::before {
  width: 100%;
}

.blog-details-comment-img {
  position: absolute;
  left: 50px;
  top: 20px;
}
.blog-details-comment-hadding h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0e1124;
  line-height: 28px;
}
.recent-news-hadding p {
  font-size: 12px;
  color: rgba(14, 17, 36, 0.7);
  font-weight: 400;
  line-height: 12px;
}
.recent-news-hadding h4 a {
  font-size: 16px;
  font-weight: 700;
  color: #0e1124;
  line-height: 22px;
}
.recent-news-items {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.recent-news-hadding {
  margin-left: 20px;
}

.details-authors {
  display: flex;
  align-items: center;
}
.details-authors > div {
  margin-right: 10px;
}

.details-tag ul li a {
  display: inline-block;
  padding: 16px 20px;
  background-color: #f3f3f3;
  border-radius: 4px;
  color: #0e1124;
  line-height: 16px;
  font-weight: 700;
  transition: all.4s;
}
.details-tag ul li {
  display: inline-block;
  margin: 6px;
}

.details-tag ul li a:hover {
  background-color: #d4aeff;
}

.blog-details-share-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-hadding h2 a {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #0e1124;
}
.comment-hadding p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(14, 17, 36, 0.7);
  line-height: 16px;
}
.comment-hadding-img {
  display: flex;
}
.comment-hadding {
  margin-left: 10px;
}
.share-iocns ul li {
  display: inline-block;
  margin-left: 4px;
}

.share-iocns ul li a {
  background: #fff;
  height: 32px;
  width: 32px;
  display: inherit;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #0e1124;
  transition: all.4s;
}
.share-iocns ul li a:hover {
  background-color: #fede65;
}

.share-iocns li.iocns-share-hadding {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #0e1124;
  margin-right: 5px;
}
.blog-details-share-all-after {
  position: relative;
  padding-top: 30px;
}
.blog-details-share-all-after::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #0e1124;
  opacity: 0.15;
  z-index: -2;
}
.comment-box {
  border: 1px solid rgba(14, 17, 36, 0.15);
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.share-replly-btn a {
  font-size: 16px;
  line-height: 16px;
  color: #0e1124;
  font-weight: 700;
  transition: all.3s;
  display: inline-block;
}
.share-replly-btn a:hover {
  margin-right: 4px;
}

.comment-box.comment-box1 {
  margin-left: 50px;
}

.blog-details-boxs {
  padding-bottom: 120px;
}
.home4-contact-box.contact-page-box {
  background-color: #fff;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
}
.home4-contact-box.contact-page-box:hover {
  background-color: #fff;
}

.home4-contact-box.contact-page-box:hover h4 {
  color: #0e1124;
}
.home4-contact-box.contact-page-box:hover p {
  color: rgba(14, 17, 36, 0.7);
}
.home4-contact-box.contact-page-box:hover a {
  color: rgba(14, 17, 36, 0.7);
}

.home4-contact-box.contact-page-box:hover .contact-iocn img {
  filter: none;
}

.contact-map iframe {
  width: 100%;
  margin-bottom: -10px;
}

/*============================
++++BLOG-DETAILS-END+++++
=============================*/

/*============================
++++menu+++++
=============================*/

ul.theme-mega-menu {
  background-color: red;
}

/*============================
++++menu+++++
=============================*/

/*============================
++++testimoanil-start+++++
=============================*/

.testimonial-slider-single.testimonial-slider-single-page {
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
}

.home2-testimonail-img.testimonial-page-img {
  background: rgba(212, 174, 255, 0.4);
}

.testimonial-page-line {
  background: rgba(212, 174, 255, 0.4);
  height: 1px;
  margin-top: 20px;
}
.testimonial-page-items {
  margin-top: 30px;
}

.team-img-area {
  background: #f0e8f8;
  border-radius: 4px;
}
.team-page-hadding h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding-top: 16px;
}
.team-page-hadding h4 a {
  color: #0e1124;
}

.team-page-hadding p {
  color: rgba(14, 17, 36, 0.7);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
}

.team-page-box-hover {
  position: absolute;
  top: 50%;
  right: 0;
  background: red;
  width: 0;
  top: 0;
  height: 100%;
  background: #d4aeff;
  border-radius: 0px 4px 4px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all.4s;
}

.team-page-box-img {
  position: relative;
}

.team-page-box-hover ul {
  position: absolute;
  top: 85px;
  left: 17px;
}
.team-page-box-hover ul li a {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 27px;
  margin-top: 5px;
  font-size: 14px;
  color: #0e1124;
  transition: all.3s;
}

.team-page-box-hover ul li a:hover {
  background: #fede65;
}

.team-singel-section-area:hover .team-page-box-hover {
  width: 60px;
  opacity: 1;
  visibility: visible;
}
.team-singel-section-area {
  overflow: hidden;
  margin-bottom: 30px;
}

.error-page-hero-area {
  height: 960px;
  width: 100%;
  display: flex;
  align-items: center;
}

.error-page-hero-area {
  background-image: url(../images/zA15qlotLImN.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.case-slider-all {
  background-image: url(../images/7dwEvHd8W4WX.png);
  border-radius: 4px;
  overflow: hidden;
  padding: 32px 32px 60px 32px;
}
.case-hadding h4 {
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  padding: 32px 0;
  font-weight: 500;
}
.case-bottom-hadding h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 16px 0 8px 0;
}
.case-bottom-hadding p {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  opacity: 0.8;
}
/*============================
++++testimonial-end+++++
=============================*/

/*============================
++++PAGE-PROGRESS-SATRT+++++
=============================*/

.blok:nth-of-type(odd) {
  background-color: white;
}

.blok:nth-of-type(even) {
  background-color: black;
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #ff3800;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  /* fill: none; */
  fill: white;
}
.progress-wrap svg.progress-circle path {
  stroke: #ff3800;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*============================
++++PAGE-PROGRESS-END+++++
=============================*/

/*--========accordion==========--*/
.accordion-item {
  margin-top: 16px;
  border: none;
  border-radius: 4px;
}

button.accordion-button {
  padding: 24px;
  background: #f3f3f3;
  border-radius: 4px;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  color: #626c82;
  background: #f4f4f4;
  font-weight: 500;
  line-height: 28px;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
  background-color: #f4f4f4;
  color: #000;
  font-weight: 700;
}

.accordion-item button {
  font-weight: 700;
}

.accordion-item h2 {
  font-size: 16px;
  font-weight: 700;
}

.active-header button.accordion-button-active::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 pro";
  right: 23px;
  transition: all 0.3s;
  color: red;
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  filter: brightness(0);
}
.pricing-padding.sec-padding {
  margin-top: -120px;
}
.pricing-padding2 {
  padding-bottom: 110px;
}
/*--========accordion==========--*/

/*--========home4-start==========--*/

@media screen and (max-width: 768px) {
  .home4-hedaers-btn {
    display: block;
    align-items: center;
  }

  .welcome-slider .owl-dots button.owl-dot {
    background: #fff;
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    transition: all.6s;
  }
}

.img-border img {
  border-radius: 4px;
}

@media screen and (max-width: 426px) {
  .img100 img {
    width: 100%;
  }
  .about-haddings {
    margin-left: 0;
  }
  .hadding.about-page-hadding.hadding-p {
    padding-right: 0;
  }
  .about-choose-box {
    margin-left: 0;
  }
  .home2-testimonial {
    height: 920px;
  }
  .mobile-images {
    margin-top: 120px;
  }
}

/*--========home4-end==========--*/

/*============================
++++SHOP-PAGE-START+++++
=============================*/

.shop-page-box-img.text-center {
  background: #eaf8ff;
  border-radius: 4px 4px 0px 0px;
}
.shop-page-box {
  margin-bottom: 30px;
}

.shop-page-haddings {
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
  background: #fff;
  padding: 32px 24px;
  border-radius: 0px 0px 4px 4px;
}
.shop-page-hadding p {
  font-size: 16px;
  line-height: 16px;
  background: #fede65;
  width: 127px;
  padding: 6px 12px;
  border-radius: 4px;
}

.shop-page-hadding h4 a {
  font-size: 20px;
  font-weight: 700;
  color: black;
  line-height: 20px;
  display: inline-block;
}
.shop-page-hadding h4.shop-main-h {
  padding: 16px 0;
}

.shop-page-hadding s {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #656565;
  margin-left: 7px;
}
.shop-page-hadding.shop-page-hadding-bottom {
  display: flex;
  align-items: center;
}
.shop-star ul li {
  display: inline-block;
  color: #ff9c00;
}
.shop-star ul li.black-star {
  color: #d6d3ce;
}

.shop-price-hadding h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-left: 7px;
}

.shop-bottom-all {
  display: flex;
  justify-content: space-between;
}

.shop-starts {
  display: flex;
  align-items: center;
}
.shop-box-img-area {
  position: relative;
}
.shop-box-hover-icons {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -106px;
  opacity: 0;
  visibility: hidden;
  transition: all.4s;
}

.shop-box-hover-icons ul li {
  background: #131731;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: all.3s;
}
.shop-box-hover-icons ul li img {
  transition: all.4s;
}
.shop-box-hover-icons ul li:hover {
  background-color: #d4aeff;
}
.shop-box-hover-icons ul li:hover img {
  filter: brightness(0);
}
.shop-page-box:hover .shop-box-hover-icons {
  opacity: 1;
  visibility: visible;
  bottom: 24px;
}
/*============================
++++SHOP-PAGE-END+++++
=============================*/

/*============================
++++SHOP-PAGE-SIDEBAR-START+++++
=============================*/

.shop-sidebar-max-pricing-box-input input {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 2px;
  border: none;
  border: 1px solid #c6c6c6;
  padding: 5px;
  font-size: 16px;
  margin-right: 3px;
}

.shop-sidebar-max-pricing-box-input {
  display: flex;
}
.hadding.sidebar-hadding h4 {
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.hadding.sidebar-hadding {
  margin-top: 17px;
}

.input-selact-box {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.input-selact-box label {
  margin-left: 7px;
  margin-top: 6px;
}

.chack1 input {
  background: black;
}
.chack2 input {
  background: #ffe456;
}
.chack3 input {
  background: #83bcff;
}
.chack4 input {
  background: #a9d6ff;
}
.chack5 input {
  background: #ff2424;
}
.chack6 input {
  background: #eff1ff;
}
.chack7 input {
  background: #fc0c0c;
}
.chack8 input {
  background: #fc0c0c;
}
.chack9 input {
  background: #03a600;
}
.chack10 input {
  background: #03a600;
}
.shop-sidebar-img {
  background: #eaf8ff;
  border-radius: 4px;
  margin-right: 24px;
  height: 100%;
  display: flex;
  align-items: center;
}

.shop-sidebar-box {
  display: flex;

  padding: 32px 90px 32px 32px;

  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
}
.shop-sidebar-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  z-index: -4;
}

.shop-box-hover-icons.shop-sidebar-box-icons {
  visibility: visible;
  opacity: 1;
  position: inherit;
}

.sidebar-box-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sidebar-box-bottom {
    display: inline-block;
  }
  .shop-sidebar-box {
    padding: 20px 20px 20px 20px;
  }
  .shop-box-hover-icons.shop-sidebar-box-icons {
    margin-left: 4px;
    margin-top: 20px;
  }
  .shop-bottom-all {
    display: inline-block;
  }
}
@media screen and (max-width: 426px) {
  .shop-sidebar-box {
    display: block;
    padding: 32px 90px 32px 32px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
  }
  .shop-sidebar-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*============================
++++SHOP-PAGE-SIDEBAR-END+++++
=============================*/

/*============================
++++CHECKOUT-SATART+++++
=============================*/

.checkout-input input {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: none;
  border: 1px solid #1317316a;
}
.checkout-input select {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: none;
  border: 1px solid #1317316a;
  background: none;
}
.checkout-input-selact input {
  width: 20px;
  background: transparent;
  height: 20px;
  border: 1px solid #fff;
}

.nice-select.wide.chackout {
  width: 100%;
  background: none;
  border: 1px solid #1317316a;
  border-radius: 4px;
}
.checkout-input p {
  font-size: 16px;
  font-weight: 700;
  color: #0b0a23;
  line-height: 20px;
  padding-bottom: 12px;
}
.checkout-input {
  margin-top: 30px;
  clear: both;
}
.checkout-textarea textarea {
  width: 100%;
  border: 1px solid #1317316a;
  border-radius: 4px;
  padding: 12px;
}

.checkout-hadding-p.checkout-hadding-p2 p {
  font-size: 20px;
}

.button.btn-after.contact-form-btn.checkout-btn {
  display: flex;
  justify-content: end;
}

.checkout-tax-area {
  border-radius: 4px;
  color: #fff;
  padding: 40px 32px;
  position: relative;
}
.checkout-tax-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0e1124;
  border-radius: 4px;
  z-index: -3;
}

.checkout-pera {
  display: flex;
  justify-content: space-between;
}
.checkout-border {
  background: #ffffff3b;
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
}
.checkout-pera {
  padding-bottom: 24px;
}

.checkout-input-selact input#selact1 {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 0px;
  background-color: #0e1124;
}
.checkout-input-selact input#selact2 {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 0px;
  background-color: #0e1124;
}
.checkout-input-selact input#selact3 {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 0px;
  background-color: #0e1124;
}

.checkout-input-selact {
  margin-bottom: 20px;
  margin-top: -20px;
}

.checkout-tax-hadding h2 {
  font-weight: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 20px;
}

.checkout-pera p {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.checkout-input-selact label {
  font-size: 16px;
  font-weight: 500;
  margin: 3px 0 0 4px;
}

.checkout-input-selact label img {
  margin-left: 15px;
}
.checkout-tax-area {
  margin-left: 60px;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  margin-right: 5px;
}
.shop-details-list-hadding {
  display: flex;
}
@media screen and (max-width: 768px) {
  .checkout-tax-area {
    margin-left: 0;
  }
}
@media screen and (max-width: 426px) {
  .checkout-tax-area {
    margin-left: 0;
    margin-top: 50px;
  }

  .shop-details-list-hadding {
    display: block;
    align-items: center;
    padding: 10px;
  }
  .cart-page-all table tr.tr-border {
    background-color: #131731;
    color: #fff;
    display: none;
    border-radius: 4px;
  }
  tr.table-data {
    text-align: center;
    border: 1px solid;
  }
}

.input-single > div {
  display: grid;
}
.input-single input {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #131731;
}
.input-single select {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #131731;
}

.input-single {
  margin-top: 30px;
}
.input-single .nice-select.wide {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #131731;
  background: none;
}

.input-single label {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
}
.input-single-textarea textarea {
  width: 100%;
  padding: 12px;
}
.input-single-textarea textarea, input:focus {
  outline: none;
}
.checkout-btn2 {
  display: flex;
  justify-content: end;
}
/*============================
++++CHECKOUT-END+++++
=============================*/

/*============================
++++CART-START+++++
=============================*/
.cart-page-all table {
  width: 100%;
}

.cart-page-all table th {
  padding: 12px 41px 12px 4px;
  text-align: -webkit-match-parent;
}
.cart-page-all table th:nth-child(1) {
  padding-left: 90px;
}
.cart-page-all table tr {
  border-radius: 4px;
}
td.qty-max {
  margin-top: 50px;
  display: inline-block;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #fff;
  border-style: solid;
  border-width: 0;
}

.number {
  margin-top: 50px;
}
.cart-page-all table tr td img {
  background-color: #f3f3f3;
  border-radius: 4px;
  margin: 20px 0;
}
.cart-page-all table tr td {
  font-size: 20px;
  font-weight: 700;
  list-style: 20px;
}
.cart-page-all table tr.table-data {
  padding: 12px 0;
  position: relative;
}
tr.table-data::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -2;
  border-bottom: 1px solid #13173117;
}

tr.table-data td a {
  color: red;
  font-size: 20px;
  background: #f3f3f3;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-weight: 300;
  margin-right: 10px;
  border-radius: 50%;
}
.cart-page-all table tr.tr-border {
  background-color: #131731;
  color: #fff;
  border-radius: 4px;
}
.number input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 20px;
  font-weight: 700;
}
.number span {
  font-size: 20px;
  background: #13173117;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: all.4s;
  cursor: pointer;
}
.number span:hover {
  background: #9667e0;
  color: #fff;
}

.cart-code-item {
  display: flex;
  justify-content: start;
}
.cart-cade-input input {
  padding: 15px;
  width: 400px;
}
.cart-input-btn.header-btn-1.button.btn-after.home1-button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
}
.cart-cade-input {
  position: relative;
}

.cart-input-btn button {
  background-color: #d4aeff;
  border-radius: 4px;
}
.cart-input-btn2 button {
  background-color: #d4aeff;
  border-radius: 4px;
}

.cart-code-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.cart-cade-input input:focus {
  outline: none;
}
.product-small-image {
  display: flex;
  justify-content: space-between;
}
.small-image {
  flex-basis: 24%;
  cursor: pointer;
}

@media screen and (max-width: 426px) {
  .table,
  tr.tr-border,
  tr,
  td {
    display: block;
    width: 100%;
  }
  .table tr th {
    display: block;
    width: 100%;
  }

  .table td {
    text-align: left;
    padding-left: 0;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: relative;
    left: 0;
    width: 50%;
    text-align: left;
  }
  .table tr {
    margin-top: 30px;
  }
  .cart-code-items {
    display: block;
  }
  .cart-cade-input {
    position: relative;
    margin-bottom: 30px;
  }

  .cart-cade-input input {
    padding: 15px;
    width: 300px;
    border: 1px solid #13173124;
  }
  .cart-page-all table th:nth-child(1) {
    padding-left: 20px;
  }
  .table tr th {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .number {
    margin-top: 0;
  }
  td.qty-max {
    margin-top: 0;
    display: inline-block;
  }
  .cart-page-all table tr.table-data {
    padding: 12px 20px;
    border-bottom: 1px solid #13173117;
    position: relative;
    text-align: center;
  }
  .shop-details-menus {
    margin-top: 30px;
  }
}

/*============================
++++CART-END+++++
=============================*/

/*============================
++++SHOP-DETAILS-SATART+++++
=============================*/

.pb-3 img {
  width: 100%;
}
.product-image {
  background: #d9d9d9;
  border-radius: 4px;
}

.product-small-image img {
  background-color: #d9d9d9;
  margin: 10px 0;
  border-radius: 4px;
  width: 100%;
}
.shop-bottom-all.shop-details-bottom-all {
  padding-right: 100px;
}
.shop-details-border {
  height: 2px;
  width: 100%;
  background-color: #1317311e;
  margin: 24px 0;
}
.shop-details-list-hadding h4 {
  padding-bottom: 20px;
}
.size-details ul li {
  /* background: #d4aeff5a; */
  padding: 10px;
  border-radius: 1px;
  margin-left: 5px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #131731;
}
li.li {
  background: rgba(212, 174, 255, 0.4);
}
.shop-details-list-hadding h4 {
  color: #131731;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 8px;
}
.shop-details-list-hadding h6 {
  font-size: 20px;
  font-weight: 500;
  color: #656565;
}
.form-check.form-check-inline.input-chack-box.shop-details-check input {
  height: 20px;
  width: 20px;
  padding: 0px;
}
.form-check.form-check-inline.input-chack-box.shop-details-check label {
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  margin: 8px 0 2px 4px;
}
.shop-details-list-hadding.shop-details-list-hadding-color h4 {
  margin-right: 15px;
}

.number.shop-details {
  background: #d4aeff5e;
  padding: 12px;
  width: 140px;
  border-radius: 4px;
  margin-right: 24px;
}
.number.shop-details input {
  background: #efe1ff;
}

span.plus.plus2 {
  background: none;
  font-size: 24px;
  font-weight: 700;
}
span.minus.minus2 {
  background: none;
  font-size: 24px;
  font-weight: 700;
}
.number input:focus {
  outline: none;
}
.shop-details-list-hadding {
  margin-top: 20px;
}

.cart-input-btn2.header-btn-1.button.btn-after.home1-button {
  margin-top: 50px;
}
.shop-details-menus > div {
  display: flex;
  align-items: center;
}
.shop-details-shere {
  display: flex;
  align-items: center;
}
.shop-details-shere {
  margin-left: 30px;
}

.shop-details-cart-bottom {
  display: flex;
  align-items: center;
  margin-left: 110px;
  margin-top: 40px;
}
.home4-footer-shere.shop-details-shere-iocns ul li a {
  font-size: 16px;
}
.home4-footer-shere.shop-details-shere-icons ul li {
  background-color: #fff;
}
.home4-footer-shere.shop-details-shere-iocns ul li:hover {
  background-color: #9667e0;
}

.shop-details-shop {
  padding-top: 120px;
}
.shop-hp h1 {
  padding-bottom: 60px;
}

@media screen and (max-width: 426px) {
  .shop-details-cart-bottom {
    display: block;
    margin-left: 0;
  }
  .shop-details-shere {
    margin-left: 0;
    margin-top: 20px;
  }
  .shop-details-menus > div {
    display: block;
  }
  .number.shop-details {
    margin-bottom: 20px;
  }
}

span.plus.plus2:hover {
  color: #212529;
}
span.minus.minus2:hover {
  color: #212529;
}
li.active-size {
  background-color: #d4aeff;
}

p.color-selactor {
  height: 20px;
  width: 20px;
  background: aqua;
  border-radius: 1px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
p.color-selactor-1 {
  background-color: #000;
}
p.color-selactor-2 {
  background-color: #ffe456;
}
p.color-selactor-3 {
  background-color: #83bcff;
}
p.color-selactor-4 {
  background-color: #133a8a;
}
p.color-selactor-5 {
  background: linear-gradient(
    138.22deg,
    #ff2424 23.6%,
    rgba(252, 155, 10, 0.37) 163.1%
  );
}

p.color-selactor svg {
  display: none;
}

.sidebar-color-selact ul li {
  display: flex;
  align-items: center;
}
p.color-selactor.active-check svg {
  display: block;
  padding: 3px 0px 2px 4px;
  color: #e1c7c7;
}
p.color-selactor.active-check svg {
  display: block;
  padding: 3px 0px 2px 4px;
}
.shop-details-list-hadding.size-details ul {
  margin-top: -13px;
}
.sidebar-color-selact ul li span {
  display: inline-block;
  margin-top: 10px;
  margin-left: 8px;
}
.table > :not(caption) > * > * {
  border: none;
}

p.color-selactor2 {
  height: 20px;
  width: 20px;
  background: aqua;
  border-radius: 1px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
p.color-selactor2 svg {
  display: none;
}

.sidebar-color-selact2 ul li {
  display: flex;
  align-items: center;
}
p.color-selactor2.active-check svg {
  display: block;
  /* margin-top: 5px; */
  padding: 3px 0px 2px 4px;
  color: #e1c7c7;
}
p.color-selactor2.active-check svg {
  display: block;
  padding: 3px 0px 2px 4px;
}

.sidebar-color-selact2 ul li span {
  display: inline-block;
  margin-top: 10px;
  margin-left: 8px;
}
p.color-selactor2-1 {
  background-color: #133a8a;
}
p.color-selactor2-2 {
  background-color: #fc0c0c;
}
p.color-selactor2-3 {
  background-color: #eb6300;
}
p.color-selactor2-4 {
  background-color: #03a600;
}
p.color-selactor2-5 {
  background-color: #ff00c7;
}
.shop-details-list-hadding-color .sidebar-color-selact2 ul {
  display: flex;
}
.shop-details-list-hadding-color .sidebar-color-selact2 ul li {
  margin-left: 14px;
}
.shop-details-list-hadding-color .sidebar-color-selact2 {
  margin-top: -13px;
}
.shop-details-list-hadding-color .sidebar-color-selact2 ul li p {
  background: none;
  border: 1px solid #0e112445;
  border-radius: 1px;
}


.blue-label{
     color: #ff3800;
}
.how-to h2{
  font-family: 'Cera Pro';
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 123.2%;
/* or 55px */

text-align: center;
text-transform: uppercase;
}

.hot-to-step {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 800;
        font-size: 18px;
    line-height: 1.1;
    color: #000000;
    min-height: 265px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}
.hot-to-step img {
  margin: 0 17px 0 50px;
  width: 64px;
}
.hot-to-step::after{
  position: absolute;
  content: "";
  height: 190px;
  width: 190px;
  background: url(../images/kEWh1ic08Cw9.png);
  left: 0px;
  top: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.overlay-look{
  display: flex;
  position: absolute;
  top: 50%;
    left: 45%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.study-box:hover .overlay-look{
  opacity: 0.8;
  transition: all.6s;
}
.overlay-look:hover{
  opacity: 1!important; 
}
.act-buttons-1 {
  border-radius: 100px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 21px 50px 21px 22px;
    margin-right: 15px;
    position: relative;
    text-align: left;
    color: #fff;
    background: #ff3800;
    border: solid #ff3800;
}
.act-buttons-1:hover{
  color: #fff;
  opacity: 0.8;
}
.act-buttons-2 {
     margin-left: 15px;
    border-radius: 100px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 21px 50px 21px 22px;
    margin-right: 15px;
    position: relative;
    text-align: left;
    color: #fff;
    background: #ff3800;
    border: solid #ff3800;
}
.act-buttons-1 svg{
  position: relative;
  right: 0px;
}
.act-buttons-2 svg{
  position: relative;
  right: 0px;
}
 
.owl-item .all-home-testimonial-slider{
  /* transform: translate3d(0, 0, 0); */
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 50px 0px;
  /* OVERWRITE PLUGIN MARGIN */
}
.testimonial-slider .owl-item.center{ 
  z-index: 99;
}
.testimonial-slider .owl-item.center .all-home-testimonial-slider img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4); 
}
.color-white {
    color: #fff!important;
    font-size: 25px;
    line-height: 1.5;
}
.home2-counter::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(16, 20, 65, 0.6);
}
.table-text{
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 123.2%;
  text-align: center;
}

.ufive-price { 
  background: #ffffff42;
  border-radius: 5px;
  padding: 25px 25px 25px 25px;
  width: 100%; 
  } 
  
  .title-price {
    text-align: center;
    background: #ff3800;
    height: 68px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 123.2%;
    color: #FFFFFF;
}
 
  
.text-price {
  background: transparent;
  height: 68px;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 123.2%;
  color: #FFFFFF;
}
.hot-to-numberstep{
  position: absolute;
  top: 16%;
  left: 90px;
  z-index: 9;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 123.2%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.hot-to-numberstep-1{
  left: 92px!important;
}

.tm-slider-inner::after{
 
    content: "";
    position: absolute;
    height: 70%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(54, 122, 245, 0.6);
    opacity: 0.9;
    transition: all.4s; 
    padding-bottom: 37px;
    margin-bottom: 50px;
}
.tm-slider .owl-item.center .tm-slider-inner::after{
  opacity: 0;
}
.tm-slider-inner:hover::after {
  height: 70%;

}
.reloader {
  position: absolute;
  top: 36%;
  left: 38%;
  z-index: 1;
}
/* .tm-slider .owl-item.center .tm-slider-inner::after {
  height: 0%;
  margin: 15px 0 0 0;
  padding: 10px 0 0 0;
  top: -4px;
  width: 512px;
  left: -74px;
  opacity: 0;
} */
.tm-slider .owl-item.center .tm-slider-inner .reloader img{
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.tm-slider .owl-item:nth-child(5) .tm-slider-inner .reloader img {
  margin-left: 35px;
}
 
.tm-slider .owl-item.center .tm-slider-inner:hover::after{
  opacity: 0;
  height: 92%;
}

 

@media (min-width:2560px) {
  .shape-svg, .shape-svg1, .shape-svg2, .shape-svg3, .shape-svg4, .shape-svg5{
    display: none!important;
  } 
}

@media (max-width:1440px) {

  .tm-slider-inner::after { 
    height: 69%!important; 
} 
  .tm-slider .owl-item.center .tm-slider-inner:hover::after {
    opacity: 0;
    /* height: 92%; */
  }
}

@media (max-width:1368px) {

  .tm-slider-inner::after {
    height: 66%!important;
}

}

@media (max-width:1200px) {

  .shape-svg1 { 
    margin: -14px 0 0 0;
}
.shape-svg2 { 
  margin: -176px 0 0 0;
}

.shape-svg3 { 
  top: -26px;
}
.shape-svg4 { 
  bottom: -26px;
}
.shape-svg5 { 
  top: -26px;
}

.max1200{
  max-width: 100%;
}

}

@media (max-width:1160px) {

  .home4-header-img-2 { 
    bottom: -90px; 
}
.tm-slider-inner::after {
  height: 62%!important;
}

}

@media (max-width:1120px) {

  .main-menu-ex li a { 
    padding: 10px 10px; 
}
.shape-svg { 
  bottom: -24px; 
}
.contact-from-input input { 
  width: 38%; 
}
.shape-svg2 {
  margin: -174px 0 0 0;
}

}

@media (max-width:1060px) {

  .main-menu-ex li a {
    padding: 10px 5px;
}
.shape-svg {
  bottom: -26px;
}
.shape-svg1 {
  margin: -16px 0 0 0;
}
.shape-svg2 {
  margin: -172px 0 0 0;
}

}

@media only screen and (max-width: 1000px) and (min-width: 992px)  {

  .main-menu-ex li a {
    padding: 10px 4px;
}
.insta-btn { 
  margin-right: 10px;
}

}

@media (max-width:992px) {

  .shape-svg4 {
    bottom: -28px;
}
.shape-svg5 {
  top: -28px;
}

}

@media (max-width:768px) {

  .shape-svg {
    bottom: -35px;
}

 
.hero-banner {
 
    padding: initial;
}
.home4-header-img-2 {
  bottom: 190px;
}
.shape-svg1 {
  margin: -24px 0 0 0;
}
.shape-svg2 {
  margin: -164px 0 0 0;
}
.shape-svg3 {
  top: -34px;
}
.shape-svg4 {
  bottom: -34px;
}
.shape-svg5 {
  top: -34px;
}
.contact-from-input { 
  flex-direction: column;
}
.contact-from-input input {
  width: 100%;
}
.contact-from-input .home4-btn {
  width: 100%;
  margin-top: 10px;
}
.contact-from-input .home4-btn button{
  width: 100%; 
}
.our-skill-img { 
  justify-content: center;
}

}

@media (max-width:600px) {

  .home4-header-img-2 {
    bottom: 55px;
}
.shape-svg {
  bottom: -44px;
}
.hot-to-step {
 
  justify-content: flex-start;
}
.hidebr{
  display: none;
}
.shape-svg1 {
  margin: -30px 0 0 0;
}
.shape-svg2 {
  margin: -160px 0 0 0;
}
.shape-svg3 {
  top: -44px;
}
.shape-svg4 {
  bottom: -38px;
}
.shape-svg5 {
  top: -38px;
}
  
}

@media (max-width:500px) {
.show-in-small{
  display: block!important;
}
.show-in-small svg {
  width: 20px;
  transform: none!important;
  font-size: 19px!important;
  padding: 3px 3px!important;
  color: #fff!important;
  margin: 3px 3px 0 4px;
  position: relative;
  top: 3px;
  background: none!important;
}
.hide-in-small{
  display: none!important;
}
  .home4-header-img-2 {
    bottom: 0;
}
.act-buttons{
  display: flex;
  flex-direction: column;
}
.shape-svg2 {
  margin: -274px 0 0 0;
}
.act-buttons .act-buttons-1{
  margin: 0 20px;
  margin-bottom: 15px;
}
.act-buttons .act-buttons-2{
  margin: 0 20px;
}
.shape-svg3 {
  top: -44px;
  z-index: -1;
}
.shape-svg4 {
  bottom: -44px;
}
.shape-svg5 {
  top: -44px;
}
.img-box { 
  z-index: -1;
}
} 

@media (max-width:425px) {
  .contact-from-input .home4-btn button { 
    text-transform: uppercase;
}
  .home4-contact::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(12 17 25 / 85%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -8;
  }
  .home4-contact::before{
    background-image: url(../images/12312.jpg);
  }
  .contact-from-input .home4-btn button { 
    font-size: 22px;
}
  .home4-contact .home4-contact-box { 
    padding-top: 0!important;
    padding-bottom: 0!important;
}
  .home4-btn a::after { 
    right: 0!important;
    left: unset!important;  
}

  .tm-slider-inner::after{  
    background: unset!important; 
} 
  .mobile-left{
    display: block!important;
    text-align: center;
  }
  .mobile-left img{
    width: 250px!important;
  }
  .hadding-space {
    padding: 150px 0 40px 0;
}
.home2-main-hadding h1 {
  font-weight: 700;
  font-size: 41px;
  line-height: 113.2%;
  text-align: center;
}
.home2-main-hadding p { 
  font-size: 23px;
  line-height: 25px;
  text-align: center; 
}
.home2-header-button{
  width: 100%;
}
.home2-header-button a{
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.video-btn{
  display: none;
}
a[href="#steps"]{
  display: flex;
}

  .how-to h2 { 
    font-size: 28px; 
  } 
  .shape-svg1 {
    margin: -34px 0 0 0;
}
.home2-hadding h2 {
  font-size: 28px;
  text-align: center;
}
.shape-svg4 {
  bottom: -44px;
}
.our-skill .home4-btn{
  width: 100%;
}
.our-skill .home4-btn a{
  width: 100%;
  text-align: center;
}
.shape-svg5 {
  top: -44px;
}
.hot-to-step::after{
  opacity: 1;
  top: -44px;
}
.hot-to-step {
  flex-wrap: nowrap;
  flex-direction: column;
  font-family: 'Cera Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 123.2%;
  text-align: center;
  min-height: 190px;
  margin-top: 70px;
}
.hot-to-numberstep {
  display: block;
  top: -32px;
}
.hot-to-step img {
  margin: 30px 0 40px 0;
  width: 64px;
  min-height: 66px;
  text-align: center;
}
.title-price th:first-child{
  display: none;
}
.title-price{
  display: flex;
    justify-content: space-around;
    align-items: center;
 
}
.text-price td:first-child{
  margin: 12px 0;
}
.text-price-n{
  display: flex;
}
.text-price{
  height: 100%!important;
}
.price-1{
  width: 50%;
  display: inline-block;
}
.price-2{
  width: 50%;
  float: right;
  margin-bottom: 17px;
}
.space-sm-501 {
  margin-top: 0;
}
.home4-btn1 button svg{
  position: relative;
  right: -20px;
  margin: 0px 0 -2px 18px!important;
}
.home4-btn a svg{
  position: relative;
  right: -55px;
}

.act-buttons-1 { 
  text-align: left;
}
.act-buttons-2 { 
  text-align: left;
}
.act-buttons-2 svg { 
  right: -47%;
}
.act-buttons-1 svg { 
  right: -31%;
}
.home2-counter h2{
  font-size: 36px;
}
.home4-testimonial h2 {
  font-size: 36px; 
}
.home4-contact h2{
  font-size: 36px;
}
  
  } 

  @media (max-width:375px) {

    .shape-svg3 {
      top: -44px;
  }


  }

  .mobile-left{
    display: none;
  }

  @media (max-width:320px) {
    .shape-svg {
      bottom: -46px;
  }
    .shape-svg3 {
      top: -46px;
  }
  .shape-svg1 {
    margin: -36px 0 0 0;
}
.shape-svg3 {
  top: -46px;
}
.shape-svg4 {
  bottom: -46px;
}
.shape-svg5 {
  top: -46px;
}

  

  }

  .show-in-small{
    display: none;
  }
  .hide-in-small{
    display: block;
  } 
  .home4-btn a svg{
    transform: none;
    background: none;
    color: #fff;
    font-size: 31px;
    position: relative;
    margin: 0px 0 0px 0px;
  }
  .home4-btn1 button svg{
    transform: none;
    background: none;
    color: #fff;
    font-size: 19px;
    position: relative;
    margin: 0px 0 -5px 18px;
  }
  .home4-btn a{
    position: relative;
  }
  .home4-btn a::after{
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    background: url(../images/4rm5bvDYyLYy.svg);
    top: 0;
    left: 80px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .act-buttons-1::after{
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    background: url(../images/4rm5bvDYyLYy.svg);
    top: 6px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .act-buttons-2::after{
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    background: url(../images/4rm5bvDYyLYy.svg);
    top: 6px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home4-btn1{
    position: relative;
  }
  .home4-btn1::after{
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    background: url(../images/4rm5bvDYyLYy.svg);
    top: 4px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home4-btn .insta-btn::after{
    display: none;
  }
  .home4-btn button:hover .home4-btn1::after{
    transform: scale(1.1);
  }

  .home4-header-img-7 img{
    animation: 5s linear 0s normal none infinite running rot;
  -webkit-animation: 5s linear 0s normal none infinite running rot;
  }
  @keyframes rot {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes rot {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .home4-header-img-3 img{
    animation: 8s linear 0s normal none infinite running rot1;
  -webkit-animation: 8s linear 0s normal none infinite running rot1;
  }
  @keyframes rot1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes rot1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .home4-header-img-6 img{
    animation: 12s linear 0s normal none infinite running rot2;
  -webkit-animation: 12s linear 0s normal none infinite running rot2;
  }
  @keyframes rot2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes rot2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
 
  .site-logo a img{
    width: 100px;
  }
  .video{
    width: 100%; 
  }
  .video video{
    width: 108%;
  }

.full-news {padding:20px 0;background:#fff;}
.full-news_top {position:relative;height:210px;}
.full-news_top::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9;
  background-image: url(../images/12312.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.full-news_top::before {
  content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -8;
    background: rgba(16, 20, 65, 0.6);
}

.full-news .image-padded {
	padding:0 10px;
}

.full-news h1,
.full-news h2,
.full-news h3,
.full-news h4,
.full-news h5,
.full-news h6,
.full-news p {margin:0 0 15px;}

.full-news_top .shape-svg {z-index:-1;}

.news-list a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 123.2%;
    color: #000000;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
    display: block;
    margin: 10px 0;
}

.news-list_bg {
	height:250px;
	display:block;
	background-size:cover!important;
}

.news-list_bg:hover,
.news-list_bg:active,
.news-list_bg:focus {
    opacity:0.7;
}

.news-list a:hover,
.news-list a:active,
.news-list a:focus {
color: rgba(54, 122, 245, 1);
}

.full-news video,
.full-news .dleplyrplayer {
    margin:15px auto 10px;   
    display: block;
}
@media (max-width:1199px) {
    .news-list .row {justify-content: center;}
}
@media (max-width:767px) {
    .full-news img {
    	height:auto;
    }
    .full-news .image-padded {
        padding:0 10px 15px;
    }
}
@media (max-width:560px) {
    .full-news .image-padded {
    display: block;
    float: none!important;
    padding: 0 0px 10px;
}
}


/*sertif*/

.sertificate-list__outer {
        width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 30px 0 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.sertificate-list__outer .shape-svg4 {top:0;bottom:auto!important;left:0;right:0;margin:auto;}
.sertificate-list__outer .shape-svg3 {bottom:0;top:auto!important;left:0;right:0;margin:auto;}

.sertificate-list .shape-svg4 {
    height:40px; 
    bottom:0;
    background-size: 100%!important;
    background:url(../images/2ND2ylrNNknR.svg) top left no-repeat;}
    
.sertificate-list .shape-svg3 {
    height:40px;    
    top:0;
    background-size: 100%!important;
    background:url(../images/2ND2ylrNNknR.svg) top left no-repeat;
}

.sertificate-list__wrap {
    padding: 30px;
    margin: 30px auto;
    background: #fff;
    text-align: left;
    display:flex;
    -webkit-display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: space-between;
}
.sertificate-list h2 {
    display: flex;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sertificate-list__gift {
    position: relative;
    display: inline-block;
    width: 130px;
    text-align: right;
}
.sertificate-list__gift.no-txt {
    height: 55px;
}
.sertificate-list .owl-carousel {
   justify-content: space-around;
}
.sertificate-list .owl-item .item {
    padding:0 10px;
}
.sertificate-list__gift i {
    position: absolute;
    color: white;
    font-size: 36px;
    left: 50px;
    top: 10px;
    text-shadow: 0px 0px 7px #000;
}
.sertificate-list__gift em {
    font-size: 12px;
    text-transform: none;
    position: relative;
    top: 30px;
}
.sertificate-list__gift:before {
    content:'';
    position: absolute;
    top:-25px;
    left:0;
    width:100px;
    height:100px;
    z-index: -1;
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
    transform:rotate(10deg);
    background: url(../images/IToQEsJAC8PH.svg) center no-repeat;
}
.sertificate-list__txt {
    width:60%;
}
.sertificate-list__price span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through;
    display: block;
}
.sertificate-list__price {
    width:30%;
    font-weight:600;
    font-size: 24px;
    color: #ff3800;
}
.sertificate-list .act-buttons-1 svg {max-width:20px;}
.sertificate-list__inner {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 130px 0 150px;
    margin: 20px 0 50px;
}
.sertificate-list__inner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(16, 20, 65, 0.6);
}
.sertificate-list__inner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: url(../images/YDP9LNe5Yo7X.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:991px) {
    .sertificate-list__wrap {flex-direction:column;}
    .sertificate-list__gift {top:20%;}
    .sertificate-list__gift:before {width: 90px;height: 90px;}
    .sertificate-list h2 span {display:block;}
    .sertificate-list__txt {    width: 100%;
    font-size: 40px;text-align: center;}
}
@media (min-width:768px) {
    .sertificate-list .owl-carousel {display:flex!important;}
}

@media (max-width:767px) {
    .sertificate-list .shape-svg3,
    .sertificate-list .shape-svg4 {
        height:20px; 
    }
    .sertificate-list .owl-carousel .owl-stage-outer {overflow:visible;}
    .sertificate-list .owl-item .item {
        -webkit-transform: translate3d(0, 0, 0); 
        -moz-transform: translate3d(0, 0, 0); 
         transform: translate3d(0, 0, 0); 
    }
    .sertificate-list  .owl-item .item img {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.80);
        -ms-transform: scale(0.80);
        transform: scale(0.80);
    }
    .sertificate-list .owl-item.center .item img {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }
    
    .sertificate-list__outer {width:100%;}
    .sertificate-list__wrap {margin:20px auto;}
    .sertificate-list__inner {padding:100px 0;}
    .sertificate-list__txt {width: 100%;}
    .sertificate-list .act-buttons-1 {font-size:18px;}
    .sertificate-list__price {  width: 100%;padding: 30px 0 0; }
}