@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --theme-text-color: #1e1e1e;
  --theme-color: #252074;
  --theme-color-second: #e40371;
  --theme-p-color:#2c2c2c;
  --theme-bg-color: #000;
  --theme-gradent-color:linear-gradient(122deg, rgba(228,3,113,1) 29%, rgba(37,32,116,1) 76%);
  --theme-heading-font: "Open Sans", sans-serif;
  --theme-default-font: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: var(--theme-text-color);
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--theme-heading-font);
  color: inherit;
}

p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: var(--theme-default-font);
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}
.text-gredent{
  background-image: linear-gradient(122deg, rgba(228,3,113,1) 29%, rgba(37,32,116,1) 76%);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom:130px !important;
  right: 20px;
  width: 40px;
  height: 40px;
  background: var(--theme-color-second);
  border-radius: 0px;
  text-align: center;
  border: 2px solid var(--theme-color-second);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  z-index:11;
}

.m-backtotop.active {
  bottom: 130px;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
/* ........Scroll top......... */

/* ---------Moblie Call Action------------- */
.mobile-fixed-button {
  display: none;
}
/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
  background: var(--theme-gradent-color);
  border: 1px solid var(--theme-gradent-color);
  padding: 11px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: var(--theme-default-font);
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}
.btn1:hover {
  background: #ffffffe5;
  border: 1px solid var(--theme-color-second);
  color: var(--theme-color-second);
}
.btn2 {
  background: #ffffffe5;
  border: 1px solid var(--theme-color-second);
  color: var(--theme-color-second);
  padding: 11px 0px;
  display: inline-block;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: var(--theme-default-font);
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}
.btn2:hover {
  background: var(--theme-gradent-color);
  border: 1px solid var(--theme-color-second);
  color: #fff;
}
.btn_gap{
  margin-right: 8px;
}
.heading h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}
.heading h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}

/* ---------Nav ber------------- */
.small {
  display: none;
}
.top_bar{
  padding: 5px 0;
  color: #fff;
background: var(--theme-gradent-color);
}
.top_bar .top_ul ul{
margin-bottom: 0;
text-align: right;
}
.top_bar .top_ul ul li{
  display: inline-block;
  margin-left: 5px;
}
.top_bar p{
  font-weight: 400;
}
.top_bar .top_ul li a {
  color: #ffffff;
  font-size: 13px;
}
.top_bar .top_ul li a i {
  margin-right: 4px;
  font-size: 17px;
}
.top__baradd p {
  margin-bottom: 0;
  font-size: 13px;
}
.top__baradd p i{
  font-size: 17px;
}
.top_bar .top__baradd {
  display: flex;
  align-items: center;
  gap: 14px;
}
.top_bar .top__baradd p span {
  font-weight: 700;
  margin-right: 1px;
}
.hd_btn_sec .btn1 {
	width: 200
}
.main_header {
  position: absolute;
  padding: 3px 0;
  width: 100%;
  z-index: 11;
}

.main_header .hd_btn_sec {
  text-align: center;
  margin-left: 20px;
}
.main_header .hd_btn_sec span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.main_header .container-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_header .main_navbar img {
  width: 305px;
}

.main_header .nav_menu .nav_ul {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 0;
}
.sub_drop.list-unstyled li a{
  padding: 15px 9px !important;
}
.main_header .nav_menu .nav_ul li {
	margin-left: 35px;

}
.main_header .nav_menu .nav_ul {
	display: flex;
	align-items: center;
	justify-content: right;
	margin-bottom: 0;
}
.main_header .nav_menu .nav_ul li a {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
  position: relative;
}
/* .main_header .nav_menu .nav_ul li a::after{
  content: "";
  position: absolute;
  background: linear-gradient(87deg, rgba(28,196,243,1) 27%, rgba(37,240,203,1) 81%);
  width: 0;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -5px;
  transition: all 0.6s;
} */

.main_header .nav_menu .nav_ul li:hover a::after{
  width: 100%;
}
.main_header .nav_menu .nav_ul li.active a::after{
  width: 100%;
}
.main_header .nav_menu .nav_ul li a {
  color: #fff;
  font-weight: 400;
}

.main_header .navbar_logo a img {
  width: 100px;
}
.main_header .nav_menu .nav_ul li a {
  color: #fff;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1355px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}
/* banner */
.banner{
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../image/banner.jpg') no-repeat top;
  background-size: cover;
  padding: 210px 0 250px;
 color: #fff;
 position: relative;
}
.banner .banner_heading h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.banner .banner_heading h1 span{
  color: var(--theme-color-second);
}
.banner .banner_heading p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 32px;
}


.service_sec .top_ivon p {
  font-size: 15px;
  margin-bottom: 0;
  color:#fff;
}

.service_sec .top_ivon {
  padding: 50px 20px 50px 20px;
  transition: all 0.6s;
  cursor: pointer;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
    padding: 45px 25px 50px 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service_sec .top_ivon .btom{
  position: relative;
  z-index: 11;
}
.service_sec .top_ivon .over_lay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffff;
}
.service_sec .top_ivon .over_lay img{
  transition: all 0.6s ease-in-out;
  width: 100%;
  height: 100%;
}
.service_sec .top_ivon:hover img{
  transform: scale(1.1);
}
.service_sec .top_ivon::before {
	content: "";
	background: url('../image/dots.png') no-repeat;
	position: absolute;
	width: 297px;
	height: 291px;
	left: 0;
	top: 0;
	z-index: 1;
}
.service_sec .sev_con {
  width: 100%;
  height: 100%;
}

.service_sec .top_ivon .top_img {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px !important;
background: linear-gradient(115deg, rgba(228, 3, 113, 0.63) 27%, rgba(39, 33, 125, 0.64) 58%, rgba(37, 32, 116, 0.74) 73%);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  align-items: center;
}

.service_sec .top_ivon .top_img::after {
  content: "";
  position: absolute;
  border: 2px dashed var(--theme-color-second);
  width: 115%;
  height: 115%;
  border-radius: 50%;
  top: -7px;
  left: -7px;
  right: 0;
  animation: rotateBorder 5s linear infinite;
  -webkit-animation: rotateBorder 5s linear infinite;
  -moz-animation: rotateBorder 5s linear infinite;
}
@keyframes rotateBorder {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.service_sec .top_ivon:hover {
  transform: translateY(-5px);
}

.service_sec .top_ivon .top_img img {
  width: 60px;
  height: 60px;
  transition: all 0.6s;
}

.service_sec .top_ivon:hover {
  transform: translateY(-5px);
}

.service_sec .top_ivon h4 {
  margin-bottom: 10px;
  font-weight: 600;
  /* color: #1c1a1a; */
  color: #ffffff;
}
.gaping{
  margin-top: 1px;
}
.service_sec .heading p {
  color: var(--theme-p-color);
}
/* home_about */
.home_about .heading p{
color: var(--theme-p-color);
}
.about_img_sty img{
  border-radius: 50px;
}
.home_about{
  background:linear-gradient(rgba(44, 56, 85, .7),rgba(44, 56, 85, .7)) ,url('../image/background-15.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.home_about .heading p{
  color: #fff;
}
/* why us */
.why_cooch{
  background: url('../image/why-bg.jpg') no-repeat center;
  background-size: cover;
}
.why_cooch .heading p{
  color: #fff;
  }
  .why_cooch .top_ivon p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color:#fff;
  }
  
  .why_cooch .top_ivon {
    background-color: #FFFFFF54;
    padding: 25px;
    border: 1px solid transparent;
    transition: all 0.6s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    gap: 15px;
}
  .why_cooch .top_ivon::before{
    content: "";
    position: absolute;
    border-top: 3px solid var(--theme-color);
    border-left: 3px solid var(--theme-color);
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 50px 0 50px;
    transition: all 0.6s ease-in-out;
    z-index: -1;
  }
  .why_cooch .top_ivon::after{
    content: "";
    position: absolute;
    border-bottom: 3px solid var(--theme-color);
    border-right: 3px solid var(--theme-color);
    right:0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 50px 0 50px;
    transition: all 0.6s ease-in-out;
    z-index: -1;
  }
  /* .why_cooch .top_ivon:hover::before{
    width: 100%;
    height: 100%;
  }
  .why_cooch .top_ivon:hover::after{
    width: 100%;
    height: 100%;
  } */
  .why_cooch .top_ivon .top_img {
    min-width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    background: linear-gradient(115deg, rgba(228, 3, 113, 0.63) 27%, rgba(39, 33, 125, 0.64) 58%, rgba(37, 32, 116, 0.74) 73%);
    border-radius: 15px;
    position: relative;
    align-items: center;
  }
  
  .why-sty{
    border-radius: 20px;
  }
  .why_cooch .top_ivon .top_img img {
    width: 45px;
    height: 45px;
}
  .why_cooch .top_ivon h4 {
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
  }
.ft_gap_left{
  padding-right: 50px;
}
.testimonials_sec{
  background: url('../image/review-bg.jpg') no-repeat;
  background-size: cover;
}
.testimonials_sec .testimonials_content {
	padding: 4px;
	background: linear-gradient(122deg, rgba(228,3,113,1) 29%, rgba(37,32,116,1) 76%);
	border-radius: 15px;
  margin: 5px;
}

.testimonials_sec .testimonials_content .contented {
  padding: 40px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #7E82992E 0%, #7E829900 100%);
  border-radius: 15px;
  position: relative;
  z-index: 11;
}
.testimonials_sec .testimonials_content .contented::after {
	content: "";
	background: url('../image/quotation.png') no-repeat;
	background-size: 100%;
	position: absolute;
	width: 76px;
	height: 76px;
	right: 25px;
	bottom: 0;
	z-index: 1;
}
  
  .testimonials_sec .testimonials_content .contented .coma_sty {
    margin-bottom: 30px;
    position: relative;
    margin-top: -66px;
    width: 67px
  }
  
  .testimonials_sec .testimonials_content .top_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
  }
  
  .testimonials_sec .testimonials_content .content_profile {
    position: relative;
    z-index: 1;
    margin-top: -95px
  }
  
  .review_slider .item {
    margin: 10px 0 20px
  }
  
  .testimonials_sec .testimonials_content .content_profile img {
    min-width: 60px;
    min-height: 60px;
    border-radius: 50px;
    overflow: hidden
  }
  
  .testimonials_content h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
  }
  
  .testimonials_content .ratting i {
    color: #fe8a02;
    font-size: 20px
  }
  
  .testimonials_content .ratting {
    margin-bottom: 10px
  }
   footer .ft_socail a {
    background: var(--theme-gradent-color);
    height: 45px;
}
  footer {
    padding: 80px 0 40px;
    background-size: cover;
    color: #fff;
    position: relative;
  background: url('../image/footer-bg.jpg') no-repeat top;
  background-size: cover;
  }

footer .ft_logo img {
    width: 140px;
    margin-bottom: 17px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}
  
  footer .ft_gap_left {
    margin-left: -15px
  }
  
  footer ul.list-unstyled.ft_links li {
    margin-bottom: 11px
  }
  footer .ft_links2 li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 23px;
  }
  footer .ft_links2 li a:first-child {
    align-items: flex-start;
}

  
footer .ft_links2 li i {
  font-size: 30px !important;
  margin-right: 5px;
  min-width: 40px;
  border-radius: 5px;
  color: var(--theme-color-second);
  display: flex;
  align-items: center;
  justify-content: center;
}
  
  footer .ft_content h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 700;
}
footer .ft_content p{
  color: #fff;
}
  footer .ft_links li a,
  footer .ft_links2 li a {
    color: #fff;
  }
  .ft_links2 li {
    display: flex;
    margin-bottom: 15px;
    font-size: 13px;
}
  footer .ft_links2 li a .ft_call img {
    width: 30px;
    margin-right: 5px
  }
  
  footer .ft_border {
    width: 100%;
    height: 1px;
    margin: 35px 0;
    background-color: #373737;
  }
  
  footer .ft_socail {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px
  }
  
  footer .ft_socail a {
    width: 45px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px
  }
  .prot_pofkko {
    background-color: #f3c7df;
    background-image: url('../image/header-bg11.png');
    background-size: cover;
    position: relative;
    z-index: 11;
}
.prot_flio{
  position: relative;
  z-index: 111;
}
.prot_pofkko::before{
content: "";
position: absolute;
background: url('../image/elements20.png') no-repeat;
background-size: cover;
width: 700px;
left: 0;
height: 100%;
top: 0;
z-index: 1;
}
.prot_pofkko::after{
  content: "";
  position: absolute;
  background: url('../image/elements19.png') no-repeat;
  background-size: cover;
  width: 700px;
  right: 0;
  height: 100%;
  bottom: 0;
  z-index: 1;
  }
.prot_pofkko .heading p{
  color: var(--theme-p-color);
}
.prot_flio .flio_det{
  padding: 15px 10px;
}
.prot_flio .flio_img{
  position: relative;
  background: url('../image/fream.png') no-repeat;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.6s;
}
.prot_flio .flio_img img {
	border-radius: 15px;
	padding: 20px 25px;
  transition: all 0.6s;
}
.prot_flio .flio_det h4{
  color: #1a1919;
  margin-bottom: 0;
}
.prot_flio .flio_det p {
  color: var(--theme-p-color);
  margin-bottom: 10px;
}
.prot_flio:hover .flio_img {
  transform: rotate(1deg);
}
footer .ft_links li a i{
  font-size: 14px;
  color: var(--theme-color-second);
  margin-right: 10px;
}
.service_sec {
  background: linear-gradient(120deg, #8c87db63, rgba(246, 77, 77, 0)), #ff9acb1f url(https://demo15p.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2019%2F10%2Fcircles160.png) right center / auto no-repeat scroll;
  background-attachment: fixed;
}

/* .....innner page */
.inner-page {
  padding: 180px 0 120px;

}
.inner-page h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.inner-page ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-page ul li {
  font-size: 20px;
  margin: 0 6px;
  color: #fff;
  font-weight: 300;
}
.inner-page ul li a {
  color: #fff;
  font-weight: 300;
}
.inner_content {
	padding: 36px 14px;
	border-radius: 5px;
  text-align: center;
}
.contact_bg{
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/contact-banner.jpg') no-repeat top;
  background-size: cover;
}
.blog_bg{
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/blog-banner.jpg') no-repeat top;
  background-size: cover;
}

.dbox {
  padding:20px; 
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
} 
.dbox p {
margin-bottom: 0; }
.dbox p span {
	font-weight: 500;
	color: var(--theme-color);
	display: block;
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 15px;
}
.dbox p a {
  color: #000000;
}
.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--theme-color);
  margin: 0 auto;
  margin-bottom: 20px;
}
.dbox .icon span {
  font-size: 35px;
  color: #fff; }
.dbox .text {
width: 100%; }
.contact-wrap {
  background-color:#fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 60px 42px !important;
  border-radius: 12px;
}
.contact-wrap h3 {
  font-size: 52px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.enquiry_form input {
	height: 45px;
	border-radius: 5px;
	color: #666666;
	border: 1px solid #e2e2e2;
	width: 100%;
	padding: 0 24px;
	outline: none;
}
.enquiry_form select {
	height: 45px;
	border-radius: 5px;
	color: #666666;
	border: 1px solid #e2e2e2;
	width: 100%;
	padding: 0 24px;
	outline: none;
}
.enquiry_form textarea {
	border-radius: 5px;
	color: #666666;
	padding: 16px;
	width: 100%;
	border: 1px solid #e2e2e2;
}
.enquiry_form button {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.ftco-section .contact-form input {
	height: 55px;
	border-radius: 5px;
	color: #666666;
	border: 1px solid #e2e2e2;
	width: 100%;
	padding: 0 24px;
	outline: none;
}
.ftco-section .contact-form select {
	height: 55px;
	border-radius: 5px;
	color: #666666;
	border: 1px solid #e2e2e2;
	width: 100%;
	padding: 0 24px;
	outline: none;
}
.ftco-section .contact-form textarea {
	border-radius: 5px;
	color: #666666;
	padding: 16px;
	width: 100%;
	border: 1px solid #e2e2e2;
}

.maps{
  line-height: 0;
}
.maps iframe{
  height: 450px;
}
.top_img_add {
  margin-bottom: 15px;
}
.dbox p i {
  font-size: 23px;
  margin-right: 5px;
  color: var(--theme-color-second);
}
form#contact-form .heading h2 {
  display: inline-block;
}
.dbox h5 {
  display: inline-block;
}


/* BLOG SEC */
.blog-sec1 .blog-contain {
	padding: 15px;
	border-radius: 15px;
	height: 100%;
	background: inherit;
	border: 2px solid var(--theme-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.blog-content {
	text-align: center;
}
.blog-sec1 .blog-contain .img-top {
  padding-bottom: 15px;
  background:var(--theme-color-gradient);
  padding: 2px;
  border-radius: 12px;
}

.blog-sec1 .blog-contain .img-top img {
	border-radius: 10px;
}

.blog-sec1 .blog-contain .blog-content .heading h3 {
  color: #000;
}

.blog-sec1 .blog-contain .blog-content .heading p strong {
  color: #00000059;
}
.blog-sec1 .blog-contain .blog-content .heading .blog-head p {
	margin: 14px 0 8px;
	text-align: center;
	width: 100%;
}
.blog-sec1 .blog-contain .blog-content .heading p {
	color: var(--theme-default-color);
}

.blog-sec1 .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-sec1 a.blog-btn {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 190px;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0px;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.5s;
}

.blog-sec1 a.blog-btn i {
  transition: 0.5s;
}

.blog-sec1 a.blog-btn:hover i {
  margin-left: 15px;
  transition: 0.5s;
}

.blog-sec1 .baby-care-sec .product-description a {
  color: var(--theme-color);
}

.blog-sec1 .blog-contain .blog-content .heading h5 {
  font-family: var(--theme-heading-font);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
.text_gardeen a {
	color:var(--theme-color);
	font-size: 18px;
}
.blog-sec1 .heading{
  text-align: center;
}
.contact-page  .heading{
  text-align: center;
}
#video_about {
  padding: 0 15px 80px;
}

.blog-sec1 .heading h2{
  display: inline-block;
}
/*** 

====================================================================
	Price One
====================================================================

***/

.price-one {
	position: relative;
	padding: 110px 0px 80px;
}

.price-one_pattern {
	position: absolute;
	left: -260px;
	top: 90px;
	width: 475px;
	height: 460px;
	background-repeat: no-repeat;
}

.price-block_one {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.price-block_one-inner {
	position: relative;
	padding: 100px 50px 70px;
	background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.price-block_one-pattern {
	position: absolute;
	right: 0px;
	top: 0px;
	left: 0px;
	height: 167px;
	background-repeat: no-repeat;
}

.price-block_one-pattern-two {
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 199px;
	height: 49px;
	background-repeat: no-repeat;
}

.price-block_one-title {
  color: #1a1719;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.price-block_one-inner {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.07);
  padding: 100px 50px 70px;
  position: relative;
}
.price-block_one-price {
	position: relative;
	font-weight: 700;
	line-height: 1em;
	color: var(--theme-color);
	font-size: 72px;
	margin-top: 10px;
}
.price-block_one-price span {
  position: relative;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000 !important;
}
.price-block_one-options {
	position: relative;
	margin-top: var(--margin-top-10);
}

.price-block_one-options li {
	position: relative;
	display: block;
	color: var(--color-five);
	font-size: var(--font-16);
	margin-bottom: var(--margin-bottom-20);
}

.price-block_one-options li strong {
	position: relative;
	display: block;
	font-weight: 700;
	color: var(--color-two);
	margin-bottom: var(--margin-bottom-5);
}

.price-block_one-options li.light {
	opacity: 0.70;
}

.price-block_one-options li:last-child {
	margin-bottom: var(--margin-zero);
}

.price-block_one-button {
	position: relative;
	margin-top: var(--margin-top-30);
}

.price-block_one-charges {
	position: relative;
	font-weight: 600;
	color: var(--color-two);
	font-size: var(--font-14);
	margin-top: var(--margin-top-20);
}

.price-block_one:nth-child(2) .price-block_one-price {
	color: var(--color-three);
}

.price-block_one:nth-child(2) .price-block_one-button .theme-btn {
	background-color: var(--color-three);
}

.price-block_one:nth-child(3) .price-block_one-price {
	color: var(--main-color);
}

.price-block_one:nth-child(3) .price-block_one-button .theme-btn {
	background-color: var(--main-color);
}
.price-block_one-pattern {
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  height: 196px;
  background-repeat: no-repeat;
  background-size: cover;
}
.price_sec .heading{
  text-align: center;
}
.price_sec .heading h2{
  display: inline-block;
}
.service_bg{
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/service-banner.jpg') no-repeat top;
  background-size: cover;
}
.about_bg{
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../image/about-banner.jpg') no-repeat top;
  background-size: cover;
}

.about-2 .img-box {
  overflow: hidden;
  border-radius: 40px;
}
.about-2 {
  background: linear-gradient(120deg, #8c87db63, rgba(246, 77, 77, 0)), #ff9acb1f url(https://demo15p.atiframe.com/wp-admin/admin-ajax.php?action=kc_get_thumbn&type=filter_url&id=%2Fwp-content%2Fuploads%2F2019%2F10%2Fcircles160.png) right center / auto no-repeat scroll;
  background-attachment: fixed;
}
.map-container iframe {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
}
.m-backtotop > div.arrow i {
    font-size: 30px;
}
.fix_call {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 222;
}
.fix_call img {
	width: 40px;
}
.fix_call a{
  display: block;
  margin: 10px 0;
}

/*For Header Flag*/
.select-language-parent
{
    margin-left:20px;
}
.custom-select {
    position: relative;
    width: 120px;
    text-align:center;
}

.select-selected {
    background: var(--theme-gradent-color);
    color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 35px;
}

.select-selected:hover {
    background: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    border: 1px solid var(--theme-color-second);
    color:var(--theme-color-second);
    border-radius: 35px;
}

.select-items {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    z-index: 99;
}

.select-items .option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select-items .option:hover {
    background-color: #ddd;
}

.option span {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 10px;
    background-size: cover;
}

.flag-en { 
    background-image: url('../image/flag/united-kingdom.png'); 
    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.flag-de { 
    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-image: url('../image/flag/german-flag.png'); 
    
}
/* new add css */

.banner_heading h4 span {
  color: #252074;
}

.banner_heading h4 {
  color: #e40371;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden; 
  white-space: nowrap; 
  border-right: 2px solid #e40371;
  width: fit-content;
  display: inline-block;
  animation: highlight 4s steps(30, end) infinite;
}

@keyframes highlight {
  from {
    width: 0;
  }
  to {
    width: 300px;
  }
}



/* For Service */
.wptb-service-item--inner{
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
}
.wptb-service-item--inner .wptb-service-item--image {
	height: 540px;
}
.wptb-service-item--inner .wptb-service-item--image img {
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.wptb-service-item--inner .wptb-service-item--holder {
	position: absolute;
	bottom: 0;
	left: -2px;
	z-index: 1;
	max-width: 315px;
	height: 280px;
	transition: all .3s ease;
  transform: translatey(198px);
}
.wptb-service-item--inner .wptb-service-item--holder .wptb-service-item--title {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 32px;
	font-family: var(--theme-default-font);
	font-weight: 700;
	transition: .5s all linear 0ms;
	min-height: 85px;
	line-height: 42px;
	padding: 19px 90px 15px 20px;
	margin-bottom: -2px;
}
.wptb-service-item--inner .wptb-service-item--holder .wptb-service-item--title .wptb-service-item--title-link {
	position: relative;
	z-index: 2;
	color: #fff;
	transition: .5s all linear 0ms;
	display: block;
	overflow: hidden;
}
.wptb-service-item--inner .wptb-service-item--holder .item-readmore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -80px;
	bottom: 0;
	padding: 10px 45px;
	z-index: -2;
	transition: .3s all linear 0ms;
}
.wptb-service-item--inner .wptb-service-item--holder .wptb-service-item--title::after {
	content: '';
	position: absolute;
	top: 0;
	left: -35px;
	bottom: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	transition: .5s all linear 0ms;
	border-radius: 0 11px 0 0;
	transform: skew(30deg);
	background: var(--theme-gradent-color);
	z-index: -1;
}
.wptb-service-item--inner .wptb-service-item--holder .wptb-service-item--description {
  font-size: 15px;
  padding: 10px 18px 25px;
  font-family: var(--theme-default-font);
  font-style: normal;
  font-weight: 400;
  background: #fff;
  line-height: 28px;
  transition: .5s all linear 0ms;
  height: 100%;
}
.wptb-service-item--inner .wptb-service-item--holder .wptb-service-item--description p {
	color: #323232;
	transition: .5s linear;
	position: relative;
	z-index: 2;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 500ms ease;
	display: block;
  font-size: 14px;
  line-height: 22px;
}
 /* .wptb-service-item--inner::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #9f90ff;
	opacity: .3;
	transition: .5s all linear 0ms;
} */
.wptb-service-item--inner .wptb-service-item--holder .item-readmore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -80px;
	bottom: 0;
	padding: 10px 45px;
	z-index: -2;
	transition: .3s all linear 0ms;
}
.wptb-service-item--inner .wptb-service-item--holder .wptb-service-item--title {
	font-size: 22px;
	font-family: var(--theme-heading-font);
	font-weight: 700;
	line-height: 28px;
}
.wptb-service-item--inner .wptb-service-item--holder .item-readmore .btn-link {
	transition: all .5s linear 0ms;
	color: #fff;
  font-size: 30px;
}
.wptb-service-item--inner .wptb-service-item--holder .item-readmore::after {
	content: '';
	top: 0px;
	left: -15px;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0 7px 0 0;
	transform: skew(29deg);
	z-index: -1;
	background: #000;
}

.wptb-service-item--inner:hover .wptb-service-item--holder, .swiper-slide.swiper-slide-active .wptb-service-item--inner .wptb-service-item--holder,  .wptb-service-item--inner.active .wptb-service-item--holder {
	max-height: 100%;
	transform: translatey(17px);
}
.wptb-service-item--inner:hover .wptb-service-item--holder .wptb-service-item--title a {
  color: #1c1c1c;
}
.wptb-service-item--inner:hover .wptb-service-item--holder .wptb-service-item--title:after,
.wptb-service-item--inner.active .wptb-service-item--holder .wptb-service-item--title:after {
  background: #fff;
}
 .wptb-service-item--inner:hover .wptb-service-item--holder .wptb-service-item--description p {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition-delay: 300ms;
}
 .wptb-service-item--inner:hover .wptb-service-item--holder .item-readmore .btn-link, .swiper-slide.swiper-slide-active .wptb-service-item--inner .wptb-service-item--holder .item-readmore .btn-link,  .wptb-service-item--inner.active .wptb-service-item--holder .item-readmore .btn-link {
  transform: rotatey(180deg);
}
/* Service Section End */