

@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700;800&family=Nunito:wght@300;400;600;700;800&display=swap');



@import url('owl.css');

@import url('font-awesome.css');

@import url('flaticon.css');

@import url('animate.css');



body{
  font-family: 'Nunito', sans-serif
}

h1 , h2 , h3 , h4 , h5 ,h6{
  font-family: 'Montserrat Alternates', sans-serif
}

/** main-header **/



.main-header{

	position: relative;

}

.main-header.fixed-header{

  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  left: 0;
  top: 0;
  min-height: 85px;

}

.main-header .outer-container{

	position: relative;


}



.main-header .outer-container .logo-box{
	position: absolute;
	left: 0px;
	top: 0px;
bottom: 0;
margin: auto;
height: 50px;
}

.main-header .outer-container .logo-box img{
  width: 220px;
  height:auto;
}


.main-header .outer-container .logo-box a{

	position: relative;

	z-index: 1;

}



.main-header .outer-container .menu-area{

	text-align: center;

}



.main-header .outer-container .btn-box{

  position: absolute;
  top: 0px;
  right: 0px;
  height: 56px;
  margin: auto;
  bottom: 0;

}



.main-header .outer-container .btn-box a{

  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  
  min-width: 212px;

  background-image: linear-gradient(to right, #7dbc26 0%, #7dbc26 50%, #7dbc26 100%);
  padding: 0px 15px;
  min-height: 56px;
  line-height: 56px;
  background-size: 200% auto;
  transition: all 500ms ease;
  z-index: 1;

}



.main-header .outer-container .btn-box a:hover{

	background-position: right center;

}





/** main-menu **/



.main-menu .navbar-collapse{

  padding:0px;

  display:block !important;

}



.main-menu .navigation{

  position:inherit;

  margin:0px;

}



.main-menu .navigation > li{

  position:inherit;

  display: inline-block;

  text-align: left;

  z-index:2;

  padding:34px 0px 35px 0px;

  margin: 0px 14px;

  -webkit-transition:all 300ms ease;

  -moz-transition:all 300ms ease;

  -ms-transition:all 300ms ease;

  -o-transition:all 300ms ease;

  transition:all 300ms ease;

}



.main-menu .navigation > li:last-child{

  margin-right:0px !important;

}



.main-menu .navigation > li:first-child{

  margin-left: 0px !important;

}



.main-menu .navigation > li > a{

  position:relative;

  display:block;

  text-align:center;

  font-size:17px;

  line-height:30px;

  font-weight:700;

  opacity:1;

  font-family: 'Montserrat Alternates', sans-serif;

  color:#111111;

  padding: 0px;

  z-index:1;

  -webkit-transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

  transition:all 500ms ease;

}



.main-menu .navigation > li.current > a,

.main-menu .navigation > li:hover > a{

  color: #7dbc26;

}



.main-menu .navigation > li > ul,

.main-menu .navigation > li > .megamenu{

  position:absolute;

  left:inherit;

  top:100%;

  width:250px;

  z-index:100;

  display:none;

  opacity: 0;

  visibility: hidden;

  padding: 10px 0px;

  background-color: #fff;

  -moz-transform: translateY(30px);

  -webkit-transform: translateY(30px);

  -ms-transform: translateY(30px);

  -o-transform: translateY(30px);

  transform: translateY(30px);

  -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);

  -webkit-transform-origin: top;

  -ms-transform-origin: top;

  transform-origin: top;

  -webkit-transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

  transition:all 500ms ease;

}



.main-menu .navigation > li > ul.from-right{

  left:auto;

  right:0px;  

}



.main-menu .navigation > li > ul > li{

  position:relative;

  width:100%;

  padding: 0px 30px;

}



.main-menu .navigation > li > ul > li:last-child{

  border-bottom:none; 

}



.main-menu .navigation > li > ul > li > a{

  position:relative;

  display:block;

  padding:13.5px 0px;

  line-height:24px;

  font-weight:700;

  font-size:16px;

  font-family: 'Montserrat Alternates', sans-serif;

  color:#111111;

  border-bottom: 1px solid #e5e5e5;

  text-align: left;

  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 .navigation > li > ul > li > a i,

.main-menu .navigation > li > ul > li > ul > li > a i{

  margin-left: 0px;

  opacity: 0;

  font-size: 15px;

  transition: all 500ms ease;

}



.main-menu .navigation > li > ul > li > a:hover i,

.main-menu .navigation > li > ul > li > ul > li > a:hover i{

  opacity: 1;

  margin-left: 10px;

}



.main-menu .navigation > li > ul > li:last-child > a{

  border-bottom: none;

}



.main-menu .navigation > li > ul > li > a:hover{

  

}



.main-menu .navigation > li > ul > li.dropdown > a:after{

  font-family: 'Font Awesome 5 Free';

  content: "\f105";

  position:absolute;

  right:0px;

  top:15px;

  display:block;

  line-height:24px;

  font-size:16px;

  font-weight:800;

  text-align:center;

  z-index:5;  

}



.main-menu .navigation > li > ul > li > ul{

  position:absolute;

  right:100%;

  top:-2px;

  width:230px;

  z-index:100;

  display:none;

  padding: 10px 0px;

  background-color: #fff;

  -moz-transform: translateY(30px);

  -webkit-transform: translateY(30px);

  -ms-transform: translateY(30px);

  -o-transform: translateY(30px);

  transform: translateY(30px);

  -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.from-right{

  left:auto;

  right:0px;  

}



.main-menu .navigation > li > ul > li > ul > li{

  position:relative;

  width:100%;

  padding: 0px 20px;

}



.main-menu .navigation > li > ul > li > ul > li:last-child{

  border-bottom:none; 

}



.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;

  font-size: 15px;

  padding:10px 0px;

  line-height:24px;

  border-bottom: 1px solid #e5e5e5;

  font-weight:700;

  font-size:16px;

  font-family: 'Montserrat Alternates', sans-serif;

  text-transform:capitalize;

  color:#111111;

  text-align: left;

  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 .navigation > li > ul > li > ul > li:last-child > a{

  border-bottom: none;

}



.main-menu .navigation > li > ul > li > ul > li:hover > a{

  

}



.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{

  font-family: 'Font Awesome 5 Free';

  content: "\f105";

  position:absolute;

  right:20px;

  top:12px;

  display:block;

  line-height:24px;

  font-size:16px;

  font-weight:900;

  z-index:5;  

}



.main-menu .navigation > li.dropdown:hover > ul,

.main-menu .navigation > li.dropdown:hover > .megamenu{

  visibility:visible;

  opacity:1;

  -moz-transform: translateY(0);

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(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 .navigation li > ul > li.dropdown:hover > ul{

  visibility:visible;

  opacity:1;

  -moz-transform: translateY(0);

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

  transition:all 300ms ease;

  -moz-transition:all 300ms ease;

  -webkit-transition:all 500ms ease;

  -ms-transition:all 300ms ease;

  -o-transition:all 300ms ease; 

}



.main-menu .navigation li.dropdown .dropdown-btn{

  position:absolute;

  right:-30px;

  top:35px;

  width:34px;

  height:30px;

  text-align:center;

  font-size:15px;

  line-height:26px;

  color:#fff;

  cursor:pointer;

  z-index:5;

  display: none;

  transition: all 500ms ease;

}



.main-menu .navigation li.current.dropdown .dropdown-btn,

.main-menu .navigation li:hover .dropdown-btn{

  

}



.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{

  display: none;

}



.menu-area .mobile-nav-toggler {

  position: relative;

  float: right;

  font-size: 40px;

  line-height: 50px;

  cursor: pointer;

  color: #3786ff;

  display: none;

}



.menu-area .mobile-nav-toggler .icon-bar{

  position: relative;

  height: 2px;

  width: 30px;

  display: block;

  margin-bottom: 5px;

  background-color: #fff;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

}



.menu-area .mobile-nav-toggler .icon-bar:last-child{

  margin-bottom: 0px;

}



/** megamenu-style **/



.main-menu .navigation > li.dropdown > .megamenu{

  position: absolute;

  width: 100%;

  max-width: 1000px;

  margin: 0 auto;

  padding: 30px 50px;

  left: 0px;

  right: 0px;

}



.main-menu .navigation li.dropdown .megamenu li{

  position:relative;

  display: block;

  z-index:2;

  padding: 7px 0px;

  -webkit-transition:all 300ms ease;

  -moz-transition:all 300ms ease;

  -ms-transition:all 300ms ease;

  -o-transition:all 300ms ease;

  transition:all 300ms ease;

}



.main-menu .navigation li.dropdown .megamenu li h4{

  font-weight: 700;

  padding: 3px 0px;

}



.main-menu .navigation li.dropdown .megamenu li a{

  position:relative;

  display:inline-block;

  text-align:left;

  font-size:17px;

  line-height:30px;

  font-weight:700;

  opacity:1;

  font-family: 'Montserrat Alternates', sans-serif;

  color: #111111;

  padding: 0px;

  z-index:1;

  -webkit-transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

  transition:all 500ms ease;

}



.main-menu .navigation li.dropdown .megamenu li a:hover{

  color: #7dbc26;

}



.menu-area{

	position: relative;

}







/** mobile-menu **/



.nav-outer .mobile-nav-toggler{

  position: relative;

  float: right;

  font-size: 40px;

  line-height: 50px;

  cursor: pointer;

  color:#3786ff;

  display: none;

}



.mobile-menu{

  position: fixed;

  right: 0;

  top: 0;

  width: 300px;

  padding-right:30px;

  max-width:100%;

  height: 100%;

  opacity: 0;

  visibility: hidden;

  z-index: 999999;

}



.mobile-menu .navbar-collapse{

  display:block !important; 

}



.mobile-menu .nav-logo{

  position:relative;

  padding:30px 25px;

  text-align:left;  

}



.mobile-menu-visible{

  overflow: hidden;

}



.mobile-menu-visible .mobile-menu{

  opacity: 1;

  visibility: visible;

}



.mobile-menu .menu-backdrop{

  position: fixed;

  right: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  background:#000;

  -webkit-transform: translateX(101%);

  -ms-transform: translateX(101%);

  transform: translateX(101%);

  transition: all 900ms ease;

  -moz-transition: all 900ms ease;

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

  -o-transition: all 900ms ease;

}



.mobile-menu-visible .mobile-menu .menu-backdrop{

  opacity: 0.70;

  visibility: visible;

  -webkit-transition:all 0.7s ease;

  -moz-transition:all 0.7s ease;

  -ms-transition:all 0.7s ease;

  -o-transition:all 0.7s ease;

  transition:all 0.7s ease;

  -webkit-transform: translateX(0%);

  -ms-transform: translateX(0%);

  transform: translateX(0%);

}



.mobile-menu .menu-box{

  position: absolute;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  max-height: 100%;

  overflow-y: auto;

  background: #111111;

  padding: 0px 0px;

  z-index: 5;

  opacity: 0;

  visibility: hidden;

  border-radius: 0px;

  -webkit-transform: translateX(101%);

  -ms-transform: translateX(101%);

  transform: translateX(101%);

}



.mobile-menu-visible .mobile-menu .menu-box{

  opacity: 1;

  visibility: visible;

  -webkit-transition:all 0.7s ease;

  -moz-transition:all 0.7s ease;

  -ms-transition:all 0.7s ease;

  -o-transition:all 0.7s ease;

  transition:all 0.7s ease;

  -webkit-transform: translateX(0%);

  -ms-transform: translateX(0%);

  transform: translateX(0%);

}



.mobile-menu .close-btn{

  position: absolute;

  right: 25px;

  top: 10px;

  line-height: 30px;

  width: 24px;

  text-align: center;

  font-size: 16px;

  color: #ffffff;

  cursor: pointer;

  z-index: 10;

  -webkit-transition:all 0.9s ease;

  -moz-transition:all 0.9s ease;

  -ms-transition:all 0.9s ease;

  -o-transition:all 0.9s ease;

  transition:all 0.9s ease;

}



.mobile-menu-visible .mobile-menu .close-btn{

  -webkit-transform:rotate(360deg);

  -ms-transform:rotate(360deg);

  transform:rotate(360deg);

}



.mobile-menu .close-btn:hover{

  -webkit-transform:rotate(90deg);

  -ms-transform:rotate(90deg);

  transform:rotate(90deg);

}



.mobile-menu .navigation{

  position: relative;

  display: block;

  width: 100%;

  float: none;

}



.mobile-menu .navigation li{

  position: relative;

  display: block;

  border-top: 1px solid rgba(255,255,255,0.10);

}



.mobile-menu .navigation:last-child{

  border-bottom: 1px solid rgba(255,255,255,0.10);

}



.mobile-menu .navigation li > ul > li:first-child{

  border-top: 1px solid rgba(255,255,255,0.10);

}



.mobile-menu .navigation li > a{

  position: relative;

  display: block;

  line-height: 24px;

  padding: 10px 25px;

  font-size: 15px;

  font-weight: 500;

  color: #ffffff;

  text-transform: uppercase;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease; 

}



.mobile-menu .navigation li ul li > a{

  font-size: 16px;

  margin-left: 20px;

  text-transform: capitalize;

}



.mobile-menu .navigation li ul li > a i{

  display: none !important;

}



.mobile-menu .navigation li > a:before{

  content:'';

  position:absolute;

  left:0;

  top:0;

  height:0;

  border-left:5px solid #fff;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease; 

}



.mobile-menu .navigation li.current > a:before{

  height:100%;

}



.mobile-menu .navigation li.dropdown .dropdown-btn{

  position:absolute;

  right:6px;

  top:6px;

  width:32px;

  height:32px;

  text-align:center;

  font-size:16px;

  line-height:32px;

  color:#ffffff;

  background:rgba(255,255,255,0.10);

  cursor:pointer;

  border-radius:2px;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease; 

  z-index:5;

}



.mobile-menu .navigation li.dropdown .dropdown-btn.open{

  background:#fff; 

  color: #3b3b3b;

  -webkit-transform:rotate(90deg);

  -ms-transform:rotate(90deg);

  transform:rotate(90deg);  

}



.mobile-menu .navigation li > ul,

.mobile-menu .navigation li > ul > li > ul,

.mobile-menu .navigation > li.dropdown > .megamenu{

  display: none;

}



.mobile-menu .social-links{

  position:relative;

  padding:30px 25px;

}



.mobile-menu .social-links li{

  position:relative;

  display:inline-block;

  margin:0px 10px 10px;

}



.mobile-menu .social-links li a{

  position:relative;

  line-height:32px;

  font-size:16px;

  color:#ffffff;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease; 

}



.mobile-menu .social-links li a:hover{

    

}



div#mCSB_1_container{

  top: 0px !important;

}



.mobile-menu .contact-info {

  position: relative;

  padding: 80px 30px 20px 30px;

}



.mobile-menu .contact-info h4 {

  position: relative;

  font-size: 20px;

  color: #ffffff;

  font-weight: 700;

  margin-bottom: 20px;

}



.mobile-menu .contact-info ul li {

  position: relative;

  display: block;

  font-size: 15px;

  color: rgba(255,255,255,0.80);

  margin-bottom: 3px;

}



.mobile-menu .contact-info ul li a{

  color: rgba(255,255,255,0.80);

}



.mobile-menu .contact-info ul li a:hover{

  

}



.mobile-menu .contact-info ul li:last-child{

  margin-bottom: 0px;

}





@media only screen and (min-width: 768px){

  .main-menu .navigation > li > ul,

  .main-menu .navigation > li > ul > li > ul,

  .main-menu .navigation > li > .megamenu{

    display:block !important;

    visibility:hidden;

    opacity:0;

  }

}





/* Preloader */



.handle-preloader {

  align-items: center;

  -webkit-align-items: center;

  display: flex;

  display: -ms-flexbox;

  height: 100%;

  justify-content: center;

  -webkit-justify-content: center;

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 99999;

  background: #fff;

}



.handle-preloader .animation-preloader {

  position: absolute;

  z-index: 100;

}



.handle-preloader .animation-preloader .spinner{

  animation: spinner 1s infinite linear;

  border-radius: 50%;

  height: 170px;

  margin: 0 auto 45px auto;

  width: 170px;

}



.handle-preloader .animation-preloader .txt-loading {

  text-align: center;

  user-select: none;

}



.handle-preloader .animation-preloader .txt-loading .letters-loading:before{

  animation: letters-loading 4s infinite;

  content: attr(data-text-preloader);

  left: 0;

  opacity: 0;

  top:0;

  line-height: 70px;

  position: absolute;

}



.handle-preloader .animation-preloader .txt-loading .letters-loading{

  font-family: 'Montserrat Alternates', sans-serif;

  font-weight: 700;

  letter-spacing: 15px;

  display: inline-block;

  position: relative;

  font-size: 70px;

  line-height: 70px;

}



.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}

.handle-preloader .loader-section {

  background-color: #ffffff;

  height: 100%;

  position: fixed;

  top: 0;

  width: calc(50% + 1px);

}



.preloader .loaded .animation-preloader {

  opacity: 0;

  transition: 0.3s ease-out;

}



.handle-preloader .animation-preloader .txt-loading .letters-loading{

	color: #7dbc26;

}



.handle-preloader .animation-preloader .txt-loading .letters-loading:before{

	color: #7dbc26;

}



.handle-preloader .animation-preloader .spinner{

	border: 3px solid #7dbc26;

    border-top-color: rgba(125, 188, 38, 0.5); 

}



/* AnimaciÃ³n del preloader */

@keyframes spinner {

  to {

    transform: rotateZ(360deg);

  }

}

@keyframes letters-loading {

  0%,

  75%,

  100% {

    opacity: 0;

    transform: rotateY(-90deg);

  }



  25%,

  50% {

    opacity: 1;

    transform: rotateY(0deg);

  }

}



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

  .handle-preloader .animation-preloader .spinner {

    height: 8em;

    width: 8em;

  }
 

}

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

  .handle-preloader .animation-preloader .spinner {

    height: 7em;

    width: 7em;

  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}

}





/** banner-section **/



.banner-section{

	position: relative;

	padding-top: 140px;

	text-align: center;

	background: #fff;

}



.banner-section:before{

	position: absolute;

	content: '';

	left: 0px;

	top: 0px;

	right: 0px;

	background: url(../images/pattern-1.png);

	width: 100%;

	height: 902px;

	background-size: cover;

	background-repeat: no-repeat;

  background-attachment: fixed;

}



.banner-section .content-box img{

	position: relative;

	width: 100%;

}



.banner-section .content-box h1{

	position: relative;

	font-size: 90px;

	line-height: 100px;

	height: 100px;

	font-weight: 700;

	letter-spacing: 30px;

	color: transparent;

  background: -webkit-linear-gradient(0deg, #7dbc26, #7dbc26 100%);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  text-transform: uppercase;

  margin-bottom: 0px;

}



.banner-section .content-box p{

	position: relative;

	font-size: 24px;

	line-height: 32px;

	color: #443f72;

	font-weight: 600;

	margin-bottom: 260px;

}



.banner-section .content-box .image-box{

	position: relative;

	margin: 0px 250px;

}



.banner-section .content-box .image-2{

	position: absolute;

	left: -235px;

	bottom: 40px;

}



.float-bob-y {

  animation-name: float-bob-y;

  animation-duration: 2s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  -webkit-animation-name: float-bob-y;

  -webkit-animation-duration: 2s;

  -webkit-animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob-y;

  -moz-animation-duration: 2s;

  -moz-animation-iteration-count: infinite;

  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob-y;

  -ms-animation-duration: 2s;

  -ms-animation-iteration-count: infinite;

  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob-y;

  -o-animation-duration: 2s;

  -o-animation-iteration-count: infinite;

  -o-animation-timing-function: linear;

}



.float-bob-x{

  animation-name: float-bob-x;

  animation-duration: 15s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  -webkit-animation-name: float-bob-x;

  -webkit-animation-duration: 15s;

  -webkit-animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob-x;

  -moz-animation-duration: 15s;

  -moz-animation-iteration-count: infinite;

  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob-x;

  -ms-animation-duration: 15s;

  -ms-animation-iteration-count: infinite;

  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob-x;

  -o-animation-duration: 15s;

  -o-animation-iteration-count: infinite;

  -o-animation-timing-function: linear;

}



.rotate-me {

  animation-name: rotateme;

  animation-duration: 30s;

  animation-iteration-count: infinite;

  animation-timing-function: linear;

  -webkit-animation-name: rotateme;

  -webkit-animation-duration: 30s;

  -webkit-animation-iteration-count: infinite;

  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateme;

  -moz-animation-duration: 30s;

  -moz-animation-iteration-count: infinite;

  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateme;

  -ms-animation-duration: 30s;

  -ms-animation-iteration-count: infinite;

  -ms-animation-timing-function: linear;

  -o-animation-name: rotateme;

  -o-animation-duration: 30s;

  -o-animation-iteration-count: infinite;

  -o-animation-timing-function: linear;

}



.banner-section .screen-box .screen{

	position: absolute;

	display: inline-block;

	border-radius: 5px;

	box-shadow: 0 0px 30px 20px #f4f4f7;

}



.banner-section .screen-box .screen img{

	width: 100%;

	border-radius: 5px;

}



.banner-section .screen-box .screen-1{

	left: 0px;

	bottom: 550px;

}



.banner-section .screen-box .screen-2{

	left: 0px;

	bottom: 210px;

}



.banner-section .screen-box .screen-3{

	left: 0px;

	bottom: 0px;

}



.banner-section .screen-box .screen-4{

	left: 350px;

	bottom: 365px;

}



.banner-section .screen-box .screen-5{

	right: 0px;

	bottom: 215px;

}



.banner-section .screen-box .screen-6{

	right: 0px;

	bottom: 0px;

}



.banner-section .screen-box .screen-7{

	right: 350px;

	bottom: 390px;

}



.banner-section .screen-box .screen-8{

	right: 350px;

	bottom: 50px;

}
.banner-section .screen-box .screen-9{
	right: 0px;
  left: 0;
  margin: auto;
  top: 350px;
  box-shadow: none

}

.banner-section .screen-box .screen-9 img{
  width: auto;

}
.centred{

	text-align: center !important;

}





/** main-demo **/



.main-demo{

	position: relative;

	padding: 130px 0px 60px 0px;

}



.main-demo .title-box h2{

	position: relative;

	font-size: 54px;

	line-height: 65px;

	font-weight: 700;

	letter-spacing: 0px;

	color: #111111;

	margin-bottom: 10px;

}



.main-demo .title-box h2 span.color{

	color: transparent !important;

    background: -webkit-linear-gradient(0deg, #7dbc26, #7dbc26 100%);

    -webkit-background-clip: text !important;

    -webkit-text-fill-color: transparent !important;

}



.main-demo .title-box p{

	position: relative;

	font-size: 18px;

	line-height: 28px;

	font-weight: 600;

	color: #111111;

	margin-bottom: 70px;

}



.main-demo .inner-box{

	position: relative;
margin: 0px 10px;
	margin-bottom: 60px;
  background:#fff;
  border-radius: 5px;
  overflow: hidden;
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.09);
}

.main-demo .inner-box .lower-content{
  padding: 4px 20px 20px;

}
.main-demo .inner-box  .new_one{
  position: absolute;

  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0px 20px;
border-radius: 5px;
  text-align: center;

  background-image: linear-gradient(to right, #f40c1d 0%, #f33f0e 50%, #f33f0e 100%);
  z-index: 11;
  right: 20px;
  top: -23px;
}

.main-demo .inner-box.last{

	position: relative;

	margin-bottom: 10px;

}
@media(max-width:992px){
.main-demo .inner-box.last{
	position: relative;
	margin-bottom: 60px;
}
}
.main-demo .inner-box .image-box{
	position: relative;
	display: block;
    transition: all 500ms ease;
    padding: 20px 20px 0px 20px;
    background: #eee
}





.main-demo .inner-box .image-box img{

	width: 100%;



}









.main-demo .inner-box .lower-content h5{

	position: relative;

	display: block;

	font-size: 24px;

	line-height: 32px;

  font-family: 'Montserrat Alternates', sans-serif;

	font-weight: 600;

	color: #111111;

	transition: all 500ms ease;

}



.main-demo .inner-box .lower-content h5 a{

	display: inline-block;

	color: #111111;

	transition: all 500ms ease;

}





/** feature **/



.feature{

	position: relative;

  padding-bottom: 85px;
  background: #f9f9f9;
  padding-top: 100px;

}

.options_row{
  padding: 80px 0px 30px 0px
}



.feature .title-box h2{

	position: relative;

	font-size: 54px;

	line-height: 65px;

	font-weight: 700;

	letter-spacing: 0px;

	color: #111111;

	margin-bottom: 10px;

}



.feature .title-box h2 span.color{

	color: transparent;

    background: -webkit-linear-gradient(0deg, #7dbc26, #7dbc26 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.feature .title-box p {

    position: relative;

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    color: #111111;

    margin-bottom: 70px;

}

.padding_10{
  padding: 0px 10px;
}


.feature .feature-block{

	position: relative;

  text-align: center;

	display: block;

	background: #fff;

	padding: 30px 28px 30px 28px;

	box-shadow: 0 0px 50px 5px rgba(0,0,0,0.1);

	min-height: 275px;

	margin-bottom: 20px;

  border-radius: 5px;
  
  min-height: 290px

}.feature .feature-block .svg{
  width: 90px;
} 
.feature .feature-block .image-box{
  margin-bottom: 20px;
}


.feature .feature-block .icon-box{

	position: relative;

	display: inline-block;

	font-size: 40px;

	width: 66px;

	height: 66px;

	line-height: 66px;

	text-align: center;

	border-radius: 50%;

	color: transparent !important;

    background: -webkit-linear-gradient(0deg, #fc7073, #f91064 100%);

    -webkit-background-clip: text !important;

    -webkit-text-fill-color: transparent !important;

	transition: all 500ms ease;

	margin-bottom: 29px;

}



.feature .feature-block:hover .icon-box{

	background: -webkit-linear-gradient(0deg, #fff, #fff 100%);

}



.feature .feature-block .icon-box:before{

	position: absolute;

	content: '';

	background: #f6f6f6;

	width: 100%;

	height: 100%;

	left: 0px;

	top: 0px;

	right: 0px;

	border-radius: 50%;

	z-index: -1;

	transition: all 500ms ease;

}



.feature .feature-block:hover .icon-box:before{

	background: -webkit-linear-gradient(0deg, #fb4d5f, #f9336e 100%);

}



.feature .feature-block h3{

  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 600;
  color: #111111;
  transition: all 500ms ease;
  margin-bottom: 10px;


}



.feature .feature-block p{

	font-size: 16px;

	position: relative;

	line-height: 26px;

	color:#696969;

	font-weight: 400;

	margin: 0px;

}





/** header-footer **/



.header-footer{

	position: relative;

	padding: 120px 0px 0px 0px;

	background: #261c37;

}



.header-footer:before{

	position: absolute;

	content: url(../images/pattern-2.jpg);



	width: auto;



	right: 0px;

	top: 0px;


}



.header-footer .title-box h2{

	position: relative;

	font-size: 54px;

	line-height: 65px;

	font-weight: 700;

	letter-spacing: 0px;

	color: #fff;

	margin-bottom: 10px;

}



.header-footer .title-box h2 span.color{

	color: transparent;

    background: -webkit-linear-gradient(0deg, #7dbc26, #7dbc26 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.header-footer .title-box h2 span.color span{

    background: linear-gradient(to right, #7dbc26 50%,#fff 50%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.header-footer .title-box p {

    position: relative;

    font-size: 18px;

    line-height: 28px;

    font-weight: 600;

    color: #e4e4e4;

    margin-bottom: 70px;

}



.header-footer .content-box{

	position: relative;

	max-width: 1920px;

	width: 100%;

	min-height: 877px;

	height: 100%;

	left: 0px;

	top: 0px;

	right: 0px;

	margin: 0 auto;

}



.header-footer .content-box .image{

	position: absolute;

	border-radius: 5px;

}



.header-footer .content-box .image img{

	width: 100%;

	border-radius: 5px;

}



.header-footer .content-box .image-1{

	left: 70px;

	top: 0px;

}



.header-footer .content-box .image-2{

	left: 870px;

	top: 0px;

}



.header-footer .content-box .image-3{

	left: 20px;

	top: 110px;

}



.header-footer .content-box .image-4{

  left: 739px;
  top: 156px;

}



.header-footer .content-box .image-5{

  right: 25px;
  top: 158px;

}



.header-footer .content-box .image-6{

  left: 21px;
  top: 347px;

}



.header-footer .content-box .image-7{


  left: 682px;
  top: 491px;


}



.header-footer .content-box .image-8{

	right: 25px;

	bottom: 130px;

}



.header-footer .content-box .image-9{

  left: 58px;
  bottom: 147px;

}



.header-footer .content-box .image-10{

  right: 564px;
  bottom: 126px;

}





/** othre-pages **/


.showcase_screens{
  padding: 120px 0px 0px;
  position: relative;
  background: #091125;
}

.othre-pages{

	position: relative;

  padding: 100px 0px 65px 0px;
  
  background: #ededf1;

}


.othre-pages .content-box{
  margin-bottom: 80px;
  position: relative;
}
.othre-pages .content-box h1{

	position: relative;

	font-size: 100px;

	line-height: 100px;

	font-weight: 700;

	color: transparent;

    background: -webkit-linear-gradient(0deg, #7dbc26, #7dbc26 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    margin-bottom: 0px;

}



.othre-pages .content-box h2{

	position: relative;

	font-size: 54px;

	line-height: 65px;

	font-weight: 700;

	letter-spacing: 0px;

	color: #111111;

	margin-bottom: 13px;

}



.othre-pages .content-box h2 span.color{

	color: transparent;

    background: -webkit-linear-gradient(0deg, #7dbc26, #7dbc26 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.othre-pages .content-box p{

	position: relative;

	font-size: 18px;

	font-weight: 600;

	line-height: 28px;

	color: #111111;

	margin: 0px;

}



.othre-pages .content-box{

	position: relative;

	margin-right: 15px;

}



.othre-pages .image-box{

  position: relative;
  margin: 15px 15px 30px;

	display: block;

	margin-bottom: 55px;

  border-radius: 5px;
 
}



.othre-pages .image-box img{

	width: 100%;

	border-radius: 5px;

}



.footer{

	position: relative;
  z-index: 0;
  padding: 140px 0px 20px;
}

.footer .content-last{
  text-align: center;
  padding-top: 120px;
}

.footer .content-last p{
  font-size: 16px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.footer .content-last p a{

  color: #7dbc26;
}
.footer .content-box h2{
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}



.footer .image_bg{

	position: absolute;

	content: '';


	width: 100%;


height: 100%;
	left: 0px;

	top:  0px;

	right: 0px;

  z-index: -1;

}




.footer .image_bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}






.mobile-menu .navigation li.dropdown .dropdown-btn {

    position: absolute;

    right: 6px;

    top: 6px;

    width: 32px;

    height: 32px;

    text-align: center;

    font-size: 16px;

    line-height: 32px;

    color: #ffffff;

    background: rgba(255,255,255,0.10);

    cursor: pointer;

    border-radius: 2px;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease;

    z-index: 5;

}



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

	

	.main-header .outer-container .logo-box{

		position: relative;

		display: block;

		text-align: center;

		border: none;

	}






	.header-footer .content-box .image{

		position: relative;

		display: block;

		text-align: center;

		left: 0px !important;

		right: 0px !important;

		top: 0px !important;

		bottom: 0px !important;

	}



}





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

	

	.banner-section .screen-box{

		display: none;

	}



	.banner-section .content-box p{

		margin-bottom: 100px;

	}



	.menu-area .mobile-nav-toggler .icon-bar{

		background: #111111;

	}



	.main-menu,

	.sticky-header,

	.main-header.style-one .outer-container:before{

	   display: none !important;

	}



	.menu-area .mobile-nav-toggler {

	   display: block;

	   margin-top: 30px;

	   padding: 10px;

	}



	.main-header .outer-container .btn-box{

		position: absolute;

		right: 10px;

		top: 90px;

	}



	.main-header .outer-container .logo-box{

		position: absolute;

		left: 10px;

		top: 90px;

	}



	.banner-section .content-box .image-box{

		margin: 0px;

	}

}










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

	.main-header .outer-container .logo-box{
    margin:26px 0px 20px;
  }

	.main-header .outer-container .logo-box,

	.main-header .outer-container .btn-box{

		position: relative;

		display: block;

		text-align: center;
    top: 0;
    left: 0;
    right: 0;

	}



	.banner-section .content-box h1{

		letter-spacing: 0px;

	}



}




.d-flex {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}



/** anim-icon **/

.anim-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

 .anim-icon .icon {
  position: absolute;
  width: 10px;
  border: 3px solid #f49f7b;
  height: 10px;

  position: absolute;
}

.anim-icon .icon-1{
  left: 60px;
  top: 50%;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-2{
  left: 80px;
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-3{
 
  left: 200px;
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-4{
 
  right: 60px;
  top: 50%;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-5{

  right: 90px;
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-6{

  right: 200px;
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-7{
 
  right: 80px;
  top: 10%;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-8{

  right: 220px;
  top: 0%;
  -webkit-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-9{
  top: 20%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-10{
  top: 30%;
  -webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-11{
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-12{
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-13{
  top: 10%;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-14{
  top: 0%;
  -webkit-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-15{
  top: 20%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-16{
  top: 30%;
  -webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}
@-webkit-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-moz-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-webkit-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@-moz-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}
/* Sec Title */

.sec-title {
  position: relative;
  margin-bottom: 50px;
}




.sec-title.style-two h2 {
  padding-bottom: 0;
  color: #202020;
  font-weight: 600;
}

.sec-title.style-two.light h2 {
  color: #fff;
}

.sec-title.light h2 {
  color: #fff;
}

.sec-title h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

.sec-title h4 span {
  position: relative;
  margin-right: 10px;
}

.sec-title .text-decoration {
  position: relative;
  height: 10px;
  width: 50px;
  display: block;
}

.sec-title.text-center .text-decoration {
  margin: 0px auto;
}

.sec-title .text-decoration::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 0px;
  width: 10px;
  height: 10px;
  background-color: #7dbc26;
  border-radius: 50%;
}

.sec-title .text-decoration .right,
.sec-title .text-decoration .left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 10px;
  width: 100%;
}

.sec-title .text-decoration .left::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 3px;
  width: 5px;
  height: 5px;
  background-color: #7dbc26;
  border-radius: 50%;
}

.sec-title .text-decoration .left::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 3px;
  width: 5px;
  height: 5px;
  background-color: #7dbc26;
  border-radius: 50%;
}

.sec-title .text-decoration .right::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 3px;
  width: 5px;
  height: 5px;
  background-color: #7dbc26;
  border-radius: 50%;
}

.sec-title .text-decoration .right::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 3px;
  width: 5px;
  height: 5px;
  background-color: #7dbc26;
  border-radius: 50%;
}

.sec-title .text {

  font-size: 18px;
  color: #232629;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title.light .text {
  color: #fff;
}

.sec-title h5 {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 10px 5px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 15px;
}

.sec-title.style-three h2 {
  padding-bottom: 0px;
}

.sec-title.style-three .text {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
}

.sec-title.style-three.light .text {
  color: #fff;
}

.text-decoration-two {
  position: relative;
  height: 3px;
  width: 74px;
  background: url(../images/icons/sec-title-dec.png);
  display: block;
}

.light .text-decoration-two {
  background: url(../images/icons/sec-title-dec-2.png);
}

.text-center .text-decoration-two {
  margin: 0 auto;
}

.sec-title.style-four h2 {
  padding-bottom: 20px;
}

.text-decoration-three {
  position: relative;
  height: 3px;
  width: 70px;
  background: url(../images/icons/sec-title-dec-3.png);
  display: block;
}

.light .text-decoration-three {
  background: url(../images/icons/sec-title-dec-3.png);
}

.text-center .text-decoration-three {
  margin: 0 auto;
}

.sec-title.style-five h2 {
  padding-bottom: 20px;
}

.banner-section_new{
  position: relative;
  padding: 100px 0px;
  background: #fff;
  min-height: 780px;
}

.banner-section_new .bg_image{
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;
top: 0;
height: 100%;
  width: 100%;

}
.banner-section_new .bg_image img{
  width: 100%;

}
.banner-section_new
.content-box{
  position: relative;
  z-index: 1;
  padding-top: 95px;
}
.banner-section_new .content-box h6{
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  color: #7dbc26;
}
.banner-section_new
.content-box h1{
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 50px;
}
.banner-section_new
.content-box  .lover_con{
  position: relative;
}
.banner-section_new
.content-box .btn-box{
  float: left;
  margin-right:50px;
  margin-bottom:20px;
}
.banner-section_new
.content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
 
  min-width: 212px;
  font-family: 'Inter', sans-serif;
  background-image: linear-gradient(to right, #7dbc26 0%, #7dbc26 50%, #7dbc26 100%);
  padding: 0px 15px;
  min-height: 56px;
  line-height: 56px;
  background-size: 200% auto;
  transition: all 500ms ease;
  z-index: 1;
}

.banner-section_new
.content-box  .image_m{
  padding-top: 10px;
}

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


	.banner-section .content-box .image-2{

		display: none;

	}
  .banner-section_new .bg_image{
    height: 100%;
  }

  .footer .content-box h2{
    font-size: 40px;
    line-height:50px;
  }

  .footer .content-box h2 br {
    display: none;
  }

 .banner-section_new .content-box h1{
    font-size: 40px;
    line-height:50px;

  }

 .banner-section_new .content-box h1 br{
    display: none;
  }

  .banner-section_new{
    min-height: 500px;
  }

  .banner-section_new .bg_image img{
    width: 100%;
  height: 100%;
  object-fit: cover;
  }
 .main-header .btn-box{
   display: none!important;
 }

}

.showcase_screens .showcase_multipage {
  position: relative;
}
.showcase_screens .showcase_multipage img {
  width: 100%;
}
.showcase_screens .showcase_multipage::before {
  content: "";
  background: linear-gradient(rgba(14, 14, 15, 0), #091125);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.showcase_device {
  background-color: #ffffff;
  position: relative;
  margin-top: -30px;
  z-index: 2;
}
.showcase_device::before {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #091125;
}
@media (max-width: 767px) {
  .showcase_device::before {
    display: none;
  }
}
.showcase_device::after {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #091125;
}
@media (max-width: 767px) {
  .showcase_device::after {
    display: none;
  }
}
