/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Imports
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,700);


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Global
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
body{
	font-family: Raleway;
    position: relative;
}
.top{
    display: none;
    background: rgb(42, 27, 59);
    color: #fff;
    padding: 5px 10px;
    font-size: 22px;
    position: fixed;
    bottom: 45px;
    right: 35px;
}
.show-top{
    display: block;
    z-index: 99;
    transition: 2s;
}
.top:hover{
    background: rgb(68, 49, 141);
}
h1{
	font-weight: 100;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 10px;
}
 h2{
	font-weight: 100;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
}
ul{
    list-style: none;
}
#trigger-overlay:hover, a:focus, a:hover {
	color: inherit;
	text-decoration: none;
    transition: .8s;
}
p{
	font-size: 16px;
}
.wrapper{
	padding: 75px 0px;
}

.virticle-line{
    height: 40px;
    width: 1px;
    background: #888;
    margin: 15px auto 5px;
}
.circle{
    height: 15px;
    width: 15px;
    border: 1px solid #888;
    border-radius: 100%;
    margin: 0px auto 50px;
}
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 		Overlay style
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    z-index: 9999;
	background: linear-gradient(50deg, rgb(42, 27, 59), rgb(87, 160, 255));
}
.overlay .overlay-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 110px;
    top: 85px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}
.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Preloader
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#preloader {
    position:fixed;
    left:0;
    top:0;
    z-index:99999999999;
    width:100%;
    height:100%;
    overflow:visible;
    background: #fff url('../img/Intersection.gif') no-repeat center center;
    background-size: 100px 100px;
    }

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Header
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.header{
	height: 100vh;
	background: linear-gradient(50deg, rgb(42, 27, 59), rgb(87, 160, 255));
    padding: 45px 0px;
}
#logo {
	font-size: 80px;
	letter-spacing: 10px;
	font-weight: 100;
	color: white;
	display: inline-block;
	padding: 0px;
    float: left;
}
a#logo:hover{
	text-decoration: none;
}
.strong{
	font-weight: 400;
}
.header img{
	width: 100%;
}
.top-bar{
    width: 100%;
}
.fixed {
    position: fixed;
    background: rgb(68, 49, 141);
    top: 0;
    z-index: 99;
    transition: 1s;
}
.fixed #logo{
    font-size: 60px;
}
.fixed .nav-button{
    margin: 15px 0px;
}
.nav-button{
	max-width: 600px;
	margin: 35px 0px;
}
.nav-button button{
	border: none;
	outline: none;
	display: inline-block;
	color: #fff;
	border-radius: 0px;
	cursor: pointer;
	background-color: transparent;
	float: right;
	font-size: 42px;
	/*border: 1px solid white;*/
	padding: 0px 12px;
}
.nav-button button:hover{
	color: rgb(68, 49, 141);
	background-color: white;
}
.navbar-white {
      background-color: #fff !important;
      transition: background 0.5s ease-out;
      box-shadow: 0px 0px 10px #44318d;
}
.starting img{
	margin-top: 110px;
}
.banner-text{
    margin-top: 100px;
}
.starting p{
	padding: 20px 0px;
	color: #fff;
	line-height: 30px;
}
.btn.btn-download {
    padding: 10px;
    background: white;
    border-radius: 50px;
    width: 180px;
    text-align: left;
    color: #333333;
    border: 1px solid white;
    margin-right: 10px;
}
.btn.btn-download:hover{
    color: #fff;
    background-color: transparent;
}

.btn.btn-download i {
    width: 20px;
    font-size: 36px;
    margin-left: 10px;
    margin-right: 25px;
}

.btn.btn-download strong {
    font-weight: 800;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding-top: 10px;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1c3745;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #68A4C4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1e4356;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 67, 86, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}





/* //switch */
/*--/shop-page--*/
.item-info-product h4 a {
    color: #080808;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

span.money {
    font-size: 1em;
    font-weight: 800;
    color: #ff4c4c;
    letter-spacing: 2px;
}

ul.stars li {
    display: inline-block;

}

ul.stars li a span {
    font-size: 0.7em;
    color: #6a6c6d;
    margin: 0 0.2em;
}

ul.stars li a span:hover {
    opacity: 0.8;
}

.product_price {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    border-top: 1px solid #ddd;
}

.product-shoe-info {
    background: #f7f7f7;
    padding: 1em;
}

.item-info-product {
    padding: 1em 0 1em 0;
}

span.line {
    text-decoration: line-through;
    color: #999;
    font-weight: 300;
}

.men-thumb-item {
    padding: 1em;
}

ul.pagination li a {
    color: #555;
}

/*--/single--*/
h3.shop-sing {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
    margin: 1.5em 0 2em 0;
    color: #323a40;
}

p.italic-blue {
    font-style: italic;
    color: #89bff3;
    font-weight: 500;
}

.available span a {
    margin: 4% 0;
    display: block;
    color: #555555;
    font-size: 0.8725em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffffff;
    text-decoration: underline;
}

.desc1-right h3 {
    text-shadow: 0 1px 0 #ffffff;
    color: #1e272e;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.desc1-right h5 {
    font-size: 1.3em;
    color: #62676b;
    line-height: 1.5em;
    -webkit-text-stroke: 0.2px;
    font-weight: 400;
}

.desc1-right h5 a {
    margin-left: 5px;
    color: #555555;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-text-stroke: 0px;
    letter-spacing: 0px;
}

.share h4 {
    font-size: 0.9em;
    color: #555555;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffffff;
    font-weight: 400;
}

h3.title-wthree-single {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0.7em;
    font-weight: 600;
}

.desc1-right h5 span {
    text-decoration: line-through;
}

.newsletter-w3pvt p.get-inf {
    font-weight: 300;
    font-size: 1em;
}

@media(max-width:800px) {
    .search-form {
        width: 40%;
        float: right;
    }

    .item-info-product h4 a {
        font-size: 12px;
    }
}


@media(max-width:992px) {
    .banner-left-info {
        margin: 3em 0;
    }

    .banner-img img {
        width: 70%;
    }

    .banner-wthree-info h3 {
        font-size: 2.5em;
        padding: 0 2em 0 0em;
    }

    .ab-content-img {
        min-height: 20em;
    }

    .bottom-w3pvt-left img {
        width: 100%;
    }

    .social-ficons ul li {
        margin: 0 0.3em;
    }

    .shop-info-grid {
        float: left;
        width: 50%;
    }
}

@media(max-width:568px) {
    .main-sec.inner-page {
        min-height: 13em;
    }

    #logo a {
        float: left;
        font-size: .7em;
    }

    .shop-info-grid {
        float: left;
        width: 80%;
        margin: 0 auto;
    }

    .page-link {
        padding: 0.5rem 0.5rem;
        margin-left: -1px;
    }

    header .search {
        padding: 6px 10px;
        font-size: 12px;
        width: 85%;
    }
}


/*--//single--*/
/*--//shop-page--*/


/*-- // POP UP --*/

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/*WhiteSectionBackground*/
#WhiteSectionBackground {
	background-color: #44318d;
}

/* Modal with blur background */
body.modal-open .background-container{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Video
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#video{
    text-align: center;
    color: #333;
}
#video h2{
    color: #333;
}
#video p{
    margin-top: 40px;
}
.video{
    margin: 0 auto;
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              corporateidentity
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#corporateidentity{
    text-align: center;
    color: #333;
}
#corporateidentity h2{
    color: #333;
}
#corporateidentity p{
    margin-top: 40px;
}
.corporateidentity{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              websitedesign
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#websitedesign{
    text-align: center;
    color: #333;
}
#websitedesign h2{
    color: #333;
}
#websitedesign p{
    margin-top: 40px;
}
.websitedesign{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              ecommercewebsite
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#ecommercewebsite{
    text-align: center;
    color: #333;
}
#ecommercewebsite h2{
    color: #333;
}
#ecommercewebsite p{
    margin-top: 40px;
}
.ecommercewebsite{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              logodesign
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#logodesign{
    text-align: center;
    color: #333;
}
#logodesign h2{
    color: #333;
}
#logodesign p{
    margin-top: 40px;
}
.logodesign{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              videomarketing
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#videomarketing{
    text-align: center;
    color: #333;
}
#videomarketing h2{
    color: #333;
}
#videomarketing p{
    margin-top: 40px;
}
.videomarketing{
    margin: 0 auto;
}



/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              youtubevideoediting
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#youtubevideoediting{
    text-align: center;
    color: #333;
}
#youtubevideoediting h2{
    color: #333;
}
#youtubevideoediting p{
    margin-top: 40px;
}
.youtubevideoediting{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              businessprofile
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#businessprofile{
    text-align: center;
    color: #333;
}
#businessprofile h2{
    color: #333;
}
#businessprofile p{
    margin-top: 40px;
}
.businessprofile{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              businessstrategy
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#businessstrategy{
    text-align: center;
    color: #333;
}
#businessstrategy h2{
    color: #333;
}
#businessstrategy p{
    margin-top: 40px;
}
.businessstrategy{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              businesscoaching
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#businesscoaching{
    text-align: center;
    color: #333;
}
#businesscoaching h2{
    color: #333;
}
#businesscoaching p{
    margin-top: 40px;
}
.businesscoaching{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              businessplans
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#businessplans{
    text-align: center;
    color: #333;
}
#businessplans h2{
    color: #333;
}
#businessplans p{
    margin-top: 40px;
}
.businessplans{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              seo
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#seo{
    text-align: center;
    color: #333;
}
#seo h2{
    color: #333;
}
#seo p{
    margin-top: 40px;
}
.seo{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              smm
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#smm{
    text-align: center;
    color: #333;
}
#smm h2{
    color: #333;
}
#smm p{
    margin-top: 40px;
}
.smm{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              emailmarketing
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#emailmarketing{
    text-align: center;
    color: #333;
}
#emailmarketing h2{
    color: #333;
}
#emailmarketing p{
    margin-top: 40px;
}
.emailmarketing{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              businessprograms
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#businessprograms{
    text-align: center;
    color: #333;
}
#businessprograms h2{
    color: #333;
}
#businessprograms p{
    margin-top: 40px;
}
.businessprograms{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              kickstartprogram
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#kickstartprogram{
    text-align: center;
    color: #333;
}
#kickstartprogram h2{
    color: #333;
}
#kickstartprogram p{
    margin-top: 40px;
}
.kickstartprogram{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              sustainabilityprogram
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#sustainabilityprogram{
    text-align: center;
    color: #333;
}
#sustainabilityprogram h2{
    color: #333;
}
#sustainabilityprogram p{
    margin-top: 40px;
}
.sustainabilityprogram{
    margin: 0 auto;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              aboveandbeyondprogram
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#aboveandbeyondprogram{
    text-align: center;
    color: #333;
}
#aboveandbeyondprogram h2{
    color: #333;
}
#aboveandbeyondprogram p{
    margin-top: 40px;
}
.aboveandbeyondprogram{
    margin: 0 auto;
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Bigfeature
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#bigfeatures li i{
    color: #999;
    font-size: 24px;
    text-align: center;
    height: 50px;
    width: 50px;
    border: 1px solid #999;
    border-radius: 100%;
    padding-top: 12px;
}
.item-list-right li {
    padding:0 70px 20px 0;
    position:relative;
    text-align:right;
}
.item-list-right li i {
    font-size:32px;
    position:absolute;
    right:0;
    top:0;
}
.item-list-left li {
    padding:0 0px 20px 60px;
    position:relative;
    text-align:left;
}
.item-list-left li i {
    font-size:32px;
    position:absolute;
    left:0;
    top:0;
}
.item-list-right h3,.item-list-left h3 {
    margin:0 0 25px 0;
    font-weight:300;
}
.item-list-left.item-list-big li {
    padding:0 0px 20px 70px;
}
.item-list-big li i {
    font-size:48px;
}
.item-list-right li:last-child,.item-list-left li:last-child {
    padding-bottom:0;
}
#bigfeatures .screen {
    width: 400px;
    max-width:110%;
    height:auto;
}
#bigfeatures i {
    color:#41A1E1;
}
@media (max-width:1200px) and (min-width:767px) {
    #bigfeatures i {
        display:none;
    }
    .item-list-right.item-list-big li,.item-list-left.item-list-big li {
        padding:0 0px 40px 0px;
    }
}
@media (max-width:992px) and (min-width:767px) {
    .item-list-right.item-list-big li,.item-list-left.item-list-big li {
        font-size:14px;
    }
    .item-list-right h3,.item-list-left h3 {
        font-size:22px;
    }
    .item-list-right li:last-child,.item-list-left li:last-child {
        padding-bottom:0;
    }
}
@media all and (max-width:767px) {
    .item-list-right li i {
        right:auto;
        left:0;
    }
    .item-list-left li:last-child {
        margin-bottom:60px;
    }
}
.animation-box {
    display:inline-block;
    position:relative;
}
@-webkit-keyframes highlight-left {
    0% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0);
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0);
    }
}
@keyframes highlight-left {
    0% {
        opacity:0;
        top:100%;
        transform:scale(0);
    }
    70% {
        opacity:1;
        transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        transform:scale(0);
    }
}
.highlight-left {
    position:absolute;
    animation:highlight-left 2s ease-in 0s infinite;
    -webkit-animation:highlight-left 2s ease-in 0s infinite;
    left:-5px;
    margin-top:-100px;
}
@-webkit-keyframes highlight-right {
    0% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0)
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0)
    }
}
@keyframes highlight-right {
    0% {
        opacity:0;
        top:0;
        transform:scale(0)
    }
    70% {
        opacity:1;
        transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        transform:scale(0)
    }
}
.highlight-right {
    position:absolute;
    animation:highlight-right 2s ease-in 0s infinite;
    -webkit-animation:highlight-right 2s ease-in 0s infinite;
    right:-5px;
    margin-top: -100px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Speciality
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#speciality{
    background: #eee;
    text-align: center;
    color: #333;
}
#speciality h2{
    color: #333;
}
#speciality h3{
    text-transform: uppercase;
}
.special-icon{
    color: #888;
    border: 1px solid #888;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    display: inline-block;
    margin: 15px 0px;
}
#speciality .container .row .col-sm-4:nth-child(2){
    border-right: 1px solid #888;
    border-left: 1px solid #888;

}
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Features
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.features-list{
    margin: 20px 10px;
}
.features-list-left{
    text-align: right;
    margin: 20px 10px;
}
.features-list ul.right li{
    padding: 10px 0px;
}
.features-list-left ul.left li{
    padding: 10px 0px;
    text-align: right;
}
.features-list ul.right{
    padding: 40px;
    margin-left: -40px;
}
.features-list-left ul.left{
    padding: 40px;
    margin-right: -40px;
}
.left-img{
    margin-right: -15px;
}
.right-img{
    margin-left: -15px;
}
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Screenshots
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#gallery{
    background: #e7e7e7;
}
#gallery h2{
    display: none;
}
#gallery {
    position: relative;
}
#gallery .virticle-line, #gallery .circle{
    display: none;
}
#screenshots .item {
    padding:0px 0px;
    margin:10px;
    color:#FFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-align:center;
    display:block;
}
.img_res{
    max-width: 200px;
}
.customNavigation {
    text-align:center;
}

.customNavigation a {
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.gallery-nav {
    width: 42px;
    height: 42px;
    background: #fff;
    font-size: 28px;
    line-height: 0;
    border: 2px solid;
    border-radius: 100%;
    color: rgb(68, 49, 141);
    padding: 6px 9px;
}
.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color:#fff;
    background: rgb(68, 49, 141);
    border-color: rgb(68, 49, 141);
}
.customNavigation{
    top: 40%;
    position: absolute;
    display: block;
    width: 100%;
}
a.prev{
	float: left;
    margin-left: 10px;
    padding-left: 6px;
}
a.next{
	float: right;
    margin-right: 10px;
    padding-left: 12px;
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Development Team
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#team{
    text-align: center;
    color: #333;
}
#team h2{
    color: #333;
}
#team img{
    width: 200px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    margin: 0px auto;
}
.img-hover{
    display: none;
    width: 200px;
    height: 213px;
    position: absolute;
    margin: 0px auto;
}
#team .icon-m{
    position: absolute;
    width: 30px;
    right: 0px;
    bottom: 0px;
}
#team .icon-p{
    position: absolute;
    width: 30px;
    top: 185px;
    left: 185px;
}
#team .col-md-2:hover .img-hover{
    display: block;
    background: rgba(0, 0, 0, .7);
    top: 0;
    cursor: pointer;
    margin: 0px auto;
}
#team .col-md-2:hover .icon-m{
    display: block;
}
ul.social-icon{
    padding: 0px;
    margin-top: 95px;
}
ul.social-icon li{
    display: inline-block;
    margin: 5px;
}
ul.social-icon i {
    color:#333;
    background: #fff;
    border-radius:100%;
    display:block;
    width: 30px;
    height: 30px;
    padding: 8px;
}
ul.social-icon li a {
    display:block;
}
.social-icon ul li a i{
    color: white;
    border-color: white;
}
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				Testimonial
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#testimonial{
	background: linear-gradient(50deg, rgb(42, 27, 59), rgb(87, 160, 255));
    color: white;
    padding: 100px 0px;
    /*position: relative;*/
}
#testimonial h3{
    color: white;
}
#testimonial hr{
    border-color: white;
}
/*.item .test-img{
    width: 100px;
}*/
.owl-theme .owl-controls .owl-page span {
    border: 1px solid white;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    border: 1px;
    padding: 0px;
    margin: 0px;
    background-color: #eee;
}
.owl-theme .owl-controls .owl-page{
    border-radius: 100%;
    border: 2px solid #fff;
    margin: 10px;
   /* position: absolute;
    top: -25px;*/
}
.owl-theme .owl-controls .owl-page span:hover{
    background-color: transparent;
}
.owl-theme .owl-controls .active span{
    background-color: transparent;
}
.owl-theme .owl-controls .owl-page:nth-child(1) {
    background: url(../img/test1.png) center ;
    background-size: 100px 100px;
}
.owl-theme .owl-controls .owl-page:nth-child(2) {
    background: url(../img/test2.png) center;
    background-size: 100px 100px;
}
.owl-theme .owl-controls .owl-page:nth-child(3) {
    background: url(../img/test3.png) center;
    background-size: 100px 100px;
}
/*Remove this part*/
.pricing {
  padding: 100px 0;
}
.pricing-table {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
}
.pricing-table .pricing-header .pt-price {
  font-family: "Oswald";
  color: #4c4c4c;
  font-size: 40px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  padding: 10px 40px;
}
.pricing-table .pricing-header .pt-price small {
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 300;
}
.pricing-table .pricing-header .pt-name {
  font-family: "Oswald";
  padding: 10px 40px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #4c4c4c;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.pricing-table .pricing-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table .pricing-body ul li {
  padding: 8px 25px;
  margin: 0;
}
.pricing-table .pricing-body ul li:nth-child(even) {
  background-color: #fafafa;
}
.pricing-table .pricing-body ul li .fa-times {
  color: #ff6666;
}
.pricing-table .pricing-body ul li .fa-check {
  color: #8a58a1;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding: 15px 40px;
  border-top: 1px solid #f2f2f2;
}
.pricing-table.featured .pricing-header {
  position: relative;
  overflow: hidden;
}
.pricing-table.featured .pricing-header .pt-price {
  color: #8a58a1;
}
.pricing-table.featured .pricing-header .pt-price small {
  color: #8a58a1;
}
.pricing-table.featured .pricing-header .pt-name {
  color: #8a58a1;
}
.pricing-table.featured .pricing-header .featured-text {
  font-family: "Oswald";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  background-color: #8a58a1;
  color: #fff;
  position: absolute;
  top: 22px;
  left: -28px;
  padding: 5px 0;
  width: 126px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*Remove his part*/

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Pricing table
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
/*
#pricing{
    position: relative;
    height: 100%;
    background: linear-gradient(50deg, rgb(81, 255, 182), rgb(87, 160, 255));
}
ul.pricing-table {
    display:block;
    width:100%;
}
ul.pricing-table:after {
    display:block;
    content:"";
    clear:both;
}
ul.pricing-table>li {
    display:block;
    position:relative;
    z-index:1;
    float:left;
    width:30.66666%;
    background:#fff;
    color:#444;
    margin:0 4% 0 0;
    padding:15px;
    text-align:center;
}
ul.pricing-table>li:last-child {
    margin-right:0;
}

ul.pricing-table .benefits-list{
    padding: 0px;
}
ul.pricing-table .stamp {
    position:absolute;
    right:-20px;
    top:60px;
    height:80px;
    width:80px;
    padding:10px;
    border-radius:50%;
    overflow:hidden;
    font-size:12px;
    background:#fff;
    border:1px solid #eee;
    text-transform:uppercase;
    line-height:1;
    font-weight:bold;
    letter-spacing:0px;
}
ul.pricing-table .stamp i {
    display:block;
    padding:0 0 4px 0;
    font-size:27px;
}
ul.pricing-table h3 {
    display:block;
    padding:30px 5px 30px 5px;
    margin:0;
    border-radius:5px 5px 0 0;
    border-bottom:2px dotted #eee;
    color:#444;
}
ul.pricing-table li.silver h3 {
    background:#eee;
    color:#888;
    border-bottom:2px dotted #eee;
}
ul.pricing-table li.silver .stamp {
    color:#888;
    border:1px solid #888;
}
ul.pricing-table li.gold h3 {
    background:#fff29d;
    color:#a98815;
    border-bottom:2px dotted #fff29d;
}
ul.pricing-table li.gold .stamp {
    color:#a98815;
    border:1px solid #a98815;
    text-align:center;
}
ul.pricing-table span {
    display:block;
    font-size:40px;
    font-weight:bold;
    color:#222;
    padding:30px 0;
    line-height:1.3;
}
ul.pricing-table span small {
    font-size:14px;
    font-weight:normal;
    color:#ccc;
    display:block;
    line-height:1;
}
ul.pricing-table .benefits-list {
    margin:0 0 30px 0;
}
ul.pricing-table .benefits-list li {
    padding:5px 0;
}
ul.pricing-table .benefits-list li.not {
    text-decoration:line-through;
    color:#ddd;
}
ul.pricing-table a.buy {
    display:block;
    padding:15px;
    font-size:28px;
    background:#f2f2f2;
    border-radius:0 0 5px 5px;
    color:#444;
    text-align:center;
}
ul.pricing-table a.buy:hover .ion-ios-cart-outline:before {
    content: "\f3d6";
}*/
.bg-color-grad {
    background:#00aeff;
    background:-moz-linear-gradient(top,#00aeff 0%,#00e0a4 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00aeff),color-stop(100%,#00e0a4));
    background:-webkit-linear-gradient(top,#00aeff 0%,#00e0a4 100%);
    background:-o-linear-gradient(top,#00aeff 0%,#00e0a4 100%);
    background:-ms-linear-gradient(top,#00aeff 0%,#00e0a4 100%);
    background:linear-gradient(to bottom,#00aeff 0%,#00e0a4 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeff',endColorstr='#00e0a4',GradientType=0 );
}


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Contact Us
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#contact{
    text-align: left;
    background-color: #e7e7e7;
}
#contact i {
    width: 60px;
    height: 100px;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 12px;
    padding: 30px 0;
    text-align: center;
    float: left;
}
.contact-item:hover i{
    background-color: #44318d;
    transition: .8s;
    border: 2px solid #e7e7e7 !important;
    /*background: linear-gradient(90deg, rgb(81, 255, 182), rgb(87, 160, 255));*/
}
.contact{
    font-size: 15px;
}
.form h3{
    margin-left: 15px;
}
.form .message{
    margin: 0px 15px;
    height: 180px;
    width: 98%;
}
.btn-sub {
    width: 170px;
    height: 50px;
    border-radius: 0px;
    color: white;
    background-color: rgb(68, 49, 141);
    padding: 15px 10px;
    margin: 10px 30px;
    border-color: rgb(68, 49, 141);
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-sub:hover{
    background-color: rgb(42, 27, 59);
    border-color: rgb(42, 27, 59);
    color: white;
    transition: .8s;
}
input[type="username"]:focus, input[type="email"]:focus, input[type="text"]:focus{
    border-color: rgb(42, 27, 59);
    box-shadow: none;
}
input.form-control, .message {
    border-radius: 0px;
}
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Footer Section
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

#footer {
    /*background: linear-gradient(180deg, rgb(0, 190, 111), rgb(87, 160, 255));*/
    background-color: #44318d;
    color:white;
    padding:40px 0;
}
#footer .credits a {
    color:#fff;
    text-decoration:underline;
}
.credits{
   	padding-bottom: 5px;
}
ul.social-icons{
  padding: 0;
}
ul.social-icons li {
    display:inline-block;
    margin:5px;
    font-size:35px;
}
.copyright {
    margin-top:40px;
    border-top:1px solid rgba(255,255,255,0.31);
    padding-top:40px;
}
ul.social-icons i {
    color:white;
    border-radius:100%;
    display:block;
    width: 50px;
    height: 50px;
    padding: 9px;
}
ul.social-icons li a {
    display:block;
}
.footer-logo h1 {
    color: white;
}
.social-icons ul li a i{
	color: white;
	border-color: white;
}
.facebook a:hover i {
    color:#fff;
    background-color:#3B5998;
}
.twitter a:hover i {
    color:#fff;
    background-color: #2A80BA;
}
.linkedin a:hover i {
    color:#fff;
    background-color:#007bb6;
}
.googleplus a:hover i {
    color:#fff;
    background-color:#dd4b39;
}
.github a:hover i {
    color:#fff;
    background-color: #444;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    border-radius: 0;
    opacity: 0.75;
}



/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				Media Quiry
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/


@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}
@media (max-width: 966px){
    .header{
        height: 100%;
    }
    .header img{
        display: none;
    }
    .img-hover{
        left: 0;
        right: 0;
    }
    #gallery h2{
        display: block;
        color: black;
        text-align: center;
    }
    #gallery .virticle-line, #gallery .circle{
        display: block;
    }
    #team .icon-p{
        left: 231px;
    }
    /*#speciality .container .row .col-sm-4:nth-child(2){
        border-right: 2px solid #888;
    }*/
    #contact i{
        color: #9d9d9d;
        border-color: #9d9d9d;
    }
    #contact .col-sm-6:hover i{
        background-color: #44318d;
        color: #fff;
        border-color: #fff;
    }
    h3{
        font-weight: 500 !important;
    }
    #bigfeatures li i{
        display: none;
    }
    .form .message{
        width: 96%;
    }
}
@media (max-width: 480px){
    h2{
        font-size: 35px;
    }
    .wrapper{
        padding: 35px 0px;
    }
    .header{
		text-align: center;
        padding: 10px 0px;
	}
    .banner-text {
        margin-top: 50px;
    }
    .btn.btn-download{
        margin-right: 5px;
        width: 133px;
        margin-bottom: 30px;
    }
    .btn.btn-download i {
        font-size: 36px;
        margin-right: 16px;
        margin-left: 0px;
    }
	.overlay .overlay-close {
		right: 45px;
	  	top: 30px;
	}
    .nav-button button{
        font-size: 36px;
        margin-top: -20px;
    }
	#logo{
		font-size: 56px;
		text-align: left;
	}
	.btn-download{
		margin: 5px 0px;
	}
    ul.pricing-table>li {
        margin: 10px -20px;
        width: 100%;
    }
    #speciality .container .row .col-sm-4:nth-child(2){
        border: 0px;
    }
    .item-list-right.item-list-big li, .item-list-left.item-list-big li{
        padding: 0 0 60px 0;
        margin: 0px;
        text-align: left;
    }
    li.li i {
        display: none;
    }
    #features img{
        display: none;
    }
    .features-list, .features-list-left {
        padding: 10px;
    }
    .features-list ul.right li {
        padding: 10px 5px;
    }
    .features-list-left{
        text-align: left;
    }
    .features-list-left ul.left li {
          padding-bottom: 10px;
          margin-left: -30px;
          text-align: left;
    }
    .features-list ul.right{
        padding: 0px;
        margin: 0px;
    }
    .features-list-left ul.left{
        padding: 0px;
        margin-left: 40px;
    }
    .owl-theme .owl-controls .owl-page span{
        height: 70px;
        width: 70px;
    }
    .owl-theme .owl-controls .owl-page:nth-child(1){
        background-size: 70px 70px;
    }
    .owl-theme .owl-controls .owl-page:nth-child(2){
        background-size: 70px 70px;
    }
    .owl-theme .owl-controls .owl-page:nth-child(3){
        background-size: 70px 70px;
    }
    ul.social-icons li{
        margin: 0px;
    }
    .form .message{
        width: 91%;
    }
}
@media (max-width: 320px){
    .overlay nav ul{
        margin-left: -20px;
    }
    .overlay .overlay-close {
        right: 50px;
    }
}