







@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i&amp;display=swap');





@import url('owl.css');

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

@import url('flaticon.css');

@import url('animate.css');






/** main-header **/



.main-header{

	position: relative;

}

.main-header.fixed-header{

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

}

.main-header .outer-container{

	position: relative;

	background: #fff;

	border-bottom: 1px solid #f3f3f3;

}



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

	position: absolute;

	left: 0px;

	top: 0px;

	padding: 28px 70px;

	border-right: 1px solid #f3f3f3;

}



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

}



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

	position: relative;

	display: inline-block;

	font-size: 24px;

	font-weight: 700;

	color: #fff;

	text-align: center;

	font-family: 'Josefin Sans', sans-serif;

	background-image: linear-gradient(to right, #fb5155 0%, #f92a75 50%, #fb5155 100%);

	padding: 36px 88.5px;

	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:600;

  opacity:1;

  font-family: 'Muli', sans-serif;

  color:#1d165c;

  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: #f92a75;

}



.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: 'Muli', sans-serif;

  color:#1d165c;

  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: 'Muli', sans-serif;

  text-transform:capitalize;

  color:#1d165c;

  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: 'Muli', sans-serif;

  color: #1d165c;

  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: #f92a75;

}



.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: #1d165c;

  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: 'Josefin Sans', 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: #fb5155;

}



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

	color: #f92a75;

}



.handle-preloader .animation-preloader .spinner{

	border: 3px solid #fb5155;

    border-top-color: rgba(251, 81, 85, 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, #fb5155, #f92a75 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 20px 0px;

}



.main-demo .title-box h2{

	position: relative;

	font-size: 54px;

	line-height: 65px;

	font-weight: 700;

	letter-spacing: 0px;

	color: #1d165c;

	margin-bottom: 10px;

}



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

	color: transparent !important;

    background: -webkit-linear-gradient(0deg, #fb5155, #f92a75 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: #48474a;

	margin-bottom: 70px;

}



.main-demo .inner-box{

	position: relative;

	margin-bottom: 60px;

}
.main-demo .inner-box  .new_one{
  position: absolute;
  width: 65px;
  line-height: 65px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  height: 65px;
  background-image: linear-gradient(to right, #f40c1d 0%, #f33f0e 50%, #f33f0e 100%);
  z-index: 11;
  right: 20px;
  top: -20px;
}

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

	border-radius: 5px;

	margin-bottom: 35px;

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

    transition: all 500ms ease;

}



.main-demo .inner-box:hover .image-box{

	transform: translateY(-10px);

}



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

	width: 100%;

	border-radius: 5px;

}



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

	position: relative;

	display: block;

	background: #fff;

	padding: 27px 15px 25px 15px;

	border-radius: 10px;

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

    transition: all 500ms ease;

    z-index: 1;

}



.main-demo .inner-box .lower-content:after{

	position: absolute;

	content: '';

	background-image: linear-gradient(to right, #fb5155 0%, #f92a75 50%, #fb5155 100%);

	background-size: 200% auto;

	width: 100%;

	height: 0%;

	left: 0px;

	bottom: 0px;

	border-radius: 10px;

	z-index: -1;

	transition: all 500ms ease;

}



.main-demo .inner-box:hover .lower-content:after{

	height: 100%;

	top: 0px;

}



.main-demo .inner-box:hover .lower-content{

	transform: translateY(-10px);

}



.main-demo .inner-box .lower-content:before{

	position: absolute;

	content: '';

	background: #fff;

	width: 40px;

	height: 40px;

	left: 50%;

	margin-left: -20px;

	top: -14px;

	transform: rotate(45deg);

	z-index: -1;

	transition: all 500ms ease;

}



.main-demo .inner-box:hover .lower-content:before{

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

}



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

	position: relative;

	display: block;

	font-size: 18px;

	line-height: 28px;

	font-family: 'Muli', sans-serif;

	font-weight: 600;

	color: #48474a;

	transition: all 500ms ease;

}



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

	display: inline-block;

	color: #48474a;

	transition: all 500ms ease;

}



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

	color: #fff;

}





/** feature **/



.feature{

	position: relative;

  padding-bottom: 65px;
  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: #1d165c;

	margin-bottom: 10px;

}



.feature .title-box h2 span.color{

	color: transparent;

    background: -webkit-linear-gradient(0deg, #fb5155, #f92a75 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: #48474a;

    margin-bottom: 70px;

}



.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: 55px;

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

}.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: 22px;

	line-height: 30px;

	font-weight: 700;

	color: #1d165c;

	margin-bottom: 14px;

}



.feature .feature-block p{

	font-size: 16px;

	position: relative;

	line-height: 26px;

	color: #666666;

	font-weight: 600;

	margin: 0px;

}





/** header-footer **/



.header-footer{

	position: relative;

	padding: 120px 0px 120px 0px;

	background: #160037;

}



.header-footer:before{

	position: absolute;

	content: '';

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

	width: 100%;

	height: 100%;

	left: 0px;

	top: 0px;

	background-size: cover;

	background-repeat: no-repeat;

}



.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, #fb5155, #f92a75 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



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

    background: linear-gradient(to right, #f92a75 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: 850px;

	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: 220px;

	top: 0px;

}



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

	left: 870px;

	top: 0px;

}



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

	left: 20px;

	top: 130px;

}



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

	left: 625px;

	top: 130px;

}



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

	right: 25px;

	top: 130px;

}



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

	left: 10px;

	top: 430px;

}



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

	left: 600px;

	top: 400px;

}



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

	right: 170px;

	bottom: 130px;

}



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

	left: 40px;

	bottom: 0px;

}



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

	right: 15px;

	bottom: -30px;

}





/** othre-pages **/



.othre-pages{

	position: relative;

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

}


.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, #fb5155, #f92a75 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: #1d165c;

	margin-bottom: 13px;

}



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

	color: transparent;

    background: -webkit-linear-gradient(0deg, #fb5155, #f92a75 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: #48474a;

	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: 100px 0px 230px;
  min-height: 900px;

}



.footer .image_bg{

	position: absolute;

	content: '';


	width: 100%;



	left: 0px;

	bottom:  0px;

	right: 0px;

  z-index: -1;

}



.footer .content-box h2{

	position: relative;

	font-size: 60px;

	line-height: 90px;

	font-weight: 700;

	letter-spacing: 0px;

	color: #1d165c;

	margin-bottom: 30px;

}



.footer .content-box h2 span.color{

	color: transparent;

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

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.footer .content-box a{

	position: relative;

    display: inline-block;

    font-size: 20px;

    font-weight: 700;

    line-height: 30px;

    color: #fff;

    text-align: center;

    font-family: 'Josefin Sans', sans-serif;

    background-image: linear-gradient(to right, #fb5155 0%, #f92a75 50%, #fb5155 100%);

    padding: 16px 55px;

    background-size: 200% auto;

    transition: all 500ms ease;

    border-radius: 5px;

    z-index: 1;

}



.footer .content-box a:hover{

	background-position: right center;

}



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

	}



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

		position: relative;

		text-align: center;

	}



	.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: #1d165c;

	}



	.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: 0px;

		top: 0px;

	}



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

		position: absolute;

		left: 0px;

		top: 0px;

	}



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

		margin: 0px;

	}

}





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



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

		padding: 20px 60px;

	}



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

		padding: 15px 30px;

	}



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

		display: none;

	}



	.footer{

		padding: 150px 0px;

	}

	

}



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



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

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

		position: relative;

		display: block;

		text-align: center;

	}



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