
@font-face {
  font-family: 'mysterious';
  src: url('../fonts/mysterious_lovers-webfont.woff2') format('woff2'),
  url('../fonts/mysterious_lovers-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'kalam';
  src: url('../fonts/kalam-regular-webfont.woff2') format('woff2'),
  url('../fonts/kalam-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kalam';
  src: url('../fonts/kalam-bold-webfont.woff2') format('woff2'),
  url('../fonts/kalam-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}

body {
  font-family: "Fredoka", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #383939;
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
  -webkit-animation: fadein 4s;
  -moz-animation: fadein 4s;
  -ms-animation: fadein 4s;
  -o-animation: fadein 4s;
  animation: fadein 4s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #0eacf3;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color: #098eca;
  text-decoration: none;
}

a, .nav-tabs > li > a {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
}
li {
  line-height: 20px;
}
p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 10px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.clear {
  clear: both;
}
.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
  text-align: center;
}
.center-responsive img {
  margin: 0px auto;
}
.position-relative {
  position: relative;
}
.cn_item i {
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
}
.text-primary {
  color: #fff200 !important;
}
.text-secondary {
  color: #e93380 !important;
}
.transition-all {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.float-right-right {
  float: right;
}
.full-width-float, .float-left-left {
  float: left;
}
.full-width-inblocks {
  display: inline-block;
}
.full-width-blocks {
  display: block;
}
.full-width-float, .full-width-inblocks, .full-width-blocks {
  width: 100%;
}
.float-off {
  float: none !important;
}
.full-width-img {
  width: 100%;
}
.white-color {
  color: #fff;
}
.blue-color {
  color: #09bce8 !important;
}
.red-color {
  color: #f05154 !important;
}
.btn-info {
  background-color: #95c11f;
  border-color: #95c11f;
  color: #fff;
}
.btn-info.focus, .btn-info:focus {
  background-color: #88b216;
  border-color: #88b216;
  color: #fff;
}
.btn-info:hover {
  background-color: #88b216;
  border-color: #88b216;
  color: #fff;
}
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #88b216;
  border-color: #88b216;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}
.btn-primary {
  background-color: #ede90b;
  border-color: #ede90b;
  color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #f6f22b;
  border-color: #f6f22b;
  color: #fff;
}
.btn-primary:hover {
  background-color: #f6f22b;
  border-color: #f6f22b;
  color: #fff;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #6bc04b;
  border-color: #6bc04b;
  color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #f6f22b;
  border-color: #f6f22b;
  color: #fff;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #b0b2b8;
  border-color: #b0b2b8;
}
.btn-default {
  background-color: #fe6400;
  border-color: #fe6400;
  color: #fff;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
  background-color: #de5a04;
  border-color: #de5a04;
  color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #de5a04;
  border-color: #de5a04;
  color: #fff;
}

/*
=======================================================================
	header
=======================================================================
*/
.header-navigation  {
  height: 132px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.fix-nav {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.header-navigation.fix-nav  {
  height:auto;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.top-header {
  background: linear-gradient(90deg, #393572 24.53%, #226BD7 75.34%);

  height: auto;
}
.top-header.fixee {
  height: auto;
}
.header-top-nav {
  background: #fff;
  position:relative;
  left: 0px;
  width: 100%;
  z-index: 1024;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  height: 82px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(50px);
}
.navbar-nav {
  margin: 0px 0 0;
  text-align: right;
}
.navbar-nav > li  {
  float: none;
  display: inline-block;
  
}
.navbar-nav > li > a {
  color: #2F4C9D;
  font-family: "Luckiest Guy", cursive;
  font-size: 16px;
  padding: 0px 16px 0px 16px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  position: relative;
  line-height: 83px;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a:hover, .nav > li.active > a {
  background-color: transparent;
  color: #393572;
}
.navbar-nav > li > a > span {
  display: block;
}
.navbar-nav > li > a > .cn_item {
  margin-bottom: 10px;
}

.header-contact .fa {
  color: #fff;
  font-size: 20px;
}
.header-contact .cn_item {
  display: inline-block;
  margin-bottom: 0px !important;
}
.top-add {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}
.header-contact-left {
  padding-top: 4px;
}
.header-contact.navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  text-transform: none;
  font-family: "Fredoka", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  padding:7px 10px 7px;
  line-height: normal;
}
.header-contact.nav > li > a:focus, .header-contact.nav > li > a:hover, .header-contact.nav > li.active > a:hover, .header-contact.nav > li.active > a {
  background-color:transparent;
  color: #767676;
}
.sprite-mainnav {
  background-image: url("../images/sprite-mainnav.png") !important;
  background-repeat: no-repeat;
  height: 33px !important;
  width: 35px !important;
}
.home-icon1 {
  background-position: 0px 0px;
}
.home-icon2 {
  background-position: -35px 0px;
}
.home-icon3 {
  background-position: -71px 0px;
}
.home-icon4 {
  background-position: -140px 0px;
}
.home-icon5 {
  background-position: -104px 0px;
}
.home-icon6 {
  background-position: -175px 0px;
}
.nav > li > a:hover .home-icon1, .slide-on-hover > li > a:hover .home-icon1 {
  background-position: 0px -32px;
}
.nav > li > a:hover .home-icon2,  .slide-on-hover > li > a:hover .home-icon2 {
  background-position: -35px -32px;
}
.nav > li > a:hover .home-icon3,  .slide-on-hover > li > a:hover .home-icon3 {
  background-position: -71px -33px;
}
.nav > li > a:hover .home-icon4, .slide-on-hover > li > a:hover .home-icon4 {
  background-position: -140px -32px;
}
.nav > li > a:hover .home-icon5, .slide-on-hover > li > a:hover .home-icon5 {
  background-position: -104px -31px;
}
.nav > li > a:hover .home-icon6, .slide-on-hover > li > a:hover .home-icon6 {
  background-position: -175px -32px;
}
.header-contact .header-cont {
  background: #876479;
}
.header-contact .header-cell {
  background: #fa364a;
}
.header-contact .header-fb {
  background: #435cc8;
}
.header-contact .header-cell i, .header-contact .header-fb i {
  top: 2px;
}
.navbar-nav .move-social-top {
  position: relative;
  top: 24px;
}
.logo {
  float: left;
  position: relative;
  top: 16px;
  margin-right: 20px;
  z-index: 100;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.logo img {
  height: 48px;
  width: 171px;
}
.logo .dis-off {
  display: none;
}
.dis-off {
  display: none;
}
.dis-on {
  display: block;
}
.fixed-header{
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.fixed-header.header-top-nav{
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  left: 0;
  position: fixed;
  right: 0;
  top: 0px;
  height: 82px;
  /* background: rgba(255, 255, 255, 0.99); */
  opacity: 1;
  -moz-box-shadow: 0 9px 38px rgba(0,0,0,0.05),0 5px 12px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 9px 38px rgba(0,0,0,0.05), 0 5px 12px rgba(0,0,0,0.1);
  box-shadow: 0 9px 38px rgba(0,0,0,0.05), 0 5px 12px rgba(0,0,0,0.1);
}
.fixed-header .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}
.fixed-header .logo {
  top: 16px;
}
.navbar-nav > li > a:hover.form-button, .navbar-nav > li > a:focus.form-button {
  background: transparent !important;

}
.button-form {
  position: relative;
  top: -5px;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  font-family: "Luckiest Guy", cursive;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #FFF;
  padding: 3px 18px;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-form:hover, .button-form:focus {
  background: #F2CA01;
  border: 1px solid #F2CA01;
}
.slide-on-hover .button-form {
  border: 1px solid #F2CA01;
  color: #F2CA01;
  top: 0px;
  font-size: 16px;
}
.button-form:hover, .button-form:focus {
  background: #F2CA01;
  color: #fff !important;
  border: 1px solid #F2CA01 !important;
}

#slide-overlay, #slide-overlay2 {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
#sidebar {
  background: rgba(255,255,255,.99);
  width: 320px;
  height: 100vh;
  position: fixed;
  left: -320px;
  overflow-y: auto;
  top: 0;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  box-shadow: 0 9px 38px rgba(0,0,0,0.05), 0 5px 12px rgba(0,0,0,0.1);
}
#menu-trigger {
  position: fixed;
  left: 15px;
  top: 10px;
  z-index: 99;
  cursor: pointer;
}
.line-wrap {
  height: 12px;
  margin: 10px 0 10px -1px;
  position: relative;
  top: -1px;
  transition: all 300ms ease 0s;
  width: 18px;
}
.line-wrap .line {
  height: 3px;
  width: 24px;
}
.line-wrap .line.center {
  margin: 3px 0;
}
.line-wrap .line {
  background-color: #000;
}
.dis-on .line {
  background-color: #000;
}
.fixed-header .dis-off .line {
  background-color: #000;
}
.c-menu {
  position: relative;
}
.menu-list .logo {
  float: left;
  left: 16px;
  position: relative;
  top: 21px;
}
.menu-list .logo img {
  margin: 0px !important;
  width: 176px;
}
.slide-on-hover {
  display: block;
  position: relative;
  top: 50px;
}
.slide-on-hover > li {
  position: relative;
  margin: 0px 0px 10px;
  line-height: 12px;
}
.slide-on-hover > li > a {
  color: #2F4C9D;
  font-family: "Luckiest Guy", cursive;
  font-size: 18px;
  padding: 13px 15px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.slide-on-hover > li > a > .cn_item {
  position: relative;
  top: -4px;
  margin-right: 0px;
}
.slide-on-hover > li > a:hover, .slide-on-hover > li > a:focus {
  background-color: transparent;
  color: #2F4C9D;
}
.slide-on-hover > li.active > a {
  background-color: #ff5400;
  color: #fff;
}

.slide-on-hover > li > .btn {
  padding: 8px 16px !important;
  border-radius: 35px;
  letter-spacing: -1px;
}
#sidebar.toggled {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
}
#close-trigger {
  cursor: pointer;
  float: right;
  padding-top:16px;
  position: absolute;
  right: 18px;
  z-index: 11;
}
@media (max-width: 1199px) {
  
.header-navigation {
  height: auto;
}
.header-top-nav {
  position: fixed;
}
}
@media (max-width: 767px) {
  .logo, .fixed-header .logo {
    top: 10px;
    left: 40px;
}
.logo img {
  height: auto;
  width: 141px;
}
  .header-top-nav, .fixed-header.header-top-nav {
    height: 61px;
  }
  .slide-on-hover li a .fa {
  font-size: 20px;
  position: relative;
  left: -5px;
  width: 23px;
  top: 4px;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-nav {
    height: 107px;
  }
  .navbar-nav > li {
    padding: 0px;
  }
  .navbar-nav > li > a {
    font-size: 14px;
    padding: 22px 16px 22px 16px;
  }
  .logo {
    top: 29px;
  }
  .fixed-header .logo {
    top: 19px;
  }
}
@media (min-width: 768px) {
  #menu-trigger {
    display: none;
  }
}
@media (min-width: 1200px) {
  .logo {
    margin-right: 50px;
  }
  .navbar-nav > li > a {
    padding-left: 17px;
    padding-right: 16px;
  }
}
@media (min-width: 1600px) {
  .navbar-nav > li > a {
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-contact.navbar-nav > li > a {
    font-size: 15px;
  }
}
/*
=======================================================================
	header end
=======================================================================
*/

/*
=======================================================================
	main-home
=======================================================================
*/
.main-home .full-banner-slider {
  /* min-height: 100%; */
  background-image: url(../images/slider-image1.jpg);
  background-size: cover !important;
  display: flex;
  background-position: center top;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
#homeslider .owl-stage-outer {
  width: 100%;
}
.bannercontent {
  position: relative;
  z-index: 1;
  width: 100%;
}
.main-home {
  position: relative;
}
.main-home, .main-home .full-banner-slider, .bannercontent {
  height: 620px;
}
.main-home:after {
  position: absolute;
  left: 0px;
  bottom: -90px;
  height: 295px;
  width: 100%;
  content: '';
  background-image: url(../images/cloud.png);
  background-repeat: repeat-x;
  z-index: 1;
}
.full-banner-slider:after {
  opacity: .4;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top:0px;
  background-image: linear-gradient(90deg, #0a00b2 0%, #f63636 67%,  #fffc00 99%);
}
.main-home .owl-theme .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.main-home .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #ffffff;
  border: 2px solid #000002;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.main-home .owl-theme .owl-dots .owl-dot.active span, .main-home .owl-theme .owl-dots .owl-dot:hover span {
  background: #efea0a;
}
.main-home .owl-carousel .owl-item img {
  width: auto;
}

.home-main-text {
  background-image: url(../images/banner-welc-bg.png);
  position: absolute;
  right: 40px;
  bottom: 150px;
  padding: 58px 50px;
  background-size: 91% 91%;
  background-position: center top;
  background-repeat: no-repeat;
}
.bannercontent .wel-char1, .bannercontent .wel-char2, .bannercontent .wel-char3 {
  position: absolute;
}
.welcomedaycare-text {
  width: 360px !important;
}
.bannercontent .wel-char1 {
  left: 19px;
  top: -32px;
  width: 88px !important;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}
.bannercontent .wel-char2 {
  right: -7px;
  top: -49px;
  width: 100px !important;
  -webkit-animation: pulse 3000ms infinite;
  animation: pulse 3000ms infinite;
}
.bannercontent .wel-char3 {
  width: 140px!important;
  right: -37px;
  bottom: -22px;
  -webkit-animation: bounceIn 3000ms infinite;
  animation: bounceIn 3000ms infinite;
}
@media (max-width: 767px) {
.main-home:after {
  bottom: -90px;
  height: 215px;
  background-size: 100%;
}
}
@media (max-width: 767px) {
  .home-main-text {
    /* bottom: 150px; */
    /* width: 330px; */
}
.main-home .full-banner-slider {
  /* min-height: 100%; */
  background-image: url(../images/slider-image1-mobile.jpg);
}
.main-home, .main-home .full-banner-slider, .bannercontent {
  height: 100vh;
}
.home-main-text {
  right: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, -50%);
  width: 330px;
  bottom: auto;
  top: 50%;
}
  .bannercontent .wel-char1 {
    left: 8px;
    top: -29px;
    width: 70px !important;
  }
  .bannercontent .wel-char2 {
    right: -7px;
    top: -40px;
    width: 73px !important;
  }
  .bannercontent .wel-char3 {
    width: 122px!important;
    right: -37px;
    bottom: -22px;
  }
  .main-home:after {
    height: 145px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-main-text {
    bottom: auto;
    top: 240px;
  }
}
@media (min-width: 1600px) {
  .main-home, .main-home .full-banner-slider, .bannercontent {
    height: 800px;
  }
  .home-main-text {
    background-image: url(../images/banner-welc-bg.png);
    background-size: 100% 100%;
    right: 60px;
    bottom: 306px;
  }
  .bannercontent .wel-char1 {
    left: 0px;
    top: -40px;
    width: 104px !important;
  }
  .bannercontent .wel-char2 {
    right: -37px;
    top: -72px;
    width: 133px !important;
  }
  .bannercontent .wel-char3 {
    right: -80px;
    bottom: -84px;
    width: 226px !important;
  }
  .welcomedaycare-text {
    width: 445px !important;
  }
  .main-home .owl-theme .owl-dots {
    bottom: 90px;
  }

}
/*
=======================================================================
	main-home end
=======================================================================
*/
/*
=======================================================================
	main-default end
=======================================================================
*/
.padd-above {
  padding-top: 158px;
  padding-bottom: 144px;
}
.padd-above2 {
  padding-top: 71px;
  padding-bottom: 84px;
}
.text-main-heading span {
  font-size: 46px;
  background: linear-gradient(90deg, #393572 24.53%, #226BD7 75.34%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  font-family: "Luckiest Guy", cursive;
  line-height: 46px;
  margin-bottom: 10px;
}

.text-main-heading h1 {
  font-size: 18px;
  color: #DD006D;
  line-height: 18px;
  margin-top: 11px;
  margin-bottom: 14px;
  font-weight: 400;
}
.text-main-heading p {
  color: #666;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}
.text-main-heading-center span {
  width: 100%;
}
.text-main-heading-center span:after {
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.text-main-heading-white span, .text-main-heading-white h1 {
  color: #fff;
}

@media (max-width: 767px) {
  .padd-above {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .padd-above2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-main-heading h1 {
    font-size: 16px;
    line-height: 16px;
  }
  .text-main-heading span {
    font-size: 28px;
    line-height: 28px;
}
.text-main-heading p {
  font-size: 17px;
  line-height: 26px;
}
  .list-show-com li {
    font-size: 15px;
    line-height: 35px;
  }
  .list-show-com li:before {
    top: 8px;
  }
  .map-full-view {
    margin-top: 0px;
    height: 300px;
  }

}
@media (min-width: 768px) {
  .padd-above {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .padd-above2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .text-main-heading span {
    font-size: 32px;
    line-height: 32px;
  }

}
@media (min-width: 1200px) {
  .padd-above {
    padding-top: 125px;
    padding-bottom: 135px;
  }
  .padd-above2 {
    padding-top: 71px;
    padding-bottom: 84px;
  }

  .text-main-heading span {
    font-size: 36px;
    line-height: 36px;
  }

}
@media (min-width: 1600px) {
  .text-main-heading span {
    font-size: 46px;
    line-height: 46px;
  }

}

/*
=======================================================================
	main-default end
=======================================================================
*/
/*
=======================================================================
	ser-our-section
=======================================================================
*/
.first-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.zinde-2  {
  position: relative;
  z-index: 2;
}
.first-section::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url(../images/about_bg.png);
  z-index: 1;
  opacity: .3;
}
.ser-our-section {
  padding-top: 75px;
  padding-bottom: 65px;
}
.ser-our .cn_item i {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
}

.ser-our h3 {
  background: linear-gradient(90deg, #393572 24.53%, #226BD7 75.34%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Luckiest Guy", cursive;
  margin: 18px 0px 24px;

}
.ser-our p {
  font-size: 16px;
  line-height: 22px;
  color: #383939;
  margin-bottom: 22px;
}
.ser-our a {
  font-size: 17px;
  color: #393b3d !important;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 40px;
}
.int-section {
  background: #EEF6FA;
  padding: 75px 0px 70px;
}
.int-section p {
  color: #666;
        line-height: 24px;
        font-size: 16px;
}
@media (min-width: 768px) {
  .ser-our p {
    height: 100px;
  }

}
@media (min-width: 1200px) {
  .ser-our {
    padding-left: 26px;
    padding-right: 26px;
  }
  .int-section p {
    margin: 0px auto 10px;
      width: 82%;
  }

}
/*
=======================================================================
	ser-our-section end
=======================================================================
*/
/*
=======================================================================
	about
=======================================================================
*/
.bg-about {
  position: relative;
  background: #89CDFF;
  z-index: 1;
}
.bg-about:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url(../images/about_bg.png);
  z-index: -1;
  opacity: .4;
}
.bg-about .text-main-heading p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.bg-heading-back1, .bg-heading-back2, .bg-heading-back3 {
  height: 17px;
  width: 125px;
  display: inline-block;
}
.bg-heading-back1 {
  background: url(../images/bg-heading-back1.png) no-repeat;
}
.bg-heading-back2 {
  background: url(../images/bg-heading-back2.png) no-repeat;
}
.bg-heading-back3 {
  background: url(../images/bg-heading-back3.png) no-repeat;
}
.abo-box {
  border-radius: 20px;
  padding: 42px 42px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  height: 470px;
  margin-top: 50px;
}
.abo-box h3 {
  background: linear-gradient(90deg, #393572 24.53%, #226BD7 75.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: normal;
font-family: "Luckiest Guy", cursive;
  
}
.list-about {
 margin-top: 10px;
 margin-left: 0px;
}

.list-about li {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  padding-left: 21px;
}
.list-about li:before {
  content: '';
  position: absolute;
  background-image: url(../images/Bullet-inner.svg);
  width: 11px;
  height: 11px;
  left: 0px;
  top: 13px;
}
.about-img-set {
 position: absolute;
  right: 0px;
  bottom: 0px;
}
.vission-section {
  background: #BAE2DC;
  background-size: cover;
  padding: 70px 0px 70px;
  z-index: 1;
  position: relative;
}
.vission-section:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url(../images/about_bg.png);
  z-index: -1;
  opacity: .4;
}
.Regulatory-sec {
  background: #FBE2DA;
  background-size: cover;
  padding: 70px 0px 70px;
  z-index: 1;
  position: relative;
}
.Regulatory-sec:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url(../images/about_bg.png);
  z-index: -1;
  opacity: .4;
}

.box-core {
  border-radius: 20px;
border: 1px solid #DDEEF6;
background: #EEF6FA;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
}
.box-core .icon-core {
  position: absolute;
  left: 50%;
  top: -56px;
  transform: translate(-50%, 0px);
}
.box-core span {
  color: #393572;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.bullit-in {
  margin-top: 20px;
  margin-bottom: 40px;
}
.bullit-in li {position: relative;padding-left: 52px;margin-bottom: 20px;}
.bullit-in li>img {
  position: absolute;
  left: 0px;
  top: -2px;
  }
.bullit-in li p {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.bullit-in li p span {
  color: #666;
  display: block;
  margin: 0px 0px 0px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 200% */
}
.bullit-in li .bulit-innn {
  color: #666;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  padding-left: 19px;
}
.bullit-in li .bulit-innn:before {
  content: '';
  position: absolute;
  background-image: url(../images/Bullet-inner.svg);
  width: 11px;
  height: 11px;
  left: 0px;
  top: 12px;
}
.farm-pd-top {
  padding-top: 0px;
}
.farming-secc .text-main-heading p {
  font-size: 16px;
  line-height: 30px;
}
.admin-secc {
  padding:120px 0px ;
  background-image: url(../images/addmission-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
@media (max-width: 1199px) {
  .admin-secc {
    padding: 0px 0px 60px;
    margin-top: -50px;
}
  .farm-pd-top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.abo-box {
  padding: 35px 25px;
  height: 480px;
  margin-top: 50px;
}
.abo-box h3 {
  font-size: 20px;
  margin-top: 20px;
}
.list-about li {
  font-size: 16px;
  line-height: 32px;
}
}
@media (max-width: 991px) {
  .bg-about.padd-above2 {
    padding-bottom: 50px;
}
  .about-img-set {
    position: relative;
    right: 0px;
    bottom: 0px;
  }
  .list-about {
    margin-top: 11px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
 
}
@media (max-width: 767px) {
  .admin-secc {
    padding: 55px 0px 60px;
    margin-top: -20px;
}
.abo-box {
  padding: 35px 25px;
  height: auto;
  margin-top: 50px;
}
.vission-section, .Regulatory-sec {
  padding: 70px 0px 50px;
}
.bullit-in li {
  margin-bottom: 30px;
}
.bullit-in li p span {
  font-size: 20px;
}
.bullit-in li .bulit-innn {
  font-size: 16px;
}
.core-section .col-sm-6 {
  padding-left: 35px;
  padding-right: 35px;
}
}
@media (min-width: 992px) {
  .about-img-set {
    width: 550px;
  }
}
@media (min-width: 1200px) {
  .about-img-set {
    width: 700px;
  }
  .vission-section p, .Regulatory-sec p {
    margin: 0px auto 10px;
    width: 70%;
  }
}
@media (min-width: 1600px) {
  .about-img-set {
    width: auto;
  }
}
/*
=======================================================================
	about end
=======================================================================
*/
/*
=======================================================================
	activity-section
=======================================================================
*/
.activity-section {
  position: relative;
  
}
.activity-section .text-main-heading span {
  color: #ff5400;
}
.activity-section .text-main-heading {
  margin-bottom: 20px;
}
.brush-act1, .brush-act2, .brush-act3 {
  width: 218px;
  height: 9px;
  margin-bottom: 32px;
}
.brush-act1 {
  background: url(../images/brush-act1.png) no-repeat;
}
.brush-act2 {
  background: url(../images/brush-act2.png) no-repeat;
}
.brush-act3 {
  background: url(../images/brush-act3.png) no-repeat;
}
.activity-content {
  margin-bottom: 32px;
}
.activity-content h3 {
  font-family: 'kalam';
  font-size: 26px;
  font-weight: 700;
}
.activity-content p {
  font-size: 16px;
  line-height: 28px;
  color: #383939;

}
.activity-content.activity-color-text1 h3 {
 color: #ff495c;
}
.activity-content.activity-color-text2 h3 {
  color: #0f4f9d;
}
.activity-content.activity-color-text3 h3 {
  color: #ff8041;
}
.activity-left-bg, .activity-right-bg {
  position: absolute;
  bottom: -40px;
  z-index: 8;
}
.activity-left-bg {
  left: 0px;
}
.activity-right-bg {
  right: 0px;
}
@media (min-width: 1200px) {
  .activity-left-bg, .activity-right-bg {
    width: 220px;
  }
}
@media (min-width: 1600px) {
  .activity-left-bg, .activity-right-bg {
    width: auto;
  }
}
/*
=======================================================================
	activity-section end
=======================================================================
*/
/*
=======================================================================
	staff
=======================================================================
*/
.bg-staff {
  position: relative;
  background-image: url(../images/FarmSchool.jpeg);
  background-position: 0px 0px;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
.bg-staff:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: rgba(139, 195, 74, .75);
  z-index: -1;
}

.staff-box {
  border-radius: 10px;
  box-shadow: 1px 0px 10px rgba(0,0,0,.35);
  background: #3e95ff;
  padding: 0px 10px 30px;
  text-align: center;
  margin-top: 110px;
}
.staff-box-color1 {
  background: #ff495c;
}
.staff-box-color2 {
  background: #ff8041;
}
.staff-box-color3 {
  background: rgba(52, 55, 74, .88);
  padding: 30px 30px 30px !important;
}
.thumb-staff {
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 2px;
  display: inline-block;
  text-align: center;
  margin-top: -50px;
}
.thumb-staff img {
  border-radius: 100%;
}
.staff-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fcff00;
  text-align: center;
  margin-top: 14px;
}
.staff-box p {
  font-size: 14px;
  color: #fff;

}
.staff-box-color3 p {
  font-size: 16px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .staff-box {
    margin-top: 90px;
  }
  .staff-box-color3 {
    padding: 30px 20px 30px !important;
}
.staff-box-color3 p {
  font-size: 15px;
  line-height: 32px;
}
}
@media (min-width: 1200px) {
  .staff-box {
    margin-bottom: 70px;
    padding: 0px 4px 30px;
  }
}
/*
=======================================================================
	staff end
=======================================================================
*/
/*
=======================================================================
    contact-section
=======================================================================
*/
.contact-section {
  background: #fff;
  position: relative;
  padding: 40px 0px 80px;
}
.clo-contact {
  position: absolute;
  z-index: 22;
  left: 0px;
  top: -190px;
  width: 100%;
}
.contact-detail {
  padding-top: 20px;
  width: 100%;
  margin: 0px auto;
}
.cn-form label {
  font-weight: 400;
  font-size:16px;
  color:#53524f;
  margin-bottom: 14px;
}
.cn-form .form-control {
  display:block;
  width:100%;
  height:46px;
  padding:12px 15px;
  font-weight: 400;
  font-size:16px;
  line-height:1.42857143;
  color:#000;
  background-color:#fff;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  box-shadow:none;
}
.cn-form .form-control:focus {
  border-color: #E1207F;
  outline:0;
  box-shadow:none;
  background: #fff;
  box-shadow: 4px 4px 10px 0px rgba(221, 0, 109, 0.20);
}
.cn-form .form-control::-moz-placeholder {
  color:#707070;
  opacity:1
}
.cn-form .form-control:-ms-input-placeholder {
  color:#707070
}
.cn-form .form-control::-webkit-input-placeholder {
  color:#707070
}
.cn-form .form-margin-bottom {
  margin-bottom: 17px;
}
.cn-form .form-group {
  margin-bottom: 30px;
}
.cn-form .btn {
  display: inline-block;
  padding: 14px 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  border-color: #F2CA01 !important;
  background: linear-gradient(90deg, #FFD400 0%, #F2CA01 100%) !important;
  text-transform: uppercase;
  outline: none !important;
}
textarea.form-control {
  height: auto !important;
}
.float-off {
  float: none !important;
}
.sprite-contact-icon {
  background-image: url(../images/sprite-contact-icon.png) !important;
  background-repeat: no-repeat;
  height: 32px !important;
  width: 32px !important;
}
.cont-icon1 {
  background-position: 0px 0px;
}
.cont-icon2 {
  background-position: -32px 0px;
}
.cont-icon3 {
  background-position: -64px 0px;
}
.contact-location {
  margin-bottom: 25px;
  padding: 0px 100px;
}

.contact-location h3 {
  color: #544da9;
  font-size: 24px;
  margin: 15px 0px 20px;
}
.contact-location p {
  color: #a6a6a6;
  font-size: 15px;
  line-height: 22px;
}
.contact-location-de {
  margin-bottom: 40px;
}
.contact-box-inner {
  position: relative;
  border-radius: 20px;
  background: #EEF6FA;
  z-index: 1;
  padding: 50px 30px 30px;
}
.contact-box-inner .lllogo {
 margin-bottom: 20px;
}
.contact-box-inner:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url(../images/footer-shape.png);
  z-index: -1;
  background-repeat: repeat;
  background-size: 100% auto;
  opacity: .10;
}
.contact-box-inner p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  line-height: 25px;
}
.contact-box-inner span {
  color: #393572;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .contact-box-inner {
    margin-bottom: 40px;
}
}
@media (max-width: 767px) {
  .contact-location {
    padding: 0px 30px;
  }
  .cn-form-center {
    width: 100%;
  }
  .cn-form .form-margin-bottom {
    margin-bottom: 0px;
  }
  .cn-form .form-group {
    margin-bottom: 17px;
    padding: 0px;
  }
  
  .cn-form {
    margin-top: 20px;
  }
  .contact-detail {
    padding-top: 20px;
  }
  .cn-form .btn {
    padding: 9px 43px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cn-form .form-margin-bottom {
    margin-bottom: 0px;
  }
  .cn-form .form-group {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .cn-form {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .cn-form {
    margin-top: 0px;
  }
}

/*
=======================================================================
	contact-section end
=======================================================================
*/
.gallery-section {
  background-image: url(../images/gallery-bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background: #00A2A6;
  padding: 80px 0px 220px;
}
.gallery-section .text-main-heading span {
  font-size: 46px;
  background: linear-gradient(90deg, #fff 24.53%, #fff 75.34%);
  background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gallery-container {
  padding: 10px 40px 0px;
}
.item-gallery>div {
  margin-bottom: 24px;
}
.gallery-thumbs {
   position: relative;
   margin-bottom: 30px;
  cursor: pointer;
 }
.picture-thumbs .thumb-gallery {
  position: relative;
}
.picture-thumbs .thumb-gallery img {
  width: 100%;
  background: rgba(255, 174, 96, 0.7);
  padding: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.picture-thumbs:hover .thumb-gallery img {
  background: rgba(255, 255, 255, 0.7);
}
.picture-thumbs .gallery-open-icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  opacity: 0;
  height: 62px;
  width: 62px;
  border-radius: 100%;
  background: rgba(62, 149, 255, 0.50);
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.picture-thumbs .gallery-open-icon .fa {
  color: #fff;
  font-size: 26px;
}
.picture-thumbs .gradient-gallery {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 0%;
  content: '';
  background: rgba(5, 51, 106, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.picture-thumbs:hover .gradient-gallery {
  height: 100%;
}
.picture-thumbs:hover .gradient-gallery, .picture-thumbs:hover .gallery-open-icon {
  opacity: 1;
}
.fb-follow-btn {
  margin-top: -52px;
}
.fb-follow-btn .btn-primary {
  background-color: #ede90b;
  border-color: #ede90b;
  color: #435cc8 !important;
}
.fb-follow-btn .fa {
  font-size: 30px;
  margin-right: 10px;
}
.fb-follow-btn .btn {
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'kalam';
  border-radius: 0px;
}
.tabs-pub .nav-tabs {
  border-bottom: none;
  margin-bottom: 35px;
  margin-top: 30px;
  display:  inline-block;
  width: 100%;
  text-align: center;
}
.tabs-pub .nav-tabs > li {
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 28px;
  padding: 0;
  line-height: 52px;
  display:  inline-block;
  float: none;
}
.tabs-pub .nav-tabs > li:last-child {
  margin-right: 0px;
  border-right: none;
}
.tabs-pub .nav-tabs > li > a {
  border: none;
  border-radius: 30pc;
  color: #fff;
  background: transparent;
  margin: 0px;
  padding: 11px 21px;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #FFF;
  width: 146px;
}
.tabs-pub .nav-tabs > li.active a::before {
  background: transparent;
  content: "";
  height: 3px;
  left: 0px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.tabs-pub .nav-tabs > li.active > a, .tabs-pub .nav-tabs > li.active > a:focus, .tabs-pub .nav-tabs > li.active > a:hover {
  color: #00A2A6;
  border: none;
  background: #fff;
}

@media (max-width: 1199px) {
  .gallery-section {
    padding: 80px 0px 140px;
}
.gallery-container {
  padding: 10px 0px 0px;
}
.clo-contact {
  top: -117px;
}
.gallery-container .owl-carousel .owl-stage {
  padding-left: 20px !important;
}
}
@media (max-width: 767px) {
  .gallery-section {
    padding: 60px 0px 80px;
}
.tabs-pub .nav-tabs > li > a {
  margin: 0px;
  padding: 8px 0px;
  line-height: 25px;
  font-size: 15px;
  width: 121px;
}
  .gallery-container {
    padding: 0px;
  }
  
  .clo-contact {
    top: -50px;
}
.gallery-section .text-main-heading span {
  font-size: 28px;
  line-height: 28px;
}
}
@media (min-width: 1600px) {
  .gallery-container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .gallery-section {
    padding: 80px 0px 320px;
}
.clo-contact {
  top: -270px;
}
}
/*
=======================================================================
	footer
=======================================================================
*/
.map-web {
  border: 1px solid #DDEEF6;
background: linear-gradient(180deg, #EEF6FA 0%, #FFF 100%);
padding: 50px 0px 35px;
}
.whatsapp-animat {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
.backtop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  background:#fe6400;
  width: 32px;
  height: 32px;
  z-index: 888;
  display: inline-block;
  border-radius: 100%;
  line-height: 33px;
  text-align: center;
  display: none;
}
.backtop .fa {
  color: #fff;
  font-size: 17px;
}
.footer-section {
  background: linear-gradient(90deg, #393572 24.53%, #226BD7 75.34%);
  color: #fff;
  height: 219px;
  width: 100%;
  display: table;
  position: relative;
  z-index: 1;
}
.so-fotter {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-top: 17px;
}
.footer-section:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-image: url(../images/footer-shape.png);
  z-index: -1;
  background-repeat: repeat;
  background-size: 30% auto;
  opacity: .3;
}
.footer-section .container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.footer-section .logo-footer {
  margin: 15px auto;
}
.footer-section p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .footer-section {
    height: auto;
    padding: 23px 0px;
  }
}

/*
=======================================================================
	footer end
=======================================================================
*/
/* modal */
.modal-custome-style .modal-content {
  background: #fff;
  border-radius: 20px;
}
.modal-custome-style .modal-body {
  padding: 33px 14px 20px;
  position: relative;
}
.modal-custome-style .modal-dialog {
  max-width: 320px;
  margin: 10px auto;
}
.modal-backarrow img {
  margin-bottom: 10px;
}
.modal-help-image {
  margin: 25px 0px 16px;
}
.modal-help-image span {
  color: #FFF;
  text-align: center;
  /* font-family: Urbanist; */
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -0%);
  -webkit-transform: translate(-50%, -0%);
  text-shadow: 0px 0px 5px #000;
}
.btn-close-model {
  border: none;
  background: transparent;
  position: absolute;
  right: 7px;
  top: 9px;
  /* transform: translate(-50%, 0px); */
  /* -webkit-transform: translate(-50%, 0px); */
}
.model-heading-mp h4 {
  color: #404040;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  margin: 0px auto 10px;
  padding: 0px 5px;
}
.form-control-custome {
  background-color: #F4F4F4;
  border: 1px solid transparent;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #404040;
  height: 45px;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 25px 12px 25px;
  margin-bottom: 15px;
  width: 100%;
}
.form-control-custome:focus {
  background-color: #fff;
  outline: none !important;
  border: 1px solid #78ca78;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10) !important;
}
.button-vend {
  background: #27BF9D !important;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  height: 68px;
  text-align: center;
  color: #fff !important;
  line-height: normal;
  padding: 15px 0px;
  margin-top: 10px;
  width: 157.209px;
  height: 43.564px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.modal-help-image p {
  border-radius: 20px;
  border: 1px solid #27BF9D;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(15px);
  margin: 0px;
  display: inline-block;
  color: #27BF9D;
  font-family: Urbanist;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 3px 9px;
  left: 50%;
  top: -9px;
  position: absolute;
  transform: translate(-50%, 0px);
}
/* modal-new */
.boxsafe {
  background: #EEF6FA;
}
.box-safe {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 11px 4px 0px rgba(84, 128, 243, 0.20);
  height: 230px;
  padding: 24px 50px 0px 20px;
}

.box-safe img {
  width: auto !important;

}
.box-safe h5 {
  background: linear-gradient(90deg, #393572 24.53%, #226BD7 75.34%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Luckiest Guy", cursive;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.box-safe a {
  color: #DD006D !important;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 18px;
}

#safeslider.owl-carousel .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}
#safeslider.owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  right: 0px;
  top: -70px;
}
#safeslider.owl-theme .owl-nav [class*=owl-] {
  margin: 0px;
  padding: 4px 7px;
  background: transparent;
}
.modal-custome2-style .modal-content {
  background: #fff;
  border-radius: 20px;
}
.modal-custome2-style .modal-body {
  padding: 35px 35px 35px;
  position: relative;
}
.modal-custome2-style .modal-dialog {
  max-width: 400px;
}
.btn-close1-model {
  border: none;
  background: transparent;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
}
.modal-custome2-style h5{
  color: #393572;
  font-family: "Luckiest Guy", cursive;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px 15px;
}
.list-safe-bullet {
  margin-bottom: 20px;
}
.list-safe-bullet li {
  color: #666;
  padding-left: 19px;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 36px; 
position: relative;

}
.list-safe-bullet li:before {
  content: '';
  position: absolute;
  background-image: url(../images/Bullet-inner.svg);
  width: 11px;
  height: 11px;
  left: 0px;
  top: 12px;
}

@media (max-width: 767px) {
  .padd-safe-owl {
    padding: 0px;
  }
  #safeslider.owl-carousel .owl-stage {
    padding-left: 20px !important;
  }
}
/* form-field-center-wrap infoform */
.select-arrow {
  background-image: url(../images/arrowVector.svg);
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-position-x:95%;
  background-position-y: 50%;
}
.form-field-center-wrap {
 padding-top: 60px;
 padding-bottom: 60px;
}
.form-field-center-outer {
  display: table-cell;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.form-field-center {
  background: #fff;
  padding: 0px 0px 30px;
}
.bg-after{
  position: relative;
  background: #EEF6FA;
    z-index: 1;
}
.bg-after:after {
  content: '';
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: absolute;
    background-image: url(../images/footer-shape.png);
    z-index: -1;
    background-repeat: repeat;
    background-size: 20% auto;
    opacity: .10;
}
.form-right-form-info {
  float: right;
}
@media (max-width: 1199px) {
.form-field-center-wrap {
  padding-top: 90px;
  padding-bottom: 10px;
}
.form-right-form-info {
  float: none;
}
}


/* form-field-center-wrap infoform end */