/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html{
    
}
body {
  background: #ffffff;
  color: #666666;
  font-family: "Poppins","Open Sans", sans-serif;
    width: 100%;
}
body .row{
    margin: 0px;
    padding-left:2%;
    padding-right: 2%;
}

a {
  color: #00adef;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #f03725;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #00adef;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
    float: left;
    height:;
    position:relative;
    top:-14px; 
    padding: 0px;
    margin-left: 1%;
    
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 0px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #00adef;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width:;
  height:;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    margin-top: 15px;  
    width: 60%;
      position: relative;
      z-index: 666;
      
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 515px;
  background-image: url('../img/banner.png'); 
  background-repeat: no-repeat; 
  background-position: top right;
}

#intro .carousel-item {
  width: 60%;
  height: 510px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 10px;
  
   
}

#intro .carousel-content {
    text-align: left;
    padding-left: 4%;
  
    
}

#intro h2 {
  color: #231f20;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 500;
  font-family: "Arial";
  padding-top: 40px;  
  
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    
  }
}

#intro p {
  width: 80%;
  margin: 0 0 30px 0;
  color: #717274;
 
   
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
	
  }

}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  width: 180px;  
  text-align:center;  
  font-family: "Poppins";
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  transition: 0.5s;
  margin-right: 10px;
  margin-bottom: 15px;    
  color: #fff;
  
  text-transform: uppercase;
background: rgba(240,82,37,1);
background: -moz-linear-gradient(left, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,82,37,1)), color-stop(100%, rgba(240,53,38,1)));
background: -webkit-linear-gradient(left, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
background: -o-linear-gradient(left, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
background: -ms-linear-gradient(left, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
background: linear-gradient(to right, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05225', endColorstr='#f03526', GradientType=1 );

}

#intro .btn-get-started-2{
  width: 180px;  
  text-align:center;  
  font-family: "Poppins";
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  transition: 0.5s;
  margin-right: 10px;
  margin-bottom: 15px;    
  color: #f03626;
  border: 1px solid #f03626;
  text-transform: uppercase;
background-color: #ffffff;

}
#intro .btn-get-started:hover {
  background: #ffffff;
  color: #f03626;
  border: 1px solid #f03626;
}
#intro .btn-get-started-2:hover {
  background: #f03626;
  color: #ffffff;
  border: 1px solid #f03626;
}

@media (max-width: 500px) and (min-width: 280px){
    #intro {
      
      width: 100%;
      height: 320px;
      background-image: url('../img/banner.png'); 
      background-repeat: no-repeat; 
      background-position: top right;
      background-size: 65%;
        position: relative;
        z-index: -2
    }
    
    #intro:after{
        content: "";
      position: absolute;
      width: 100%;
      height: 370px;
      background-color: rgba(75,230,252,0.0);
        top: 0px;
        z-index: -1;
        padding-bottom: 30px;
       -moz-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.2); 
    }
     #intro .carousel-content {
       text-align: center;
      
    }
    #intro .carousel-item {
        height: 320px;
        width: 100%;
        margin-top: 23%;
      
    }
 #intro h2 {
  color:#484a4a;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
     text-align: center;

 
  }
 #intro p {
     width: 100%;
      font-size: 12px;
    color: #383838;
     text-align: center;
   }
    #intro .btn-get-started ,#intro .btn-get-started-2{
  width: 120px;    
  font-family: "Poppins";
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0px;
  padding: 8px 10px;
  border-radius: 50px;
        text-align: center;
  
}
    .carousel-indicators{
        display:none;
    }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */


.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
 .sl_header{
   
    -moz-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 8px -2px rgba(0,0,0,0.5); 
  }    
    
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 40px;
  text-decoration: none;
  display: inline-block;
  color: #e2f7fc;
  font-family: "Poppins";
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;    
  outline: none;
}
.nav-menu a.login_bt{
    margin-top: -10px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  display: inline-block;
  background-color: #f05925;    
  color: #fff;
  font-family: "Poppins";
  font-weight: 900;
  font-size: 14px;
  text-transform: lowercase;
  letter-spacing: 1px;    
  outline: none;
  border: 1px solid #ff4035;
  border-radius: 30px; 
 margin-left: 30px;
    
}
.nav-menu a.login_bt:hover{
  background-color: #ffffff;
  color:  #fe1818;
  border: 1px solid #ff4035;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #f03726;
  
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #00adef;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 30px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #f05925;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0,0,0,0.7);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #00adef;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #00adef;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header{
    margin-bottom: 30px;
}
.section-header h3 {
  font-family: "Poppins";    
  font-size: 35px;
  color: #231f20;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
}


.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 4px;
  background: #088586;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}


@media (max-width: 680px) and (min-width:280px){
    
  .section-header h3 {
  font-family: "Poppins";    
  font-size: 26px;
  color: #231f20;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  }
}
/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #00adef;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #00adef;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}



/* What we do Section
--------------------------------*/
#whatwedo{
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

#whatwedo .whatwedo_box{
    
    
}

#whatwedo .whatwedo_box .img{
    width:180px;
    margin:auto;
    transform: scale(1);
    transition: 0.8s;
    
   /* transition: transform 0.8s;
  transform-style: preserve-3d;*/
}

#whatwedo .whatwedo_box .title{
    color: #242021;
    text-align: center;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 900;
    margin-top: 20px;
    
}
#whatwedo .whatwedo_box p{
	
    margin-top: 10px;
    text-align: center;
    font-size:14px;
    padding: 0px 12%;
    
}

#whatwedo .whatwedo_box:hover .img{
      transform: scale(1.1);
   
}
#whatwedo .whatwedo_box:hover .title{
    color: #5c5c5c;
   
}
/* Feature Section
--------------------------------*/
#myfeature{
    background-color: #fbe5f1;
    padding-top:0px;
    padding-bottom: 0px;
   /*border-radius: 0px 0px 250px 250px;*/
}
#myfeature .section-header{
    padding-top:140px;
}
#myfeature .row{
    padding-top: 20px;
    
}

#myfeature:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 250px;
	background-image: url('../img/back.png');
	background-repeat: no-repeat;
	background-size: 100% 250px;

}
#myfeature:after{
	
	content:"";
	position: absolute;
	width: 100%;
	height: 120px;
	background-image: url('../img/bach4.png');
	background-repeat: no-repeat;
	background-size: 100% 120px;
	background-position: bottom;
	margin-top:-20px;
	z-index:-1;
	
}
#myfeature .myfeature_box{
    margin-bottom: 30px;
   
}

#myfeature .myfeature_box .img{
    width:100px;
    min-height: 100px;
    margin:auto;
    transform: scale(1);
    transition: 0.8s;
  
    
}

#myfeature .myfeature_box .title{
    color: #22211f;
    text-align: center;
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 900;
    margin-top: 20px;
	margin-bottom: 13px;
    
}
#myfeature .myfeature_box p{
    margin-top: 2px;
    font-family: "Poppins";
    text-align: center;
    font-size:14px;
	line-height: 20px;
    padding: 0px 12%;
}

#myfeature .myfeature_box:hover .img{
    transform:scale(1.1);
   
}

#myfeature .myfeature_box:hover .title{
    color: #5c5c5c;
   
}
@media (max-width:780px) and (min-width: 280px){
   #myfeature .section-header{
       padding-top:0px;
       margin-top: 40px;
  }
    #myfeature:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100px;
	background-image: url('../img/back.png');
	background-repeat: no-repeat;
	background-size: 100% 100px;

}
#myfeature:after{
	
	content:"";
	position: absolute;
	width: 100%;
	height: 60px;
	background-image: url('../img/bach4.png');
	background-repeat: no-repeat;
	background-size: 100% 60px;
	background-position: bottom;
	margin-top:0px;
	z-index:-1;
	
}
}
/* hardware Section
--------------------------------*/
#hardware{
    padding-top: 40px;
	margin-top:140px;
}


#hardware .hardware_box{
    min-height: 250px;
    height: 270px ;
    padding: 10px;
    margin-top: 60px;
    margin-bottom: 30px;
    border: 1px solid #f7f7f7;
    
}

#hardware .hardware_box.blue_box{

    -moz-box-shadow: 0px 0px 8px 1px rgba(4,136,214,0.3);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(4,136,214,0.3);
	box-shadow: 0px 0px 8px 1px rgba(4,136,214,0.3);
}
#hardware .hardware_box.red_box{
  
    -moz-box-shadow: 0px 0px 8px 1px rgba(216,75,37,0.3);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(216,75,37,0.3);
	box-shadow: 0px 0px 8px 1px rgba(216,75,37,0.2);
}
#hardware .hardware_box.pink_box{

    -moz-box-shadow: 0px 0px 8px 1px rgba(198,7,111,0.3);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(198,7,111,0.3);
	box-shadow: 0px 0px 8px 1px rgba(198,7,111,0.3);
}

#hardware .hardware_box .img{
   
    width:134px;
    height:114px;
    margin:auto;
    margin-top: -80px;
    margin-bottom: 20px;
    
    background-repeat: no-repeat;
}

#hardware .hardware_box .img p{
	
   padding-top: 40px;
    font-family: "Poppins";
    color:#ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
	
}

#hardware .hardware_box .title{
    color: #242021;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
    
}
#hardware .hardware_box p{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    
}
@media (max-width:780px) and (min-width: 280px){
    #hardware{
    padding-top: 0px;
	margin-top:140px;
   }
   #hardware .hardware_box{
    height: 280px; 
  }
  #hardware .hardware_box p{
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    
}    
}

/* func_and_module Section
--------------------------------*/
#func_and_module{
   width: 100%;
   padding-top: 50px;
   padding-bottom: 0px;
 
}
 #func_and_module .row{
        padding: 0px;
    }

#func_and_module .func_and_module_box{
    height: 380px;
    margin: 0px;
    padding: 60px 30px 20px 30px;
   
}

#func_and_module .func_and_module_box .img{
    width:60px;
    margin:auto;
  
    
}

#func_and_module .func_and_module_box .title{
    color: #242021;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    
}
#func_and_module .func_and_module_box p{
	font-size: 14px;
    margin-top: 10px;
    text-align: center;
	line-height: 20px;
    padding: 0px 12%;
}

@media (max-width:780px) and (min-width: 280px){
    #func_and_module .row{
        padding: 0px;
    }
    #func_and_module .func_and_module_box{
    height: 380px;
    margin: 0px;
    padding: 60px 15px 15px 10px;
    border-bottom: 1px solid #cecece;
   }
    
    #func_and_module .func_and_module_box p{
    margin-top: 10px;
    padding: 0px 10px;    
   }
}
/* security Section
--------------------------------*/
#security{
    height: ;
    background-image: url('../img/security.png');
    background-position: left top;
    background-repeat: no-repeat;
	padding-top: 120px;
	padding-bottom: 90px;

}
#security .security_box{
    width: 50%;
    float: right;
    min-height: 380px;
}
#security .security_box .title{
    font-family: "Poppins";
    color: #f05a25;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
#security .security_box ul{
   
}

#security .security_box ul {
  list-style: none; /* Remove default bullets */
    padding: 0px;
    margin: 0px;
}


#security .security_box ul li{
    padding: 0px;
   min-height: 25px;
   height:;
  position: relative;
    z-index: 2;
	
   
}
#security .security_box ul li::before {
    content: "\2022"; 
    color: transparent; 
    font-weight: bold; 
    font-size: 42px; 
    line-height: 20px;
    position: absolute;
    background-color: red;
    border-radius: 50px 50px 50px 50px;
    height: 10px;
    width: 10px;
    margin-top: 7px;
    

background: rgba(124,231,252,1);
background: -moz-linear-gradient(left, rgba(124,231,252,1) 0%, rgba(5,141,214,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(124,231,252,1)), color-stop(100%, rgba(5,141,214,1)));
background: -webkit-linear-gradient(left, rgba(124,231,252,1) 0%, rgba(5,141,214,1) 100%);
background: -o-linear-gradient(left, rgba(124,231,252,1) 0%, rgba(5,141,214,1) 100%);
background: -ms-linear-gradient(left, rgba(124,231,252,1) 0%, rgba(5,141,214,1) 100%);
background: linear-gradient(to right, rgba(124,231,252,1) 0%, rgba(5,141,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ce7fc', endColorstr='#058dd6', GradientType=1 );

}

#security .security_box ul li p{
    font-family: "Poppins";
    padding-left: 30px;
    position: relative;
    z-index: 2;
	font-size: 14px;
	margin:3px;
}


@media (max-width: 760px) and (min-width: 280px){
    #security{
    height:;
    background-image: url('../img/security.png');
    background-size: 80%;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 80px;   
    padding-bottom: 25px;    
    border-bottom: 1px solid #e4e4e7;    
    }
    #security .section-header{
        margin-bottom: 65%;
    
    }
    
    #security .security_box{
    width: 100%;
    padding: 15px 0%; 
   
   }
    
}

/* business types Section
--------------------------------*/
#business_type{
    padding-bottom: 40px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}


#business_type .business_type_box{
    height: 310px;
    padding: 20px 10px;
    border-bottom: 1px solid #e4e4e7;
    border-right: 1px solid #e4e4e7;
}

#business_type .business_type_box .img{
    width:100%;
    height:;
    margin:auto;
    transition: transform 0.8s;
   transform-style: preserve-3d;
    text-align: center;
    
}

#business_type .business_type_box .title{
    width: 94%;
    font-family: "Poppins";
    color: #242021;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    position: absolute;
    bottom: 0px;
}
#business_type .business_type_box p{
    margin-top: 10px;
    text-align: center;
   
    
}
#business_type .business_type_box:hover .img{
    transform: rotateY(180deg);
}

#business_type .business_type_box:hover .title{
    color: #8d8d8d;
}
@media (max-width: 600px) and (min-width: 280px){
    #business_type{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 60px;
    border-bottom: 1px solid #e4e4e7;
   }
    #business_type .business_type_box{
    border-bottom: 1px solid #e4e4e7;
    border-right: 1px solid transparent;
   }
    #business_type .business_type_box:hover .img{
        transform: rotateY(0deg);
    }
    
}
/* sup_and_service Section
--------------------------------*/
#sup_and_service{
    padding-top: 60px;
    height:760px;
    background-image: url('../img/support-&-services.png');
    background-position: left center;
    background-repeat: no-repeat;
}
#sup_and_service .row{
    width: 50%; float: right;
    
}

#sup_and_service .sup_and_service_box{
    width: 100%;
}
#sup_and_service .sup_and_service_box .title{
    font-family: "Poppins";
    color: #f05a25;
    font-size: 18px;
    font-weight: 700;
    margin: 5px;
    margin-left:0px;
    
}
#sup_and_service .sup_and_service_box p{
    font-family: "Poppins";
   color: #545456;
    font-size: 14px;
   margin-bottom: 15px;
    
}

#sup_and_service button{
    padding: 13px 25px;
    border: 1px solid #c4c4c4;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 30px;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 600;
    background: rgba(209,7,109,1);
    background: -moz-linear-gradient(left, rgba(209,7,109,1) 0%, rgba(122,7,110,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(209,7,109,1)), color-stop(100%, rgba(122,7,110,1)));
    background: -webkit-linear-gradient(left, rgba(209,7,109,1) 0%, rgba(122,7,110,1) 100%);
    background: -o-linear-gradient(left, rgba(209,7,109,1) 0%, rgba(122,7,110,1) 100%);
    background: -ms-linear-gradient(left, rgba(209,7,109,1) 0%, rgba(122,7,110,1) 100%);
    background: linear-gradient(to right, rgba(209,7,109,1) 0%, rgba(122,7,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1076d', endColorstr='#7a076e', GradientType=1 );
    letter-spacing: 3px;
      margin-top: 30px;  
}


@media (max-width: 760px) and (min-width: 280px){
     #sup_and_service{
    height:1180px ;
    background-image: url('../img/support-&-services.png');
    background-size: 80%;
    background-position: left 12%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e4e4e7;     
    }
    #sup_and_service .section-header{
        margin-bottom: 82%;
        
    }

    #sup_and_service .row{
    width: 100%;
    float: none;
    padding-top: 0px;
     
      
    }
    
  
    #sup_and_service .sup_and_service_box p{
    
      
    }
    #sup_and_service button{
        width: 100%;
        font-size: 11px;
        letter-spacing: 1px;
      
}
    
}
/* ////////////////////==================Package ======================////////////////
   ///////////////////================================================/////////////////
--------------------------------*/
/* pricing table Us Section
--------------------------------*/

#pricing{
    padding-top: 130px;
    font-size: 15px;
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
}

#pricing .price_box{
    font-size: 14px;
    text-align: center;
    border: 1px solid #f4f4f4;
    border-radius: 0px 10px 0px 10px;
    height: 990px;
    transform: scale(1.0);
    transition: 0.6s;
    margin-bottom: 60px;
}
#pricing .price_box.yellow_box{

    -moz-box-shadow: 0px 0px 15px 1px rgba(191,213,52,0.2);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(191,213,52,0.2);
	box-shadow: 0px 0px 15px 1px rgba(191,213,52,0.2);
}
#pricing .price_box.yellow_box button, #pricing .price_box.yellow_box .price_footer{
    
background: rgba(191,208,52,1);
background: -moz-linear-gradient(left, rgba(191,208,52,1) 0%, rgba(190,155,51,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191,208,52,1)), color-stop(100%, rgba(190,155,51,1)));
background: -webkit-linear-gradient(left, rgba(191,208,52,1) 0%, rgba(190,155,51,1) 100%);
background: -o-linear-gradient(left, rgba(191,208,52,1) 0%, rgba(190,155,51,1) 100%);
background: -ms-linear-gradient(left, rgba(191,208,52,1) 0%, rgba(190,155,51,1) 100%);
background: linear-gradient(to right, rgba(191,208,52,1) 0%, rgba(190,155,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd034', endColorstr='#be9b33', GradientType=1 );  
    
}

#pricing .price_box.blue_box{

    -moz-box-shadow: 0px 0px 15px 1px rgba(4,136,214,0.2);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(4,136,214,0.2);
	box-shadow: 0px 0px 15px 1px rgba(4,136,214,0.2);
}
#pricing .price_box.blue_box button, , #pricing .price_box.blue_box .price_footer{
    
background: rgba(4,183,215,1);
background: -moz-linear-gradient(left, rgba(4,183,215,1) 0%, rgba(4,118,214,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,183,215,1)), color-stop(100%, rgba(4,118,214,1)));
background: -webkit-linear-gradient(left, rgba(4,183,215,1) 0%, rgba(4,118,214,1) 100%);
background: -o-linear-gradient(left, rgba(4,183,215,1) 0%, rgba(4,118,214,1) 100%);
background: -ms-linear-gradient(left, rgba(4,183,215,1) 0%, rgba(4,118,214,1) 100%);
background: linear-gradient(to right, rgba(4,183,215,1) 0%, rgba(4,118,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04b7d7', endColorstr='#0476d6', GradientType=1 );

}


#pricing .price_box.red_box{
  
    -moz-box-shadow: 0px 0px 15px 1px rgba(216,75,37,0.2);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(216,75,37,0.2);
	box-shadow: 0px 0px 15px 1px rgba(216,75,37,0.2);
}
#pricing .price_box.red_box button,  #pricing .price_box.red_box .price_footer{

background: rgba(241,60,50,1);
background: -moz-linear-gradient(left, rgba(241,60,50,1) 0%, rgba(240,48,37,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,60,50,1)), color-stop(100%, rgba(240,48,37,1)));
background: -webkit-linear-gradient(left, rgba(241,60,50,1) 0%, rgba(240,48,37,1) 100%);
background: -o-linear-gradient(left, rgba(241,60,50,1) 0%, rgba(240,48,37,1) 100%);
background: -ms-linear-gradient(left, rgba(241,60,50,1) 0%, rgba(240,48,37,1) 100%);
background: linear-gradient(to right, rgba(241,60,50,1) 0%, rgba(240,48,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13c32', endColorstr='#f03025', GradientType=1 );


    
}

#pricing .price_box.pink_box{

    -moz-box-shadow: 0px 0px 15px 1px rgba(198,7,111,0.2);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(198,7,111,0.2);
	box-shadow: 0px 0px 15px 1px rgba(198,7,111,0.2);
}
#pricing .price_box.pink_box button, #pricing .price_box.pink_box .price_footer{
   
background: rgba(208,7,111,1);
background: -moz-linear-gradient(left, rgba(208,7,111,1) 0%, rgba(124,7,111,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(208,7,111,1)), color-stop(100%, rgba(124,7,111,1)));
background: -webkit-linear-gradient(left, rgba(208,7,111,1) 0%, rgba(124,7,111,1) 100%);
background: -o-linear-gradient(left, rgba(208,7,111,1) 0%, rgba(124,7,111,1) 100%);
background: -ms-linear-gradient(left, rgba(208,7,111,1) 0%, rgba(124,7,111,1) 100%);
background: linear-gradient(to right, rgba(208,7,111,1) 0%, rgba(124,7,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0076f', endColorstr='#7c076f', GradientType=1 );
 
    
}


#pricing .price_box .price_head{
    
    width: 100%;
    height: 300px;
    padding: 15px 15px;
    background-color: #f1f1f1;
}

#pricing .price_box .price_head h2{
    width:100%;
    font-size: 19px;
    color:#c3d845;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid #c3d845;
    text-align: left;
}
#pricing .price_box .price_head h2 span{
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    color: #272325;
    float: right;
}

#pricing .price_box .price_head p{
    font-size: 15px;
    text-align: center;
    width: 80%;
    margin: auto;
    display: block;
    color:#262628;
    padding-top: 10px;
}
#pricing .price_box .price_head p span{
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    color:#6d6d6f;
    padding-top: 20px;
}


#pricing .price_box .price_ul{
    list-style: none;
    margin: 0px;
    padding: 15px 20px;
}

#pricing .price_box .price_ul li{
    padding: 10px 10px;
    border-bottom: 1px solid #d7d7d7;
    font-size: 15px;
    text-align: center;
}
#pricing .price_box .price_ul li:last-child{
    
    border-bottom: none;
    
}


#pricing .price_box .price_bt{
    width: 150px ;
    margin: auto;
    padding-bottom: 20px;
}

#pricing .price_box .price_bt button{
    padding: 10px 15px;
    border-radius: 30px;
    letter-spacing: 2px;
    font-weight: 800;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #bfa834;
    text-align: center;
    width: 150px;
    text-align: center;
}


#pricing .price_box .price_footer{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    background-color: #bea934;
    color: #ffffff;
    padding: 13px 10px;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
}

#pricing .price_box .price_footer p:after{
    
    content:">>";
    margin-left: 10px; 
}


#pricing .price_box:hover{
    
     transform: scale(1.03);
    
}
/* Customize plan Section
--------------------------------*/

.simply_bt{
    
    padding: 10px 25px;
    font-family: "poppins";
    font-size: 12px;
    border: 1px solid #f05c28;
    border-radius: 30px;
    color:#f05c28;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 30px;
    background-color: #ffffff;
}

#customize_plan{
    font-family: "Poppins";
    padding-left: 0%;
    padding-right: 0%;
}
#customize_plan .middle_border{
    border-left: 1px solid #c2c4c7; border-right: 1px solid #c2c4c7;
}
#customize_plan .section-header{
   padding-top:40px;
  margin-bottom: 70px;    
}
#customize_plan .plan_box{
    font-size: 14px;
    text-align: center;
    margin-bottom: 60px;
}


#customize_plan .plan_box .head{
    width: 100%;
    height: 50px;
   
    padding: 15px 10px;
    border-bottom: 1px solid #f05c28;
}
#customize_plan .plan_box .head h2{
     font-size: 18px;
    font-weight: 900;
    color: #f05c28;
}
#customize_plan .plan_box .plan_body{
    width: 100%;
    height: ;
    padding-top: 20px;
}
#customize_plan .plan_box .plan_body image{
    display: inline-block;

}
#customize_plan .plan_box .plan_body h2{
    display: inline-block;
   text-align: left;
    font-size: 22px;
    padding-left: 15px;
}
#customize_plan .plan_box .plan_body h2 span{
    font-family: "Poppins";
    font-weight: :100;
    color: #7e7e81;
    font-size: 14px;
     text-align: left;
}

#customize_plan .plan_box p{
    color: #686667;
    margin: auto;
    width: 85%;
    color: #585455;
    padding: 15px 10px;
}

#customize_plan .second_row{
    padding-top: 100px;
}
#customize_plan .third_row{
    padding-top: 70px;
}
#customize_plan .plan_box.second_box{
    height: ;
   border: 1px solid #d0e16f;
    -moz-box-shadow: 0px 0px 15px 1px rgba(191,213,52,0.4);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(191,213,52,0.4);
	box-shadow: 0px 0px 15px 1px rgba(191,213,52,0.4);
    border-radius: 5px;
    padding: 20px 0px;
}

#customize_plan .plan_box.second_box .plan_body h2{
   font-weight:900; color:#252122; font-size: 25px;
}
#customize_plan .plan_box.second_box .plan_body h2 span{
   font-weight:100;
}

#customize_plan .plan_box.second_box .head h2{
   font-size: 20px;
}
#customize_plan .plan_box.second_box p{
    min-height: 90px;
}

@media (max-width:760px) and (min-width:280px){
    #customize_plan{
    font-family: "Poppins";
    padding-left: 0px;
    padding-right: 0px;
    }
    #customize_plan .middle_border{
    border-left: 1px solid transparent; border-right: 1px solid transparent;
   }
    #customize_plan .second_row{
    padding-top: 0px;
    }
    #customize_plan .plan_box.second_box{
    height:;
   border: 1px solid #d0e16f;
    -moz-box-shadow: 0px 0px 15px 1px rgba(191,213,52,0.4);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(191,213,52,0.4);
	box-shadow: 0px 0px 15px 1px rgba(191,213,52,0.4);
    border-radius: 5px;
    padding: 20px 0px;
    }
    #customize_plan .plan_box.second_box p{
      height: 150px;
    }
    #customize_plan .third_row{
    padding-top: 30px;
    }
}
/* compare_plan Section
--------------------------------*/
#compare_plan{
  padding: 40px 0px;  
    padding-left: 0%;
    padding-right: 0%;
}
#compare_plan .mytbody{
    width: 100%;
  
}

#compare_plan .mytbody table{
    width: 100%;
    font-family: "Poppins";
    font-size: 15px;
}
#compare_plan .mytbody table thead{
    background-color: #03bbd5;
    color: #ffffff;
}

#compare_plan .mytbody table tbody .table_title{
    width: 100%;
    font-size: 18px;
    font-weight: 900;
    color: #03bbd5;
}
#compare_plan .mytbody table tbody{
   padding-left: 30px;
    padding-right: 30px;
    background-color: #e5f8fc;
    
}
#compare_plan .mytbody table tbody tr.title{
   
    background-color: #ffffff;
    color: #03bbd5;
    font-size: 19px;
    font-weight: 900;
}

#compare_plan .mytbody table tbody tr{
    
    background-color: #e5f8fc;
    border-bottom: 1px solid #cadbdb;
}

#compare_plan .mytbody table tbody tr i{
    font-size: 18px;
    margin-left: 5px;
    color:#969696;
}
#compare_plan .mytbody table tbody tr td:first-child{
    
    width: 300px;
}

#compare_plan .mytbody table tbody tr:last-child{
    
    border-bottom: none;
}

#compare_plan .mytbody table tfoot{
    height: 40px;
    background-color: #03bbd5;
    
}

#compare_plan .mytbody table tfoot tr th button{
    color: #ffffff;
    background-color: #03bbd5;
    border: 1px solid #64d5e5;
    margin: 0px;
    float: left;
}
#compare_plan .mytbody table tfoot tr th button:hover{
    background-color: #028a9d;
}

@media (max-width:760px) and (min-width:280px){
    #compare_plan{
    padding: 10px 0%;  
   
   } 
    #compare_plan .mytbody{
     overflow: scroll;
    overflow-y: hidden;

     }
    
}

/* ////////////////////==================About ======================////////////////
   ///////////////////================================================/////////////////
--------------------------------*/
/* My About us Section
--------------------------------*/

#about_simply{
    width: 100%;
    height: 880px;
    background-image: url('../img/about.png');
    background-size: 100% 721px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    
}
 #about_simply .section-header{
       padding-top: 140px;
  } 
#about_simply .about_simply_box{
    margin-top: 250px;
}
#about_simply .about_simply_box p{
    font-family: "Poppins";
    font-size: 15px;
    color: #ecf7fd;
    padding-left: 0%;
    padding-right: 0%;
}


@media (max-width:760px) and (min-width:280px){
    #about_simply{
    width: 100%;
    height:100%;
    background-size: 100%;
    background-position: top;
    margin-top: 110px;
	margin-bottom:40px;
	border:1px solid transparent;
  }
   #about_simply .section-header{
       padding-top: 25%;
  }  
  #about_simply .section-header h3{
       color: #ffffff;
  } 
      
   #about_simply .about_simply_box{
    margin-top: 14%;
  } 
    
    #about_simply .about_simply_box p{
    font-family: "Poppins";
    color: #1d1f21;
    
}
}
/* my about us Section
--------------------------------*/
#my_about_us{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 4%;
    padding-right: 4%;
   
}
#my_about_us .row{
    padding: 20px 3%;
     -moz-box-shadow: 0px 0px 14px 1px rgba(192,215,58,0.3);
	-webkit-box-shadow: 0px 0px 14px 1px rgba(192,215,58,0.3);
	box-shadow: 0px 0px 14px 1px rgba(192,215,58,0.3);
    
}
#my_about_us .my_about_us_box{
    width: 100%;
    height:;
    margin: auto;
     border-bottom: 1px solid #c1c1c1;
  
}
#my_about_us .my_about_us_box .accordion_head{
    height:90px;
    font-family: "Poppins";
    font-size: 19px;
    font-weight: 900;
    color: #f16c3d;
    overflow: visible;
    padding-top: 30px;
    margin-left: 50px;
}
#my_about_us .my_about_us_box .accordion_head span{
    position: absolute;
    z-index: 888;
    left: 10px;
}
#my_about_us .my_about_us_box .accordion_head span i{
   font-size: 25px;
}
#my_about_us .my_about_us_box .accordion_body p{
    font-family: "Poppins";
    font-size: 15px;
    padding-left: 60px;
}

@media (max-width:760px) and (min-width:280px){

    #my_about_us{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
   
}
    #my_about_us .row{
    padding: 20px 0%;
    padding-left: 8%;    
  
}
 #my_about_us .my_about_us_box .accordion_head{
   
    margin-left: 15px;
}
#my_about_us .my_about_us_box .accordion_head span{
    position: absolute;
    z-index: 888;
    left: 2px;
}
    #my_about_us .my_about_us_box{
    width: 100%;
   }
    
    #my_about_us .my_about_us_box .accordion_body p{
    font-family: "Poppins";
    font-size: 15px;
    padding-left: 30px;
   }
}

/* term and Policy Section
--------------------------------*/
#policy{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 4%;
    padding-right: 4%;
   
}
#policy .row{
    padding: 20px 3%;
     -moz-box-shadow: 0px 0px 14px 1px rgba(192,215,58,0.3);
	-webkit-box-shadow: 0px 0px 14px 1px rgba(192,215,58,0.3);
	box-shadow: 0px 0px 14px 1px rgba(192,215,58,0.3);
    
}
#policy .policy_box{
    width: 100%;
    height:;
    margin: auto;
     border-bottom: 1px solid #c1c1c1;
  
}
#policy .policy_box .accordion_head{
    height:90px;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 500;
    color: #f16c3d;
    overflow: visible;
    padding-top: 30px;
    margin-left: 50px;
}
#policy .policy_box .accordion_head span{
    position: absolute;
    z-index: 888;
    left: 10px;
}
#policy .policy_box .accordion_head span i{
   font-size: 20px;
}
#policy .policy_box .accordion_body p{
    font-family: "Poppins";
    font-size: 15px;
    padding-left: 60px;
}
#policy .policy_box .accordion_body ol, #policy .policy_box .accordion_body ul{
    margin-left:40px;
}
@media (max-width:760px) and (min-width:280px){

    #policy{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
   
}
    #policy .row{
    padding: 20px 0%;
    padding-left: 8%;    
  
}
 #policy .policy_box .accordion_head{
    font-size: 16px;
    margin-left: 15px;
}
#policy .policy_box .accordion_head span{
    position: absolute;
    z-index: 888;
    left: 2px;
}
#policy .policy_box .accordion_head span i{
   font-size: 18px;
}
    #policy .policy_box{
    width: 100%;
   }
    
    #policy .policy_box .accordion_body p{
    font-family: "Poppins";
    font-size: 15px;
    padding-left: 30px;
   }
}
/* Our Crazy product Section
--------------------------------*/

#crazy_product{
    
    width: 100%;
    height: 680px;
    background-image: url('../img/our-crazy-product.png');
    background-size: 113px 287px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 0px;
    text-align: center;
    font-size: 15px;
    margin-top: 80px;
}

#crazy_product .crazy_bt{
    width: 430px;
    height: 60px;
    font-weight: 900;
    color: #d91576;
    font-size: 15px;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    letter-spacing: 0px;
    -moz-box-shadow: 0px 0px 8px 1px rgba(217,17,117,0.4);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(217,17,117,0.4);
	box-shadow: 0px 0px 8px 1px rgba(217,17,117,0.4);
    transform: scale(1.0);
    transition: 0.8s;
}
#crazy_product .crazy_bt:hover{
    border: 1px solid #db3181;
        transform: scale(1.1);   
}
#crazy_product .crazy_box{
    width: 1200px;
    padding: 6px 0px;
	margin: auto;
}
#crazy_product .crazy_box .left_bt{
    
    width: 430px;
    display: inline-block;
    margin: auto;
    margin-left: 0px;
	
}
#crazy_product .crazy_box .right_bt{
    
    width: 430px;
    display: inline-block;
    margin: auto;
    margin-right: 0px;
}

#crazy_product .crazy_box .left_bt.one{
   margin-right: 20px;
}
#crazy_product .crazy_box .right_bt.one{
   margin-left: 20px;
}

#crazy_product .crazy_box .left_bt.two{
   margin-right: 100px;
}
#crazy_product .crazy_box .right_bt.two{
   margin-left: 100px;
}

#crazy_product .crazy_box .left_bt.three{
   margin-right: 160px;
}
#crazy_product .crazy_box .right_bt.three{
   margin-left: 160px;
}

#crazy_product .crazy_box .left_bt.four{
   margin-right: 100px;
}
#crazy_product .crazy_box .right_bt.four{
   margin-left: 100px;
}

#crazy_product .crazy_box .left_bt.five{
   margin-right: 20px;
}
#crazy_product .crazy_box .right_bt.five{
   margin-left: 20px;
}

@media (max-width:760px) and (min-width:280px){
 
#crazy_product{
    
    width: 100%;
    height: 1030px;
    background-image: none;
    padding: 0px 2%;
    font-size: 15px;
    margin-top: 80px;
    
}  
 #crazy_product .crazy_box{
    width: 100%;
    padding: 6px 3%;
    text-align: left;
}    
#crazy_product .crazy_box .crazy_bt{
    width: 100%;
    height: 60px;
    font-weight: 900;
    color: #d91576;
    font-size: 11px;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    letter-spacing: 0px;
    -moz-box-shadow: 0px 0px 8px 1px rgba(217,17,117,0.4);
	-webkit-box-shadow: 0px 0px 8px 1px rgba(217,17,117,0.4);
	box-shadow: 0px 0px 8px 1px rgba(217,17,117,0.4);
     
}   
   
    
 #crazy_product .crazy_box .left_bt{
    
    width: 100%;
    display: inline-block;
    margin: 0px;
    margin-left: 0px;
}
#crazy_product .crazy_box .right_bt{
    
    width: 100%;
    display: inline-block;
    margin: 0px;
    margin-left: 0px;
}   
    
#crazy_product .crazy_box .left_bt.one{
   margin-right: 0px;
}
#crazy_product .crazy_box .right_bt.one{
   margin-left: 0px;
}

#crazy_product .crazy_box .left_bt.two{
   margin-right: 0px;
}
#crazy_product .crazy_box .right_bt.two{
   margin-left: 0px;
}

#crazy_product .crazy_box .left_bt.three{
   margin-right: 0px;
}
#crazy_product .crazy_box .right_bt.three{
   margin-left: 0px;
}

#crazy_product .crazy_box .left_bt.four{
   margin-right: 0px;
}
#crazy_product .crazy_box .right_bt.four{
   margin-left: 0px;
}

#crazy_product .crazy_box .left_bt.five{
   margin-right: 0px;
}
#crazy_product .crazy_box .right_bt.five{
   margin-left: 0px;
}
    
}
/* My contact Section
--------------------------------*/
#contact_with{
    padding: 0px 0%;
    margin-bottom: 0px;
}
#contact_with .row{
    padding-top: 30px;
}
#contact_with .form-group .validation{
   font-family: "Poppins";
   font-size:12px;
   color: #f15626;   
}
#contact_with .left_box{
    padding-right: 2.5%;
}
#contact_with .right_box{
    padding-left: 2.5%;
}
#contact_with .form-group{
    padding: 10px 20px;
    padding-right: 40px;
    padding-left: 0px;
   
}
#contact_with .form-group img{
   position: absolute;
   bottom: 20px; 
}
#contact_with .form-group .simply_form{
   font-family: "Poppins";
   padding-left: 30px;
   color: #707070; 
   outline: none; 
}

#contact_with .form-group button{
    background-color: #f15626;
    color:#ffffff;
    float: left;
   
}

#contact_with .simply_form{
    width: 100%;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #f15626;
}
#contact_with .simply_form:focus{
    width: 100%;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #888888;
}

#contact_with .cont_box{
    height:240px;
    padding: 30px 30px;
     -moz-box-shadow: 0px 0px 14px 1px rgba(241,46,38,0.2);
	-webkit-box-shadow: 0px 0px 14px 1px rgba(241,46,38,0.2);
	box-shadow: 0px 0px 14px 1px rgba(241,46,38,0.2);
   background-image: url('../img/google-location.png');
    background-position: 98% 90%;
    background-repeat: no-repeat;
}
#contact_with h2{
    font-family: "Poppins";
    font-size: 20px;
    color: #f15626;
    font-weight: 900;
    margin-top: 25px;
    margin-bottom: 10px;
   
}
#contact_with h4{
    font-family: "Poppins";
    font-size: 18px;
    color: #4d4446;
    font-weight: 600;
    margin: 0px;
   
}
#contact_with h4 span{
    position: absolute;
    margin-left: -50px;
    color:#f15626;
   font-size: 20px;
}

#contact_with p{
    color: #404040;
    margin-bottom: 10px;
    font-size: 15px;
}

#contact_with .mytbody{
    margin-top: 60px;
   width:100%;
    border:none;
}
#contact_with .mytbody table{
   width:100%;
    border:none;
}

#contact_with .mytbody table tr{
   width:100%;
    font-size: 15px;
    height:65px;
}

#contact_with .mytbody table tr td{
    width:190px;
    background-color: #e5f8fc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d1dfe2;
}
#contact_with .mytbody table tr.title{
    border:none;
}
#contact_with .mytbody table tr.title td:first-child{
    font-size: 18px;
    font-weight: 900;
    color: #30c9de;
    background-color: #ffffff;
}
#contact_with .mytbody table tr.title td:last-child{
    background-color: #ffffff;
}
#contact_with .mytbody table tr td:first-child{
    font-size: 16px;
    font-weight: 900;
    color: #221f20;
}
#contact_with .mytbody table tr td:last-child{
    width: calc(100% - 190px);
    border-left:30px solid #ffffff;
    padding-left: 15px;
}

@media (max-width:760px) and (min-width:280px){
   
    #contact_with .left_box{
      padding-left: 0%;
      padding-right: 0%;
   }
   #contact_with .right_box{
         padding-left: 5%;
         padding-right: 5%;
   }
    
   #contact_with .form-group{
    padding: 10px 20px;
    padding-right: 6%;
    padding-left: 6%;
   
   }   
   #contact_with .cont_box{
    height:350px;
 
   } 
   #contact_with .mytbody table tr td{
    width:90px;
   }  
    
   #contact_with .mytbody table tr td:last-child{
    width: calc(100% - 90px);
    border-left:10px solid #ffffff;
    padding-left: 15px;
}
    
}

/* Trial Section
--------------------------------*/
#trial{
    padding: 0px 0%;
    margin-top: 30px;
	margin-bottom: 80px;
	font-family: "Poppins"
}
#trial .row{
    padding-top: 30px;
}

#trial .left_box{
    padding-right: 2.5%;
}
#trial .right_box{
    padding-left: 2.5%;
}
#trial .form{
    
	width:70%;
	padding: 35px 25px;
	margin:auto;
    -moz-box-shadow: 0px 0px 14px 1px rgba(241,46,38,0.2);
	-webkit-box-shadow: 0px 0px 14px 1px rgba(241,46,38,0.2);
	box-shadow: 0px 0px 14px 1px rgba(241,46,38,0.2);
}

#trial .form-group{
    padding: 10px 20px;
    
   
}
#trial .form-group img{
   position: absolute;
   bottom: 20px; 
}
#trial .form-group .simply_form{
   font-family: "Poppins";
   padding: 10px 10px;
   color: #707070;  
   outline: none;   
}
#trial .form-group .validation{
   font-family: "Poppins";
   font-size:12px;
   color: #f15626;   
}
#trial .form-group button{
    background-color: #f15626;
    color:#ffffff;
    float: left;
}
#trial .form-group button:hover{
    background-color: #ffffff;
    color:#f15626;
   
}
#trial .simply_form{
    width: 100%;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #f15626;
}
#trial .simply_form:focus{
    width: 100%;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #888888;
}

@media (max-width:760px) and (min-width:280px){
   
    #contact_with .left_box{
      padding-left: 0%;
      padding-right: 0%;
   }
   #contact_with .right_box{
         padding-left: 5%;
         padding-right: 5%;
   }
    #trial .form{
    
	width:100%;
	padding: 25px 15px;
	margin:auto;
    -moz-box-shadow: 0px 0px 14px 1px rgba(241,46,38,0.2);
	-webkit-box-shadow: 0px 0px 14px 1px rgba(241,46,38,0.2);
	box-shadow: 0px 0px 14px 1px rgba(241,46,38,0.2);
}
   #contact_with .form-group{
    padding: 10px 0px;
    padding-right: 6%;
    padding-left: 6%;
   
   }   
   
    
}




/* login_sec Section
--------------------------------*/

#login_sec{
    
    width:100%;
    height: 700px;
    background-image:  url('../img/signin.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    font-family: "Poppins";
}
#login_sec .login_head{
    width:100%;
    height:80px;
}
#login_sec .login_head:after{
   content: "";
   width:40px;
    height: 3px;
    background-color: #078486;
    position: absolute;
    left: 15px;
    top: 85px;
}
#login_sec .login_head h2{
    font-family: "Poppins";
   font-size: 34px;
    font-weight: 500;
    color:#221f20;
    display: inline-block;
    float: left;
}
#login_sec .login_head h2 span{
   font-size: 14px;
    font-weight: 100;
    color:#595959;
}
#login_sec .login_head button{
   display: inline-block;
    float:right;
    border:1px solid #e04694;
    color:#e04694;
    font-weight: 900;
}
#login_sec .login_head button:hover{
    background-color: #e04694;
    color:#ffffff;
}
#login_sec .form-group{
 
}
#login_sec .form-group .simply_form{
  width:100%;
  height: 50px;
    border-radius: 30px;
    background-color: #e5f8fc;
    border: 1px solid #78dbe9;
    padding-left: 30px;
    
}
#login_sec .form-group button{
  background-color: #a6076e;
  border: 1px solid #a6076e;
  color:#ffffff;
    float: left;   
}
#login_sec .form-group button:hover{
  background-color: #ffffff;
  border: 1px solid #a6076e;
  color:#a6076e;  
}

#login_sec .form-row .forgot_pass{
  font-size: 14px;
  text-align: right;    
  color:#e04694;
    float: right;
  
    
}
#login_sec .form-row .alredy_signin{
  font-size: 14px;
  text-align: center;
    
}
#login_sec .form-row .alredy_signin a{
  color:#e04694;
    
}
@media (max-width:760px) and (min-width:280px){
    
    #login_sec{
    
    width:100%;
    height: 860px;
    background-image:  url('../img/signin.png');
    background-size: 80%;    
    background-position: 0px 150px;
    background-repeat: no-repeat;
        margin-bottom: 0px;
}
    #login_sec .login_col{
        margin-top: 250px;
        width: 100%; 
        padding: 0px;
    } 
    #login_sec .login_head{
    width:100%;
    height:80px;

    }
    #login_sec .login_head button{
    width: 40%;
    font-size: 10px;
    letter-spacing: 0px; 
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;    
   }

#login_sec .form-row .forgot_pass{
  font-size: 14px;
  text-align: right;    
  color:#e04694;
    margin-top: -80px;   
}
#login_sec .form-row .alredy_signin{
 margin-top: -40px;
}    
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0px;
  background-image: url('../img/testii_back.png');
  background-repeat: no-repeat;
  background-size: 100% 450px;
  background-position: center;
  background-color:#ffffff;
  
}
.whyuswrap{
	text-align:left;
	width:;
	height:;
	font-family:'Bookman';
	
	
}
.whyuswrap h2{
	color:#111111;
	text-align:left;
	font-size:15px;
	font-family:'awsome';
	margin-bottom:5px;
	
}
.whyuswrap h4{
	color:#111111;
	text-align:left;
	font-size:16px;
	font-family:'awsome';
	margin-bottom:5px;
   border: 1px solid red;		
 
}
.whyuswrap p{
	text-align:left;
	font-size:15px;
	font-family:'awsome';
	margin-bottom:5px;
	
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
	
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-family: "Poppins";	
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #d8076d;
    margin-top: 40px;
}

#testimonials .testimonial-item h4 {
  font-family: "Poppins";	
  font-size: 14px;
  color: #d8076d;
  margin: 0 0 25px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
 font-size:14px;
  margin: 30px auto 15px auto;
}

@media (min-width: 992px) {
    
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {

  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #00adef;
}
@media (max-width:780px) and (min-width: 280px){
    #testimonials {
      
       background-size: 100% 150px;
       background-position: center 20%;
       background-color:#ffffff;
       border-bottom: 1px solid #e4e4e7;
     }
    #testimonials .testimonial-item{
        height: 400px;
       
  }
    #testimonials .testimonial-item p {
        width: 90%;
       
  }
    
}

/* Contact Section
--------------------------------*/
#contact {
 
  background-color: #fdeee9;   
 padding-bottom:60px;
    
}
#contact:before{
	
	content:"";
	position: absolute;
	width: 100%;
	height: 290px;
	background-image: url('../img/back3.png');
	background-repeat: no-repeat;
	background-size: 100% 240px;
	
}

#contact .section-header{
  margin-top:80px; margin-bottom:0px;
}
#contact .form{
  padding-top:150px;  padding-left: 3%; padding-right: 3%;
}
#contact .form img{
  position: absolute;
    bottom: 17px;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #00adef;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #00adef;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #00adef;
  border: 1px solid #00adef;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form-group{
    padding-right: 4%;
}
#contact .form-group .form-control{
    border-bottom: 1px solid #f03a25;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #fdeee9;
    padding-left: 25px;
    ::placeholder { 
     color: #b9b6b5;
     opacity: 1; 
    }
    :-ms-input-placeholder {
    color: #b9b6b5;
    }
    ::-ms-input-placeholder { 
    color: #b9b6b5;
    } 
}
#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
	
  float:left;	
  border: 0;
  border-radius: 30px;    
  padding: 12px 30px;
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 900;
  letter-spacing:3px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
    

background: rgba(240,82,37,1);
background: -moz-linear-gradient(left, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,82,37,1)), color-stop(100%, rgba(240,53,38,1)));
background: -webkit-linear-gradient(left, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
background: -o-linear-gradient(left, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
background: -ms-linear-gradient(left, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
background: linear-gradient(to right, rgba(240,82,37,1) 0%, rgba(240,53,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05225', endColorstr='#f03526', GradientType=1 );


}

#contact .form button[type="submit"]:hover {
  background: #d2310f;
      
}
@media (max-width: 760px) and (min-width: 280px) {
    #contact {
      
    
    }
    #contact:before{
	
	content:"";
	position: absolute;
	width: 100%;
	height: 150px;
	background-image: url('../img/back5.png');
        
	background-repeat: no-repeat;
	background-size: 100% 130px;
	
    }
    
    #contact .form{
    padding-top:30px;  padding-left: 7%; padding-right: 7%;
   }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  border-top: 1px solid #d6d5d1;    
  background: #fdeee9;
  padding: 0 0 30px 0;
  color: #787372;
  font-size: 14px;
}

#footer .footer-top {
  border-bottom: 1px solid #d6d5d1;
  background: #fdeee9;
  padding: 60px 0% 30px 0%;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #00adef;
}

#footer .footer-top .footer-info p {
  font-family: 'Poppins';
  font-weight: 100;  
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #5e5959;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fdeee9;
  color: #ef4b26;
  line-height: 1;
  padding: 5px 1px;
  margin-right: 4px;
  border: 1px solid #ef4b26;    
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef4b2b;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color:#322d2e;
  text-transform: uppercase;
  position: relative;
  margin: 0px;
  
  
}
#footer .footer-top h4 span i{
  color: #f03725;
    margin-left: -50px;
    font-size: 20px;
	position:absolute;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #00adef;
}

#footer .footer-top .footer-contact {
    margin-left: 50px;
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact  h4{
	font-family: 'Poppins';
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 7px;
    
    
}
#footer .footer-top .footer-contact p {
	font-family: 'Poppins';
    font-size: 15px;
    font-weight: 100; 
    line-height: 20px;
    margin-bottom: 20px;
    color:#3f4042;
    
}
#footer .footer-top .footer-newsletter {
    float: right;
  margin-left: -50px;  
  margin-bottom: 30px;
   
}
#footer .footer-top .footer-newsletter .footer-newsletter_box{
  width: 350px;
    height:;
    float: right;
    margin-right: -50px;
    
}
#footer .footer-top .footer-newsletter h4{
    font-family: "Poppins";
    color: #f03725;
    text-transform: capitalize;
    font-size: 18px;
    
}
#footer .footer-top .footer-newsletter h4:after{
    content: ">>";
    color: #f04b25;
    margin-left: 15px;
}

#footer .footer-top .footer-newsletter h5{
    font-family: "Poppins";
     color: #231f20;
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
    
}
#footer .footer-top .footer-newsletter button.app_store_bt{
    display: inline-block;
   width: 150px;
    height: 45px;
    background-image: url('../img/ios-app.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    
}
#footer .footer-top .footer-newsletter button.play_store{
     display: inline-block;
   width: 150px;
    height: 45px;
    background-image: url('../img/play-store.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
     margin-bottom: 50px;
}


#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #00adef;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  font-family: "Poppins";    
  font-size: 15px;    
  text-align: left;
  padding-top: 30px;
  display: inline-block;
  margin-left: 3%;    
}

#footer .credits {
  font-family: "Poppins";    
  padding-top: 30px;
  text-align: right;
  font-size: 15px;
  display: inline-block;
  float: right;
  margin-right: 4%;       
}

@media (max-width:780px) and (min-width: 280px){
#footer .footer-top {
      padding: 50px 0%;  
        
    }   
 #footer .footer-top .footer-contact {
   padding-right: 50px;
        
}
#footer .footer-top .footer-newsletter {
  position: static;
  margin-left: 0px;  
  margin-bottom: 30px;
}    
#footer .footer-top .footer-newsletter .footer-newsletter_box{
    width: 100%;
    height:;
    float: right;
    margin-right: 0px;
}
#footer .footer-top .footer-newsletter button.play_store{ 
   width: 143px; 
    height:41px;
    display: block;
}    
#footer .footer-top .footer-newsletter button.app_store_bt{
   width: 143px; 
    height:41px;
    margin-bottom: 20px;
    display: block;
    
}   
 #footer .copyright {
      
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;     
  display: block;
  }

#footer .credits {
  padding-top: 10px;
  text-align: left;
  display: inline;
  float: left;
  margin-left: 30px;  
    margin-left: 25px;
    margin-bottom: 10px;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer2 {
    
  background: #fdeee9;
  padding: 0 0 30px 0;
  color: #787372;
  font-size: 14px;
}
#footer2:before{
	
	content:"";
	position: absolute;
	width: 100%;
	height: 260px;
	background-image: url('../img/back3.png');
	background-repeat: no-repeat;
	background-size: 100% 260px;
	
}
#footer2 .section-header{
  width: 100%;    
  position: absolute;
  margin-top: -170px;    
}
#footer2 .footer-top {
  border-bottom: 1px solid #d6d5d1;
  background: #fdeee9;
  padding: 190px 0% 30px 0%;
}

#footer2 .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer2 .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #00adef;
}

#footer2 .footer-top .footer-info p {
  font-family: 'Poppins';
  font-weight: 100;  
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #5e5959;
}
#footer2 .footer-top .social-links{
   
    margin-top: 30px;
}
#footer2 .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fdeee9;
  color: #ef4b26;
  line-height: 1;
  padding: 5px 1px;
  margin-right: 4px;
  border: 1px solid #ef4b26;    
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

#footer2 .footer-top .social-links a:hover {
  background: #ef4b2b;
  color: #fff;
}

#footer2 .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color:#322d2e;
  text-transform: uppercase;
  position: relative;
  margin: 0px;
  
  
}
#footer2 .footer-top h4 span i{
  color: #f03725;
    margin-left: -50px;
    font-size: 20px;
	position:absolute;
}

#footer2 .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer2 .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer2 .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer2 .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer2 .footer-top .footer-links ul a {
  color: #eee;
}

#footer2 .footer-top .footer-links ul a:hover {
  color: #00adef;
}

#footer2 .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer2 .footer-top .footer-contact  h4{
	font-family: 'Poppins';
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 7px;
    
    
}
#footer2 .footer-top .footer-contact p {
	font-family: 'Poppins';
    font-size: 15px;
    font-weight: 100; 
    line-height: 20px;
    margin-bottom: 20px;
    color:#3f4042;
    
}
#footer2 .footer-top .footer-newsletter {
     
  margin-bottom: 30px;
}
#footer2 .footer-top .footer-newsletter .footer-newsletter_box{
  width: 350px;
    height:;
    float: right;
}
#footer2 .footer-top .footer-newsletter h4{
    font-family: "Poppins";
  color: #f03725;
    text-transform: capitalize;
    font-size: 18px;
    text-align: right;
    margin-top: 100px; 
}
#footer2 .footer-top .footer-newsletter h4:after{
    content: ">>";
    color: #f04b25;
    margin-left: 15px;
}

#footer2 .footer-top .footer-newsletter h5{
    font-family: "Poppins";
     color: #231f20;
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
    
}
#footer2 .footer-top .footer-newsletter button.app_store_bt{
    display: inline-block;
   width: 150px;
    height: 45px;
    background-image: url('../img/ios-app.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    
}
#footer2 .footer-top .footer-newsletter button.play_store{
     display: inline-block;
   width: 150px;
    height: 45px;
    background-image: url('../img/play-store.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
     margin-bottom: 50px;
}


#footer2 .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer2 .footer-top .footer-newsletter input[type="submit"] {
  background: #00adef;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer2 .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer2 .copyright {
  font-family: "Poppins";
  font-size: 15px;    
  text-align: left;
  padding-top: 30px;
  display: inline-block;
  margin-left: 3%;  
}

#footer2 .credits {
  font-family: "Poppins";
  padding-top: 30px;
  text-align: right;
  font-size: 15px;
  display: inline-block;
  float: right; 
  margin-right: 4%;      
}

@media (max-width:780px) and (min-width: 280px){
#footer2:before{
	
	content:"";
	position: absolute;
	width: 100%;
	height: 120px;
	background-image: url('../img/back5.png');
	background-repeat: no-repeat;
	background-size: 100% 120px;
	
}    
#footer2 .section-header{
    margin-top: -60px;
}    
#footer2 .footer-top {
      padding: 50px 0%;  
        
    }  
 #footer2 .footer-top .social-links{

     padding-top: 50px;
}   
 #footer2 .footer-top .footer-contact {
   padding-right: 50px;
        
}
#footer2 .footer-top .footer-newsletter {
  position: static;
  margin-left: 0px;  
  margin-bottom: 30px;
}    
#footer2 .footer-top .footer-newsletter .footer-newsletter_box{
    width: 100%;
    height:;
    float: right;
    
}
#footer2 .footer-top .footer-newsletter button.app_store_bt{
    width: 143px; 
    height:41px;
    margin-bottom: 20px;
    
}
#footer2 .footer-top .footer-newsletter button.play_store{
     width: 143px; 
    height:41px;
     margin-bottom: 20px;
}    
    
#footer2 .footer-top .footer-newsletter h4{
    font-size: 18px;
    text-align: left;
    margin-top: 0px; 
} 
#footer2 .footer-top .footer-newsletter h5{
    margin-top: 0px;
    
}    
 #footer2 .copyright {
      
  text-align: left;
  padding-top: 10px;
  display: block;
  margin-left: 20px;     
  }

#footer2 .credits {
  padding-top: 10px;
  text-align: left;
  display: inline;
  float: left;
   margin-left: 20px;   
}
}