@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/*font-family: 'Nunito', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;*/

@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("hover.css");
@import url("jquery-ui.css");
@import url("custom-animate.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #fdfff8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #148e83;
}

.no-padding {
  padding: 0px !important;
}

button:focus {
  outline: none;
}

.btn,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.btn:focus {
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "Open Sans", sans-serif;
}

textarea {
  overflow: hidden;
}

p,
.text {
  position: relative;
  line-height: 1.8em;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

/*List Style One*/

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  color: #148e83;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.list-style-one li span {
  position: relative;
  color: #148e83;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.grey-bg {
  background-color: #f1f2f3;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  line-height: 29px;
  color: #fdfff8;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 1px;
  background: none;
  border: 2px solid #fdfff8;
  padding: 10px 28px 10px;
  -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-style-one:hover {
  color: #148e83;
  background: #fdfff8;
}

.btn-style-one:hover .icon {
  color: #148e83;
}

/*Btn Style Two*/

.btn-style-two {
  position: relative;
  line-height: 29px;
  color: #fdfff8;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 1px;
  background: #148e83;
  padding: 12px 30px 12px;
  border: 2px solid #148e83;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-style-two .icon {
  position: relative;
  color: #fdfff8;
  margin-left: 10px;
  font-size: 30px;
  top: 6px;
  line-height: 10px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-two:hover {
  color: #148e83;
  background: none;
}

.btn-style-two:hover .icon {
  color: #148e83;
}

/* Btn Style Three */

.btn-style-three {
  position: relative;
  line-height: 29px;
  color: #777777;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 1px;
  background-color: #d4b8f2;
  padding: 14px 30px 14px;
  border: 1px solid #d4b8f2;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-style-three .icon {
  position: relative;
  color: #ecf1fe;
  margin-left: 10px;
  font-size: 30px;
  top: 6px;
  line-height: 10px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-three:hover {
  color: #0A66C2;
  background-color: #ecf1fe;
  border-color:#ecf1fe;
}

.btn-style-three:hover .icon {
  color: #fdfff8;
}

/* Btn Style Four */

.btn-style-four {
  position: relative;
  line-height: 29px;
  color: #fdfff8;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 1px;
  background: #d4b8f2;
  padding: 12px 53px 12px;
  border: 2px solid #d4b8f2;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.btn-style-four:hover {
  color: #fdfff8;
  border-color: #148e83;
  background: #148e83;
}

.theme_color {
  color: #148e83;
}

img {
  display: inline-block;
  max-width: 100%;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fdfff8;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 70px;
  color: #fdfff8;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 65px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  background: #148e83;
  display: none;
  border: 2px solid #148e83;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #fdfff8;
  background: #d4b8f2;
  border-color: #d4b8f2;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 100%;
  padding: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header.fixed-header {
  top: 0px;
  background: #fdfff8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-style-two.fixed-header {
  background: #202020;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*Language Dropdown*/

.main-header .language {
  position: relative;
  line-height: 1em;
  display: inline-block;
  margin-top: 8px;
  margin-left: 15px;
}

.main-header .language .dropdown-menu {
  top: 100%;
  right: 0px;
  left: auto !important;
  width: 170px;
  border-radius: 0px;
  margin-top: 17px;
  background-color: #148e83; /* Changed from #222222 */
  border: none;
  padding: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-top: 3px solid #d4b8f2; /* Changed from #ff6489 */
}

.fixed-header .language .dropdown-menu {
  margin-top: 41px;
}

.main-header .language > a {
  color: #148e83; /* Changed from #222222 */
  padding: 0px 0px;
  background: none !important;
  text-transform: uppercase;
  display: inline-block;
  border: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1em;
}

.main-header .language > a:focus {
  outline: none;
}

.main-header .language > a:after {
  display: none;
}

.main-header language a:hover {
  background: none;
}

.main-header .language .dropdown-menu > li {
  padding-right: 0px !important;
  margin: 0px !important;
  float: none;
  display: block !important;
  border-bottom: 1px solid rgba(253, 255, 248, 0.2); /* Changed to use #FDFFF8 with opacity */
}

.main-header .language .dropdown-menu > li:last-child {
  border-bottom: none;
}

.main-header .language .dropdown-menu > li > a {
  padding: 14px 20px !important;
  color: #fdfff8; /* Changed from #FDFFF8 */
  display: block;
  text-align: left;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover {
  color: #fdfff8 !important; /* Changed from #FDFFF8 */
  background-color: #8a5ed9; /* Changed from #ff6489 */
}

/*Sticky Header*/

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #18191b;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo {
  padding: 5px 0px 5px;
}

.main-header .sticky-header .outer-box {
  margin-top: 20px;
}

.main-header .sticky-header .search-box-outer .dropdown-menu {
  top: 46px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .header-upper {
  position: relative;
  z-index: 5;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-upper .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.main-header .logo-outer {
  position: relative;
  z-index: 25;
  padding: 45px 0px 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .logo-outer {
  padding: 12px 0px;
}

.fixed-header .header-upper .upper-right {
  margin-top: 0px !important;
}

.main-header .logo-outer .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.main-header .header-upper .upper-right {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header.header-style-one .header-upper .upper-right {
  margin-top: 38px;
}

.main-header .header-lower {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 5;
}

.main-header .nav-outer {
  position: relative;
}

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-left: 32px;
}

.header-style-three .main-menu .navigation > li {
  margin-left: 0px;
  margin-right: 45px;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
  margin: 0px;
  border: 0px;
  margin-left: 30px;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  font-weight: 600;
  opacity: 1;
  text-transform: capitalize;
  padding: 35px 0px 35px 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
}

.main-menu .navigation > li.dropdown > a {
  padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 50%;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  font-size: 15px;
  font-weight: normal;
  display: block;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.header-style-two .main-menu .navigation > li > a,
.main-header.header-style-two .search-box-btn,
.main-header.header-style-two .language > a,
.main-header.header-style-two .outer-box .nav-btn {
  color: #fdfff8;
}

.main-header.header-style-two .search-box-btn {
  border-color: rgba(255, 255, 255, 0.4);
}

.main-header .sticky-header .main-menu .navigation > li > a {
  color: #fdfff8;
  padding: 20px 0px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  min-height: 0px;
  background: none;
  border: 0px;
  font-family: "Open Sans", sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  color: #148e83;
  opacity: 1;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a {
  color: #148e83;
  opacity: 1;
}

.main-menu .navigation > li:hover > a:after {
  opacity: 1;
}

.main-header .sticky-header .main-menu .navigation > li > ul:before {
  display: none;
}

.main-header .sticky-header .main-menu .navigation > li > ul {
  top: 100% !important;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  background: #f6f6f6;
  border-top: 2px solid #ff4c72;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 30px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #242424;
  text-align: left;
  padding-right: 0px !important;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
}

.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  width: 7px;
  height: 1px;
  background-color: #242424;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "FontAwesome";
}

.main-menu .navigation > li > ul > li:hover > a:before {
  background-color: #fdfff8;
}

.main-menu .navigation > li > ul > li:hover > a {
  background-color: #ff6489;
  color: #fdfff8;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background: #f6f6f6;
  border-top: 2px solid #ff4c72;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul:before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0px;
  width: 20px;
  height: 100%;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 30px;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  color: #242424;
  text-align: left;
  padding-right: 0px !important;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Open Sans", sans-serif;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  width: 7px;
  height: 1px;
  background-color: #242424;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "FontAwesome";
}

.main-menu .navigation > li > ul > li > ul > li:hover > a:before {
  background-color: #fdfff8;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  background-color: #ff6489;
  color: #fdfff8;
}

.sticky-header .main-menu .navigation > li > a:after {
  display: none;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 0%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #fdfff8;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #fdfff8;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  float: left;
  margin-left: 24px;
  margin-top: 34px;
}

.main-header .outer-box .nav-btn {
  position: relative;
  top: 3px;
  font-size: 21px;
  cursor: pointer;
  color: #222222;
  margin-left: 20px;
  display: inline-block;
}

.main-header .header-lower .search-box-outer {
  min-width: 60px;
}

.main-header .header-lower .search-box-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fdfff8;
  line-height: 20px !important;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
  top: 44px;
  right: 0px;
  padding: 0px;
  width: 280px;
  border-radius: 0px;
  border-top: 3px solid #ff6489;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li {
  padding: 0px;
  border: none;
  background: none;
}

.main-header .header-lower .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .header-lower .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select {
  display: block;
  width: 100%;
  height: 40px;
  color: #000000;
  line-height: 24px;
  background: #fdfff8;
  border: 1px solid #e0e0e0;
  padding: 7px 40px 7px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
  border-color: #ff6489;
}

.main-header .header-lower .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

/*search box btn*/

.main-header .search-box-outer {
  position: relative;
  left: 3px;
  display: inline-block;
}

.main-header .search-box-btn {
  position: relative;
  font-size: 15px;
  line-height: 1em;
  color: #222222;
  cursor: pointer;
  background: none;
  display: inline-block;
}

.main-header .search-box-btn:after {
  display: none;
}

.main-header .search-box-outer .dropdown-menu {
  top: 62px !important;
  padding: 0px;
  width: 280px;
  right: 0px;
  border-radius: 0px;
  left: auto !important;
  border-top: 3px solid #ff6489;
  transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 7px 40px 7px 15px;
  height: 40px;
  border: 1px solid #e0e0e0;
  background: #fdfff8;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #ff6489;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

.main-header .info-box {
  position: relative;
  float: left;
  margin-left: 30px;
  font-size: 13px;
  color: #777777;
  text-align: left;
  padding: 0px 0px 0px 50px;
}

.main-header .info-box:first-child {
  padding-right: 30px;
  border-right: 1px solid #c8c8c8;
}

.main-header .info-box:last-child {
  padding-right: 0px;
  margin-left: 0px;
  top: -2px;
}

.main-header .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 6px;
  color: #ff6489;
  font-size: 26px;
  text-align: left;
  line-height: 1.2em;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .info-box li {
  position: relative;
  line-height: 20px;
  color: #767676;
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 500;
}

.main-header .info-box strong {
  font-weight: 500;
  color: #333333;
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
  width: 100px;
  font-size: 18px;
  font-style: normal;
  height: 50px;
  padding: 10px 20px;
  line-height: 33px;
  color: #262626;
  float: left;
  border-radius: 0px;
  border: 1px solid #f2f2f2;
  background: #fdfff8;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 2px;
  text-indent: 0px;
  color: #333333;
}

.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 30px;
  display: block;
  color: #262626;
  line-height: 23px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.ui-widget.ui-widget-content {
  border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: #ff6489;
  border-color: #ff6489;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.sec-title h2 {
  position: relative;
  font-size: 35px;
  color: #444444;
  font-weight: 400;
  line-height: 1.3em;
}

.sec-title.light h2 {
  color: #fdfff8;
}

.sec-title.centered {
  text-align: center;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #e0e0e0;
}

.main-slider .tp-caption {
  z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
  background: rgba(0, 0, 0, 0.4) !important;
}

.main-slider .tparrows.gyges {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

.main-slider .tparrows.gyges:before {
  line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
  color: #ff6489 !important;
  background-color: #ff6489;
}

.main-slider h2 {
  position: relative;
  color: #fdfff8;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3em;
  display: inline-block;
}

.main-slider .text {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #e7e7e7;
  line-height: 2em;
}

.main-slider .btns-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.main-slider .btns-box .theme-btn {
  position: relative;
  z-index: 2;
  margin-right: 20px;
}

.main-slider:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40%;
  border-bottom: 50px solid #fdfff8;
  border-right: 750px solid transparent;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
  display: none !important;
}


/*Main Banner*/
.main-banner {
  position: relative;
  padding-top: 75px;
  z-index: 1;
  display: flex; /* Added */
  flex-direction: row-reverse; /* Added - moves image to right */
}

.main-banner .bg-round-layer {
  position: absolute;
  right: -100px;
  top: 70px;
  width: 750px;
  height: 750px;
  display: block;
  background: url(../images/background/banner-bg.png) center center no-repeat;
}

.main-banner .content-column {
  position: relative;
  flex: 1; /* Added */
}

.main-banner .content-column .inner-column {
  position: relative;
  padding-top: 100px;
}

.main-banner .content-column h2 {
  position: relative;
  color: #444444;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3em;
}

.main-banner .content-column .text {
  position: relative;
  color: #7f8497;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.8em;
  margin-bottom: 32px;
  padding-right: 70px;
}

.main-banner .image-column {
  position: relative;
  z-index: 1;
  flex: 1; /* Added */
}

.main-banner .image-column .inner-column {
  position: relative;
}

.main-banner .image-column .inner-column .image {
  position: relative;
  padding-top: 100px;
  text-align: right; /* Added */
}

.main-banner .image-column .image img {
  position: relative;
  max-width: none;
  display: inline-block;
}

/* Icons positioning */
.main-banner .image-column .inner-column .icon-one {
  position: absolute;
  left: 10%;
  bottom: 16%;
  width: 50px;
  height: 50px;
  color: #fdfff8;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  font-size: 26px;
  display: inline-block;
  background-color: #b276f3;
}

.main-banner .image-column .inner-column .icon-two {
  position: absolute;
  right: -18%;
  top: 20%;
  width: 64px;
  height: 64px;
  color: #fdfff8;
  text-align: center;
  border-radius: 50%;
  line-height: 64px;
  font-size: 20px;
  display: inline-block;
  background-color: #fe3250;
}

.main-banner .image-column .inner-column .icon-three {
  position: absolute;
  right: -39%;
  bottom: 16%;
  width: 37px;
  height: 37px;
  color: #fdfff8;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  font-size: 26px;
  display: inline-block;
  background-color: #fdfff8;
  border: 12px solid #6363ec;
}

.main-banner .image-column .inner-column .icon-four {
  position: absolute;
  left: 42%;
  top: 18%;
  width: 40px;
  height: 40px;
  color: #fdfff8;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #20f2f9;
  background-color: rgba(32, 242, 249, 0.1);
}

.main-banner .image-column .inner-column .icon-four:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background-color: #20f2f9;
}

.main-banner .image-column .inner-column .icon-five {
  position: absolute;
  left: 25%;
  bottom: 30%;
  width: 37px;
  height: 37px;
  color: #fdfff8;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  font-size: 26px;
  display: inline-block;
  background-color: #fdfff8;
  border: 12px solid #21ffaf;
}

/* Circles */
.main-banner .image-column .inner-column .circle-one {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 820px;
  width: 860px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .circle-two {
  position: absolute;
  left: 130px;
  top: 110px;
  right: 130px;
  bottom: 130px;
  height: 610px;
  width: 610px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .circle-three {
  position: absolute;
  left: 260px;
  top: 250px;
  right: 130px;
  bottom: 130px;
  height: 350px;
  width: 350px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
}

.main-banner .image-column .inner-column .circle-four {
  position: absolute;
  left: 370px;
  top: 360px;
  right: 130px;
  bottom: 130px;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 1px solid #f3f3f3;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
  position: relative;
  padding: 70px 0px 80px;
  z-index: 1;
}

.services-section .sec-title {
  margin-bottom: 70px;
}

/*.services-section.style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:-140px;
	width:100%;
	height:227px;
	background:url(../images/background/4.png) no-repeat;
}*/

.services-block {
  position: relative;
  margin-bottom: 30px;
}

.services-block .inner-box {
  position: relative;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 20px 45px;
  border: 1px solid #dedede;
}

.services-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0%;
  top: 0%;
  width: 0px;
  height: 100%;
  background-color: #e9f0ff;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.services-block .inner-box:hover::before {
  width: 100%;
}

.services-block .inner-box:hover {
  border-color: #e9f0ff;
}

.services-block .inner-box .icon-box {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  background: url(../images/icons/icon-1.png) no-repeat;
}

.services-block:nth-child(2) .inner-box .icon-box {
  background: url(../images/icons/icon-2.png) no-repeat;
}

.services-block:nth-child(3) .inner-box .icon-box {
  background: url(../images/icons/icon-3.png) no-repeat;
}

.services-block:nth-child(4) .inner-box .icon-box {
  background: url(../images/icons/icon-4.png) no-repeat;
}

.services-block .inner-box .icon-box .icon {
  position: relative;
  font-size: 44px;
  color: #fe7696;
}

.services-block:nth-child(2) .inner-box .icon-box .icon {
  color: #4e79f5;
}

.services-block:nth-child(3) .inner-box .icon-box .icon {
  color: #42bd2d;
}

.services-block:nth-child(4) .inner-box .icon-box .icon {
  color: #b276f3;
}

.services-block .inner-box h3 {
  position: relative;
  font-size: 18px;
  z-index: 1;
  font-weight: 600;
  text-transform: capitalize;
  color: #444444;
}

.services-block .inner-box .text {
  position: relative;
  color: #7f8497;
  z-index: 1;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 10px;
}

/*** 

====================================================================
	App Section
====================================================================

***/

.app-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 150px;
}

.app-section.style-two {
  padding-bottom: 0px;
}

.app-section .image-column {
  position: relative;
}

.app-section .image-column .inner-column {
  position: relative;
  text-align: center;
}

.app-section .image-column .inner-column .message-box {
  position: absolute;
  left: 0px;
  top: 105px;
}

.app-section .image-column .inner-column .message-box .box-inner {
  position: relative;
  width: 100%;
  max-width: 250px;
  text-align: center;
  border-radius: 10px;
  padding: 35px 25px 30px;
  background-color: #fdfff8;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
}

.app-section .image-column .inner-column .message-box .box-inner .icon-one {
  position: absolute;
  right: 62px;
  top: -8px;
  font-size: 42px;
  color: #dadada;
  line-height: 1em;
}

.app-section .image-column .inner-column .message-box .box-inner .icon-two {
  position: relative;
  font-size: 26px;
  color: #fdfff8;
  line-height: 1em;
  padding: 7px 10px;
  border-radius: 6px;
  display: inline-block;
  background-color: #ff5c35;
}

.app-section .image-column .inner-column .message-box .box-inner h3 {
  position: relative;
  color: #333333;
  font-size: 15px;
  margin-top: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.app-section .image-column .inner-column .message-box .box-inner .text {
  position: relative;
  color: #7f8497;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
}

/* Play Box */

.app-section .image-column .inner-column .play-box {
  position: absolute;
  right: 55px;
  bottom: 130px;
  min-width: 195px;
  text-align: left;
  padding: 18px 30px;
  background-color: #f3d176;
  border-radius: 0px 0px 0px 30px;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
}

.app-section .image-column .inner-column .play-box .box-inner {
  position: relative;
  color: #363636;
  font-size: 15px;
  line-height: 1.4em;
  padding-left: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.app-section .image-column .inner-column .play-box .box-inner .play-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #000000;
  font-size: 42px;
  line-height: 1em;
  font-weight: 600;
}

/* Chat Icon */

.app-section .image-column .inner-column .chat-icon {
  position: absolute;
  right: 0px;
}

.app-section .image-column .inner-column:before {
  position: absolute;
  content: "";
  right: 0px;
  top: -60px;
  width: 566px;
  height: 652px;
  z-index: -1;
  display: inline-block;
}

.app-section .content-column {
  position: relative;
}

.app-section .content-column .inner-column {
  position: relative;
  padding-left: 50px;
  padding-top: 100px;
}

.app-section .content-column .inner-column h2 {
  position: relative;
  color: #444444;
  font-size: 35px;
  line-height: 1.4em;
}

.app-section .content-column .inner-column .text {
  position: relative;
  color: #7f8497;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 25px;
  margin-bottom: 35px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
  position: relative;
  padding: 115px 0px 70px;
  background-color: #ebf1fe;
}

.services-section-two.style-two {
  margin-bottom: 170px;
}

.services-section-two.style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -230px;
  width: 100%;
  height: 230px;
  background: url(../images/background/2.png) repeat-x;
}

.services-section-two.style-two:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -181px;
  width: 100%;
  height: 181px;
  background: url(../images/background/3.png) repeat-x;
}

.services-block-two {
  position: relative;
  padding-bottom: 40px;
}

.services-block-two .inner-box {
  position: relative;
}

.services-block-two .inner-box .content-column {
  position: relative;
  margin-bottom: 40px;
}

.services-block-two .inner-box .content-column .inner-column {
  position: relative;
  padding-top: 90px;
  padding-right: 40px;
}

.services-block-two .inner-box .content-column .icon-box {
  position: relative;
}

.services-block-two .inner-box .content-column .icon-box .service-number {
  position: absolute;
  left: 0px;
  top: 165%;
  font-weight: 800;
  font-size: 85px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Nunito", sans-serif;
}

.services-block-two .inner-box .content-column .icon-box .icon {
  position: relative;
  font-size: 54px;
  color: #ff6288;
  line-height: 1em;
}

.services-block-two .inner-box .content-column h3 {
  position: relative;
  color: #444444;
  font-size: 25px;
  line-height: 1.3em;
  margin-top: 30px;
}

.services-block-two .inner-box .content-column .text {
  position: relative;
  color: #7f8497;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 30px;
}

.services-block-two .image-column {
  position: relative;
}

.services-block-two .image-column .inner-column {
  position: relative;
  padding-left: 70px;
}

.services-block-two.style-two .inner-box .content-column .inner-column,
.services-block-three.style-two .inner-box .content-column .inner-column {
  padding-top: 50px;
}

.services-block-two.style-two .inner-box .content-column .icon-box .icon,
.services-block-three.style-two .inner-box .content-column .icon-box .icon {
  color: #9f70ed;
}

/* Services Block Three */

.services-block-three {
  position: relative;
  padding-bottom: 40px;
}

.services-block-three .inner-box {
  position: relative;
}

.services-block-three .inner-box .content-column {
  position: relative;
}

.services-block-three .inner-box .content-column .inner-column {
  position: relative;
  padding-top: 90px;
  padding-left: 50px;
}

.services-block-three .inner-box .content-column .icon-box {
  position: relative;
}

.services-block-three .inner-box .content-column .icon-box .service-number {
  position: absolute;
  left: 0px;
  top: 165%;
  font-weight: 800;
  font-size: 85px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Nunito", sans-serif;
}

.services-block-three .inner-box .content-column .icon-box .icon {
  position: relative;
  font-size: 54px;
  color: #ff6288;
  line-height: 1em;
}

.services-block-three .inner-box .content-column h3 {
  position: relative;
  color: #444444;
  font-size: 25px;
  line-height: 1.3em;
  margin-top: 30px;
}

.services-block-three .inner-box .content-column .text {
  position: relative;
  color: #7f8497;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 30px;
}

.services-block-three .image-column {
  position: relative;
}

.services-block-three .image-column .inner-column {
  position: relative;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding-top: 75px;
  padding-bottom: 0px;
}

.testimonial-section.style-two {
  padding: 120px 0px 100px;
}

.testimonial-section .carousel-column {
  position: relative;
}

.testimonial-section .carousel-column .owl-nav {
  display: none;
}

.testimonial-section .carousel-column .owl-dots {
  position: relative;
  margin-top: 30px;
}

.testimonial-section .carousel-column .owl-dots .owl-dot {
  position: relative;
  width: 14px;
  height: 6px;
  margin-right: 5px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #cccccc;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.testimonial-section .carousel-column .owl-dots .owl-dot.active,
.testimonial-section .carousel-column .owl-dots .owl-dot:hover {
  width: 24px;
  border-color: #148e83;
  background-color: #148e83;
}

.testimonial-section .carousel-column .inner-column {
  position: relative;
  padding-top: 40px;
  padding-right: 60px;
}

.testimonial-section .carousel-column .inner-column h2 {
  position: relative;
  color: #444444;
  font-size: 35px;
  line-height: 1.3em;
}

.testimonial-section .carousel-column .inner-column .designation {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 1.3em;
  margin-top: 12px;
}

.testimonial-section .carousel-column .inner-column .quote-icon {
  position: relative;
  color: #d4b8f2;
  font-size: 36px;
  margin: 20px 0px 25px;
}

.testimonial-section .carousel-column .inner-column .text {
  position: relative;
  color: #7f8497;
  font-size: 16px;
  line-height: 1.8em;
}

.testimonial-section .carousel-column .inner-column .big-letter {
  position: absolute;
  right: 85px;
  top: 50px;
  color: #f7f9ff;
  line-height: 1em;
  font-size: 400px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.testimonial-section .image-column {
  position: relative;
}

.testimonial-section .image-column .inner-column {
  position: relative;
  min-height: 580px;
}

.testimonial-section .image-column .inner-column #particles-js {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.testimonial-section .image-column .inner-column .author-one {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 154px;
  height: 154px;
  margin-left: -77px;
  margin-top: -77px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-one.now-in-view {
  left: 5%;
  top: 42%;
}

/*.testimonial-section .image-column .inner-column .author-one{
	position:absolute;
	left:0%;
	top:42%;
	border-radius:50%;
	overflow:hidden;
	width:154px;
	height:154px;
} */

.testimonial-section .image-column .inner-column .author-two {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -47px;
  margin-top: -47px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-two.now-in-view {
  left: 20%;
  top: 15%;
}

.testimonial-section .image-column .inner-column .author-three {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -40px;
  margin-top: -40px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-three.now-in-view {
  left: 45%;
  top: 10%;
}

.testimonial-section .image-column .inner-column .author-four {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -25px;
  margin-top: -25px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-four.now-in-view {
  right: 30%;
  top: 0%;
}

.testimonial-section .image-column .inner-column .author-five {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -36px;
  margin-top: -36px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-five.now-in-view {
  right: 15%;
  top: 14%;
}

.testimonial-section .image-column .inner-column .author-six {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -36px;
  margin-top: -36px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-six.now-in-view {
  right: 30%;
  top: 30%;
}

.testimonial-section .image-column .inner-column .author-seven {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -22px;
  margin-top: -22px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-seven.now-in-view {
  right: -10%;
  top: 40%;
}

.testimonial-section .image-column .inner-column .author-eight {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -50px;
  margin-top: -50px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-eight.now-in-view {
  left: 35%;
  top: 48%;
}

.testimonial-section .image-column .inner-column .author-nine {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -23px;
  margin-left: -23px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-nine.now-in-view {
  left: 65%;
  top: 60%;
}

.testimonial-section .image-column .inner-column .author-ten {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -29px;
  margin-top: -29px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-ten.now-in-view {
  right: 0%;
  top: 66%;
}

.testimonial-section .image-column .inner-column .author-eleven {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -29px;
  margin-top: -29px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-eleven.now-in-view {
  left: 25%;
  bottom: 10%;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
  position: relative;
  padding: 120px 0px 100px;
}

.testimonial-section-two .carousel-column {
  position: relative;
  z-index: 1;
}

.testimonial-section-two .carousel-column .owl-nav {
  display: none;
}

.testimonial-section-two .carousel-column .owl-dots {
  position: relative;
  margin-top: 30px;
}

.testimonial-section-two .carousel-column .owl-dots .owl-dot {
  position: relative;
  width: 14px;
  height: 6px;
  margin-right: 5px;
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #cccccc;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.testimonial-section-two .carousel-column .owl-dots .owl-dot.active,
.testimonial-section-two .carousel-column .owl-dots .owl-dot:hover {
  width: 24px;
  border-color: #ff6489;
  background-color: #ff6489;
}

.testimonial-section-two .carousel-column .inner-column {
  position: relative;
  padding-top: 40px;
  padding-right: 0px;
}

.testimonial-section-two .carousel-column .inner-column h2 {
  position: relative;
  color: #444444;
  font-size: 35px;
  line-height: 1.3em;
}

.testimonial-section-two .carousel-column .inner-column .designation {
  position: relative;
  color: #777777;
  font-size: 15px;
  line-height: 1.3em;
  margin-top: 12px;
}

.testimonial-section-two .carousel-column .inner-column .quote-icon {
  position: relative;
  color: #9f70ed;
  font-size: 36px;
  margin: 20px 0px 25px;
}

.testimonial-section-two .carousel-column .inner-column .text {
  position: relative;
  color: #7f8497;
  font-size: 16px;
  line-height: 1.8em;
}

.testimonial-section-two .carousel-column .inner-column .big-letter {
  position: absolute;
  right: 85px;
  top: 100px;
  color: #f7f9ff;
  line-height: 1em;
  font-size: 400px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.testimonial-section-two .image-column {
  position: relative;
  text-align: center;
}

.testimonial-section-two .image-column .inner-column {
  position: relative;
  min-height: 340px;
  background: url(../images/background/map.png) center center no-repeat;
}

/* Circle One */

.testimonial-section-two .image-column .inner-column .circle-one {
  position: absolute;
  left: 70px;
  top: 0px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 2px dashed #bdbbbc;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

.testimonial-section-two .image-column .inner-column .circle-two {
  position: absolute;
  left: 135px;
  top: 65px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px dashed #bdbbbc;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}

/* Author One */

.testimonial-section-two .image-column .inner-column .author-one {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  margin-left: -44.5px;
  margin-top: -44.5px;
  background-color: #fdfff8;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-section-two .image-column .inner-column .author-one img {
  border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-one.now-in-view {
  left: 23%;
  top: 13%;
}

/* Author Two */

.testimonial-section-two .image-column .inner-column .author-two {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  margin-right: -33px;
  margin-top: -33px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  background-color: #fdfff8;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-section-two .image-column .inner-column .author-two img {
  border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-two.now-in-view {
  right: 25%;
  top: 30%;
}

/* Author Three */

.testimonial-section-two .image-column .inner-column .author-three {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  margin-left: -36px;
  margin-bottom: -36px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  background-color: #fdfff8;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-section-two .image-column .inner-column .author-three img {
  border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-three.now-in-view {
  left: 12%;
  bottom: 0%;
  margin: 0px;
}

/* Author Four */

.testimonial-section-two .image-column .inner-column .author-four {
  position: absolute;
  content: "";
  right: 50%;
  bottom: 50%;
  width: 44px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  margin-right: -22px;
  margin-bottom: -22px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  background-color: #fdfff8;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-section-two .image-column .inner-column .author-four img {
  border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-four.now-in-view {
  right: 28%;
  bottom: 10%;
}

/* Author Five */

.testimonial-section-two .image-column .inner-column .author-five {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 50%;
  width: 137px;
  height: 137px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  margin-left: -68.5px;
  margin-bottom: -68.5px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  background-color: #fdfff8;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-section-two .image-column .inner-column .author-five img {
  border-radius: 50%;
}

.testimonial-section-two .image-column .inner-column .author-five.now-in-view {
  left: 34%;
  bottom: 24%;
  margin: 0px;
}

/* Icon */

.testimonial-section-two .image-column .inner-column .icon {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 50%;
  width: 44px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  color: #fdfff8;
  margin-left: -22px;
  margin-bottom: -22px;
  transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  background-color: #fdfff8;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-section-two .image-column .inner-column .icon .fa {
  background-color: #ff6489;
  color: #fdfff8;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.testimonial-section-two .image-column .inner-column .icon.now-in-view {
  left: 9%;
  bottom: 40%;
  margin: 0px;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
  position: relative;
  padding: 85px 0px 60px;
  background-color: #ecf1fe;
}

.sponsors-section .owl-item {
  text-align: center !important;
}

.sponsors-section .owl-item img {
  display: inline-block;
  width: auto !important;
  max-height: 100% !important;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sponsors-section .owl-item img:hover {
  opacity: 1;
}

.sponsors-section .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.sponsors-section .title-box h2 {
  position: relative;
  color: #444444;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3em;
}

.sponsors-section .title-box .title {
  position: relative;
  color: #7f8497;
  font-size: 16px;
  margin-top: 25px;
}

.sponsors-section .owl-dots,
.sponsors-section .owl-nav {
  display: none;
}

.sponsors-section.style-two {
  padding-top: 0px;
  background-color: #fdfff8;
}

/*** 

====================================================================
	Download Section
====================================================================

***/

.download-section {
  position: relative;
  background-position: center center;
  padding: 180px 0px 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  overflow: hidden;
}

.download-section .circle-icons {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

.download-section .circle-icons .icon-one {
  position: absolute;
  left: 7%;
  top: 12%;
  width: 62px;
  height: 62px;
  background-color: #ffc34a;
  border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-two {
  position: absolute;
  left: 18%;
  top: 45%;
  width: 35px;
  height: 35px;
  background-color: #9f4aff;
  border-radius: 50px 50px 50px 0px;
}

.download-section .circle-icons .icon-three {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 70px;
  height: 70px;
  background-color: #58e582;
  border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-four {
  position: absolute;
  left: 35%;
  top: 18%;
  width: 42px;
  height: 42px;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  background-color: #54bdff;
  border-radius: 0px 50px 50px 50px;
}

.download-section .circle-icons .icon-five {
  position: absolute;
  left: 35%;
  top: 45%;
  width: 35px;
  height: 35px;
  background-color: #ffc34a;
  border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-six {
  position: absolute;
  left: 30%;
  bottom: 10%;
  width: 32px;
  height: 32px;
  background-color: #ff4a5b;
  border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-seven {
  position: absolute;
  left: 44%;
  bottom: 7%;
  width: 60px;
  height: 60px;
  background-color: #524aee;
  border-radius: 50px 50px 50px 0px;
}

.download-section .circle-icons .icon-eight {
  position: absolute;
  left: 60%;
  bottom: 12%;
  width: 32px;
  height: 32px;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  background-color: #ff6131;
  border-radius: 50px 0px 50px 50px;
}

.download-section .circle-icons .icon-nine {
  position: absolute;
  left: 60%;
  top: 10%;
  width: 32px;
  height: 32px;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  background-color: #34f8e8;
  border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-ten {
  position: absolute;
  left: 68%;
  bottom: 12%;
  width: 60px;
  height: 60px;
  background-color: #cc6aff;
  border-radius: 50px 50px 50px 0px;
}

.download-section .circle-icons .icon-eleven {
  position: absolute;
  left: 70%;
  top: 20%;
  width: 47px;
  height: 47px;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  background-color: #0294f5;
  border-radius: 50px 50px 50px 0px;
}

.download-section .circle-icons .icon-twelve {
  position: absolute;
  right: 10%;
  top: 20%;
  width: 66px;
  height: 66px;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  background-color: #5fdbea;
  border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-thirteen {
  position: absolute;
  right: 20%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  background-color: #f55d28;
  border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-fourten {
  position: absolute;
  right: 6%;
  bottom: 10%;
  width: 62px;
  height: 62px;
  background-color: #ffe34a;
  border-radius: 50px 50px 0px 50px;
}

.download-section .circle-icons .icon-fifteen {
  position: absolute;
  right: 20%;
  bottom: 6%;
  width: 30px;
  height: 30px;
  background-color: #4aff9f;
  border-radius: 50px 50px 0px 50px;
}

.download-section .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.download-section .title-box h2 {
  position: relative;
  color: #444444;
  font-weight: 600;
  font-size: 35px;
}

.download-section .title-box .text {
  position: relative;
  color: #7f8497;
  font-weight: 400;
  font-size: 16px;
  max-width: 830px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 2em;
}

.download-section .buttons-box {
  position: relative;
  text-align: center;
}

.buttons-box .theme-btn img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  vertical-align: middle;
  padding-left: 30px;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section {
  position: relative;
  padding: 135px 0px 110px;
  background-color: #ecf1fe;
}

.faq-section .sec-title {
  position: relative;
  margin-bottom: 80px;
}

.faq-section .owl-dots {
  display: none;
}

.faq-section .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}

.faq-section .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
  color: #d0d0d0;
  font-size: 50px;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.faq-section .owl-nav .owl-next {
  position: absolute;
  right: -80px;
  color: #d0d0d0;
  font-size: 50px;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.faq-section .owl-nav .owl-prev:hover,
.faq-section .owl-nav .owl-next:hover {
  color: #9f70ed;
}

.team-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.designation {
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
/* Faq Block */

.faq-block {
  position: relative;
  margin-bottom: 30px;
}

.faq-block .inner-box {
  position: relative;
  text-align: center;
  border-radius: 8px;
  padding: 68px 30px 45px;
  border: 1px solid #dedede;
}

.faq-block .inner-box h3 {
  position: relative;
  color: #444444;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: "Open Sans", sans-serif;
}

.faq-block .inner-box .text {
  position: relative;
}

.faq-block .inner-box .text p {
  position: relative;
  color: #7f8497;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 18px;
}

.faq-block .inner-box .text p:last-child {
  margin-bottom: 0px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background-color: #f6f6f6;
}

.main-footer .button-box {
  position: relative;
  top: -28px;
  text-align: center;
}

.main-footer .widgets-section {
  position: relative;
  padding: 80px 0px 30px;
}

.main-footer .footer-column {
  position: relative;
  float: left;
  width: 20%;
  margin-bottom: 30px;
}

.main-footer .footer-column h2 {
  position: relative;
  color: #444444;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

.main-footer .footer-column .footer-list {
  position: relative;
}

.main-footer .footer-column .footer-list li {
  position: relative;
  margin-bottom: 8px;
}

.main-footer .footer-column .footer-list li a {
  position: relative;
  color: #7f8497;
  font-size: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .footer-column .footer-list li a:hover {
  color: #9f70ed;
}

.main-footer .footer-bottom {
  position: relative;
  text-align: center;
  padding: 35px 0px 100px;
  border-top: 1px solid #d4d4d4;
}

.main-footer .footer-bottom .logo {
  position: relative;
  margin-bottom: 20px;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  color: #7f8497;
  font-size: 14px;
  margin-bottom: 16px;
}

.main-footer .footer-bottom .social-nav {
  position: relative;
}

.main-footer .footer-bottom .social-nav a {
  position: relative;
  margin: 0px 9px;
  color: #7f8497;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .footer-bottom .social-nav a:hover {
  color: #9f70ed;
}


/***

====================================================================
	Screenshots Section
====================================================================

***/

.screenshots-section {
	position: relative;
	padding: 70px 0px 110px;
	overflow: hidden;
  }
  
  .screenshots-section:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 250px;
	width: 100%;
	height: 499px;
	background: url(../images/background/bg.png) repeat-x;
  }
  
  .screenshots-section .carousel-container {
	position: relative;
	overflow: hidden;
  }
  
  .screenshots-section .carousel-outer {
	position: relative;
	width: 284px;
	height: 578px;
	margin: 0 auto;
	padding: 12px 20px 0;
	background: none; /* Removed background image from here */
	z-index: 1;
  }
  
  .screenshots-section .carousel-outer .owl-carousel {
	position: relative;
	z-index: 1;
  }
  
  .screenshots-section .carousel-outer .mockup-layer {
	position: absolute;
	width: 285px;
	height: 578px;
	left: 0px;
	top: 0px;
	background: url(../images/background/phoneMockup.png) center center no-repeat;
	z-index: 999; /* Very high z-index to ensure it's above everything */
	pointer-events: none; /* This allows clicks to pass through to the carousel */
  }
  
  .screenshots-section .carousel-outer .mockup-layer:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 578px;
	background: url(../images/background/phoneMockup.png) left top no-repeat;
	z-index: 999;
  }
  
  .screenshots-section .carousel-outer .mockup-layer:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 21px;
	height: 578px;
	background: url(../images/background/phoneMockup.png) right top no-repeat;
	z-index: 999;
  }
  
  .screenshots-section .owl-stage-outer {
	overflow: visible;
  }
  
  .screenshots-section .slide {
	position: relative;
	z-index: 1;
	-webkit-transform: scale(0.8) translateY(10px);
	-ms-transform: scale(0.8) translateY(10px);
	-moz-transform: scale(0.8) translateY(10px);
	transform: scale(0.8) translateY(10px);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
  }
  
  .screenshots-section .active .slide {
	-webkit-transform: scale(1) translateY(10px);
	-ms-transform: scale(1) translateY(10px);
	-moz-transform: scale(1) translateY(10px);
	transform: scale(1) translateY(10px);
	opacity: 1;
  }
  
  .screenshots-section .slide .image {
	position: relative;
	z-index: 1;
  }
  
  .screenshots-section .slide .image img {
	width: 100%;
	display: block;
	border-radius: 5px;
	position: relative;
	z-index: 1;
  }
  
  .screenshots-section .owl-nav,
  .screenshots-section .owl-dots {
	display: none;
  }


/*** 
====================================================================
    Contact Form
====================================================================
***/

/* Center the form section */
.contact-page-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
  background-color: #ecf1fe; 
}

.form-column {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
}

/* Title styling */
.title-box {
  text-align: center;
  margin-bottom: 40px;
}

.title-box h2 {
  font-size: 32px;
  font-weight: 600;
  color: #262626;
}

/* Form group styling */
.contact-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="password"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  padding: 10px 0px;
  font-weight: 400;
  background: none;
  border-bottom: 1px solid #bababa;
  transition: all 500ms ease;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 110px;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  padding: 10px 0px;
  font-weight: 400;
  resize: none;
  background: none;
  border-bottom: 1px solid #bababa;
  transition: all 500ms ease;
}

/* Placeholder styling */
.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
  color: #262626;
}

/* Button styling */
.theme-btn.btn-style-two {
  background: #9f70ed;
  color: #ffffff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.theme-btn.btn-style-two:hover {
  background: #8a5ed9;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}

/* Error handling */
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}

/* Responsive adjustments */
@media only screen and (max-width: 767px) {
  .contact-form {
      padding: 20px;
  }
  
  .title-box {
      margin-bottom: 30px;
  }
  
  .title-box h2 {
      font-size: 24px;
  }
}