

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*---------------------------
	Fonts
----------------------------*/

 body {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x:hidden;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.mp-button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	list-style:none
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	color: ;
	outline: medium none;
}
button{cursor: pointer;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "montserrat", sans-serif;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	text-transform: normal;
}
a:hover {
    color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
p{
	font-family: "poppins", sans-serif;
	font-weight:400;
	line-height:28px;
}
* {
  box-sizing:border-box;
}

.slide h1 {
    margin-top: 160px;
    color: #ffffff;
    font-size: 28px;
}
.slide p {
    color: #ffffff;
    font-size: 24px;
}

.slicknav_menu{
	display:none;
}
.slicknav_nav a {
    font-weight: 600;
}
img {
    display: inline-block;
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    border-style: none;
}
.form-control:focus {
    box-shadow:none;
}
.btn.focus, .btn:focus {
   box-shadow:none;
}

.section-features{
	padding: 60px 0 80px;
    background: #f9f9f9;
}
.section-features .single-service-features.box-border {
    background: #fff;
    transition: 0.4s;
	margin-top:40px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.section-features .single-service-features {
    background: #ddd;
    padding: 25px;
    margin: 0 0 30px;
}
.single-service-features.box-border .service-icon {
    margin-bottom: 25px;
}
.single-service-features.box-border .service-icon i {
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: transparent;
    color: #324cec;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.single-service-features .services-content h3 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
	text-transform:capitalize;
    letter-spacing: 1px;
	font-weight:500;
}
.single-service-features.box-border:hover .services-content h3 {
	color:#fff;
}
.single-service-features.box-border:hover {
    background: #324cec;
}
.single-service-features.box-border:hover .service-icon i {
    background: #fff;
    color: #324cec;
}

.section-dash {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: #fff;
}
.section-dash h2{
	font-size:30px;
}
.btn-custom {
    background-color: #324cec;
	border:1px solid #324cec;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 158px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
    transition: all 0.2s ease-in-out;
}
.btn-custom:hover{
	color:#324cec;
	background:#fff;
	border:1px solid #324cec;
}
.section-dash .ml-40{
	margin-bottom:80px;
}
.section-dash .home-page-run .counter-icon i {
    font-size: 35px;
}
 .section-dash .home-page-run.counter-up-three .counter-wrapper{ 
	border: 3px solid #ddd;
    padding: 40px;
}
.section-dash .home-page-run.counter-up-three .counter-wrapper:hover{ 
	border: 3px solid #324cec;
}
 
 
.section-blocks{
	padding-top:100px;
	padding-bottom:100px;
	background: #f9f9f9;
}
.mp-box {
    margin-bottom: 70px;
}
.section-title {
    font-size: 28px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 3px;
}
.mp-divider {
    position: relative;
    width: 100%;
    height: 5px;
    margin: 30px 0 30px;
}
.section-features .divider {
    margin: 0 0 80px;
}
.mp-divider:before {
    left: 0;
}
.mp-divider:before, .divider:after {
    position: absolute;
    content: '';
    top: 2px;
    width: calc(50% - 50px);
    height: 1px;
    background-color: #e9e9e9;
}
.mp-divider span {
    display: block;
    width: 86px;
    height: 5px;
    margin: auto;
    opacity: 0.25;
    background: url(../img/divider-style8-black.png) no-repeat;
}
.mp-divider:after {
    right: 0;
}
.mp-divider:before, .mp-divider:after {
    position: absolute;
    content: '';
    top: 2px;
    width: calc(50% - 50px);
    height: 1px;
    background-color: #e9e9e9;
}
.icon-list-wrapper {
    text-align: inherit;
    padding-bottom: 20px;
}
.icon-list-wrapper .icon-list-icon {
    width: 80px;
    margin: 0;
}
.icon-list-wrapper .icon-list-icon {
    margin-bottom: 42px;
}
.icon-list-wrapper .icon-list-icon, .icon-list-wrapper .icon-list-details {
    display: table-cell;
    vertical-align: top;
}
.icon-list-wrapper .icon-list-icon span {
    display: block;
    margin: 0 auto;
    text-align:inherit;
	font-size:45px;
    position: relative;
    top: -14px;
}
.icon-list-wrapper .icon-list-icon img {
    width: 50px;
}
.icon-list-wrapper h4 {
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
	font-family: "Poppins", sans-serif;
    color: #212121;
}
.icon-list-wrapper p {
    margin: 0 0 1.42857143em;
	color: #969696;
	font-size:15px;
}





.fade:not(.show) {
    opacity: 1;
}
.th-tbs2{
	width:100%;
}
.nav-tabs .nav-link.active {
    color: #000000;
    background: #ffffff;
}
.nav-tabs .nav-link {
	color:#000;
	font-weight: 500;
    font-size: 15px;
	text-transform: uppercase;
	background: #e8e8e8;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.th-tbs2 .nav-tabs{
	text-align:center;
	display:block;
}
.th-tbs2 .tablinks ul li {
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 0;
    display: inline-block;
    float: none;
    margin-right: 11px;
    background: white;
}
.th-tbs2 .tablinks .active a {
    color: #000000;
    background: #ffffff;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 15px;
	display: inline-block;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 16px;
    font-weight: 500;
	font-family: "Rubik" Sans-serif;
    text-align: center;
}

.tab-content {
    padding: 10px 0px 0px 0px;
}



/*****	 demo  *****/
.home-img-box {
    padding: 12px 0 30px 0;
    text-align: center;
}
.home-img-box a {
    display: block;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border-radius: 2px;
}
.home-img-box img {
    width: 100%;
    height: auto;
    border: 3px solid #c3c3c3;
    box-shadow: 0 0px 28px 1px rgba(56, 48, 48, 0.09);
    position: relative;
    top: 0;
    border-radius: 2px;
}
.home-img-box:hover img {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}
.home-img-box h5 {
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}
/*****	 demo  *****/


.widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.mini-box {
    width: 20%;
    padding: 15px;
	margin-top: 10px;
}
.minibox1-wrap {
    margin: 0px -11px;
	width: 100%;
}
.minibox1-wrap .mini-box{
	float:left;
	width:20%;
}
.minibox1-wrap .more-btn {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.minibox1-wrap .contentbox{
  position:relative;
  top:0px;
    box-shadow: 0 0 0 rgba(0,0,0,0.14);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}
.minibox1-wrap .contentbox:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.minibox1-wrap .contentbox:hover::after {
    width: 100%;
}
.minibox1-wrap .contentbox::after {
    background-color: transparent;
    background-image: linear-gradient(144deg,#321575 0%,#ff0505 100%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    width: 0;
}
.minibox1-wrap .contentbox {
    text-align: center;
    height: 160px;
	position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.06);
    -ms-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.06);
}
.minibox1-wrap .contentbox:hover {
    top: -5px;
}
.minibox1-wrap .tbinr {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.img-wrap {
    font-size: 47px;
}
.mp-title {
    margin: 0px 0px 0px 0px;
    color: #595959;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
	font-weight:500;
    text-transform: capitalize;
}
.section-demo{
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}


.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #324ece none repeat scroll 0 0;
  border-bottom: 0px solid #ccc9c7;
  left: 0;
  position: fixed ;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.scroll-header {
    position: fixed !important;
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
  /* Scroll down indicator (bouncing) */

  @-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateX(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }

  @-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }

.fa-chevron-down {
    color: #d41212 !important;
    bottom: 10px;
    margin-left: 11em;
	margin-top:10px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 1.2s ease;
	text-align:center;
}



#scrollUp {
    background-color: #321575;
	bottom: 80px;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 41px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#scrollUp:hover {
    background:#ff0505;
    color:#fff;
}

/* layout */

.wrap_nav{
	width:100%;
	height:70px;
}
.bg-1{
	background-color: #5175C0;
}
.bg-2{
	border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}

.bg-3{
	background-color: #444444bf;
}
.bg-4{
	border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}

.bg-5{
	background-color:#066188;
}
.bg-6{
	border-bottom: 1px solid #fff;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}
.bg-7{
	background-color:#9bb0c5;
}
.bg-8{
	border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}
.bg-9{
	background-color:#2618f3;
}
.bg-10{
	border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}
.bg-11{
	background-color:#119696;
}
.bg-12{
	border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}
.bg-12 .mainmenu ul{
	padding-left:40px;
}
.bg-13{
	background-color:#ececec;
}
.bg-13 .mainmenu ul li a:hover {
    color: #000000;
}
.bg-13 .slicknav_nav a {
    color: #757575;
}
.bg-14{
	border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}
.bg-14 .slicknav_nav a {
    background: #757575;
}
.bg-15{
	background: linear-gradient(to right, #3264f5 2%, #0080ff 82%);
}
.bg-16{
	border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}
.bg-17{
	background-color:#1ec100;
}
.bg-18{
	border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}
.bg-19{
	background-color:#55bb16;
}
.bg-20{
	border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}
.bg-20 .mainmenu ul li #logo-navbar-middle{
	    margin-top: -6px;
}

.bg-27 .mainmenu ul li #logo-navbar-middle{
	    margin-top: -2px;
}
.bg-21{
	background-color:#000;
}
.bg-21 .logo{
	border-bottom: 1px solid #b3b3b3;	
}
.bg-22{
	border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top:65px;
}
.bg-22{
	border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top:65px;
}
.bg-23{
	background-color:#b3af24;
	z-index:88888888;
	position: relative;
}
.nav-barger-25 .social{
	text-align:left;
}
.bg-27{
	background-color:#c71111;
}
.logo-area-mp{
	border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
	width: 100%;
    top: 0px;
}

.bdt-advanced-icon-box-badge {
    transform: translate(6px, 6px) rotate(0deg);
    position: absolute;
}
.bdt-advanced-icon-box-badge span {
    background-color: #ff0000;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 10px 8px 10px;
    font-size: 10px;
	color: #fff;
    font-weight: 600;
}


.mmp{
	text-align:right;
}
.mmp .sub-menu{
	text-align:left;
}
.mainmenu .sub-menu{
	text-align:left;
}

#nav-21 .sub-menu{
	text-align:left;
}
.logo-area-mp-21{
	background:#000;
}
.logo-area-mp .mp-nam{
	border-bottom:1px solid #fff;
}
.mp-nam{
	border-bottom:1px solid #fff;
}




.form{
	position:relative;
	margin-top: 16px;
}
 input {
    height: 30px;
    padding: 6px 35px 6px 15px;
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form button {
    background: transparent;
    border: 0;
    outline: 0;
    color: #acabab;
    position: absolute;
    right: 18px;
    top: 0;
}
.ftp i{
	color:#fff;
}
.header-button{
    margin-top: 12px;
}
.header-button a {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family:'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 15px 38px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.header-button a:hover{color:#000;}
.header-button a::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.header-button a:hover::before {
    transform: scaleY(1);
}
.logo {
    margin-top: -2px;
}
.social ul{
    padding:0px;

}
.social{
    text-align:right;

}
.social ul li{
	margin-top: 22px;
    padding-right:13px;
	display:inline-block;
}
.social ul li a {
    font-size: 14px;
    font-size: 1.06667rem;
    color: #fff;
}
.social ul li a:hover{
	color:#ffe800;
}
.tmp ul{
	padding-left: 90px;
}
.tmp ul li{
	margin-top:22px;
	display:inline-block;
	position:relative;
	list-style:none;
}
.tmp ul li a {	
	color: #fff;
    font-size: 16px;
    padding: 18px 8px 0 10px;
	margin: 0px 10px;
	font-weight:600;
	text-decoration:none;	
	transition:0.4sec;
	border-right: 2px dotted transparent;
}
.tmp ul li a:hover {
  border-right: 2px dotted #ffffff;
  padding-bottom: 24px;
}
.tmp ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid #ffe800;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left:-8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width:220px;
  z-index: 9;
  padding:0px;
  margin-top: 20px;
}
.tmp ul li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
.tmp ul li .sub-menu li{
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}
.tmp ul li .sub-menu li a {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 15px 30px;
  text-transform: capitalize;
  display:block;
}
.tmp ul li:hover > .sub-menu li > a:hover{
	color:#fff;
	background:#525252;
	border-right:none;
}





.pack ul{	
	padding: 0px;
	margin-bottom: 0rem;
	padding-left: 90px;
}
.pack ul li{
	margin-top:22px;
	display:inline-block;
	position:relative;
	list-style:none;
}
.pack ul li a{
	color: #fff;
    font-size: 16px;
    padding: 0px 10px;
	margin: 0px 10px;
	font-weight:600;
	text-decoration:none;	
	transition:0.4sec;
}
.pack ul li >a:hover{
	background-color:#fff ;
	color:#000;
	padding: 26px 10px;
}

.pack ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid #ffe800;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left:-8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width:220px;
  z-index: 9;
  padding:0px;
  margin-top: 20px;
}
.pack ul li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
.pack ul li .sub-menu li{
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}
.pack ul li .sub-menu li a {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 15px 30px;
  text-transform: capitalize;
  display:block;
}
.pack ul li:hover > .sub-menu li > a:hover{
	color:#fff;
	background:#525252;
}



.mainmenu ul{
	margin:0;
	padding-left:90px;
}
.main ul li  {
    overflow: hidden;
}
.mainmenu ul li{
	position:relative;
	height:50px;
	line-height: 45px;
	position:relative; 
	display:inline-block;
	padding:0;
	font-size:0;
    margin-top: 8px;
}
.bg-13 .mainmenu ul li a{
	color: #656565;
}
.bg-13 .social ul li a {
    color: #545454;
}
.bg-20 .mainmenu ul li {
    margin-top: 0px;
}
.bg-27 .mainmenu ul li {
    margin-top: -4px;
}
.mainmenu ul li a{
	margin:0 auto;
	position:relative; 
	padding:5px 12px; 
	color:#fff;
	font-weight:600;
	font-family:"montserrat",sans-serif;
	display:block;
	font-size:16px;
	text-transform:capitalize;
	text-decoration:none;
}
.mainmenu a i {
    float: left;
    font-size: 14px;
    margin-right: 6px;
    line-height: 47px !important;
}
.mainmenu ul li a:hover{color:#ffe800;}

.mainmenu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid #ffe800;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left:-8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width:220px;
  z-index: 9;
  padding:0px;
  margin-top: 5px;
}
.mainmenu ul li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
.mainmenu ul li .sub-menu li{
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}
.mainmenu ul li .sub-menu li a {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 3px 22px;
  text-transform: capitalize;
  display:block;
}
.mainmenu ul li:hover > .sub-menu li > a:hover{
	color:#fff;
	background:#525252;
}
.form .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0px;
    border-radius:0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form button {
    background: transparent;
    border: 0;
    outline: 0;
    color: #acabab;
    position: absolute;
    right: 18px;
    top: 4px;
    font-size: 14px;
}



.logo-nav-25{
	position: fixed;
	top: 10px;
	right: 40px;
	z-index: 10;
}
.nav-barger-25 .burger span, .nav-barger-25 .burger span::before, .nav-barger-25 .burger span::after {
    background-color: #ffffff;
}
.nav-barger-25 .burger{
	left: 20px;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 20px;
	border-radius: 4px;
	z-index: 10;
}
.nav-barger-25  nav {
    background-color: #2a2a2a;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


/*  BURGER
========================================== */

.burger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 4px;
  z-index: 10;
}
.logo-nav-26{
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 10;
}

.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}

.burger span::before { top: -9px; }

.burger span::after { top: 9px; }

.burger.clicked span { background-color: transparent; }

.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before, .burger.clicked span:after { background-color: #ffffff; }

.burger:hover { cursor: pointer; }

/*  NAV-26
========================================== */

nav {
  background-color: #2a2a2a;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

nav.show ul.main li:nth-child(1) { transition-delay: 0.15s; }

nav.show ul.main li:nth-child(2) { transition-delay: 0.3s; }

nav.show ul.main li:nth-child(3) { transition-delay: 0.45s; }

nav.show ul.main li:nth-child(4) { transition-delay: 0.6s; }

nav.show ul.main li:nth-child(5) { transition-delay: 0.75s; }

nav.show ul.main li:nth-child(6) { transition-delay: 0.9s; }

nav.show ul.main li:nth-child(7) { transition-delay: 1.05s; }

nav.show ul.main li:nth-child(8) { transition-delay: 1.2s; }

nav.show ul.main li:nth-child(9) { transition-delay: 1.35s; }

nav.show .about, nav.show .social, nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}
@media (min-width: 667px) {

nav { padding: 120px 90px 70px 90px; }
}

nav ul.main { list-style-type: none; }

nav ul.main li {
  margin-bottom: 20px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav ul.main li:last-of-type { margin-bottom: 0px; }

nav ul.main li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0px;
  font-weight: 600;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav .main li .active{
	color:#d41212;
}
nav ul.main li a span { color: #b7ac7f; }

nav ul.main li a:hover { color: #b7ac7f; }
.list-unstyled {
    padding-left: 43px;
}
nav ul li .sub-menu {
  top: 150%;
  transition: all 0.3s ease 0s;
}
nav ul li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
nav ul li .sub-menu li{
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}
nav ul li .sub-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 3px 22px;
  text-transform: capitalize;
  display:block;
}
nav ul li:hover > .sub-menu li > a:hover{
	color:#fff;
	padding-left:8px;
}
nav .social {
	margin-left:25px;
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


nav .social a i {
	display: inline-block;
	margin-right: 18px;
    width: 39px;
    height: 39px;
    line-height: 24px;
    border-width: 0px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    padding: 8px 13px;
    background: #eeeeee;
}
nav .social a i:hover{
	color:#fff;
	background:#d41212;
}


/*  OVERLAY
========================================== */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #b7ac7f;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.8;
  visibility: visible;
}




.main-header-2 {
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
	border-bottom:1px solid #fff;
    z-index: 999;
    top: 0px;
}
.megamenu-area-2 {
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 70px;
}


.header-area {
    position: relative;
	background:#b3af24;
	border-bottom:1px solid #fff;
}
.scroll-header {
    top: 0px !important;
}
.exo-menu p {
    font-size: 14px;
    line-height: 1.6;
	font-family: "Montserrat", sans-serif;
    margin: 0 0 1.42857143em;
}

.exo-menu{
	width: 100%;
	float: left;
	list-style: none;
	position:relative;
	margin-bottom: 0em;
}
.exo-menu > li {
	display: inline-block;
	float:left;
	padding: 8px 0px;
}
.megamenu-area ul {
	margin-bottom: 0rem;
}
.exo-menu > li > a{
	color: #fff;
	font-size: 16px;
    font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li:hover .Home{
	display:block;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	color:#fff;
	position: relative;
}
.exo-menu > li > a:hover,
li .drop-icon a{
	background:transparent;
}
.exo-menu > li > .active a:hover{
	background:transparent;
}

/*Home*/

.Home{
	right: 0;
	min-height: 100%;
	left:0;
	display:none;
	color:#fefefe;
	padding:15px;
	background:#fff;
}

.Home .Home-title{
	color:#000;
	padding-top: 20px;
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
}
.Home .Home-des{
	margin: 0 0 1.42857143em;
    color: #969696;
}
.Home a.view-more{
	margin-top:0px;
}



.mp-megamenu {
   
}
.visible-xs-block{
	display:none;
}

.list-style-16 li {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.list-style-16 li:after {
    color: #86bc42;
}
.whatsnew-list-icon .fa-check:before {
    content: "\f00c";
}
.list-style-16 li:after {
    content: "\f00c";
    font-family:FontAwesome;
    position: absolute;
    left: 0px;
    top: 1px;
    z-index: 1;
    color: #d41212;
}


.exo-menu a i{
    float: left;
    font-size: 14px;
    margin-right: 6px;
    line-height: 27px !important;
}

/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;
}
.mega-menu {
    background-color: #fff;
}
.mega-menu .img-responsive{
	margin-top:10px;
}
h4.row.mega-title {
color: #0a0a0a;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ad160a;
    padding-top: 15px;
  }
 .mega-menu ul li a {
  line-height: 27px;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  display: block;
  opacity:0.7;
  color:#000;
}
.mega-menu ul li a:hover{
	opacity:1;
}
 .mega-menu ul li .view-more{
   color:#fff;
 }
 .exo-menu ul {
    margin-right: 0px;
	list-style:none;
	padding: 0;
}
 
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
	color:#000;
}

ul.description li span {
    color: #a8a8a8;
	font-family: "Rubik", sans-serif;
    font-size: 85%;
}
a.view-more{
    font-size: 12px;
    /* padding: 4px 6px; */
    border-radius: 1px;
    margin-top: 15px;
    color: #fff;
    background-color: #d41212;
    padding: 8px 16px !important;
    line-height: 21px !important;
    display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#d41212;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #d41212;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/*pages DropDown*/
.pages{
	display:none;
	color:#fefefe;
	background:#fff;
}
.exo-menu .pages .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid #ffe800;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left:-8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width:220px;
  z-index: 9;
  padding:0px;
  margin-top: 0px;
}
.exo-menu .pages .sub-menu{opacity:1;top:100%;visibility:visible}
.exo-menu .pages .sub-menu li{
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
}
.exo-menu .pages .sub-menu li a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 15px 30px;
  text-transform: capitalize;
  display:block;
}
.exo-menu .pages:hover > .sub-menu li > a:hover{
	color:#fff;
	background:#ffe800;
}



/*service*/

.service{
	left:0;
	display:none;
	color:#fefefe;
	border-top:2px solid #red;
	padding:15px;
	background:#fff;
}
.service h4 {
  	color:#545454;
	padding-top: 20px;
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
}
.exo-menu .service p{
    color: #929292;
    font-size: 17px;
    padding: 20px 16px;
	margin:0px;
	display: inline-block;
}


/*hover*/
.Home:hover,
.pages:hover,
.service:hover,
.mega-menu:hover,
.pages-drop-down >a:hover+.pages,
.Home-drop-down>a:hover +.Home,
.service-drop-down>a:hover +.service,
.mega-drop-down a:hover+.mega-menu{
	display:block;
}
/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 15px 18px;
 }
 
.Home, .mega-menu, .service, .pages{
	position:absolute;
	margin-top: 0px;
}
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 60px;
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.Home, .mega-menu, .service,  .pages{
		position:relative;
		
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 21px 30px;
    font-size: 13px;
    color: #ffffff;
    top: 0px;
    font-weight: 700;
}














.d-flex {
  align-items: center;
  display: flex;
}
.vh {
  height: 100vh;
}
.slider-wrapper:before {
    background: rgba(0,0,0,0.3);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.particles-effect {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
	z-index: 10;
}
#intro{
	background: url(../img/slider/ripple-bg.jpg) fixed no-repeat;
	background-position: center center;
	background-size: cover;
	position:relative;
    height:  657px;
    color: #fff;
}
#intro-2{
	background: url(../img/slider/salon.jpg) fixed no-repeat;
	background-position: center center;
	background-size: cover;
	position:relative;
    height:  657px;
    color: #fff;
}
.slider-wrapper {
	background-position: center center;
	background-size: cover;
	position:relative;
}
.slider-wrapper h1{ 
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	padding: 12px 0px;
	font-size:55px; 
	color:#fff; 
	margin-bottom:0;
	text-transform: capitalize;
	text-align:center;
	letter-spacing:0px;
}

.slider-text-animation h3, .slider-text-animation h1, .slider-text-animation p, .slider-text-animation span,  .header-button.new-btn > a {
	animation-duration:1s;
	animation-fill-mode:both;
	animation-name: fadeOutDown;
}
.active .slider-text-animation h3, .active .slider-text-animation h1, .active .slider-text-animation span, .active .slider-text-animation p, .active .header-button.new-btn > a {
	animation-name: fadeInUp;
}
.slider-text-animation h3{animation-delay: 0.2s;}
.slider-text-animation span{animation-delay: 0.4s;}
.slider-text-animation h1{
	animation-delay: 0.6s;
}
.slider-text-animation p {
	animation-delay: 1.2s;
}
.header-button.new-btn > a  {
	animation-delay: 1.5s;
}
.slider-active-owl .owl-nav div {
  background:#2618f3;
  border-radius: 0%;
  color: #ffffff;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}
.slider-active-owl .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.slider-active-owl .owl-nav div:hover {
  background: #fff;
  color:#000;
}
.slider-active-owl:hover .owl-nav div{left:40px;opacity:1;}
.slider-active-owl:hover .owl-nav div.owl-next{left:auto;right:60px;}

.banner-inner .slider-wrapper h1{ 
	text-align:left;
}
.banner-inner .slider-wrapper h3 {
	text-align: left;
}
.banner-inner .header-button {
	text-align: left;
}
.banner-inner-right .slider-wrapper h1{ 
	text-align:right;
}
.banner-inner-right .slider-wrapper h3 {
	text-align: right;
}
.banner-inner-right .slider-wrapper .slider-btn {
	margin-top:18px;
	text-align: right;
}
.banner-inner-right .slider-wrapper .slider-btn a{
	text-align: center;
}
.slider-wrapper h3 {
    font-size: 2.2rem;
    margin-top: 0rem;
	text-align: center;
    color: #fff;
	font-weight:500;
	margin-bottom:0;
	padding:4px 0px;
}
.slider-wrapper .slider-btn {
	margin-top:12px;
	text-align: center;
}
.slider-wrapper .header-button a{
    border: 1px solid #ffffff;
    background: #2618f3;
}
.banner-inner .slider-wrapper .slider-btn {
	margin-top:18px;
	text-align: left;
}
.banner-inner .slider-wrapper .slider-btn a{
	text-align: center;
}
.slider-wrapper p {
    font-size: 17px;
    margin-top: 0rem;
	width: 65%;
	text-align:center;
    margin: 5px auto;
    color: #fff
}
.banner-inner .slider-wrapper p {
	text-align:left;
	margin:0;
	width:60%;
}
.slider-wrapper h4{ 
	font-family:'Poppins', sans-serif;
	font-weight:500;
	margin:0 auto;
	font-size:24px; 
	color:#c1c1c1; 
	text-transform: capitalize;
	text-align:center;
	letter-spacing:0px;
	display:table;
}

.particles-js-canvas-el{
	position:absolute;
}
.video-background{
	position:absolute;
	right:0;
	bottom:0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:-100;
}
.myphoto {
    height: 200px;
    width: 200px;
    margin-left: 28em;
    position: relative;
    border: 5px solid #ffffff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.bg-new-13 .slider-wrapper:before{
	height:auto;
}
.mp-margin{
	margin-top:25px;
}
.hero-img {
    animation-delay: 1s;
    animation: move 4.2s linear infinite;
}
#message_wrapper {
    width: 100%;
    background-color: #fff;
    min-height: 100px;
}
.contentleft {
    float: left;
    line-height: 1.6em;
}
#message_wrapper .contentleft p {
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    color: #5f5f5f;
    margin-top: 33px;
	font-weight: 500;
}
.contentright {
    float: right;
    line-height: 1.6em;
}
.button_green_image {
    display: block;
    position: relative;
    margin: 28px 0;
}
.button_green_image a {
    text-decoration: none;
    float: left;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-bottom: 3px solid #460006;
    padding: 10px 30px 7px 46px;
    background: url(../img/link.png) no-repeat scroll 19px 13px #d41212;
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    text-transform: uppercase;
}

.home_btn {
    margin-top: 20px;
}
.home_btn a {
    margin-bottom: 20px;
    margin-right: 20px;
}
.bg-new-13.banner-inner .slider-wrapper p {
    width: 100%;
}
.bg-new-13 .get_btn {
	background: #fff;
	color:#4776e6;
	border-color:#fff
}
.learn_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 12px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.learn_btn:hover {
    background: #fff;
    color: #333;
    border: 2px solid #fff;
}
.get_btn {
    background: #55bb16;
    border: 2px solid #6dc110;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 12px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.get_btn:hover, .get_btn:focus {
    background: #fff;
    color: #333;
    border: 2px solid #fff;
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #3aaee7;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 3px solid  #3aaee7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border{
    0%{
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}
.video_btn.small{
    width:50px;
    height:50px;
    line-height:50px
}
.video_btn.small:after{
    height:50px;
    width:50px
}
.video_btn.small:before{
    height:65px;
    width:65px
}

.Home .video_btn i {
    font-size: 18px;
	float: none;
	margin-right: 0px;
    line-height: 26px !important;
}
.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 3px solid  #3aaee7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
.banner-inner-wrapper .slider-wrapper:before{  
	content: "";
    background: url(../img/slider/green-banner.png) center center/cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner-inner-wrapper .slider-wrapper .new-tittle{
	position:relative;
	z-index:999;
	top: 0px;
}
.banner-inner-wrapper .slider-wrapper h1{
	color:#000;
	text-align:left;
}
.banner-inner-wrapper .slider-wrapper p{
	color:#000;
	width: 100%;
	text-align:left;
}
.banner-inner-wrapper .slider-wrapper .slider-btn{
	text-align:left;
}
.banner-inner-wrapper .slider-wrapper .slider-btn a {
    text-align: center;
}
.new-banner-two{
	overflow:hidden;
}
.new-banner-two .slider-wrapper:before{  
	content: "";
    background: url(../img/slider/paint.png) center center/cover no-repeat local;
	width: 761.367px;
    height: 947.004px;
    position: absolute;
    left: 285px;
    top: -140px;
    z-index: 1;
}
.new-banner-two .home_btn{
	text-align:center;
}
.new-banner-two .mp-rool{
	z-index:999;
}
#particles-js-two.slider-wrapper:before {
    background: rgba(0,0,0,0);
}
.amar-new-btn .home_btn {
	text-align: center;
}
.new-banner-btn .home_btn {
	text-align: center;
}
.new-banner-btn .slider-wrapper h1 {
	color: #6fea3c;
}
.new-look-up{
	margin-top:50px;
}
.box-warp{
	margin-left:28em;
}
.new-box-warp{
	z-index: 5;
    min-width: 454px;
    max-width: 454px;
    white-space: nowrap;
    background: transparent;
    border: 4px solid rgb(255, 255, 255);
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 0px;
    padding: 62px 10px;
    min-height: 416px;
    max-height: 416px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.tittle-warper-slider.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
}
.tittle-warper-slider .owl-dots {
	text-align:center;
	margin-top:20px;
}
.banner-inner .tittle-warper-slider .owl-dots {
    text-align: left;
    margin-top: 20px;
}
.mp-top{
	margin-top:20px;
}
.tittle-warper-slider .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}
.tittle-warper-slider .owl-dots .owl-dot.active::after, .owl-dots .owl-dot:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.tittle-warper-slider .owl-dots .owl-dot::after {
    background-color: #6fea3c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    width: 100%;
}


.countdown.one>span{
    color:  #fff;
    position: relative;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
}
.countdown span{
    padding: 0px 17px;
	font-size:55px;
	font-weight:600;
	font-family:'Poppins', sans-serif;

}
.countdown.one span span{
	padding: 0px 17px;
	font-size:22px;
	font-weight:500;
	font-family:'Poppins', sans-serif;
}
.countdown.two>span{
    color: #fff;
    position: relative;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
}

.countdown.one>span::before { 
  content: ":";
  color:  #fff;
  position:relative;
  top:0px;
  left:-10px
}
.countdown.one>span:first-child:before {
    content: '';
}
.countdown.one span span,.countdown.two span span{
  clear:both;
  display:block;
  position: relative;
  top:-5px;
}

.slider-area .conutdown-heading h2{
    font-size: 32px;
    font-weight: 700;
	color:#3aaee7;
	padding: 22px 13px;
    line-height: 1.4em;
    text-shadow: 0px 0px 23px rgba(0,0,0,0.56);
}
.countdown-divider{
    padding: 0px 12px;
    margin-top: 20px;
	display:inline-flex;
}
.countdown-divider-separator {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #3aaee7;
    width: 67px;
}
.new-countdown-2{
	text-align:center;
}


.text-rr .slider-wrapper.text-rotating-wd h3{
	margin-left: -180px;
}
.text-rr .slider-wrapper.text-rotating-wd .word {
  position: absolute;
  width: 220px;
  opacity: 0;
  padding-left:10px;
}
.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #16a085;
}

.midnight {
  color: #2c3e50;
}






#nav-20{
	padding:0px;
}
#nav-1 a:after,
#nav-2 a:after,
#nav-3 a:after,
#nav-4 a:before, #nav-4 a:after,
#nav-5 a:before, #nav-5 a:after,
#nav-6 a:before,
#nav-7 a:before,
#nav-8 a:before,
#nav-9 a:before, #nav-9 a:after,
#nav-10 a:before, #nav-10 a:after, #nav-10 a span:before, #nav-10 a span:after,
#nav-12 a:after,
#nav-14 a:after{content:""; display:block;}


/* left-right-full */
#nav-1 a:after{
	position:absolute;
	left:0; 
	bottom: 0px; 
	width:0%; 
	height:3px;
	background-color:#ffe800;
	-webkit-transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-1 a:hover:after{width:100%;}
#nav-1 .sub-menu a:after{
    display:none;
}
/* right-left-full */
#nav-2 a:after{
	position:absolute; 
	right:0;
	bottom:0px; 
	width:0%; 
	height:3px;
	background-color:#ffe800;
	-webkit-transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-2 a:hover:after{width:100%;}
#nav-2 .sub-menu a:after{
    display:none;
}

/* center-side-full-1 */
#nav-3 a:after{
	position:absolute;
	left:50%;
	bottom:0; 
	width:0%; 
	height:3px;
	background-color:#ffe800; 
	transform:translateX( -50% );
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-3 a:hover:after{width:100%;}
#nav-3 .sub-menu a:after{
    display:none;
}

/* center-side-full-2 */
#nav-4 a:after{
	position:absolute; 
	left:50%; 
	bottom:0;
	width:0%; 
	height:3px;
	background-color:#ffe800;
	transform:translateX( -50% ); 
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-4 a:before{
	position:absolute;
	left:50%; 
	top:0;
	width:0%;
	height:3px;
	background-color:#ffe800;
	transform:translateX( -50% ); 
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-4 a:hover:after{width:100%;}
#nav-4 a:hover:before{width:100%;}
#nav-4 .sub-menu a:after{
    display:none;
}
#nav-4 .sub-menu a:before{
    display:none;
}
/* side-full */
#nav-5 a:after{
	position:absolute;
	left:0; 
	top:50%;
	width:3px;
	height:0%;
	background-color:#fff;
	transform:translateY( -50% ); 
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-5 a:before{
	position:absolute;
	right:0;
	top:50%; 
	width:3px;
	height:0%; 
	background-color:#fff;
	transform:translateY( -50% );
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-5 a:hover:after{height:100%;}
#nav-5 a:hover:before{height:100%;}
#nav-5 .sub-menu a:after{
    display:none;
}
#nav-5 .sub-menu a:before{
    display:none;
}

/* left-right-vertical */
#nav-6 a{overflow: hidden; z-index:2}
#nav-6 a:before{
	position:absolute; 
	right:100%; top:0;
	width:100%; 
	height:100%; 
	background-color:#a94646;
	z-index:-1; 
	opacity:0; 
	-webkit-transition:all .2s ease-out; 
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
	border-right:2px solid #ffe800;
}
#nav-6 a:hover:before{opacity:1; right:0;}

#nav-6 .sub-menu a:before{
    display:none;
}
/* bottom-top-horizontal */
#nav-7{}
#nav-7 a{z-index:2;position:relative;overflow: hidden;}
#nav-7 a:before{
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:100%;
	background-color:#a94646;
	z-index:-1;
	opacity:0; 
	-webkit-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
	border-top:2px solid #ffe800;
}
#nav-7 a:hover:before{opacity:1; top:0;}
#nav-7 .sub-menu a:before{
    display:none;
}
/* btn-8 */
#nav-8{}
#nav-8 a{z-index:2;overflow: hidden;}
#nav-8 a:before{
	position:absolute; 
	left:0; 
	bottom:100%;
	width:100%;
	height:100%;
	background-color:#a94646;
	z-index:-1;
	opacity:0; 
	-webkit-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
	border-bottom:2px solid #ffe800;
}
#nav-8 a:hover:before{opacity:1; bottom:0;}
#nav-8 .sub-menu a:before{
    display:none;
}
/* btn-9 */
#nav-9 a:after{
	position:absolute;
	left:50%; 
	bottom:0; 
	width:60%;
	height:3px; 
	background-color:#ffe800;
	transform:translateX( -50% );
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	opacity:0;
}
#nav-9 a:before{
	position:absolute;
	left:50%;
	top:0; 
	width:60%;
	height:3px;
	background-color:#ffe800;
	transform:translateX( -50% );
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	opacity:0;
}
#nav-9 a:hover:after{opacity:1; bottom:5px;}
#nav-9 a:hover:before{opacity:1; top:5px;}
#nav-9 .sub-menu a:after{
    display:none;
}
#nav-9 .sub-menu a:before{
    display:none;
}

/* btn-10 */
#nav-10 a{padding:0;display: block;}
#nav-10 a span{
	display:block;
	padding:4px 15px;
}
#nav-10 a:before, #nav-10 a:after, #nav-10 a span:before, #nav-10 a span:after{
	position:absolute; 
	background-color:#ffe800;
}
#nav-10 a:before{
	width:3px; 
	height:0; 
	left:0;
	bottom:0;
	-webkit-transition:all .1s .3s;
	-o-transition:all .1s .3s;
	transition:all .1s .3s;
}
#nav-10 a:after{
	width:0;
	height:3px;
	left:0;
	top:0; 
	-webkit-transition:all .1s .2s;
	-o-transition:all .1s .2s;
	transition:all .1s .2s;
}
#nav-10 a span:before{
	width:3px;
	height:0;
	right:0; 
	top:0;
	-webkit-transition:all .1s .1s;
	-o-transition:all .1s .1s;
	transition:all .1s .1s;
}
#nav-10 a span:after{
	width:0; 
	height:3px;
	right:0; 
	bottom:0;
	-webkit-transition:all .1s;
	-o-transition:all .1s; 
	transition:all .1s;
}
#nav-10 a:hover:before{
	height:100%;
	-webkit-transition:all .1s;
	-o-transition:all .1s;
	transition:all .1s;
}
#nav-10 a:hover:after{
	width:100%; 
	-webkit-transition:all .1s .1s; 
	-o-transition:all .1s .1s;
	transition:all .1s .1s;
}
#nav-10 .sub-menu a{
    padding: 3px 22px;
}
#nav-10 .sub-menu a:before{
    display:none;
}
#nav-10 .sub-menu a:after{
    display:none;
}

#nav-10 a:hover span:before{height:100%; -webkit-transition:all .1s .2s; -o-transition:all .1s .2s; transition:all .1s .2s;}
#nav-10 a:hover span:after{width:100%;	-webkit-transition:all .1s .3s;	-o-transition:all .1s .3s; transition:all .1s .3s;}


/* btn-11 */
#nav-11{position:relative; }
#nav-11 span.effect{
	position:absolute;
	left:0;
	bottom:0;
	width:0; 
	height:3px;
	background-color:#ffe800;
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-11 .sub-menu a span.effect{
    display:none;
}

/* btn-12 */
#nav-12 a:after{
	position:absolute; 
	left:50%;
	top:50%;
	width:0%;
	height:2px;
	background-color:#ffe800;
	transform:translateX( -50% );
	-webkit-transition:width .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:width .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:width .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-12 a.off:after{width:90%;}
#nav-12 .sub-menu a:after{
    display:none;
	overflow: hidden;
}

/* btn-13 */
#nav-13{position:relative;}
#nav-13 span.dot{
	width:7px;
	height:7px;
	position:absolute; 
	left:0; 
	bottom:0;
	transform:translateY( 50% );
	background-color:#000;
	border-radius:50%; 
	-webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
	opacity:0;
}
#nav-13 .sub-menu li:hover span.dot{
	opacity:0;
	display:none;
}

/* btn-14 */
#nav-14 a{
	position:relative;
}
#nav-14 a:after{
	width:100%;
	height:100%; 
	position:absolute; 
	left:0;
	top:0; 
	border:0px solid #ffe800;
	box-sizing:border-box;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	opacity:0;
}
#nav-14 a:hover:after{border-width:5px; opacity:1;}
#nav-14 .sub-menu a:after{
    display:none;
}

/* btn-15 */
#nav-15{overflow: hidden;}
#nav-15 a{
	position:relative;
	-webkit-transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#nav-15 a:after{
	content:attr( data-menu-name );
	display:block;
	width:100%; 
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	-webkit-transform:translateY( -100% );
	-ms-transform:translateY( -100% );
	-o-transform:translateY( -100% );
	transform:translateY( -100% );
}
#nav-15 a:hover{
	-webkit-transform:translateY( 100% );
	-ms-transform:translateY( 100% );
	-o-transform:translateY( 100% );
	transform:translateY( 100% );
}
#nav-15 .sub-menu a:after{
    display:none;
}





.footer {
    text-align: center;
    background: #0a0a0a;
    padding: 80px 0;
}
.footer-info-wrapper:before {
    margin-bottom: 40px;
}
.footer-info-wrapper:before, .footer-info-wrapper:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #717171;
    margin-left: auto;
    margin-right: auto;
}
.footer-logo {
    margin-bottom: 19px;
}
.footer-desc {
    font-size: 14px;
    font-weight: 500;
    color:#d2cbcb;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.footer-info-wrapper:after {
    margin-top: 35px;
}
.footer-info-wrapper:before, .footer-info-wrapper:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #717171;
    margin-left: auto;
    margin-right: auto;
}
.copyright-1 {
    text-align: center;
    background: #000;
    font-size: 12px;
    color: #b9b9b9;
    padding: 15px 0;
}
.copyright-1 a {
    color:#b9b9b9;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.copyright-1 a:hover {
    color: #fff;
}







.footer-top-area{
	padding:100px 0px 45px 0px;
	background-color: transparent;
    background-image: linear-gradient(144deg,#321575 0%,#ff057c 100%);
}
.footer-wrapper{}
.footer-text {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 32px;
}
.footer-wrapper ul{
	margin:0px;
	padding:0px;
}
.footer-link li {
  color: #cccccc;
  list-style:none;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 11px;
}
.footer-link li:last-child{padding-bottom:0;}
.footer-icon {
  margin-top: 30px;
}
.footer-icon a {
    color: #fff;
    font-size: 14px;
    margin-right: 14px;
    transition: .3s;
    border: 1px solid white;
    padding: 7px 10px;
    border-style: solid;
}
.footer-icon a:hover{color:#000;background:#fff;}
.footer-icon a:last-child{margin-right:0;}
.footer-menu {
  padding: 0px;
  overflow: hidden;
  padding-right: 19px;
}
.footer-menu li {
  display:block;
  padding-bottom: 10px;
  position: relative;
  width: 50%;
  float: left;
  list-style:none;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}
.footer-menu li:last-child{padding-bottom:0;}
.footer-menu li:before{}
.footer-menu li a {
  color: #cccccc;
  display: block;
  font-size: 15px;
  font-weight: 500;
  transition: .3s;
 
}
.footer-menu li a:hover{
	color:#26BDEF;
	padding-left:15px;
}
.footer-menu li a i {
  font-size: 10px;
  margin-right: 15px;
}
.footers > li {
  margin-bottom: 24px;
  overflow: hidden;
}
.footers > li:last-child{margin-bottom:0;}
.footer-img {
  float: left;
  margin-right: 20px;
}
.footer-img a{}
.footer-info {
  overflow: hidden;
}
.footer-info h4 {color:#fff;
    font-size: 18px;
   position: relative;	
   line-height: 1.5em;
   font-weight: 600;
   margin-bottom: 4px;
}
.footer-info h4 a:hover{color:#26BDEF;}
.footer-info span {
    color: #a9a9a9;
    display: inline-block;
    font-size: 12px;
}
.footer-bootom-area {
    background-color: transparent;
    background-image: linear-gradient(144deg,#2f1171 0%,#710036 100%);
	padding:12px 18px;
}
.copyright{}
.copyright > p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 16px;
  padding-left: 50px;
}
.footer-bottom-link {
  text-align: right;
  padding-right:25px;
}
.footer-bottom-link li {
  display: inline-block;
  padding-right: 15px;
  margin-top: 14px;
}
.footer-bottom-link li:last-child{margin-right:0;}
.footer-bottom-link li a {
  color: #fff;
  font-size: 15px;
  transition:.3s;
}






.site-footer .upper-footer {
  background: #f3f5fa;
  padding: 80px 0;
}
.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #7a8595;
  margin: 0;
  padding: 0;
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  color: #1e2331;
  font-weight:600;
  text-transform: uppercase;
  margin: 0 0 2em;
  position: relative;
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget p {
  margin-top: -20px;
  margin-bottom: 2em;
      font-size: 14px;
}

.site-footer .about-widget ul li {
  font-weight: 500;
  color: #7a8595;
  position: relative;
  padding-left: 45px;
  line-height: 1.78em;
  font-size: 15px;
}
.site-footer .about-widget ul li i {
  background-color: #09a223;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 3px;
}

.site-footer .about-widget ul > li + li {
  margin-top: 28px;
}
.site-footer .quick-links-widget {
  overflow: hidden;
  margin-top: 20px;
}
.newsletter-widget {
  margin-top: 20px;
}

.site-footer .quick-links-widget a {
  font-weight: 500;
  color: #7a8595;
  font-size: 15px;
}

.site-footer .quick-links-widget a:hover {
  color: #09a223;
  text-decoration:underline;
}

.site-footer .quick-links-widget ul li + li {
  margin-top: 15px;
}
.site-footer .quick-links-widget ul {
  width: 50%;
  float: left;
}

.site-footer .recent-post-widget {
  padding-right: 65px;
  margin-top: 20px;
}

.site-footer .recent-post-widget ul > li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e6ea;
}

.site-footer .recent-post-widget li {
  position: relative;
}

.site-footer .recent-post-widget .entry-details h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
  position: relative;
  top: -5px;
}

.site-footer .recent-post-widget .entry-details h4 a {
  color: #1e2331;
}

.site-footer .recent-post-widget .entry-details h4 a:hover {
  color: #09a223;
}

.site-footer .recent-post-widget .entry-details .date {
  font-size: 12px;
  color: #7a8595;
  font-weight: 500;
}

.site-footer .newsletter-widget p {
  margin-bottom: 1.5em;
  font-size: 15px;
}

.site-footer .newsletter-widget input {
  width: calc(100% - 44px);
  height: 35px;
  font-size: 13px;
  padding: 6px 15px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

.site-footer .newsletter-widget form div {
  position: relative;
}

.site-footer .newsletter-widget form div button {
  background-color: #09a223;
  width: 44px;
  height: 35px;
  text-align: center;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.site-footer .newsletter-widget form div button:hover {
  background-color: #067219;
}

.site-footer .copyright-info {
  background-color: #09a223;
  padding: 30px 0 15px
}

.site-footer .copyright-info p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  float: left;
}
.site-footer .copyright-info ul {
  display: inline-block;
  list-style: none;
  float: right;
  overflow: hidden;
}

.site-footer .copyright-info ul li {
  float: left;
  font-size: 15px;
}

.site-footer .copyright-info ul > li + li {
  margin-left: 25px;
}

.site-footer .copyright-info a {
  color: #fff;
}

.footer-top-area-3{
	padding:100px 0px 45px 0px;
	background-color: transparent;
    background-image: linear-gradient(144deg,#cccccc 0%,#ffffff 100%);
}
.footer-top-area-3 .footer-text {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 32px;
}
.footer-top-area-3 .footer-link li {
  color: #000;
}
.map-wrapper iframe {
    border: 0;
    width: 290px;
    height: 0%;
}
.footer-top-area-3 .footer-info h4 {
    color:#00000094;
}
.footer-top-area-3 .footer-info h4 a:hover {
    color: #000;
}
.footer-top-area-3 .footer-menu li a {
    color:#666666;
}
.footer-top-area-3 .footer-menu li a:hover{
	color:#000;
	padding-left:15px;
}
.footer-top-area-3 .footer-icon {
    padding-left: 0px;
	text-align: left;
}
.footer-top-area-3 .footer-icon a {
    width: 40px;
    /* display: inline-block; */
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-width: 0px;
	margin-right: 8px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    padding: 12px 15px;
    background: #eeeeee;
}
.footer-top-area-3 .footer-icon a:hover{
	color:#fff;
	background:#000;
}
.footer-bootom-area-3{
	background:#858788;
	padding: 12px 18px;
}

.footer-top-area-4{
	background:#242C33 url(../img/contact-section-bg.jpg) top center no-repeat fixed;
	background-size: cover;
}
.footer-top-area-4 .footer-top{
	 background:rgba(15, 21, 26, 0.72);
	 padding:70px 0;
}
.footer-top-area-4 .footer-subscribe {
    border-top: 1px solid rgba(240, 240, 240, 0.2);
    position: relative;
    z-index: 10;
    background: rgba(15, 21, 26, 0.72);
    padding: 40px 0;
}
.footer-top-area-4 .footer-subscribe h3 {
    margin: 0;
    font-family:"Montserrat", sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 45px;
	font-weight: 600;
}
.footer-top-area-4 .footer-menu li a:hover {
    color: #F9B522;
    padding-left: 15px;
}
.footer-top-area-4 .footer-info h4 a:hover {
    color: #F9B522;
}
.footer-top-area-4 .footer-icon a:hover {
    color:#F9B522;
}
.footer-top-area-4 .footer-subscribe form.footer-subscribe-form {
    position: relative;
    width: 500px;
    max-width: 100%;
    height: 45px;
}
.footer-top-area-4 .footer-subscribe form.footer-subscribe-form input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
    height: 45px;
    border: none;
    outline: none;
    color: #C5C5C5;
    font-size: 15px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-top-area-4 .footer-subscribe form.footer-subscribe-form button {
    background: #F9B522;
    color: #FFFFFF;
    font-size: 16px;
    font-family:"Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    width: 131px;
    height: 45px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-bootom-area-4 {
  background:rgba(15, 21, 26, 0.93);
  padding:12px 18px;
}











.subscribe-box {
    padding: 40px 0px;
    background-color: #fdc800;
    margin-bottom: -73px;
    position: relative;
    z-index: 8;
}
.subscribe-text h1 {
    margin: 0;
    font-size: 36px;
	font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #002147;
    line-height: 1;
}
.subscribe-text span {
    font-size: 14px;
    color: #002147;
    line-height: 1;
    margin: 0;
    margin-top: 10px;
    display: block;
}
.email-submit-form {
    margin-top: 7px;
}
.subscribe-form form {
    position: relative;
}
.subscribe-form form input {
    height: 46px;
    background: #fff;
    border: 0;
    border-radius: 30px;
    padding-left: 20px;
    width: 100%;
}
.subscribe-form form i {
    top: 50%;
    position: absolute;
    right: 35px;
    color: #002147;
    font-size: 15px;
    transform: translateY(-50%);
}




.footer-area-5{
	padding:0px 0;
}
.pt-150 {
    padding-top: 150px;
}
.primary-bg {
    background: #002147;
}
.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.pb-35 {
    padding:0px 35px;
}
.mb-30 {
    margin-bottom: 30px;
}
.gp-10{
	margin-top:23px;
}
.footer-logo {
    margin-bottom: 19px;
}
.footer-area-5 .footer-menu li {
    padding-bottom: 0px;
}
.footer-para p {
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    opacity: .66;
    margin: 0;
}
.footer-socila-icon {
    margin-top: 24px;
}
.footer-socila-icon span {
    font-size: 20px;
    color: #cbcbcb;
    font-weight: 700;
    line-height: 1;
}
.footer-social-icon-list ul li a {
    color: #ffffff;
    opacity: .66;
}
.footer-social-icon-list ul li a:hover {
    color: #fff;
    opacity: 1;
}
.footer-social-icon-list {
    margin-top: 13px;
}
.footer-social-icon-list ul {
    margin: 0px;
    padding: 0px;
}
.footer-social-icon-list ul li {
    display: inline-block;
    margin-right: 19px;
    transition: .3s;
}
.footer-heading h1 {
    font-size: 24px;
    color: #fdc800;
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 31px;
}
.footer-menu ul {
    margin: 0px;
    padding: 0px;
}
.footer-menu ul li {
    float: left;
    width: 50%;
    line-height: 1;
}
.footer-menu ul li a {
    font-size: 13px;
    color: #fff;
    opacity: .66;
    padding: 0;
    display: block;
    line-height: 1;
    margin-bottom: 14px;
}
.footer-area-5 .footer-menu ul li a:hover {
    color: #fdc800;
    opacity: 1;
	padding-left:0px;
}
.mb-25 {
    margin-bottom: 25px;
}
.recent-post-text {
    margin-left: 20px;
}
.recent-post-text p {
    font-size: 13px;
    color: #fff;
    opacity: .66;
    line-height: 24px;
    margin-top: -8px;
    margin-bottom: 0;
}
.footer-time {
    margin-top: 5px;
}
.footer-time span {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #fdc800;
}
span.footer-published-time {
    margin-left: 9px;
    color: #fff;
}
.single-footer-contact-info {
    margin-bottom: 5px;
}
.single-footer-contact-info span {
    font-size: 14px;
    color: #fdc800;
}
span.footer-contact-list-text {
    font-size: 13px;
    color: #fff;
    opacity: .66;
    margin-left: 9px;
}
.opening-time{    
	margin-top: 15px;
}
.opening-time span {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
span.opening-date {
    font-weight: inherit;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pt-25 {
    padding-top: 25px;
}
.footer-copyright span {
    font-size: 15px;
    color: #949494;
}







.footer-top-area-6{
	padding:20px 0px 40px 0px;
	background:#656565;
}
.footer-top-area-6 .footer-icon a:hover {
    color: #ab0505;
	background:#fff;
}
.footer-top-area-6 .site-footer .newsletter-widget form div button {
    background-color: #fff;
    color: #000;
}
.footer-subscribe-1{
	border-bottom: 1px solid rgba(255, 255, 255, 0.54);
	margin-bottom: 60px;
}
.footer-top-area-6 .footer-menu li a:hover {
    color: #fff;
    padding-left: 15px;
}

.footer-top-area-6 .gallery-widget {
    position: relative;
}
.footer-top-area-6 .footer-widget {
    position: relative;
    z-index: 1;
}
.footer-top-area-6 .gallery-widget .images-outer {
    position: relative;
    margin: 0px -3px;
}
.footer-top-area-6 .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 32%;
    padding: 0px 3px;
    margin-bottom: 6px;
	cursor: pointer;
}
.footer-top-area-6  .gallery-widget .image-box img {
   position: relative;
    float: left;
    width: 100%;
    padding: 0px 3px;
    margin-bottom: 6px;
	cursor: pointer;
}
.footer-bootom-area-6{
	background: #1d1d1d;
	padding: 12px 18px;
}  










.footer-top-area-7{
}
.footer-top-area-7 .site-footer .upper-footer {
    background: #fff; 
    padding: 100px 0;
}
.footer-bootom-area-7{
	padding: 30px 0px;
} 
.footer-top-area-7 .copyright-info-7 p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
	padding: 20px 0px;
}
.site-footer .about-widget h3{
	margin-top:20px;
}
.footer-top-area-7 .footer-icon {
    text-align: right;
}

.footer-top-area-7 .footer-icon a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-width: 0px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
	padding: 8px 13px;
    background: #eeeeee;
}
.footer-top-area-7 .footer-icon a:hover{
	color:#fff;
	background:#000;
}
.footer-top-area-7 .footer-socila-icon {
    margin-top: -15px;
}
.footer-top-area-7  .site-footer .newsletter-widget input {
    border: 1px solid #ececec;
}
.footer-top-area-7 .copyright-info-7{
	border-top: 1px solid #cac6c6;
}
.copyright-info-7 p a{
	color: #09a223;
}
.copyright-info-7 p a:hover{
	color:  #067219;
}



.bdt-section-muted {
    background-color: #5571ed;
    padding-top: 80px;
    padding-bottom: 80px;
	background: url(../img/slider/newsletter_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
	position: relative;
}
.bdt-grid {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bdt-section-muted h1 {
    font-size: 1.8rem;
    margin-bottom: 0 !important;
	color:#fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.bdt-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.bdt-breadcrumb>*>* {
    display: inline-block;
    font-size: .875rem;
    color: #fff;
}
.bdt-breadcrumb>:nth-child(n+2):not(.bdt-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 12px;
    color: #fff;
	font-size: 12px;
}
.tp-divid {
    padding: 0px 0px;
}
.tp-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    padding: 60px 0px;
}
.tp-separator .tp-sep-hldr {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 11%;
}
.heading {
    padding: 0px 15px;
    font-size: 16px;
	color: #6b6b6b;
    font-weight: 500;
}
.tp-separator .tp-sep-hldr .tp-sep-lne {
    border-top: 1px solid #eeee;
    display: block;
    position: relative;
    width: 100%;
}

/** start google map **/
.google-map-area{
	padding:80px 0px;
}
.google-map-one .map-wrapper iframe{
	width:100%;
	height:481px;
}
.google-map-one .map-info {
    left: 50%;
    margin-left: -29%;
    background: #fff;
    top: 50%;
    box-shadow: 0 5px 40px rgba(0,0,0,.07);
    position: absolute;
    width: 100%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.google-map-one .map-info {
    max-width: 340px;
    margin-left: -24%;
    padding: 2em 2.5em 2em 2.5em;
}
.google-map-one .title {
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    margin: 20px 0px 10px 0px;
}
.google-map-one.map-two .title {
	color:#fff;
}
.google-map-one .openhrs {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    color: #333333;
	font-weight: 300;
    margin: 4px 0px 5px 0px;
}
.google-map-one .open {
    float: right;
}
.google-map-one.map-two .openhrs {
    color: #fff;
}
.google-map-one .iconinfo i {
    margin-right: 10px;
}
.google-map-one .iconinfo{
   font-size:14px;
   font-weight: 300;
   font-family: "Poppins", Sans-serif;
}
.google-map-one.map-two .iconinfo{
	color:#fff;
}
.google-map-one.map-two .map-info {
    background-color: transparent;
    background-image: linear-gradient(144deg,#3e14a0 30%,#bf0707 100%);
}
.google-map-one.map-four:before {
    background: rgba(0,0,0,0.3);
    content: "";
    height:  481px;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
	z-index:111;
	cursor: pointer;
}
.google-map-one.map-four .map-info {
    z-index:333;
}
.mr-30{
	margin-right:28px;
}

.google-map-one.map-five .contact-text {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 37px;
    padding-bottom: 27px;
    margin-top: 7px;
}
.google-map-one.map-five .contact-text h4 {
    color: #3f3f3f;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.google-map-one.map-five .contact-text p {
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}
.google-map-one.map-five .contact-menu {
    padding: 0px;
}
.google-map-one.map-five .contact-menu li {
    list-style: none;
    padding-bottom: 15px;
}
.google-map-one.map-five .address i{
    margin-right: 6px;
}
.google-map-one.map-five .address {
    color: #595959;
    font-size: 14px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
}
.google-map-one.map-five .contact-link:last-child {
    padding-bottom: 0;
}
.google-map-one.map-five .contact-link {
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 16px;
    float: right;
}
.google-map-one.map-five .contact-icon {
    display: block;
    float: right;
}
.google-map-one.map-five .contact-icon a {
    width: 40px;
    display: inline-block; 
    text-align: center;
    height: 40px;
	font-size: 14px;
    line-height: 40px;
    border-width: 0px;
    margin-right: 8px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    background: #eeeeee;
}
.google-map-one.map-five .contact-icon a:hover {
	color:#fff;
	background:#324ece;
}
.google-map-one.map-five .contact-icon a:last-child {
    margin-right: 0;
}
/** end google map **/

/** start pricing tab **/

.pricing-tab-one{
	padding:80px 0px;
	background: #f9f9f9;
}
.tb-pricing3 {
	position: relative;
	padding: 40px;
	background-color: #fff;
}
.tb-pricing3 {
    text-align: center;
}
.tb-pricing3.bxshdw {
	box-shadow: 0px 20px 140px #d6dee49e;
}
.tb-pricing3 .feat {
    width: 74px;
    height: 74px;
    border-radius: 0px;
    background: #324ece;
    color: #ffffff;
    font-family: "poppins", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3em;
}
.tb-pricing3 .title {
    color:#324ece;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
.price {
    margin: 12px 0px 19px 0px;
}
.pricee {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 44px;
    font-weight: 600;
}
.tb-pricing3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tb-pricing3 .tooltip-sub {
    text-align: left;
    font-family: "poppins", Sans-serif;
    font-size: 15px;
    color: #ffffff;
    background: #324ece;
}
.tb-pricing3 .tooltip-sub {
	color: #fff;
	width: 300px;
	padding: 20px;
	z-index: 1;
	font-size:14px;
	margin-top: 0px;
	opacity: 0;
	line-height: 1.7;
	background: #324ece;
	visibility: hidden;
	position: absolute;
	transition: opacity .3s ease-in;
}

.tb-pricing3 .featur {
	position: relative;
}

.tb-pricing3 li:hover .tooltip-sub {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	margin-top: -10px;
}
.tb-pricing3.ml-60 li:hover .tooltip-sub {
    left: -308px;
}
.tb-pricing3.ml-60 li .tooltip-sub {
    text-align:right;
}

.tb-pricing3 .feat {
	height: 80px;
	width: 80px;
	display: block;
	position: absolute;
	top: -20px;
	right: -20px;
	background-color:#324ece;
	text-align: center;
}

.tb-pricing3 .feat span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tb-pricing3 .tour-btn,
.tb-pricing3 .dura {
	display: inline-block;
}
.tb-pricing3 .dura {
    padding-left: 14px;
    color: #324ece;
    font-family: "poppins", Sans-serif;
    font-size: 15px;
    line-height: 1em;
	font-weight: 400;
}
.tb-pricing3 li:not(:last-child) {
    margin-bottom: 9px;
}
.tb-pricing3 .featur {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
}
.tb-pricing3 .tour-btn {
    margin-top: 35px;
    width: 284px;
    padding: 13px 0px 13px 0px;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
	font-size:14px;
    text-transform: uppercase;
    background: #324ece;
    color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
}
.tb-pricing3.mr-60{
	margin-right:80px;
}
.tb-pricing3.ml-60{
	margin-left:80px;
}
.tb-pricing3 .featur {
    position: relative;
}
.tb-pricing3 .dura {
	text-align: left;
}

@media all and (min-width:0px) and (max-width: 960px) {
	.tb-pricing3 .tooltip-sub {
		display: none;
	}
}
.tb-pricing3 .diskunt {
    padding-right: 14px;
    color: #cecece;
}
.pricing-tab-one.ptab-two .tb-pricing3 .feat {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.pricing-tab-one.ptab-two .tb-pricing3 .tour-btn {
    border-radius: 42px;
}



.ptab-three .tb-pricing3.bxshdw-active {
	box-shadow: 0px 20px 140px #d6dee49e;
	background:#fff;
}
.ptab-three .tb-pricing3 {
    background: rgba(0,0,0,0);
}
.ptab-three .tb-pricing3:hover{
	background:#fff;
	box-shadow: 0px 20px 140px #d6dee49e;
}
.ptab-three .tb-pricing3 .feat{
	background-color: transparent;
    background-image: linear-gradient(144deg,#321575 43%,#ff0505 100%);
	border-radius: 50%;
}
.ptab-three .tb-pricing3 .tour-btn {
	background-color: transparent;
    background-image: linear-gradient(144deg,#321575 43%,#ff0505 100%);
	border-radius:42px;
}
.ptab-three .tb-pricing3 .tooltip-sub {
    background-color: transparent;
    background-image: linear-gradient(144deg,#321575 43%,#ff0505 100%);
	border-radius:10px;
}


.ptab-four .tb-pricing3 .tour-btn {
    width: 170px;
    font-size: 13px;
}
.ptab-four .tb-pricing3 {
    padding: 0px 0px 40px 0px;
}
.ptab-four .tb-pricing3 .title {
    padding: 30px 0px;
}



.ptab-five .tb-pricing3 .tour-btn {
    width: 170px;
    font-size: 13px;
}
.ptab-five .tb-pricing3 {
    padding: 0px 0px 40px 0px;
	z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.ptab-five .tb-pricing3 .title {    
	padding: 30px 0px;
    border-bottom: 1px solid #f75983;
	position: relative;
}
.ptab-five .tb-pricing3 .title {
    color: #f75983;
}	
.ptab-five .tb-pricing3 .dura {	
	color: #f75983;
}
.ptab-five.twarp-five .tb-pricing3 i{
    border-color: #f75983 transparent transparent;
    background-color: #ffffff;
    border-radius: 0!important;
    border-style: solid;
    border-width: 84px 84px 0 0;
    content: "";
    height: 0;
    left: 0px;
    position: absolute;
    top: 0;
    width: 0;
	transition: transform ease-out 0.1s, background 0.2s;
}
.ptab-five.twarp-five .tb-pricing3 i:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.ptab-five.twarp-five .tb-pricing3 i:hover{
    background: rgba(255,255,255,0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.ptab-five.twarp-five .tb-pricing3::after{
    color: white;
    content: "";
    font-family: FontAwesome;
    font-size: 1.4rem;
    left: 12px;
    position: absolute;
    text-shadow: rgb(55, 197, 182) 0px 0px 2px;
    top: 8px;
}
.ptab-five .tb-pricing3 .tour-btn {	
	color: #545454;
    background: #f75983;
    background: transparent;
    border: 1px solid  #f75983;
}
.ptab-five .tb-pricing3.active {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}
.ptab-five .tb-pricing3:hover .tour-btn {	
	color: #fff;
    background: #f75983;
    border: 1px solid #f75983;
}
.ptab-five .tb-pricing3 .tour-btn.active{	
	color: #fff;
    background: #f75983;
    border: 1px solid #f75983;
}
.ptab-five .tb-pricing3:hover{
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}


.ptab-six .tb-pricing3 li {
    border-bottom: 1px solid #eee;
}
.ptab-six .tb-pricing3 li:last-child {
    border: none;
}	
.ptab-six .tb-pricing3 ul {
    margin: 0;
    padding: 0px 92px;
    list-style-type: none;
    line-height: 29px;	
}	
	
.ptab-seven .tb-pricing3 .title {
    color:#fff; 
	background:#f75983;
}
.ptab-seven .tb-pricing3 .title {
    border-bottom: 0px solid #324ece;
}	
.ptab-five.ptab-seven .tb-pricing3.active{
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}	
.ptab-five.ptab-seven .tb-pricing3 .tour-btn {	
	color: #fff;
    background: #f75983;
    border: 1px solid  #f75983;
}


.ptab-eight .tb-pricing3.bxshdw {
    box-shadow: none;
    border: 3px solid #324ece;
    border-radius: 10px;
}
.ptab-eight .tb-pricing3 {
   background-color: transparent;
}
.ptab-eight .tb-pricing3 .tour-btn {
    background: transparent;
	border:1px solid #324ece;
	border-radius:26px;
    color: #000;
}
.ptab-eight .tb-pricing3:hover .tour-btn {
    background:#324ece;
	border:1px solid #324ece;
	border-radius:26px;
    color: #fff;
}
.ptab-eight .tb-pricing3{
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}
.ptab-eight .tb-pricing3:hover {
    margin-top: -30px;
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}
.ptab-eight .tb-pricing3 .tooltip-sub {
	border-radius:10px;
}
.ptab-eight .tb-pricing3 i{
    border-color: #324ece transparent transparent;
    background-color: #ffffff;
    border-radius: 0!important;
    border-style: solid;
    border-width: 64px 64px 0 0;
    content: "";
    height: 0;
    left: 0px;
    position: absolute;
    top: 0;
    width: 0;
}
.pricing-tab-one.ptab-eight {
    background: #ffffff;
}
.ptab-eight .tb-pricing3::after{
    color: white;
    content: "";
    font-family: FontAwesome;
    font-size: 1.4rem;
    left: 9px;
    position: absolute;
    text-shadow: rgb(55, 197, 182) 0px 0px 2px;
    top: 6px;
}	
	
	
	
	
.ptab-nine .tb-pricing3 {
    padding: 0px 0px 40px 0px;
}	
.ptab-nine .price {
    margin: 0px 0px 0px 0px;
	padding:12px 0px 19px 0px;
    background: #324ece;
	color:#fff;	
}	
.ptab-nine .pricee {
    color: #fff;
}
.ptab-nine .tb-pricing3 .dura {
    color: #fff;
}
.ptab-nine .tb-pricing3 .title {
    background: #324ece;
	color:#fff;
	padding-top: 28px;
}
.ptab-nine .tb-pricing3 li:not(:last-child) {
    margin-bottom: 0px;
	padding:14px 0px;
}
.ptab-nine .tb-pricing3 li{
    margin-bottom: 0px;
	padding:14px 0px;
}
.ptab-nine .tb-pricing3 li.list-padding{
    margin-bottom: 0px;
	margin-top:35px;
}	
.ptab-nine .tb-pricing3 li.list-bg{
	background:#f5f5f5;
}	
.ptab-nine .tb-pricing3{
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}
.ptab-nine .tb-pricing3:hover {
    margin-top: -30px;
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}	
	
	
	
	
.ptab-ten .tb-pricing3 .tour-btn {
    width: 160px;
}	
.ptab-ten .tb-pricing3 {
    background-color: transparent;
    background-image: linear-gradient(144deg,#3e14a0 30%,#bb4242 100%);
}
.ptab-ten .tb-pricing3 .title {
    color: #fff;
	padding: 30px 0px 20px 0px;
}	
.ptab-ten .tb-pricing3 {
    padding: 0px 0px 40px 0px;
}
.ptab-ten .pricee {
    color: #fff;
}
.ptab-ten .tb-pricing3 .dura {
    color: #fff;
}	
.ptab-ten .tb-pricing3 .featur {
    color: #fff;
}	
.ptab-ten .tb-pricing3 .tour-btn {
	background-color: transparent;
    background-image: linear-gradient(144deg,#3e14a0 30%,#bf0707 100%);
}
.ptab-ten .tb-pricing3:hover .tour-btn {
	padding-left:15px;
}
.ptab-ten .price {
    margin: 20px 0px 19px 0px;
}



.ptab-eleven .tb-pricing3{
    -webkit-box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
    box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.ptab-eleven .tb-pricing3:hover {
	background: url(../img/tab.jpg) center center/cover no-repeat local;
}
.ptab-eleven .tb-pricing3:before {
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    width: 100%;
	left: 0;
    top: 0;

}
.ptab-eleven .tb-pricing3 .title {
    margin: 0px 0px 25px 0px;
}
.ptab-eleven .tb-pricing3:hover .title {
    color: #fff;
}
.ptab-eleven .tb-pricing3:hover .pricee {
    color: #fff;
}
.ptab-eleven .tb-pricing3:hover .dura {
    color: #fff;
}
.ptab-eleven .tb-pricing3:hover .featur {
    color: #fff;
}
.ptab-eleven .tb-pricing3:hover .tour-btn {
	padding-left:15px;
}



.ptab-twelve .tb-pricing3.bxshdw{
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    border: 0px solid #f75983;
	-webkit-transition: 0.2s;
    transition: 0.2s;
	padding: 0px 0px 40px 0px;
}
.ptab-twelve .tb-pricing3:hover{
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}
.ptab-twelve .tb-pricing3 .title {    
	padding: 30px 0px;
	position: relative;
}
.ptab-twelve .tb-pricing3 .title {
    color:#000;
	border-bottom:1px solid #f75983;
	background: #fff;
}
.ptab-twelve .tb-pricing3:hover .title {
    color:#fff;
	background: #f75983;
}
.ptab-twelve .tb-pricing3.active .title {
    color:#fff;
	background: #f75983;
}	
.ptab-twelve .tb-pricing3 .dura {	
	color: #f75983;
}
.ptab-twelve .tb-pricing3 .tour-btn {
    background:transparent;
	border: 1px solid #f75983;
	color:#000;
}
.ptab-twelve .tb-pricing3:hover .tour-btn {
    background:#f75983;
	color:#fff;
}
.ptab-twelve .tb-pricing3.active .tour-btn {
    background:#f75983;
	color:#fff;
}
.ptab-twelve .tb-pricing3 .tooltip-sub {
    background: #f75983;
}
.ptab-twelve .tb-pricing3.active {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}

/** end pricing tab **/

/** start accordion **/

.accordion-area {
	padding:80px 20px;
}
.accordion-bg{
	background:#f9f9f9;
}
.accordion {
  max-width: 590px;
  margin: 0 auto;
  padding: 0;
}
.accordion li {
  border-top: 1px solid #d9e5e8;
  position: relative;
  list-style:none;
 
}
.accordion li p {
  display: none;
  padding: 30px 30px 30px;
  color: #777;
  margin-bottom: 0;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  padding:6px 12px;
  font-size: 16px;
  background-color: #f7f9fb;
  text-indent: 15px;
  user-select: none;
}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 24px;
  content: " ";
  top: 22px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 14px;
  line-height: 2;
  color:#9a9a9a;
  padding: 10px;
}

.accordion a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}




.accordion-two .accordion a{
	background:#324ece;
	color:#fff;
}
.accordion-two .accordion a:after {
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.accordion-two .accordion a.active:after {
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.accordion-two .accordion a:hover{
	color:#fff !important;
}


.accordion-three .accordion a.active{
	background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
	color:#fff;
}
.accordion-three .accordion a.active:after {
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.accordion{
	position:relative;
}
.accordion-four .accordion:before {
    width: 1px;
    left: 16px;
    background: rgba(0,0,0,0.38);
}
.accordion-four .accordion li {
	margin-bottom: 15px;
	border-top: none;
}
.accordion-four .accordion a{
    background: #ffffff;
    border: 1px solid #ddd !important;
}
.accordion-four .accordion li:(last-child) {
	margin-bottom: 0px;
}
.accordion-four .accordion p {
	margin-bottom: 0px;
}
.accordion-four .accordion a {
    padding-left: 38px;
}
.accordion-four .accordion li p {
    margin-left: 25px;
}
.accordion-four .accordion li p {
    padding: 30px 30px 15px;
}
.accordion-four .accordion:before {
    position: absolute;
    content: '';
    height: 85%;
    width: 1px;
    background: #eeeeee;
    left: 26px;
    top: 16px;
    z-index: 1;
}
.accordion-four .accordion span.bpack-accordion-icon {
    height: 35px;
    width: 35px;
    line-height: 35px;
	left: 8px;
    position: absolute;
    z-index: 1;
    top: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    text-align: center;
    color:#000000;
    display: inline-block;
    margin-right: 15px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion-four .accordion a.active span.bpack-accordion-icon {
    color:#fff;
    background: #000;
}
.accordion-four .accordion span i {
    position: absolute;
    left: -29px;
    top: 9px;
}
.accordion-four .accordion span.accordion-wrap{
    position: relative;
    left: 0px;
}
.accordion-four .accordion a:after {
	border-right: none;
    border-bottom: none;
}.accordion-four .accordion a.active:after {
	border-right: none;
    border-bottom: none;
}


.accordion-five .accordion-four .accordion li {
	border-top: 1px solid #fff;
}
.accordion-five .accordion-four .accordion a{
    border: 1px solid #ddd !important;
}
.accordion-five .accordion-four .accordion span.bpack-accordion-icon {
    color:#fff;
    background: #000;
}
.accordion-five .accordion-four .accordion a.active span.bpack-accordion-icon {
    color:#000;
    background: #fff;
}
.accordion-five .accordion-four .accordion a.active{
	background:#324ece;
	color:#fff;
}

.accordion-six .accordion li {
    border-top:none;
}
.accordion-six .accordion a{
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.05);
	background:#fff;
}
.accordion-six .accordion li {
	margin-bottom: 15px;
}
.accordion-six .accordion li:(last-child) {
	margin-bottom: 0px;
}

.accordion-seven .accordion a{
	background:#324ece;
	color:#fff;
}
.accordion-seven .accordion a.active .bp-icon {
	content: "\f067";
	font-family:FontAwesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #fe7725;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 12px;
    right: 14px;
}
.accordion-seven .accordion a.active .bp-icon i:before{
    top: 6px;
    text-align: center;
    right: 6px;
    position: absolute;
	content: "\f068";
	font-family:FontAwesome;
}
.accordion-seven .accordion a .bp-icon i:before{
	content: "\f067";
	font-family:FontAwesome;
	position: absolute;
    right: 5px;
    top: 5px;
}
.accordion-seven .accordion a .bp-icon {
    content: "\f067";
	font-family:FontAwesome;
    background: #696969;
    border: 3px solid #fff;
	position: absolute;
	width: 30px;
	font-size: 14px;
	vertical-align: middle;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    top: 12px;
    right: 14px;
}
.accordion-seven .accordion li {
	margin-bottom: 15px;
}
.accordion-seven .accordion li:(last-child) {
	margin-bottom: 0px;
}

.accordion-seven .accordion a:after {
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 24px;
    right: 0;
}
.accordion-seven .accordion a:after {
    border-right: none;
    border-bottom: none;
	transform: rotate(0deg);
    -webkit-transition: ;
    -moz-transition: none;
    transition: none;
}
.accordion-seven .accordion a:hover{
	color:#fff !important;
}

.accordion-eight .accordion li {
    border-top:none;
}
.accordion-eight .accordion a.active{
	background: #f5414a;
	color: #fff;
}
.accordion-eight .accordion a{
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.05);
    border-radius: 50px;
	background:#ffffff;
}
.accordion-eight .accordion a:after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.accordion-eight .accordion a.active:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.accordion-eight .accordion li {
	margin-bottom: 15px;
}
.accordion-eight .accordion li:(last-child) {
	margin-bottom: 0px;
}









.accordion-nine .accordion a{
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #ddd !important;
    border-top: none;
	padding: 2px 0px;
	padding-left: 50px;
}
.accordion-nine .accordion li {
    border-top: none;
}
.accordion-nine .accordion a:after {
    border-right: none;
    border-bottom: none;
	transform: rotate(0deg);
    -webkit-transition: ;
    -moz-transition: none;
    transition: none;
}
.accordion-nine .accordion a.active:after {
    border-right: none;
    border-bottom: none;
}
.accordion-nine .accordion li {
	margin-bottom: 15px;
}
.accordion-nine .accordion li:(last-child) {
	margin-bottom: 0px;
}
.accordion-nine .accordion a.active .bp-icon {
    content: "\f068";
    font-family:FontAwesome;
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #ebb710;
    font-size: 16px;
    color: #fff;
	vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease 0s;
}
.accordion-nine .accordion a.active .bp-icon i:before{
    top: 16px;
    text-align: center;
    left: 4px;
    position: absolute;
	content: "\f068";
	font-family:FontAwesome;
}
.accordion-nine .accordion a .bp-icon i:before{
	content: "\f067";
	font-family:FontAwesome;
	position: absolute;
    left: 4px;
    top: 16px;
}
.accordion-nine .accordion a .bp-icon {
    content: "\f067";
    background: #fff;
	font-family:FontAwesome;
    color: #0d345d;
    border: 1px solid #ddd;
    box-shadow: none;
	text-align: center;
	top: 0px;
	font-size: 16px;
    left: 0px;
	position:absolute;
	vertical-align: middle;
	width: 50px;
    height: 50px;
    line-height: 50px;
	border-radius:50%;
    transition: all 0.3s ease 0s;
}
.accordion-nine .accordion li p {
    padding: 30px 30px 15px;
}




.accordion-ten .accordion p:before {
    content: "";
    border-top: 15px solid #f7f9fb;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 57px;
    left: 30px;
}
.accordion-ten .accordion a:after {
    border-right: none;
    border-bottom: none;
	transform: rotate(0deg);
    -webkit-transition: ;
    -moz-transition: none;
    transition: none;
}
.accordion-ten .accordion a.active:after {
    border-right: none;
    border-bottom: none;
}
.accordion-ten .accordion a.active:before {
    font-family: FontAwesome;
    content: "\f176";
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    color: #ddd;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 14px;
}
.accordion-ten .accordion a:before {
    font-family: FontAwesome;
    content: "\f175";
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    color: #ddd;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 14px;
}
/** end accordion **/

/** start tab **/
.tab-area{
	padding:80px 20px;
}
.tab-bg{
	background:#f9f9f9;
}
.tab-warp{
	max-width: 590px;
	position:relative;
	margin:0 auto;
}
.tab {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tabs li {
  list-style:none;
  float: left;
  line-height: 38px;
  padding: 0;
  position: relative;
}
.tabs a {
  background-color: #eff0f2;
  border-bottom: 1px solid #fff;
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 6px 25px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid blue;
}

.tabs_item {
	display: none;
	padding: 30px 16px;
}
.tabs_item p{
	padding: 0;
	margin:0;
	line-height: 2;
    color: #9a9a9a;
	font-size:14px;
}
.tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}
.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #324ece;
}


.tab-two .tabs a {
    border-bottom: none;
    border: 1px solid #ddd;
	background:#fff;
	position:relative;
}
.tab-two .tabs li {
    padding-right: 10px;
}
.tab-two .tabs .current a {
  color: #fff;
  background:#324ece;
}


.tab-three .tabs .current a {
	color: #fff;
	background:#f75983;
}
.tab-three .tabs a {
    border-bottom: 2px solid #f75983;
}
.tab-three .tabs .current:before {
    content: "";
    border-top: 12px solid #f75983;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: 52px;
    left: 30px;
}


.tab-four .tabs a {
    border-bottom: none;
    border-top: 2px solid #ddd;
}
.tab-four .current a {
    color: #000;
    background: #ddd;
	border-top: 2px solid #324ece;
}


.tab-five .tabs a {
    border-bottom: none;
}
.tab-five .tabs_item {
    padding: 30px 16px;
    background: #324ece;
	color:#fff;
}
.tab-five .tabs_item p{
	color:#fff;
}


.tab-six .tabs a {
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.05);
    background: #fff;
}
.tab-six .tabs a {
    border-bottom: none;
}
.tab-six .current a {
  color: #324ece;
  background: #fff;
}

.tab-seven .current a {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
}
.tab-seven .tabs a {
    border-bottom:none;
}


.tab-eight .current a {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(to right, #643094, #00bcd4e0);
}
.tab-eight .tabs a {
    border-bottom: none;
}
.tab-eight .tabs_item {
    padding: 30px 16px;
    background: linear-gradient(to right, #643094, #00bcd4e0);
	color:#fff;
}
.tab-eight .tabs_item p{
	color:#fff;
}

/** end tab **/

/** start timeline **/
.timeline_new_one {
  position: relative;
  min-height: 500px;
  width: 80%;
  padding: 60px 0;
  margin:0 auto;
}
.timeline__bar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 100%;
  -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
  background-image: linear-gradient(144deg,#ff0505 30%,#321575 100%);
}
.timeline__bar:before, .timeline__bar:after {
  position: absolute;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}
.timeline__bar:before {
  top: -1px;
	background-image: linear-gradient(144deg,#ff0505 30%,#321575 100%);
}
.timeline__bar:after {
  bottom: -1px;
	background-image: linear-gradient(144deg,#ff0505 30%,#321575 100%);
}
.timeline__date{
    background-image: linear-gradient(144deg, rgb(255, 5, 5) 30%, rgb(50, 21, 117) 100%);
    background-size: 100% 1162px;
    background-position: 0px -144px;
}
.timeline__elem {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.timeline__elem:last-child {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .timeline__elem {
    flex-direction: row;
  }
}

@media (min-width: 900px) {
  .timeline__elem--right {
    justify-content: flex-end;
  }
}
.timeline__date {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: auto;
  color: #fff;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 6px solid #fff;
}
@media (min-width: 900px) {
  .timeline__date {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.timeline__date-day {
  font-size: 1.35rem;
  font-weight: 600;
}

.timeline__date-month {
  font-size: .85rem;
}

.timeline__event {
  position: relative;
  width: 90%;
  margin: 30px auto 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media (min-width: 900px) {
  .timeline__event {
    width: calc((100% - 70px - 8px * 4) / 2);
    margin: 0;
  }
}
.timeline__event:before {
  position: absolute;
  top: 50%;
  display: none;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.timeline__event:after {
  position: absolute;
  top: 50%;
  display: none;
  width: 16px;
  height: 16px;
  content: '';
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.timeline__event--left:before {
  right: -8px;
  border-left: 8px solid #fff;
}
.timeline__event--left:after {
  right: -7px;
  box-shadow: 2px -1px 1px 0 rgba(0, 0, 0, 0.08);
}

.timeline__event--right:before {
  left: -8px;
  border-right: 8px solid #fff;
}
.timeline__event--right:after {
  left: -7px;
  box-shadow: -2px 2px 1px 0 rgba(0, 0, 0, 0.08);
}

.timeline__event-date-time {
  padding: 20px 15px 0;
  display: flex;
  margin-bottom: 15px;
  font-size: .8rem;
  color: rgba(44, 44, 44, 0.7);
}

.timeline__event-date {
  margin-right: 10px;
}

.timeline__event-title {
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 600;
}

.timeline__event-descr {
  padding: 0 15px 20px;
  font-size: .9rem;
  line-height: 20px;
	color: #909090;
}
.timeline__event-descr p {
  margin-bottom: 10px;
}
.timeline__event-descr p:last-child {
  margin-bottom: 0;
}

.timeline__event-actions {
  padding: 20px 15px;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}

.timeline__event-action {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  margin-right: 24px;
  font-size: .9rem;
  font-weight: 500;
  color:#324ece;
  text-transform: uppercase;
}
.timeline__event-action.bg {
	 color:#ff3939;
}
.timeline__event-action.bg:hover {
  color:#324ece;
}


.timeline-bg{
	background:#f7f7f7;
}
.timeline-area{
	padding:80px 0px 80px 0px;
}
.roadmap-outer{
    overflow: hidden;
    position: relative;
}
.roadmap-outer .roadmap{
    position: relative;
    margin-top: -63px;
}
.roadmap-outer .roadmap:first-child{ 
	margin-top: 0px; 
}
.roadmap-outer .roadmap:before,
.roadmap-outer .roadmap:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.roadmap-outer .roadmap:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.roadmap-outer .roadmap-icon{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #f75983;
    border-right-color: #f75983;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
}
.roadmap-outer .year{
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 40px rgba(165,165,165,0.2);
    margin: auto;
    font-size: 24px;
    font-weight: 600;
    color: #f75983;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}
.roadmap-outer .roadmap-content{
    width: 35%;
    float: right;
    background: #f75983;
    padding: 20px 20px;
    margin: 50px 0 51px;
    z-index: 1;
    position: relative;
	border-radius:5px;
}
.roadmap-outer .roadmap-content:before{
    content: "";
    width: 20%;
    height: 15px;
    background:#f75983;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);
}
.roadmap-outer h3{
    color: #fff;
    font-size: 20px;
    margin-bottom: 17px;

}

.roadmap-outer p{
    color: rgba(255,255,255,0.7);
    margin: 0;
	font-size:15px;
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon{ 
	transform: rotate(-135deg); 
}
.roadmap-outer .roadmap:nth-child(2n) .year{ 
	transform: rotate(135deg); 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content{ 
	float: left; 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{
    left: auto;
    right: -20%;
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon{
    border-top-color: #f75983;
    border-right-color: #f75983;
}
.roadmap-outer .roadmap:nth-child(2n) .year{ 
	color: #f75983; 
}
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before{ 
	background: #f75983; 
}
.roadmap-outer .roadmap:nth-child(3n) .roadmap-icon{
    border-top-color: #f75983;
    border-right-color: #f75983;
}
.roadmap-outer .roadmap:nth-child(3n) .year{ 
	color: #f75983; 
}
.roadmap-outer .roadmap:nth-child(3n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(3n) .roadmap-content:before{ 
	background: #f75983; 
}
.roadmap-outer .roadmap:nth-child(4n) .roadmap-icon{
    border-top-color: #f75983;
    border-right-color: #f75983;
}
.roadmap-outer .roadmap:nth-child(4n) .year{ 
	color: #f75983; 
}
.roadmap-outer .roadmap:nth-child(4n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(4n) .roadmap-content:before{ 
	background: #f75983; 
}



.timeline-three{
	position:relative;
}
.timeline-three .roadmap-outer:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(39, 37, 37, 0.07);
}
.timeline-three .roadmap-outer .roadmap-icon {
    border-top-color: transparent;
    border-right-color: transparent;
}
.timeline-three .roadmap-outer .roadmap:nth-child(2n) .roadmap-icon {
    border-top-color: transparent;
    border-right-color:transparent;
}
.timeline-three .roadmap-outer .roadmap:nth-child(3n) .roadmap-icon {
    border-top-color: transparent;
    border-right-color: transparent;
}
.timeline-three .roadmap-outer .roadmap-content {
    background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
}
.timeline-three .roadmap-outer .roadmap:nth-child(2n) .roadmap-content{
	background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
}
.timeline-three .roadmap-outer .roadmap:nth-child(3n) .roadmap-content {
	background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
}
.timeline-three .roadmap-outer .roadmap:nth-child(2n) .roadmap-content, 
.timeline-three .roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before {
	background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
}
.timeline-three .roadmap-outer .roadmap:nth-child(3n) .roadmap-content, 
.timeline-three .roadmap-outer .roadmap:nth-child(3n) .roadmap-content:before {
	background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
}
.timeline-three .roadmap-outer .roadmap-content:before {
	background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
}



.timeline-area.bp-tl{
	background:#fff;
}
.timeline_six .timeline__event {
    position: relative;
    width: 40%;
    margin:0;
    box-shadow: none;
	background: linear-gradient(to right, #643094, #00bcd4e0);
	border:1px solid #ddd;
}
.timeline_six .timeline__date {
    border: 6px solid #ddd;
} 
.timeline_six  .timeline__event-date-time {
    color: rgba(245, 245, 245, 0.7);
}
.timeline_six .timeline__event-title {
	color:#fff;
}
.timeline_six .timeline__event-descr p {
    color: #eaeaea;
}
.timeline_six .timeline__event-actions {
    border-top: 1px solid #b5b5b5;
}
.timeline_six .timeline__event-action {
    color: #bfbfbf;
}
.timeline_six .timeline__event-action.bg {
    color: #000000d9;
}
.timeline_six .timeline__event-action.bg:hover, .timeline_six .timeline__event-action:hover {
    color: #fff;
}
.timeline_six .timeline__date{
    background-image: linear-gradient(144deg, rgb(169, 169, 169) 30%, rgb(158, 158, 158) 100%) !important;
    background-size: 100% 1162px !important;
    background-position: 0px -0px !important;
}
.timeline_six .timeline__bar {
    background-image:linear-gradient(144deg, rgb(169, 169, 169) 30%, rgb(158, 158, 158) 100%);
}
.timeline_six .timeline__bar:before {
    top: -1px;
    background-image: linear-gradient(144deg,#d8d8d8 30%,#505050 100%);
}
.timeline_six .timeline__bar:after {
    background-image: linear-gradient(144deg,#d8d8d8 30%,#505050 100%);
}

/** end timeline **/

/** start button **/
.button-bg{
	background:#f9f9f9;
}
.button-area{
	padding:80px 0px;
}
.button-bp{
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}

.bpack-btn:hover {
    color: black !important;
}
.bpack-btn {
  border: none;
  background-color: #000;
  color: #fff !important;
  padding: 14px 30px;
  display: inline-block;
  cursor:pointer;
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 75px;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bpack-btn:before {
  z-index: -1;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: inherit;
  color:#000;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.bpack-btn:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 2px solid #000;
  content: '';
  border-radius: inherit;
}
.btn-wht:hover:after {
	color:#000 !important;
}
.bpack-btn:hover:before{
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity:1;
}


.bpack-btn-two {
  border: none;
  background-color: #000;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  padding: 14px 30px;
  margin-left: 75px;
  text-transform: capitalize;
  font-weight: 500;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  border-radius: 30px;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.bpack-btn-two:before {
  z-index:-1;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color:#000;
  border-radius: inherit;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.bpack-btn-two:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 2px solid #000;
  content: '';
  border-radius: inherit;
}
.bpack-btn-two:hover {
	color: #000 !important;
}
.bpack-btn-two:hover:before,
.bpack-btn-two.hover:before {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity:1;
}



.bpack-btn-three {
  background-color: #c47135;
  border: none;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  margin-left:65px;
  font-size: 16px;
  line-height: 1em;
  outline: none;
  padding: 15px 40px 15px;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
}

.bpack-btn-three:before,
.bpack-btn-three:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.bpack-btn-three:before {
  border-color: #c47135;
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}

.bpack-btn-three:after {
  border-bottom-width: 2px;
  border-color: #c47135;
  border-right-width: 2px;
  bottom: -5px;
  right: -5px;
}

.bpack-btn-three:hover,
.bpack-btn-three.hover {
  background-color: #c47135;
}

.bpack-btn-three:hover:before,
.bpack-btn-three.hover:before,
.bpack-btn-three:hover:after,
.bpack-btn-three.hover:after {
  height: 100%;
  width: 100%;
}




.bpack-btn-four {
  background-color: #c47135;
  border: none;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  margin-left: 65px;
  outline: none;
  padding: 15px 40px 15px;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
}
.bpack-btn-four:before,
.bpack-btn-four:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}
.bpack-btn-four:before {
  border-color: #c47135;
  border-right-width: 2px;
  border-top-width: 2px;
  right: -5px;
  top: -5px;
}
.bpack-btn-four:after {
  border-bottom-width: 2px;
  border-color: #c47135;
  border-left-width: 2px;
  bottom: -5px;
  left: -5px;
}
.bpack-btn-four:hover,
.bpack-btn-four.hover {
  background-color: #c47135;
}
.bpack-btn-four:hover:before,
.bpack-btn-four.hover:before,
.bpack-btn-four:hover:after,
.bpack-btn-four.hover:after {
  height: 100%;
  width: 100%;
}


.button-five .bpack-btn-five {
  border: none;
  background-color: #000000;
  border-radius: 5px;
  color: #ffffff !important;
  cursor: pointer;
  padding: 14px 30px;
  display: inline-block;
  margin-left:75px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-five .bpack-btn-five span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
.button-five .bpack-btn-five i {
    font-size: 15px;
    left: 20px;
	position:absolute;
    top: 18px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.button-five .bpack-btn-five:hover span,
.button-five .bpack-btn-five.hover span {
  -webkit-transform: translate3d(10px, 0px, 0px);
  transform: translate3d(10px, 0px, 0px);
  opacity: 1;
}
.button-five .bpack-btn-five:hover i,
.button-five .bpack-btn-five.hover i {
  opacity: 0.8;
}
.button-five .bpack-btn-five:active span {
  -webkit-transform: translate3d(14px, 0px, 0px);
  transform: translate3d(14px, 0px, 0px);
}
.button-five .bpack-btn-five:active i {
  left: 18px;
}
.button-five .bpack-btn-five.blue {
  background-color: #20638f;
}
.button-five .bpack-btn-five.red {
  background-color: #962d22;
}


.bpack-btn-six {
  color: #ffffff;
  cursor: pointer;
  padding: 14px 40px;
  display: inline-block;
  margin-left: 60px;
  font-weight:500;
  text-transform: capitalize;
  outline: none;
  position: relative;
  font-size: 16px;
  border: 3px solid #fff;
  background-color: transparent;
  border-radius: 15px 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bpack-btn-six:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #c87f0a transparent transparent transparent;
  z-index: 1;
}
.bpack-btn-six:hover,
.bpack-btn-six.hover {
  border-color: #c87f0a;
}



.bpack-btn-seven{
    text-decoration: none;
    color: #fff !important;
    background-color: #E3872D;
	cursor:pointer;
    margin-left: 70px;
    font-weight:500;
	font-size:16px;
    text-transform: capitalize;
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.bpack-btn-seven:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #041230;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.bpack-btn-seven span {
    position: relative;
    z-index: 2;
}
.bpack-btn-seven:hover:before {
    width: 180%;
}



.bpack-btn-eight{
    text-decoration: none;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    background: #fff;
    margin-left: 70px;
    font-weight:500;
	font-size:15px;
	cursor:pointer;
    text-transform: capitalize;
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bpack-btn-eight:hover{
	background:#324ece;
	color:#fff !important;
}
.bpack-btn-eight.active{
	background:#324ece;
	color:#fff !important;
}

.bpack-btn-nine{
    text-decoration: none;
    color: #fff !important;
    background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
    margin-left: 70px;
    font-weight:500;
	font-size:15px;
	cursor:pointer;
    text-transform: capitalize;
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bpack-btn-nine:hover{
    background-color: transparent;
    background-image: linear-gradient(144deg,#e42020 30%,#321575 100%);
}

.bpack-btn-ten{
    text-decoration: none;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    margin-left: 70px;
	border:2px solid #324ece;
    font-weight:500;
	font-size:15px;
	cursor:pointer;
    text-transform: capitalize;
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bpack-btn-ten:hover{
	color:#fff !important;
	background:#324ece;
}
/** end button **/

/** start icon **/

.icon-area{
	padding:80px 0px;
}
.icon-bg{
	background:#c5c5c5;
}
.icon-bp{
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
}

.bpack-icon-one {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-perspective: 50em;
  perspective: 50em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #7e1946;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #e6e6e6;
  display: inline-block;
  font-size: 35px;
  height: 75px;
  line-height: 75px;
  margin: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 75px;
}
.bpack-icon-one:before {
  color: #fff;
  text-shadow: 1px 1px 5px #000000;
  opacity: 0.75;
}
.bpack-icon-one:after {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  content: '';
  background-color: #69153a;
  border-radius: 5px 0 0 5px;
  z-index: -1;
}
.bpack-icon-one:hover,
.bpack-icon-one:active,
.bpack-icon-one.hover {
  color: #fff;
  background-color: #1d5599;
}
.bpack-icon-one:hover:after,
.bpack-icon-one:active:after,
.bpack-icon-one.hover:after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #2468bb;
}


.bpack-icon-two {
  position: relative;
  font-size: 35px;
  color: #fff;
  width: 75px;
  margin: 40px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bpack-icon-two:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  content: '';
  z-index: -1;
  border-radius: 50%;
}
.bpack-icon-two:before {
  color: #fff;
}
.bpack-icon-two:before,
.bpack-icon-two:after {
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.bpack-icon-two:hover,
.bpack-icon-two:active,
.bpack-icon-two.hover {
  color: #c0392b;
}
.bpack-icon-two:hover:after,
.bpack-icon-two:active:after,
.bpack-icon-two.hover:after {
  border-color: transparent #c0392b;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


.bpack-icon-three {
  position: relative;
  font-size: 35px;
  color: #000;
  width: 75px;
  margin: 40px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bpack-icon-three:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #e6e6e6;
  content: '';
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.bpack-icon-three:before,
.bpack-icon-three:after {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.bpack-icon-three:hover,
.bpack-icon-three:active,
.bpack-icon-three.hover {
  color: #c0392b;
}
.bpack-icon-three:hover:after,
.bpack-icon-three:active:after,
.bpack-icon-three.hover:after {
  border-color: #c0392b;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.bpack-icon-four {
  position: relative;
  font-size: 35px;
  color: #fff;
  width: 75px;
  margin: 40px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bpack-icon-four:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  content: '';
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.bpack-icon-four:before,
.bpack-icon-four:after {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.bpack-icon-four:hover,
.bpack-icon-four:active,
.bpack-icon-four.hover {
  color: #324ece;
}
.bpack-icon-four:hover:after,
.bpack-icon-four:active:after,
.bpack-icon-four.hover:after {
  border-color: #324ece;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}


.bpack-icon-five {
  position: relative;
  overflow: hidden;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.8);
  margin: 38px;
  padding: 3px;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bpack-icon-five i::before {
  background-color: #2b2b2b;
  width: 75px;
  height: 75px;
  line-height: 75px;
  display:block;
}
.bpack-icon-five:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f39c12;
  content: '';
  z-index: -1;
  display: inline-block;
  -webkit-transform: rotate(-45deg) scale(1.5) translate(0%, -100%);
  transform: rotate(-45deg) scale(1.5) translate(0%, -100%);
}
.bpack-icon-five:before,
.bpack-icon-five:after {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bpack-icon-five:hover,
.bpack-icon-five:active,
.bpack-icon-five.hover {
  color: #ffffff;
}
.bpack-icon-five:hover:after,
.bpack-icon-five:active:after,
.bpack-icon-five.hover:after {
  -webkit-transform: rotate(-45deg) scale(1.5) translate(0%, 0%);
  transform: rotate(-45deg) scale(1.5) translate(0%, 0%);
}


.bpack-icon-six {
  position: relative;
  font-size: 35px;
  background-color: #7b7b7b;
  color: #ffffff;
  width: 75px;
  margin: 40px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bpack-icon-six:after {
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 50%;
  right: 50%;
  background: #fff;
  content: '';
}
.bpack-icon-six:before,
.bpack-icon-six:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bpack-icon-six:hover,
.bpack-icon-six:active,
.bpack-icon-six.hover {
  color: #ffffff;
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.8);
}
.bpack-icon-six:hover:after,
.bpack-icon-six:active:after,
.bpack-icon-six.hover:after {
  left: 0;
  right: 0;
}


.bpack-icon-seven {
  position: relative;
  font-size: 35px;
  background-color: rgba(50, 50, 50, 0.3);
  color: #000;
  width: 75px;
  margin: 40px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bpack-icon-seven:before {
  z-index: 2;
  display: block;
  line-height: 75px;
}
.bpack-icon-seven:after {
  position: absolute;
  bottom: 0;
  top: 100%;
  left: 0;
  right: 0;
  background: #d61313;
  content: '';
  z-index: -1;
}
.bpack-icon-seven:before,
.bpack-icon-seven:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bpack-icon-seven:hover,
.bpack-icon-seven:active,
.bpack-icon-seven.hover {
  color: #ffffff;
}
.bpack-icon-seven:hover:after,
.bpack-icon-seven:active:after,
.bpack-icon-seven.hover:after {
  top: 0;
}



.bpack-icon-eight {
  position: relative;
  font-size: 35px;
  border: 1px solid #000000;
  color: #ffffff;
  width: 75px;
  margin: 40px;
  height: 75px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bpack-icon-eight * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.bpack-icon-eight:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bpack-icon-eight:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1a1a1a;
  content: '';
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.bpack-icon-eight:hover,
.bpack-icon-eight .hover {
  color: #000000;
}
.bpack-icon-eight:hover:after,
.bpack-icon-eight .hover:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.bpack-icon-eight:hover.blue,
.bpack-icon-eight .hover.blue {
  color: #2980b9;
}
.bpack-icon-eight:hover.yellow,
.bpack-icon-eight .hover.yellow {
  color: #e67e22;
}
.bpack-icon-eight:hover.green,
.bpack-icon-eight .hover.green {
  color: #27ae60;
}
.bpack-icon-eight:hover.red,
.bpack-icon-eight .hover.red {
  color: #c0392b;
}
.bpack-icon-eight.blue {
  border: 2px solid #2980b9;
}
.bpack-icon-eight.blue:after {
  background: #409ad5;
}
.bpack-icon-eight.yellow {
  border: 2px solid #e67e22;
}
.bpack-icon-eight.yellow:after {
  background: #eb9950;
}
.bpack-icon-eight.green {
  border: 2px solid #27ae60;
}
.bpack-icon-eight.green:after {
  background: #36d278;
}
.bpack-icon-eight.red {
  border: 2px solid #c0392b;
}
.bpack-icon-eight.red:after {
  background: #d65548;
}


.bpack-icon-nine {
  position: relative;
  font-size: 35px;
  background-color: #2b2b2b;
  color: #ffffff;
  width: 75px;
  margin: 40px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bpack-icon-nine:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #c87f0a #4f3204 transparent;
  content: '';
  z-index: -1;
}
.bpack-icon-nine:before,
.bpack-icon-nine:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bpack-icon-nine:hover,
.bpack-icon-nine:active,
.bpack-icon-nine.hover {
  color: #ffffff;
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.8);
}
.bpack-icon-nine:hover:after,
.bpack-icon-nine:active:after,
.bpack-icon-nine.hover:after {
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}


.bpack-icon-ten {
  position: relative;
  font-size: 35px;
  background-color: #262626;
  color: #ffffff;
  width: 75px;
  margin: 40px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), inset 0px -1px 1px rgba(0, 0, 0, 0.5), 1px 1px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.bpack-icon-ten i:before {
  z-index: 2;
  opacity: 0.75;
  display:block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bpack-icon-ten:after {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  content: '';
  border-radius: 4px;
  z-index: -1;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.25), inset 0px -1px 1px rgba(0, 0, 0, 0.6);
}
.bpack-icon-ten:before,
.bpack-icon-ten:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bpack-icon-ten:hover,
.bpack-icon-ten.hover {
  text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.bpack-icon-ten:hover:after,
.bpack-icon-ten.hover:after {
  opacity: 0;
}
.bpack-icon-ten:hover i:before,
.bpack-icon-ten.hover i:before {
  opacity: 1;
}
.bpack-icon-ten:active {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.bpack-icon-ten.blue {
  background-color: #2980b9;
}
.bpack-icon-ten.blue:after {
  background-color: #2980b9;
}
.bpack-icon-ten.yellow {
  background-color: #f39c12;
}
.bpack-icon-ten.yellow:after {
  background-color: #f39c12;
}
.bpack-icon-ten.green {
  background-color: #27ae60;
}
.bpack-icon-ten.green:after {
  background-color: #27ae60;
}
.bpack-icon-ten.red {
  background-color: #c0392b;
}
.bpack-icon-ten.red:after {
  background-color: #c0392b;
}

/** end iocn **/

/** start images **/
.images-bg{
	background:#f7f7f7;
}
.images-area{
	padding:80px 0px;
}
.images-area figcaption h3{
	font-family:"montserrat",sans-serif;
}
.bpack-images-one {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.bpack-images-one:before,
.bpack-images-one:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 50px solid rgba(0, 0, 0, 0.5);
  border-bottom: 50px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}
.bpack-images-one:before {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}
.bpack-images-one:after {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}
.bpack-images-one img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.bpack-images-one figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.1em;
	opacity: 0;
	z-index: 2;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.bpack-images-one h3 {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	font-size:14px;
	font-family:"montserrat",sans-serif;
    text-transform: capitalize;
    color: #fff;
}
.bpack-images-one h3 span {
	display: block;
	font-weight: 600;
	font-size:20px;
    padding-top: 4px;
}
.bpack-images-one a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.bpack-images-one:hover > img {
  opacity: 0.7;
}
.bpack-images-one:hover:before,
.bpack-images-one:hover:after{
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.bpack-images-one:hover figcaption{
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


.bpack-images-two {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.bpack-images-two  * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bpack-images-two figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
}
.bpack-images-two h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 4px 0;
  color: #fff;
}
.bpack-images-two h5 {
  font-weight: 400;
  margin: 8px 0px;
  color: #bbb;
  letter-spacing: 0px;
  font-size: 13px;
}
.bpack-images-two a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bpack-images-two:hover figcaption {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
}
.bpack-images-two:hover h3,
.bpack-images-two:hover h5 {
  color: #333;
}


.bpack-images-three {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  text-align: left;
  background: #000;
}
.bpack-images-three *,
.bpack-images-three:before,
.bpack-images-three:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bpack-images-three img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.bpack-images-three:before,
.bpack-images-three:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}
.bpack-images-three:before {
  width: 0;
  height: 1px;
}
.bpack-images-three:after {
  height: 0;
  width: 1px;
}
.bpack-images-three figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}
.bpack-images-three h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 4px 0;
  color: #fff;
  opacity:0;
}
.bpack-images-three h4 {
  font-weight: 400;
  margin: 8px 0px;
  color: #bbb;
  letter-spacing: 0px;
  font-size: 14px;
  opacity:0;
}
.bpack-images-three a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bpack-images-three:hover img{
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
.bpack-images-three:hover:before,
.bpack-images-three:hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.bpack-images-three:hover:before{
  width: 40px;
}
.bpack-images-three:hover:after{
  height: 40px;
}
.bpack-images-three:hover h3,
.bpack-images-three:hover h4 {
  opacity: 1;
}


.bpack-images-four {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.bpack-images-four * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.bpack-images-four:before,
.bpack-images-four:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000000;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}
.bpack-images-four:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}
.bpack-images-four:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}
.bpack-images-four img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.bpack-images-four figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}
.bpack-images-four h3 {
  background-color: #000000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: capitalize;
}
.bpack-images-four a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.bpack-images-four:hover > img{
  opacity: 0.5;
}
.bpack-images-four:hover:before{
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}
.bpack-images-four:hover:after{
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}
.bpack-images-four:hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}


.bpack-images-five {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #700877;
  background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
}
.bpack-images-five img,
.bpack-images-five:before,
.bpack-images-five:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.snip1561 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.bpack-images-five:before,
.bpack-images-five:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bpack-images-five:before {
  width: 60px;
  height: 1px;
  left: 100%;
}
.bpack-images-five:after {
  height: 60px;
  width: 1px;
  top: 0%;
}
.bpack-images-five a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bpack-images-five:hover img{
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.bpack-images-five:hover:before,
.bpack-images-five:hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}


.bpack-images-six {
  background-color: #222222;
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: center;
}
.bpack-images-six * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.bpack-images-six:after {
  background-color: #de0000;
  bottom: 0;
  content: '';
  height: 0%;
  right: 0;
  position: absolute;
  width: 10px;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.bpack-images-six img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.bpack-images-six figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1em;
  opacity: 0;
}
.bpack-images-six h3 {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	font-size:13px;
    text-transform: capitalize;
    color: #fff;
}
.bpack-images-six h3 span {
	display: block;
	font-weight: 600;
	font-size:20px;
    padding-top: 4px;
}
.bpack-images-six a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bpack-images-six:hover > img {
  opacity: 0.1;
}
.bpack-images-six:hover:after {
  height: 100%;
}
.bpack-images-six:hover figcaption {
  opacity: 1;
}


.bpack-images-seven {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor:pointer;
  line-height: 1.2em;
}
.bpack-images-seven *,
.bpack-images-seven *:before,
.bpack-images-seven *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.bpack-images-seven:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: '';
  background-color: #c7c7c7;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.bpack-images-seven img {
  max-width: 100%;
  vertical-align: top;
}
.bpack-images-seven .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bpack-images-seven a {
  margin: 0px 8px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bpack-images-seven a i {
  display: block;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
.bpack-images-seven a i:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}
.bpack-images-seven:hover:before{
  opacity: 0.5;
}
.bpack-images-seven:hover a{
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.bpack-images-seven:hover a:nth-child(2){
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.bpack-images-seven:hover a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.bpack-images-eight {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  background: #505050;
}
.bpack-images-eight *,
.bpack-images-eight:before,
.bpack-images-eight:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bpack-images-eight img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.bpack-images-eight:before,
.bpack-images-eight:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bpack-images-eight:before {
  width: 300px;
  height: 2px;
}
.bpack-images-eight:after {
  height: 300px;
  width: 2px;
}
.bpack-images-eight figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}
.bpack-images-eight h3 {
  font-weight: 500;
  padding: 20px 20px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.bpack-images-eight a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bpack-images-eight:hover img {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  opacity: 0.25;
}
.bpack-images-eight:hover:before,
.bpack-images-eight:hover:after{
  opacity: 1;
}
.bpack-images-eight:hover:before {
  width: 50px;
}
.bpack-images-eight:hover:after {
  height: 50px;
}
.bpack-images-eight:hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}


.bpack-images-nine {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.bpack-images-nine * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.bpack-images-nine img {
  opacity: 1;
  width: 100%;
}
.bpack-images-nine:after,
.bpack-images-nine:before,
.bpack-images-nine figcaption:after,
.bpack-images-nine figcaption:before {
  background: #0a0a0a;
  width: 25%;
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  top: 100%;
  bottom: 0;
}
.bpack-images-nine:before {
  left: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.bpack-images-nine:after {
  left: 25%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.bpack-images-nine figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: -1;
}
.bpack-images-nine figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: -1;
}
.bpack-images-nine figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px;
}
.bpack-images-nine h2,
.bpack-images-nine p,
.bpack-images-nine .icons {
  margin: 0;
  width: 100%;
  opacity: 0;
}
.bpack-images-nine h2 {
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  margin: 15px 0px 25px 0px;
}
.bpack-images-nine p {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.bpack-images-nine .icons {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
}
.bpack-images-nine i {
  padding: 0px 10px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
}
.bpack-images-nine i:hover {
  opacity: 1;
}
.bpack-images-nine:hover:after,
.bpack-images-nine:hover:before,
.bpack-images-nine:hover figcaption:after,
.bpack-images-nine:hover figcaption:before {
  top: 0;
  opacity: 0.8;
}
.bpack-images-nine:hover figcaption h2,
.bpack-images-nine:hover figcaption p,
.bpack-images-nine:hover figcaption .icons {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.bpack-images-nine:hover figcaption h2,
.bpack-images-nine:hover figcaption .icons {
  opacity: 1;
}
.bpack-images-nine:hover figcaption p{
  opacity: 0.7;
}


.bpack-images-ten {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  background-color: #000000;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bpack-images-ten *,
.bpack-images-ten *:before,
.bpack-images-ten *:after {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bpack-images-ten img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.bpack-images-ten i {
  position: absolute;
  line-height: 50px;
  width: 50px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}
.bpack-images-ten i:after {
  position: absolute;
  bottom: 3px;
  left: 3px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 0 0 75px;
  border-color: transparent transparent transparent #34495e;
  z-index: -1;
}
.bpack-images-ten a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bpack-images-ten:hover img {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bpack-images-ten:hover i{
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/** end images **/

/** start profile card**/

.profile-area{
	padding:80px 0px;
}
.profile-card-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #ffffff;
  color: #2B2B2B;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.profile-card-one .profile-image {
  padding: 15% 10% 0;
}
.profile-card-one .profile-image img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  border-radius: 50%;
  max-width: 45%;
}
.profile-card-one figcaption {
  padding: 5% 10% 15%;
}
.profile-card-one h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
	font-family:"montserrat",sans-serif;	
    margin: 5px 0;
    color: #000;
}
.profile-card-one h5 {
    font-weight: 400;
    margin: 10px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
}
.profile-card-one p{
    color: #888;
    font-size: 14px;
	margin: 18px 0px 25px 0px;
}
.profile-card-one .icons a {
	width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-width: 0px;
    margin-right: 8px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    padding: 11px 15px;
    background: #eeeeee;
}
.profile-card-one .icons a:hover i{
  color: #ff3939;
}
.profile-card-one .icons i a {
  text-decoration: none;
}


.profile-two .profile-card-one {
	background-color: rgba(255,22,55, .7);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.profile-two .profile-card-one.bg-gray {
	background-color: rgba(82, 26, 144, 0.7);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.profile-two .profile-card-one.bg-black {
	background-color: rgba(24,25,29, .7);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.profile-two .profile-card-one h3 {
    color: #fff;
	font-family:"montserrat",sans-serif;
}
.profile-two .profile-card-one h5 {
    color: #fff;
}
.profile-two .profile-card-one p{
    color: #fff;
}


.profile-three .profile-card-one {
    background-color: transparent;
    background-image: linear-gradient(170deg,#321575 30%,#ff0505 100%);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.profile-three .profile-card-one h3 {
    color: #fff;
}
.profile-three .profile-card-one h5 {
    color: #fff;
}
.profile-three .profile-card-one p{
    color: #fff;
}



.profile-card-four {
  position: relative;
  display: inline-block;
  margin: 10px;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
}
.profile-card-four .profile-image img {
  border-radius: 5px;
  max-width: 100%;
  height: 80px;
  vertical-align: top;
  float: left;
}
.profile-card-four figcaption {
  width: 100%;
  background-color: #333333;
  color: #fff;
  padding: 25px;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
}
.profile-card-four figcaption:after {
  content: '';
  position: absolute;
  left: 32px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #333333 transparent transparent transparent;
}
.profile-card-four h3,
.profile-card-four h4,
.profile-card-four p {
  margin: 0 0 6px;
}
.profile-card-four h3 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
	font-family:"montserrat",sans-serif;  
}
.profile-card-four h4 {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 14px;
}
.profile-card-four p {
  font-size: 0.9em;
  opacity: 0.9;
}
.profile-card-four .icons {
  padding: 20px 90px;
}
.profile-card-four a {
	padding: 10px 2px;
	display: inline-block;
	font-size: 16px;
	width:35px;
	height:35px;
	margin-left: 10px;
	line-height:16px;
	text-align: center;
	border-radius: 10px;
	background: #eeeeee;
	color: #000;
}
.profile-card-four a:hover {
  background:#000;
  color:#fff;
}



.profile-card-five {
  position: relative;
  margin: 10px;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
}
.profile-card-five .profile-image {
  display: inline-block;
  width: 80%;
  z-index: 1;
  position: relative;
  padding: 10px;
  border: 2px solid #e8b563;
}
.profile-card-five .profile-image img {
  max-width: 100%;
  vertical-align: top;
}
.profile-card-five figcaption {
  width: 100%;
  background-color: #F2F2F2;
  color: #555;
  padding: 125px 25px 25px;
  margin-top: -100px;
  display: inline-block;
}
.profile-card-five h3,
.profile-card-five h4,
.profile-card-five p {
  margin: 0 0 10px;
}
.profile-card-five h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  font-family:"montserrat",sans-serif;
  text-transform: capitalize;
}
.profile-card-five h5 {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.profile-card-five p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.profile-card-five .icons {
  text-align: center;
  width: 100%;
}
.profile-card-five i {
  padding: 10px 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #e8b563;
  opacity: 0.75;
}
.profile-card-five i:hover {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


.profile-card-six {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color: #141414;
}
.profile-card-six * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.profile-card-six img {
  width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.profile-card-six figcaption {
  width: 100%;
  background-color: #141414;
  padding: 25px;
  position: relative;
}
.profile-card-six figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #141414;
}
.profile-card-six figcaption a {
  padding: 10px 0px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  opacity: 0.65;
  width: 47%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.profile-card-six figcaption a:hover {
  opacity: 1;
}
.profile-card-six .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.profile-card-six .follow {
  margin-right: 4%;
  border-color: #b92929;
  color: #b92929;;
}
.profile-card-six h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-family:"montserrat",sans-serif;
  font-size: 20px;
  color: #fff;
}
.profile-card-six h2 span {
  display: block;
  font-size: 14px;
  color: #afafaf;
  font-weight: 400;
  padding: 10px 0px;
}
.profile-card-six p {
  margin: 0 0 10px;
  font-size: 0.8em;
  opacity: 0.8;
}



.profile-card-seven {
  position: relative;
  overflow: hidden;
  margin: 10px;
  background: #000000;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.profile-card-seven * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.profile-card-seven img {
  width: 100%;
  vertical-align: top;
}
.profile-card-seven figcaption {
  position: relative;
  background-color: #ffffff;
  padding: 20px 25px 50px;
}
.profile-card-seven h3 {
  position: absolute;
  font-size: 20px;
  bottom: 100%;
  font-family:"montserrat",sans-serif;
  text-transform: capitalize;
  padding: 10px 25px;
  border-radius: 0 5px 0 0;
  margin: 0;
  left: 0;
  font-weight: 600;
  background-color: #000000;
  color: #ffffff;
}
.profile-card-seven h3 span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 10px;
}
.profile-card-seven p {
  font-size: 14px;
  font-weight: 400;
  color:#737373;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
}
.profile-card-seven .icons {
  position: absolute;
  bottom: 0;
  right: 25px;
}
.profile-card-seven i {
  margin: 0 2px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #000000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
}
.profile-card-seven i:hover {
  background-color: #000000;
  color: white !important;
}
.profile-card-seven a {
  opacity: 0.8;
  display: inline-block;
}
.profile-card-seven a:hover {
  opacity: 1;
}
.profile-card-seven.blue {
  background-color: #2472a4;
}
.profile-card-seven.blue figcaption:after,
.profile-card-seven.blue h3,
.profile-card-seven.blue i {
  background-color: #2472a4;
}
.profile-card-seven.red {
  background-color: #ab3326;
}
.profile-card-seven.red figcaption:after,
.profile-card-seven.red h3,
.profile-card-seven.red i {
  background-color: #ab3326;
}
.profile-card-seven.green {
  background-color: #229955;
}
.profile-card-seven.green figcaption:after,
.profile-card-seven.green h3,
.profile-card-seven.green i {
  background-color: #229955;
}
.profile-card-seven.orange {
  background-color: #d67118;
}
.profile-card-seven.orange figcaption:after,
.profile-card-seven.orange h3,
.profile-card-seven.orange i {
  background-color: #d67118;
}
figure.snip1165.navy {
  background-color: #2b3c4e;
}
.profile-card-seven.navy figcaption:after,
.profile-card-seven.navy h3,
.profile-card-seven.navy i {
  background-color: #2b3c4e;
}
.profile-card-seven:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.profile-card-eight {
  position: relative;
  overflow: hidden;
  margin: 10px;
  background: #ffffff;
  color: #000000;
}
.profile-card-eight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.profile-card-eight img {
  max-width: 100%;
  position: relative;
  display: block;
}
.profile-card-eight:before {
  position: absolute;
  content: '';
  height: 120%;
  width: 150%;
  z-index: 1;
  top: -60%;
  left: -60%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: skewX(-30deg) translateX(-20%);
  transform: skewX(-30deg) translateX(-20%);
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
}
.profile-card-eight figcaption {
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 30px;
  width: 60%;
  z-index: 1;
  opacity: 0;
}
.profile-card-eight figcaption h2,
.profile-card-eight figcaption p {
  margin: 0;
  text-align: left;
  padding: 5px 0 0;
  width: 100%;
}
.profile-card-eight figcaption h2 {
  font-size: 20px;
  font-weight: 600;
  font-family:"montserrat",sans-serif;
  text-transform: uppercase;
}
.profile-card-eight figcaption h2 span {
  font-weight: 400;
  font-size:14px;
  text-transform: capitalize;
}
.profile-card-eight figcaption p {
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.8;
}
.profile-card-eight figcaption .icons {
  width: 100%;
  padding: 8px 0;
}
.profile-card-eight figcaption .icons i {
  display: inline-block;
  font-size: 16px;
  background: #000000;
  color: #ffffff;
  opacity: 0;
  margin-right: 5px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
.profile-card-eight figcaption a {
  opacity: 0.7;
}
.profile-card-eight figcaption a:hover {
  opacity: 1;
}
.profile-card-eight .position {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  font-size: 0.9em;
  opacity: 1;
  font-weight: 500;
  color: #ffffff;
  background: #000000;
}
.profile-card-eight.blue .icons i {
  background: #164666;
}
.profile-card-eight.blue .position {
  background: #20638f;
}
.profile-card-eight.red .icons i {
  background: #6d2018;
}
.profile-card-eight.red .position {
  background: #962d22;
}
.profile-card-eight.yellow .icons i {
  background: #924d10;
}
.profile-card-eight.yellow .position {
  background: #bf6516;
}
.profile-card-eight.green .icons i {
  background: #145b32;
}
.profile-card-eight.green .position {
  background: #1e8449;
}
.profile-card-eight:hover figcaption,
.profile-card-eight.hover figcaption,
.profile-card-eight:hover .icons i,
.profile-card-eight.hover .icons i {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.profile-card-eight:hover:before,
.profile-card-eight.hover:before {
  -webkit-transform: skewX(0deg) translateX(0px);
  transform: skewX(0deg) translateX(0px);
}

/** end profile card **/

/** start product card **/
.product-area{
	padding:80px 0px;
}
.product-card-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  font-size: 16px;
  background-color: #fff;
  color: #111;
  line-height: 1.2em;
  text-align: left;
}
.product-card-one *,
.product-card-one *:before,
.product-card-one *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-card-one img {
  max-width: 100%;
  vertical-align: top;
}
.product-card-one figcaption {
  padding: 16px 20px;
  background: #f7f7f7;
}
.product-card-one h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform:capitalize;
  margin: 0 0 4px;
}
.product-card-one .price {
  margin: 8px 0;
  font-weight: 400;
  color: #4da3e2;
  font-size: 1.2rem;
}
.product-card-one .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.product-card-one .icons a {
  margin: 2px;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.product-card-one .icons a i {
  display: block;
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
.product-card-one .icons a i:hover {
  background-color: #4da3e2;
  color: #ffffff;
  cursor: pointer;
}
.product-card-one:hover a,
.product-card-one.hover a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product-card-one:hover a:nth-child(2),
.product-card-one.hover a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product-card-one:hover a:nth-child(3),
.product-card-one.hover a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.product-card-two {
  position: relative;
  margin: 10px;
  background: #ffffff;
  text-align: center;
  display:inline-block;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.product-card-two * {
  -webkit-box-sizing: border-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-card-two img {
	width: 100%;
  vertical-align: top;
  position: relative;
  background-color: #666666;
  padding-top: 40px;
}
.product-card-two figcaption {
  padding: 20px;
}
.product-card-two h3,
.product-card-two p {
  margin: 0;
}
.product-card-two h3 {
  font-size: 20px;
  margin-top: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product-card-two p {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #9c9c9c;
  margin-top: 10px;
}
.product-card-two .price {
  font-weight: 500;
  font-size: 1.4em;
}
.product-card-two .price s {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.9em;
}
.product-card-two i {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: #666666;
  color: #ffffff;
  font-size: 20px;
}
.product-card-two a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.product-card-two:hover i,
.product-card-two:hover img {
  background-color: #324cec;
}
.product-card-two:hover i {
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}


.product-three .product-card-two {
  box-shadow: none;
  border:1px solid #ddd;

}
.product-three .product-card-two img {
  background: #324cec;
}
.product-three .product-card-two:hover img {
  background: #fff;
}
.product-three .product-card-two i {
  background-color: #fff;
  color: #000;
}
.product-three .product-card-two:hover i {
  background-color:  #324cec;
  color: #fff;
}
.product-three .product-card-two:hover i {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}


.product-card-four {
  position: relative;
  margin: 10px;
  background: #ffffff;
  text-align: center;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-card-four * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-card-four img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.product-card-four figcaption {
  padding: 20px 15px;
}
.product-card-four h3,
.product-card-four p {
  margin: 0;
}
.product-card-four h3 {
  font-size:20px;
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product-card-four p {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #9c9c9c;
  margin-top: 14px;
}
.product-card-four .price {
  font-weight: 500;
  font-size: 1.4em;
  line-height: 48px;
  letter-spacing: 1px;
}
.product-card-four .price s {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.9em;
}
.product-card-four i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 60px;
  height:60px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  background-color: #666666;
  color: #ffffff;
  font-size: 20px;
  border: 4px solid #d2d2d2;
}
.product-card-four a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.product-card-four:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.product-card-four:hover i {
  background-color: #324ece;
}



.product-card-five {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product-card-five * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-card-five .images-poduct {
  background-color: #000000;
  width: 50%;
  overflow: hidden;
}
.product-card-five img {
  max-width: 100%;
  vertical-align: top;
}
.product-card-five figcaption {
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 35px;
}
.product-card-five h3,
.product-card-five p,
.product-card-five .price {
  margin: 0 0 8px;
}
.product-card-five h3 {
  position: absolute;
  width: 50%;
  top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  font-size:18px;
  letter-spacing: 0px;
  z-index: 1;
}
.product-card-five p {
  font-size:12px;
  color: #9c9c9c;
  font-weight:400;
}
.product-card-five .rating {
  position: absolute;
  width: 50%;
  line-height: 44px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.product-card-five .rating a{
  color: #efcc25;
}
.product-card-five .rating a:last-child{
  color: #;
}
.product-card-five .price {
  color: #ffffff;
  font-size: 1.3em;
  opacity: 0.8;
}
.product-card-five .price s {
  display: inline-block;
  padding: 0 8px 0 0;
  font-size: 0.85em;
  color: #f39c12;
}
.product-card-five .add-to-cart {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 44px;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #ffffff;
}
.product-card-five:hover img{
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-card-five:hover .add-to-cart {
  background-color: rgba(0, 0, 0, 0.5);
}


.product-card-six {
  position: relative;
  overflow: hidden;
  margin: 10px;
  background: #000000;
  display:inline-block;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.product-card-six * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.product-card-six img {
	width: 100%;
  vertical-align: top;
}
.product-card-six figcaption {
  position: relative;
  background-color: #ffffff;
  padding: 30px 25px 50px;
}
.product-card-six h3 {
  position: absolute;
  bottom: 100%;
  text-transform: capitalize;
  padding: 0px 25px;
  line-height: 44px;
  margin: 0;
  font-size:18px;
  left: 0;
  font-weight: 600;
  background-color: #000000;
  color: #ffffff;
}
.product-card-six h3 span {
  font-weight: 500;
}
.product-card-six h3:before {
  position: absolute;
  left: 100%;
  border-style: solid;
  border-width: 44px 0 0 12px;
  border-color: transparent transparent transparent #000000;
  content: '';
  top: 0;
}
.product-card-six p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  color: #9c9c9c;
  line-height:26px;
}
.product-card-six .price {
  position: absolute;
  top: -12px;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  padding: 0 10px;
  line-height: 40px;
  font-weight: 500;
}
.product-card-six .price:before {
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 0 12px 40px 0;
  border-color: transparent #000000 transparent;
  content: '';
  top: 0;
}
.product-card-six a {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
  line-height: 40px;
  padding: 0 10px;
  color: #ffffff;
  font-weight: 500;
  font-size:14px;
  text-transform: uppercase;
}
.product-card-six a:before {
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 0 0 40px 12px;
  border-color: transparent transparent #000000;
  content: '';
  top: 0;
}
.product-card-six.blue {
  background-color: #2472a4;
}
.product-card-six.blue h3,
.product-card-six.blue a,
.product-card-six.blue .price {
  background-color: #2472a4;
}
.product-card-six.blue .price:before {
  border-color: transparent #2472a4 transparent;
}
.product-card-six.blue h3:before {
  border-color: transparent transparent transparent #2472a4;
}
.product-card-six.blue a:before {
  border-color: transparent transparent #2472a4;
}
figure.snip1171.red {
  background-color: #ab3326;
}
.product-card-six.red h3,
.product-card-six.red a,
.product-card-six.red .price {
  background-color: #ab3326;
}
.product-card-six.red .price:before {
  border-color: transparent #ab3326 transparent;
}
.product-card-six.red h3:before {
  border-color: transparent transparent transparent #ab3326;
}
.product-card-six.red a:before {
  border-color: transparent transparent #ab3326;
}
.product-card-six.orange {
  background-color: #d67118;
}
.product-card-six.orange h3,
.product-card-six.orange a,
.product-card-six.orange .price {
  background-color: #d67118;
}
.product-card-six.orange .price:before {
  border-color: transparent #d67118 transparent;
}
.product-card-six.orange h3:before {
  border-color: transparent transparent transparent #d67118;
}
.product-card-six.orange a:before {
  border-color: transparent transparent #d67118;
}
.product-card-six:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.product-card-seven {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #333333;
  display:inline-block;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 1.6em;
}
.product-card-seven * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.product-card-seven .image {
  position: relative;
}
.product-card-seven img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.product-card-seven .icons,
.product-card-seven .add-to-cart {
  position: absolute;
  left: 20px;
  right: 20px;
  opacity: 0;
}
.product-card-seven .icons {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 20px;
  display: flex;
  justify-content: space-between;
}
.product-card-seven .icons a {
  width: 32.5%;
  background: #ffffff;
}
.product-card-seven .icons a:hover {
  background: #000000;
}
.product-card-seven .icons a:hover i {
  color: #ffffff;
  opacity: 1;
}
.product-card-seven .icons i {
  line-height: 46px;
  font-size: 20px;
  color: #000000;
  text-align: center;
  opacity: 0.7;
  margin: 0;
}
.product-card-seven .add-to-cart {
  position: absolute;
  bottom: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 0.8em;
  color: #000000;
  line-height: 46px;
  letter-spacing: 1.5px;
  background-color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.product-card-seven .add-to-cart:hover {
  background: #000000;
  color: #ffffff;
}
.product-card-seven figcaption {
  padding: 20px 20px 30px;
}
.product-card-seven h3,
.product-card-seven p {
  margin: 0;
  text-align: left;
}
.product-card-seven h3 {
  text-transform:capitalize;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 600;
  font-size:20px;
}
.product-card-seven p {
  margin-bottom: 15px;
  font-size: 0.85em;
  color: #9c9c9c;
  font-weight: 400;
}
.product-card-seven .price {
  font-size: 1.3em;
  opacity: 0.5;
  font-weight: 700;
  text-align: right;
}
.product-card-seven:hover img{
  opacity: 0.8;
}
.product-card-seven:hover .icons,
.product-card-seven:hover .add-to-cart{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}


.product-card-eight{
  position: relative;
  overflow: hidden;
  margin: 10px;
  background: #1a1a1a;
  color: #ffffff;
  text-align: left;
  display:inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.product-card-eight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.product-card-eight .image {
  position: relative;
}
.product-card-eight img {
	width: 100%;
  vertical-align: top;
}
.product-card-eight i {
  position: absolute;
  top: 15px;
  left: 17px;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.product-card-eight h3 {
  margin: 0;
  font-size:20px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.product-card-eight:before,
.product-card-eight:after {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-card-eight:before {
  background-color: #324ece;
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
  border-right: 1px solid #324ece;
}
.product-card-eight:after {
  background-color: #962d22;
  -webkit-transform: skew(-45deg) translateX(-175%);
  transform: skew(-45deg) translateX(-175%);
  border-right: 1px solid #962d22;
}
.product-card-eight figcaption {
  padding: 25px 80px 25px 25px;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  font-size: 0.9em;
}
.product-card-eight figcaption p {
  margin-bottom: 15px;
  font-size:13px;
  font-weight:400;
}
.product-card-eight figcaption:before {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 1;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-color: #324ece;
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
  border-right: 1px solid #324ece;
}
.product-card-eight .add-to-cart {
  display: inline-block;
  width: auto;
  border: 1px solid #324ece;
  padding: 10px 15px;
  color: #324ece;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.product-card-eight .add-to-cart:hover {
  background-color: #324ece;
  color: #ffffff;
}
.product-card-eight .price {
  position: absolute;
  right: 0;
  bottom: -24px;
  color: #ffffff;
  z-index: 2;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 500;
  font-size: 1.2em;
  text-align: center;
}
.product-card-eight .price s {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
  opacity: 0.8;
}
.product-card-eight:hover i {
  opacity: 0.7;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.product-card-eight:hover h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.product-card-eight:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
.product-card-eight:hover:after{
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: skew(-45deg) translateX(-75%);
  transform: skew(-45deg) translateX(-75%);
}

/** end product card **/

/** start icon card **/

.icon-card-area{
	padding:100px 0px;
}
.icon-card-one .wrp {
  text-align: center;
  height: 100%;
  width: 100%;
}
.icon-card-one .wrp::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.icon-card-one .wrp .icon {
  display: inline-block;
  font-size: 42px;
  line-height: 90px;
  height: 90px;
  width: 90px;
  color: #4099ff;
  border-radius: 100%;
  position: relative;
}
.icon-card-one .wrp .icon::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  background: rgba(0,0,0,0.1);
  z-index: -1;
}
.icon-card-one .wrp .icon::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #26BDEF;
  border-radius: 100%;
  z-index: -1;
}
.icon-card-one .grid-wrp:hover .icon {
  animation-name: bubble2;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.icon-card-one .grid-wrp:hover .icon::after {
  animation-name: bubble;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
 .wrp .icon-twitter {
  color: #26BDEF;
}
.icon-card-one .wrp .icon-twitter::after {
  background: #26BDEF;
}

@-moz-keyframes bubble {
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bubble {
  100% {
    transform: scale(1);
  }
}
@-o-keyframes bubble {
  100% {
    transform: scale(1);
  }
}
@keyframes bubble {
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes bubble2 {
  100% {
    color: #fff;
  }
}
@-webkit-keyframes bubble2 {
  100% {
    color: #fff;
  }
}
@-o-keyframes bubble2 {
  100% {
    color: #fff;
  }
}
@keyframes bubble2 {
  100% {
    color: #fff;
  }
}
.icon-card-one .wrp{
	padding:10px;	
}
.icon-card-one .grid-wrp:hover .wrp h4,.wrp-icon {
	color:#26BDEF;
}
.icon-card-one .wrp h4{
	font-size:20px;
	margin:0px;
	margin-top: 14px;
	padding:14px;
	display:block;
	font-weight:600;
}
.icon-card-one .wrp p{  
	color: #7a8595;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0;
}


.icon-card-two {
  position: relative;
  z-index: 1;
}
.icon-card-two .bpack-wrapper:hover{
	background:#26BDEF;	
}
.icon-card-two .bpack-wrapper:hover h4,
.icon-card-two .bpack-wrapper:hover p,
.icon-card-two .bpack-wrapper:hover i{
	color:#fff;
}
.bpack-wrapper {
  border-right:1px solid #26BDEF;
  padding: 57px 30px 50px;
  background:#fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-card-two {
  background:#fff none repeat scroll 0 0;
  border-radius: 0px;
}
.tp{
	padding:0px;
}
.icon-card-two .col-xl-4:last-child .bpack-wrapper{border-right:0;}
.bpack-icon i {
  color:#000;
  font-size: 30px;
}
.bpack-content h4 {
  color:#26BDEF;	
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 25px;
}
.bpack-content p {
  color: #7a8595;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}


.icon-card-three .bpack-grid .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 60px 50px;
    -webkit-box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
    box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.gf{padding:0px;}
.icon-card-three .bpack-grid .grid .icon i{
	color:#595959;
    font-size: 30px;
    margin-bottom: 15px;
}
.icon-card-three .grid h3{    
    font-weight: 600;
    color: #26BDEF;
	font-size:20px;
	padding-top:7px;
}
.icon-card-three .grid p {
    font-size: 14px;
    padding-top: 15px;
    color: #a2a2a2;
    line-height: 27px;
}
.icon-card-three .grid a {
  border: 1px solid #26BDEF;
  border-radius: 30px;
  color: #595959;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
  padding: 10px 17px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.icon-card-three .bpack-grid .grid:hover i{
	color:#26BDEF;
} 
.icon-card-three .grid:hover h3, 
.icon-card-three .grid:hover p, 
.icon-card-three .grid:hover a{
    color: #fff;
}
.icon-card-three .grid a::before {
    background: #26BDEF none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function:ease-out;
    z-index: -1;
}
.icon-card-three .grid a:hover::before {
    transform: scaleY(1);
}
.icon-card-three .grid:hover {background-color: rgba(0, 0, 0, 0.95);
    background: url(../img/service-grid-bg.jpg) center center/cover no-repeat local;
}


.icon-card-four .bpack-wrapper {
  border-right:none;
  border:1px solid #ddd;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.icon-card-four .bpack-wrapper:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.icon-card-four .bpack-wrapper:hover{
	border:2px solid #26BDEF;	
}
.icon-card-four .bpack-wrapper a.read-more{
    margin-top: 16px;
    font-size: 14px;
    display: block;
}


.icon-card-five .bpack-wrapper {
  border-right:none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.icon-card-five .bpack-wrapper a.read-more{
    margin-top: 16px;
    font-size: 14px;
    display: block;
}
.icon-card-five .bg-black{
	background:#000;
}
.icon-card-five .bg-blue{
	background:#324ece;
}
.icon-card-five .bg-orange{
	background:#d67118;
}
.icon-card-five .bpack-content h4, .icon-card-five .bpack-content i,.icon-card-five .bpack-content p{
	color:#fff;
}
.icon-card-five .bpack-content a.read-more{
  color:#fff;
  padding:5px 0px;
}
.icon-card-five .bpack-content:hover a.read-more{
	text-decoration:underline;
}
.icon-card-five .bpack-wrapper:hover{
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  z-index: 3;
}


.icon-card-six .bpack-wrapper {
  border-right:none;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.icon-card-six .bpack-content h4{
	color:#000;
}
.icon-card-six .bpack-wrapper a.read-more{
  margin-top: 16px;
  font-size: 15px;
  display: block;
  color: #7b7b7b;
  font-weight: 500;
}
.icon-card-six .bpack-wrapper:hover a.read-more{
  color: #000;
}
.icon-card-six .bpack-wrapper:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


.icon-card-seven .bpack-wrapper {
  border-right:none;
  background-color: transparent;
  background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.icon-card-seven .bpack-content h4, .icon-card-seven .bpack-content i,.icon-card-seven .bpack-content p{
	color:#fff;
}
.icon-card-seven .bpack-wrapper a.read-more{
  margin-top: 16px;
  font-size: 15px;
  display: block;
  color: #fff;
  font-weight: 500;
}
.icon-card-seven .bpack-wrapper:hover a.read-more{
  color: #324ece;
}


.icon-card-eight .bpack-wrapper {
	border-right:none;
	border-radius: 12px;
}
.icon-card-eight .bpack-icon{
	position: relative;
    margin-bottom: 26px;
    width: 80px;
    height: 80px;
	left: 110px;
}
.icon-card-eight .bpack-wrapper:hover{
    -webkit-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
}
.icon-card-eight .bpack-wrapper.active{
    -webkit-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
}
.icon-card-eight .bpack-wrapper .bpack-content i{
	color: #dc2626;
}
.icon-card-eight .bpack-content h4{
	color:#000;
}
.icon-card-eight .bpack-wrapper a.read-more{
  margin-top: 16px;
  font-size: 15px;
  display: block;
  color: #dc2626;
  font-weight: 500;
}
.icon-card-eight .bpack-icon .circle1 {
    position: absolute;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;

}
.icon-card-eight .bpack-icon .circle2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}
.icon-card-eight .bpack-icon .circle3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}
.icon-card-eight .bpack-icon .circle4{
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}
.icon-card-eight .bpack-icon .circle5{
    position: absolute;
    left: -20px;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}
.icon-card-eight .bpack-icon .circle6{
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}
/** end icon card **/

/** start counter-up **/


.counter-up-area{
	padding: 100px 0px;
}
.counter-bg{
	background:#f7f7f7;
}
.counter-wrapper{}
.counter-img {
  margin-bottom: 13px;
}
.counter-img img{}
.counter-text{}
.counter-text h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}
.counter-text span {
  font-size: 15px;
  color: #808080;
  font-family:"montserrat",sans-serif;
  display: inline-block;
  font-weight: 600;
}

.counter-icon i{
    font-size: 26px;
	color: #8e8e8e;
    margin-bottom: 14px;
}


.counter-up-four .counter-wrapper{
	border-right:1px solid #ddd;
}
.counter-up-four .cp{
	padding:0;
}
.counter-up-four .c-bp:last-child .counter-wrapper{
	border-right:none;
}


.counter-up-five .bg-black{
	background:#000;
}
.counter-up-five .bg-blue{
	background:#324ece;
}
.counter-up-five .bg-orange{
	background:#d67118;
}
.counter-up-five .bg-red{
	background:#d61212;
}
.counter-up-five .counter-text h2 {
  color: #fff;
}
.counter-up-five .counter-text span {
  color: #fff;
}
.counter-up-five .counter-icon i{
    color: #fff;
}
.counter-up-five .counter-wrapper {
    padding: 40px;
}


.counter-up-six .counter-wrapper{
	padding: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.counter-up-seven .counter-wrapper{
	padding: 40px;
    background-color: transparent;
    background-image: linear-gradient(144deg,#321575 30%,#ff0505 100%);
}
.counter-up-seven .counter-text h2 {
  color: #fff;
}
.counter-up-seven .counter-text span {
  color: #fff;
}
.counter-up-seven .counter-icon i{
    color: #fff;
}


.counter-up-eight .counter-wrapper{
	padding: 40px;
	border:1px solid #ddd;
}



.counter-up-nine .counter-wrapper{
	padding: 40px;
}
.counter-up-nine .bg-black{
	background-color: transparent;
    background-image: linear-gradient(180deg,#616161 50%,#080808 100%);
}
.counter-up-nine .bg-blue{
	background-color: transparent;
    background-image: linear-gradient(180deg,#324ece 45%,#091446 100%);
}
.counter-up-nine .bg-orange{
	background-color: transparent;
    background-image: linear-gradient(180deg,#d67118 45%,#734014 100%);
}
.counter-up-nine .bg-red{
	background-color: transparent;
    background-image: linear-gradient(180deg,#d61212 45%,#751414 100%);
}
.counter-up-nine .counter-text h2 {
  color: #fff;
}
.counter-up-nine .counter-text span {
  color: #fff;
}
.counter-up-nine .counter-icon i{
    color: #fff;
}


.counter-up-area.counter-bg-ten{
	padding: 100px 0px;
    background-image: url(../img/slider_03.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 100% 16px;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}
.counter-up-area.counter-bg-ten:after {
    position: absolute;
    height: 100%;
    background-color: rgba(17, 147, 212, 0.9);
    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
}
.counter-up-area.counter-bg-ten .cp{
    color: #fff;
    z-index: 1;
}	
.counter-up-ten .counter-text h2 {
  color: #fff;
}
.counter-up-ten .counter-text span {
  color: #fff;
}
.counter-up-ten .counter-icon i{
    color: #fff;
}	
/** end icon card **/

.social-icon{
    position: fixed;
    margin: 0 auto;
    bottom: 80px;
    right: 220px;
}
@media only screen and (max-width: 767px) {
    .social-icon{
    position: fixed;
    margin: 0 auto;
    bottom: 80px;
    right: 32%;
    }
}
.social-icon a{
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0px 7px;
    line-height: 50px;
    display: inline-block;
    border-width: 0px;
    border-style: solid;
    border-radius: 25px;
    color: #000;
    background: #eeeeee;
    font-size: 22px;
}
.social-icon a:hover{
	color:#fff;
	background:#000;
}


/** start heading-tittle **/
.heading-tittle-area{
	padding:100px 0px;
}
.heading-tittle-warp{
    text-align: center;
    margin: 0 auto;
}
.heading-tittle h2{
	font-size:36px;
	color:#000;
	margin-bottom:20px;
	font-weight:600;
	font-family:'Montserrat' ,sans-serif;
	text-transform:capitalize;
}
.heading-tittle h2 span{
	color:#324ece;
	font-size:36px;
	text-transform:capitalize;
}
.heading-tittle .sub-tittle{
	color:#929292;
	margin-bottom: 15px;
    display: block;
	font-size:15px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.heading-tittle p{
	font-size:15px;
	color:#929292;
    line-height: 25px;
}


.heading-tittle-two .heading-tittle h2{
    position: relative;
}
.heading-tittle-two .heading-tittle h2:after{
    position: absolute;
    left: 23%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}
.heading-tittle-two .heading-tittle h2:before{
    position: absolute;
    right: 23%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background:#f5414a;
    transform: translateY(-50%);    
    animation: hafter 1.5s infinite;
}
@keyframes hafter{
    0%{
        width: 30px;
    }
    50%{
        width: 50px;
        background: #324ece;
    }
    100%{
        width: 30px;
    }
}


.tittle-left .heading-tittle-warp{
    text-align: left;
    margin: 0 auto;
}


.heading-tittle-four .heading-tittle h2 span{
    font-style: italic;
}
.gradient-text1 {
    background: #3264f5;
    background: -moz-linear-gradient(left, #643094, #00bcd4);
    background: -webkit-linear-gradient(left, #643094, #00bcd4);
    background: linear-gradient(to right, #643094, #00bcd4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#643094', endColorstr='#643094',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tittle-right .heading-tittle-warp{
    text-align: right;
    margin: 0 auto;
}
.heading-tittle-five .heading-tittle{
    margin-right: 60px;
}
.heading-tittle-five .heading-tittle h2{
    position: relative;
}
.heading-tittle-five .heading-tittle h2:after{
    position: absolute;
    left: 48%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}
.heading-tittle-five .heading-tittle h2:before{
    position: absolute;
    right: -5%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background:#f5414a;
    transform: translateY(-50%);    
    animation: hafter 1.5s infinite;
}


.heading-tittle-six .heading-tittle h2 span{
    font-style: italic;
}
.heading-tittle-six .heading-tittle h2{
    position: relative;
}
.heading-tittle-six .heading-tittle h2:after{
    position: absolute;
    left: 23%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}
.heading-tittle-six .heading-tittle h2:before{
    position: absolute;
    right: 23%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background:#f5414a;
    transform: translateY(-50%);    
    animation: hafter 1.5s infinite;
}


.heading-tittle-seven .sub-tittle{
	color:red;
	margin-top: 20px;
}
.heading-tittle-seven:before, .heading-tittle-seven:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #717171;
    margin-left: auto;
    margin-right: auto;
}
.heading-tittle-seven:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #717171;
    margin-left: auto;
    margin-right: auto;
}


.tittle-left .heading-tittle-warp{
    text-align: left;
    margin: 0 auto;
}
.heading-tittle-eight.heading-tittle{
	position:relative;
}
.heading-tittle-eight .heading-tittle:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 80px;
    background-color: #E3872D;
    top: 0px;
	margin-left: -15px;
}
.heading-tittle-eight .heading-tittle h2 {
    margin-bottom: 10px;
}
.heading-tittle-eight .heading-tittle h2 span{
	color: #E3872D;
}


.tittle-right .heading-tittle-warp{
    text-align: right;
    margin: 0 auto;
}
 .heading-tittle-nine .heading-tittle{
    margin-right: 20px;
}
.heading-tittle-nine.heading-tittle{
	position:relative;
}
.heading-tittle-nine .heading-tittle:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 80px;
    background-color: #E3872D;
    top: 0px;
	margin-left: 15px;
}
.heading-tittle-nine .heading-tittle h2 {
    margin-bottom: 10px;
}
.heading-tittle-nine .heading-tittle h2 span{
	color: #E3872D;
}


.tittle-left .heading-tittle-warp{
    text-align: left;
    margin: 0 auto;
}
.heading-tittle-ten .heading-tittle h2{
    position: relative;
}
.heading-tittle-ten .heading-tittle{
    margin-left: 60px;
}
.heading-tittle-ten .heading-tittle h2:after{
    position: absolute;
    left: -5%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}
.heading-tittle-ten .heading-tittle h2:before{
    position: absolute;
    right: 48%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background:#f5414a;
    transform: translateY(-50%);    
    animation: hafter 1.5s infinite;
}
/** end heading-tittle **/

/** start team **/
.team-area{
	padding:100px 0px;
}
.tp-padding{
	padding:0px 30px;
}
.team-style-block{
	display:inline-block;
}
.team-style-one .img-box {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	position:relative;
	display: inline-block;
}
.team-style-one .img-box > img {
    max-width: 100%;
	position:relative;
}
.team-style-one .img-box .img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3264f5;
    background: -moz-linear-gradient(left, #643094, #00bcd4);
    background: -webkit-linear-gradient(left, #643094, #00bcd4);
    background: linear-gradient(to right, #643094, #00bcd4);
    z-index: 0;
    padding: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.team-style-one:hover .img-box .img-overlay{
    opacity: .5;
}
.team-style-one:hover .img-box .social {
	opacity:1;
}
.team-style-one .img-box .social {
    padding-top: 15px;
    padding-left: 85px;
    position: absolute;
    left: 18px;
    z-index: 1;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}
.team-style-one .img-box .social a:hover {
	color:#fb2525;
}
.team-style-one .img-box .social a {
    color: #fff;
    font-size: 16px;
	padding: 0px 5px;
}
.team-style-one .img-box .social a:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.team-style-one .img-box .social a:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.team-style-one .img-box .social a:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.team-style-one .text-box {
    background: #0400f3;
    text-align: center;
    position: relative;
	color:#fff;
    z-index: 9;
    padding: 28px;
}
.team-style-one .text-box h3 {
    margin: 0;
    font-size: 18px;
    color: #FFFFFF;
	font-weight:600;
    line-height: 1em;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}
.team-style-one .text-box span{
	font-size:12px;
	color: #fff;
}


.team-style-two {
    position: relative;
    overflow: hidden;
    padding: 20px;
	display: inline-block;
    background: #fff;
}
.team-style-two .team-img-2 {
    position: relative;
}
.team-style-two .overlay-2 {
    background-color: rgba(255,22,55, .7);
    border-radius: 50%;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.team-style-two .overlay-2 {
    background-color: rgba(255,22,55, 0.75);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.team-style-two .center-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.team-style-two ul li:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.team-style-two ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.team-style-two ul li:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.team-style-two .first-color-2 ul {
    padding: 0px;
}
.team-style-two .team-social-2 li {
    display: inline-block;
}
.team-style-two .team-social.white-bg li a {
    background: #ffffff;
}
.team-style-two .team-social-2 li a {
    font-size: 14px;
    color: #18191d;
    height: 38px;
    width: 38px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}
.team-style-two .team-data-img-2 h3{
    color: #18191d;
	font-weight:700 !important;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	margin-top: 26px;
    margin-bottom: 6px;
}
.team-style-two .designation-2 {
    font-size: 16px;
}
.team-style-two .color-light-grey-2{
    color:#717171;
	font-size: 13px;
}
.team-style-two.second-color-2 .overlay-2{
    background-color: rgba(241,195,15, .7);
}
.team-style-two:hover .overlay-2 {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}
.team-style-two.third-color-2 .overlay-2 {
    background-color: rgba(24,25,29, .7);
}
.team-style-two:hover img {
    transform: scale(0.95);
}
.team-style-two .team-social-2.white-bg li a {
    background: #ffffff;
}
.team-style-two .team-social-2 li a {
    font-size: 12px;
    color: #18191d;
    height: 38px;
    width: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}
.team-style-two .facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}
.team-style-two .twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}
.team-style-two .google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}


.team-style-three {
    cursor: pointer;
}
.team-style-three .team-img-3 {
    position: relative;
    z-index: 1;
}
.team-style-three .team-img-3 img {
    max-width: 100%;
}
.team-style-three .team-img-3 .social-icon-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #242639;
    width: 110px;
    height: 110px;
    -webkit-clip-path: polygon(0px 100%, 0px 100%, 100% 0px, 100% 100%);
    clip-path: polygon(0px 100%, 0px 100%, 100% 0px, 100% 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-right: 8px;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
/********************************
   preloader
*********************************/
.hola{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 99999;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 555; 	
}
#preloader {
	position:relative;
    width: 80px;
    height: 80px;
    top: 0%;
	right: 0%;	
    margin: 0 auto;
}
#preloader span {
	position:absolute;
	border: 8px solid #007bff;
	border-top: 8px solid transparent;
	border-radius:999px;
}

#preloader span:nth-child(1){
	width:80px;
	height:80px;
	animation: spin-1 2s infinite linear;
}
#preloader span:nth-child(2){
	top: 20px;
	left: 20px;
	width:40px;
	height:40px;
	animation: spin-2 1s infinite linear;
}
@keyframes spin-1 {
	0% {transform: rotate(360deg); opacity: 1;}
	50% {transform: rotate(180deg); opacity: 0.5;}
	100% {transform: rotate(0deg); opacity: 1;}
}
@keyframes spin-2 {
	0% {transform: rotate(0deg); opacity: 0.5;}
	50% {transform: rotate(180deg); opacity: 1;}
	100% {transform: rotate(360deg); opacity: 0.5;}
}
/*********************************
	header-section
**********************************/
.porri.bdt-section-muted {
    background-color: #f3f7f9;
	padding-top: 70px;
    padding-bottom: 70px;
}
.porri.small-menu {
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 333;
    top: 0px;
}
.porri .bbr-mb{
	border-bottom: 1px solid #ddd;
}
.porri .mainmenu ul {
    margin: 0;
    padding:0;
	list-style:none;
}
.porri .mainmenu ul li{
    margin: 10px 2px;
	display:inline-block;
}
.porri .mainmenu ul li a{
	margin:0 auto;
	position:relative; 
	padding:5px 12px; 
	color:#efefef;
	font-weight:600;
	font-family:"nunito",sans-serif;
	display:block;
	font-size:16px;
	text-transform:capitalize;
	text-decoration:none;
}
.porri .mainmenu a i {
    float: left;
    font-size: 14px;
    margin-right: 6px;
    line-height: 47px !important;
}
.porri .mainmenu ul li a:hover {
    color: #fff;
}
.porri.scroll-header {
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #09a223 none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 555;
}
.porri .scroll-header .bbr-mb {
    border-bottom: 1px solid transparent;
}
.porri .bottom-menu.small-menu.scroll-header{
    padding: 0px;
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
	right:0;
    bottom: auto;
	z-index:555;
}
.porri .scroll-header .menu-background-5{
	background:#a5a5a5;
}
/**********************************
	banner-section
***********************************/
.porri .new-banner-bg{
	background: url(../img/3.jpg)) fixed no-repeat;
	background-position: center center;
	background-size: cover;
	position:relative;
    height:  657px;
    color: #fff;
}
.porri .banner-wrapper {
    background-position: center center;
    background-size: cover;
    position: relative;
}
.porri .banner-wrapper:before {
    background: rgba(0,0,0,0.7);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.porri .vh {
    height: 100vh;
}
.porri .d-flex {
    align-items: center;
    display: flex;
}
.porri .myphoto {
    height: 200px;
    width: 200px;
	margin-left: 0em;
    position: relative;
    border: 5px solid #ffffff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.porri .banner-wrapper h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 12px 0px;
    font-size: 55px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0px;
}
.porri .banner-wrapper p{
    color: #fff;
    width: 40%;
    text-align: center;
	font-family:"Nunito",sans-serif;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0px;
}
.porri .banner-wrapper h3 {
    font-size: 2rem;
    margin-top: 0rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
	font-family:"Nunito",sans-serif;
    margin-bottom: 0;
    padding: 4px 0px;
}
.porri .arrow {
    text-align: center;
    margin: 0% 0;
    position: absolute;
    bottom: 5px;
    right: 50%;
	z-index: 222;
}
.porri .arrow a{
	color:#fff;
}
.porri .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/**********************************
	about-section
***********************************/
.porri.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.section-all-2{
	padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
}
.porri .section-tittle{
    text-align: center;
	position:relative;
	overflow:hidden;
	padding-bottom: 80px;
}
.porri .section-tittle span{
	color:#eee;
	position:absolute;
	top:-20px;
	font-family:"Nunito",sans-serif;
	text-transform:uppercase;
	font-size:60px;
	font-weight:900;
	top: -12px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.porri .section-tittle h2{
	color:#000;
	font-size:36px;
	font-family:"Nunito",sans-serif;
	text-transform:capitalize;
	font-weight:700;
	padding-top:30px;
	position: relative;
}
.porri .section-tittle h2:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
	font-family:"Nunito",sans-serif;
    background: #09a223;
    z-index: 1;
    margin-left: 0;
    left: 0;
    right: 0;
	top: 88px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.porri .section-tittle p{
    max-width: 500px;
	text-align:center;
	margin:0 auto;
	font-family:"Nunito",sans-serif;
	color:#666;
	font-weight:500;
	margin-top: 42px;
}
.porri .banner-wrapper .arrow a{
	color:#fff;
	font-size:24px
}
.porri .about-image{
	position:relative;
	overflow:hidden;
}
.porri .about-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.porri.section-about figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.porri .shape-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 99%;
    left: 0;
    top: 0;
}
.porri .shape-wrapper.img-shape-two:before {
    background: url(../img/demo/img_shape2.png);
    -webkit-background-size: 100% 101%;
    background-size: 100% 101%;
    background-repeat: no-repeat;
}
.porri .skill-bar-content {
    margin-bottom: 7px;
}
.porri .skillbar-group .skill-track {
    background-color: #ff3984;
}
.porri .single-skill-bar{
    padding: 10px 12px;
}
.porri .single-skill-bar .skill-title {
	font-size: 18px;
    font-weight: 600;
    color: #000;
	font-family:"Nunito",sans-serif;
 }
.porri .single-skill-bar .skill-title .experience {
    font-size: 14px;
    font-weight: 400;
	color:#666;
}
.porri .single-skill-bar p{
	font-size:16px;
	font-family:"Nunito",sans-serif;
	line-height:28px;
	font-weight:400;
}
.porri .barfiller {
    width:100%;
	height: 5px;
    background-color: #f1f1f1;
    position:relative;
    margin-bottom:0px; 
}
.porri .barfiller .fill {
    display:block;
    position:relative;
    width:0px;
    height:100%;
    background:#09a223 !important;
    z-index:1;
}
.porri .barfiller .tipWrap {
    display:none;
}
.porri .barfiller .tip {
    margin-top:-30px;
    padding:2px 4px;
    font-size:14px;
    color:#000;
    left:0px;
    position:absolute;
    z-index:2;
	font-weight:700;
    background: transparent;
} 
.porri .barfiller .tip:after {
    border: solid;
	border-color: transparent;
	border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9;
}
/**********************************
	video-section
***********************************/
.porri.section-dash {
    background: url(../img/parallax-feature.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.porri.section-dash:before {
    content: "";
	background: rgba(0, 0, 0, 0.8);
    position: absolute;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.porri.section-dash h2 {
    font-size: 35px;
	color:#fff;
	text-transform:capitalize;
    padding-top: 80px;
	font-weight:700;
	font-family:"Nunito",sans-serif;
	margin-bottom: 20px;
}
.porri.section-dash p{
	color:#fff;
	font-size:18px;
	font-family:"Nunito",sans-serif;
	margin-bottom: 26px;
}
.porri .section-dash-warp{
	padding-top:35px;
}
.porri .video-holder {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.porri .video-holder a:hover{
	color:#09a223;
}
.porri .video-holder a {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.porri .video-holder .video-icon i {
    width: 49px;
    height: 49px;
    line-height: 44px;
    text-align: center;
    border: 3px solid #fff;
    display: block;
    margin: 0 auto 12px;
}

.porri .video-btn-style {
    position: relative;
    height: 80px;
    width: 80px;
    background: #09a223;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.porri .video-btn-style:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #09a223;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border{
    0%{
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}
.porri .video-btn-style.small{
    width:50px;
    height:50px;
    line-height:50px
}
.porri .video-btn-style.small:after{
    height:50px;
    width:50px
}
.porri .video-btn-style.small:before{
    height:65px;
    width:65px
}
.porri .video-btn-style:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #09a223;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border{
    0%{
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}
.porri .section-dash-warp .btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1.5px solid #09a223;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.porri .section-dash-warp .btn>span {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #09a223;
    height: 3em;
    font-weight: 500;
    color: #fff;
	font-family:"Nunito",sans-serif;
    border: 1.5px solid #09a223;
    text-align: center;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.porri .section-dash-warp .btn {
    max-width: 300px;
}
.porri .section-dash-warp .btn>span {
    padding: .75em 2.25em;
}
.porri .section-dash-warp .btn {
    padding: .0rem .0rem;
}
.porri .section-dash-warp .btn, .section-dash-warp .btn>span {
    position: relative;
}
.porri .section-dash-warp .btn:hover>span {
    -webkit-transform: translate(-4px,-4px);
    transform: translate(-4px,-4px);
}
/**********************************
	service-section
***********************************/
.porri.section-service{
    background: #f9f5ff;
	z-index:1;
}
.porri.section-service .single-service-features.box-border {
    background: #fff;
    transition: 0.4s;
	margin-top:0px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.porri.section-service .single-service-features {
    background: #ddd;
    padding: 25px;
    margin: 0 0 30px;
}
.porri .single-service-features.box-border .service-icon {
    margin-bottom: 28px;
    margin-top: 12px;
}
.porri .single-service-features.box-border .service-icon i {
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #dcffe2;
    color: #09a223;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.porri .single-service-features .services-content h3 {
    margin-bottom: 18px;
    font-weight: 700;
	font-family:"Nunito",sans-serif;
    font-size: 24px;
	text-transform:capitalize;
    letter-spacing: 0px;
}
.porri .single-service-features .services-content p {
	font-size:16px;
	font-family:"Nunito",sans-serif;
}
.porri .single-service-features.box-border:hover .services-content h3, .porri .single-service-features.box-border:hover .services-content p{
	color:#fff;
}
.porri .single-service-features.box-border:hover {
    background: #09a223;
}
.porri .single-service-features.box-border:hover .service-icon i {
    background: #fff;
    color: #09a223;
}
/**********************************
	protfolio-section
***********************************/
.porri.section-protfolio{
	position:relative;
	overflow:hidden;
}
.porri .protfolio-menu button {
	border: medium none;
	border-radius: 30px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	font-family:"Nunito",sans-serif;
	background:none;
	margin-right: 12px;
	padding: 8px 13px;
	transition: all 0.3s ease 0s;
}
.porri .protfolio-menu{
	margin-bottom:40px;
}
.porri .protfolio-menu button:focus {
    outline: 0 none;
}
.porri .protfolio-menu button:last-child {
    margin-right: 0;
}
.porri .protfolio-menu button:hover, .protfolio-menu button.active {
    color: #09a223;
}
.porri .mb-30 {
    margin-bottom: 30px;
}
.porri .custom {
    margin: 0 -15px;;
}
.porri .protfolio-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	background: #000;
}
.porri .protfolio-wrapper img {
	opacity: 1;
	width: 100%;
	background:#000;
	position:relative;
}
.porri .protfolio-menu button{
	position:relative;
}
.porri .protfolio-menu button .tooltip-sub {
	color: #000;
	padding: 20px;
	z-index: 1;
	font-size:14px;
	margin-top: 0px;
	opacity: 1;
	line-height: 1.7;
	visibility: hidden;
	position: absolute;
	transition: opacity .3s ease-in;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear;
}
.porri .protfolio-menu button:hover .tooltip-sub {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	margin-top: -10px;
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.porri .protfolio-menu button:hover .tooltip-sub {
	left: 0px;
    top: -35px;
}
.porri .protfolio-menu button:hover .tooltip-sub.p-ml {
	left: 22px;
    top: -35px;
}
.porri .protfolio-menu button:hover .tooltip-sub.p-mp {
	left: 10px;
    top: -35px;
}
.porri .protfolio-menu button .tooltip-sub{
    text-align:center;
}
.porri .protfolio-wrapper:hover img {
  transform: scale(1.2) rotate(7deg);
}


.porri .protfolio-wrapper:before,
.porri .protfolio-wrapper:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.porri .protfolio-wrapper:hover:before,
.porri .protfolio-wrapper:hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.porri .protfolio-wrapper:hover:before{
  width: 40px;
}
.porri .protfolio-wrapper:hover:after {
  height: 40px;
}
.porri .protfolio-wrapper:hover h2{
  opacity: 1;
}
.porri .protfolio-wrapper:hover h2{
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.porri .protfolio-wrapper:before,
.porri .protfolio-wrapper:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}
.porri .protfolio-wrapper:hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
.porri .protfolio-wrapper:before {
  width: 0;
  height: 1px;
}
.porri .protfolio-wrapper:after {
  height: 0;
  width: 1px;
}
.porri .protfolio-wrapper figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}
.porri .protfolio-wrapper h2 {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	font-family:"Nunito",sans-serif;
	margin: 15px 0px 0px 0px;
	top: 57%;
	opacity:0;
	transform: translateY(-50%);
	position:relative;
	transform: translateY(40px);
    transition: transform 0.3s linear, opacity 0.5s linear, -webkit-transform 0.3s linear;	
}
.porri .protfolio-wrapper:hover h2 {
	opacity:1;
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.finance .banner-wrapper {
    background-position: center center;
    background-size: cover;
    position: relative;
}
.finance .vh {
    height: 100vh;
}
.finance .d-flex {
    align-items: center;
    display: flex;
}
.finance .banner-text h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 12px 0px;
    font-size: 55px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0px;
}
.finance .banner-text p{
    color: #fff;
    width: 52%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
	font-weight:400;
	font-family:"Nunito",sans-serif;
    line-height: 30px;
    padding: 10px 0px;
	font-weight:400;
}
.finance .banner-text .owl-dots .owl-dot > span {
    display: inline-block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    width: 7px;
    height: 7px;
    margin: 3px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}
.finance .banner-text .owl-dots .owl-dot {
    display: inline-block;
}
.finance .banner-text .owl-dots {
    margin-top: 2rem;
    text-align: center;
}
.finance .banner-text .owl-dots .owl-dot.active > span {
    background-color: #fff;
}
.finance .banner-text .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #007bff;
}
.finance .banner-text .btn {
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 30px;
}
.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}
.finance .mouse {
    position: absolute;
    bottom: 40px;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
}
.finance .mouse .mouse-icon {
    display: block;
    width: 25px;
    height: 45px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.finance .mouse .mouse-wheel {
    height: 4px;
    margin: 2px auto 0;
    display: block;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } 
}	

/********************************
   about us
*********************************/
.finance.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.finance .section-tittle {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.finance.section-about .about-detail .section-tittle{
	padding-bottom:0px;
	max-width: 250px;
}
.finance .section-tittle span {
    color: #007bff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom:30px;
	font-family:"Nunito",sans-serif;
	position: relative;
	display:inline-block;
    animation-delay: 1s;
    animation: move 4.2s linear infinite;
}
.gym .about-text span {
    color: #233EDE;
    font-size: 14px;
    font-weight: 800;
    font-family: "Nunito",sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
@-webkit-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@-moz-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@-o-keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	} 
}
@keyframes move {
	0% {
		transform: translateY(0px); 
	}
	50% {
		transform: translateY(25px); 
	}
	100% {
		transform: translateY(0px); 
	}  
}
.finance .section-tittle h2 {
    color: #2b313e;
    font-size: 46px;
    text-transform: capitalize;
    font-weight: 700;
	font-family:"Nunito",sans-serif;
    padding-top: 0px;
    position: relative;
}
.finance .section-tittle .line-bg:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #007bff;
    z-index: 1;
    margin-left: 0;
	left: -65px;
    top: 10px;
}
.finance .section-about .about-detail {
	padding-bottom:0px;
	max-width: 250px;
}
.finance .section-tittle p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    color: #666;
	font-family:"Nunito",sans-serif;
	font-size:16px;
	line-height:30px;
    margin-top: 18px;
}	
.finance .circle-bg {
    position: relative;
}
.finance .circle-bg img{
    border-radius: 5px 5px 30px 5px;
}	
.finance .circle-bg:after {
    width: 100px;
    height: 100px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    right: -90px;
    background: #f8f9fa;
}
.finance .circle-bg:before {
    width: 300px;
    height: 300px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top: -110px;
    left: -110px;
    background: #f8f9fa;
}
.finance .about-detail h3{
	font-size: 32px;
    font-weight: 700;
    color: #463333;
	font-family:"Nunito",sans-serif;
}	
.finance .about-detail p{	
	font-size:16px;
	line-height:30px;
	font-family:"Nunito",sans-serif;
	font-weight:400;
}
.finance .about-detail{
    padding: 8px 24px;
}
.finance .banner-text .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #007bff;
	font-weight:400;	
}
.finance .banner-text .btn, .finance .about-btn .btn{
    font-size: 16px;
    border-radius: 30px;
    padding: 12px 40px;
	font-family:"Nunito",sans-serif;
}	
.finance .about-btn .btn:hover{	
    background: #fff;
    border-color: #007bff;
    color: #007bff;	
}	
	
.finance.section-service {
    background: #f9f9f9;
	z-index:1;	
}
.finance.section-service .single-service-features.box-border {
    background: #fff;
    transition: 0.3s;
	margin-top:0px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    border-radius: 5px;
}
.finance.section-service .single-service-features {
    background: #ddd;
    padding: 25px;
    margin: 0 0 30px;
}
.finance .single-service-features.box-border .service-icon {
	margin-bottom: 35px;
    margin-top: 20px;
}
.finance .single-service-features.box-border .service-icon img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.finance .single-service-features .services-content h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
	transition: 0.5s;
	font-family:"Nunito",sans-serif;
	text-transform:capitalize;
    letter-spacing: 0px;
	cursor:pointer;
}
.finance .single-service-features .services-content h3:hover {
	color:#007bff;
}
.finance .single-service-features.box-border:hover .services-content h3 {
    color: #007bff;
}
.single-service-features .services-content p {
	font-size:16px;
	line-height: 30px;
	font-family:"Nunito",sans-serif;
}
.finance .single-service-features.box-border:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	transform: translateY(-.5rem);
}
.finance .single-service-features.box-border:hover .service-icon i {
    background: #007bff;
    color: #fff;
}		


/**********************************
	protfolio-section
***********************************/
.section-protfolio{
	position:relative;
	overflow:hidden;
}
.protfolio-menu button {
	border: medium none;
	border-radius: 30px;
	color: #000;
	font-family:"Nunito",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	background:none;
	margin-right: 12px;
	padding: 8px 13px;
	transition: all 0.3s ease 0s;
}
.protfolio-menu{
	margin-bottom:40px;
}
.protfolio-menu button:focus {
    outline: 0 none;
}
.protfolio-menu button:last-child {
    margin-right: 0;
}
.protfolio-menu button:hover, .protfolio-menu button.active {
    color: #007bff;
}
.section-protfolio .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.Protfolio-grid-item{
    float: left;
    width: 33.33%;
    padding: 0px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
.protfolio-wrapper {

}
.protfolio-wrapper img {
  opacity: 1;
  width: 100%;
}
.protfolio-menu button{
	position:relative;
}
.protfolio-menu button .tooltip-sub {
	color: #000;
	padding: 20px;
	z-index: 1;
	font-size:14px;
	margin-top: 0px;
	opacity: 1;
	line-height: 1.7;
	visibility: hidden;
	position: absolute;
	transition: opacity .3s ease-in;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear;
}
.protfolio-menu button:hover .tooltip-sub {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	margin-top: -10px;
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.protfolio-menu button:hover .tooltip-sub {
	left: 0px;
    top: -35px;
}
.protfolio-menu button:hover .tooltip-sub.p-ml {
	left: 22px;
    top: -35px;
}
.protfolio-menu button:hover .tooltip-sub.p-mp {
	left: 10px;
    top: -35px;
}
.protfolio-menu button .tooltip-sub{
    text-align:center;
}
.protfolio-img {position:relative;overflow:hidden;}
.protfolio-img::before {
    background: rgba(97, 92, 253, 0.6);
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: all 0.5s ease 0s;
	z-index: 9;
	width: 0%;
}
.protfolio-wrapper:hover .protfolio-img::before{opacity:1; width: 100%;}
.protfolio-content {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 46%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	z-index:10;
}
.protfolio-wrapper .protfolio-content{
    transform: translateY(100px);
    transition: transform 0.4s linear, opacity 0.5s linear, -webkit-transform 0.4s linear;	
}
.protfolio-wrapper:hover .protfolio-content {
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.protfolio-wrapper:hover .protfolio-content{opacity:1;}
.protfolio-content h4 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
	transition:.5s;
	font-family:"Nunito",sans-serif;
	color:#fff;
}
.protfolio-content h4 a:hover{color:#fff;}

/**********************************
	counter up
***********************************/
.finance.section-count{
	padding-bottom:100px;
}
.finance.section-count {
	background: url(../img/demo/1.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.finance.section-count:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.finance .counter-wrapper {
    padding: 28px;
    border: 1px solid #ddd;
	background:#f9f9f9;
    margin: 9px 0px;
    cursor: pointer;
	transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.finance .counter-wrapper:hover {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.09);
    transform: translateY(-.5rem);
}
.finance .counter-icon{
	margin-bottom: 35px;
    margin-top: 14px;
	position:relative;
}
.finance .counter-icon img {
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.finance .counter-icon:after{
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #007bff;
    z-index: 1;
    margin-left: 0;
    left: 72px;
    top: 70px;
}
.finance .counter-text {
    padding: 8px 0px 0px 0px;
}
.finance .counter-text h2 {
    color: #000;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 6px;
}
.finance .counter-text span {
    font-size: 18px;
    color: #007bff;
    font-family: "Nunito",sans-serif;
    display: inline-block;
    font-weight: 700;
}
.finance .counter-icon i {
    font-size: 40px;
}

/**********************************
	team area
***********************************/
.finance.section-team{
	background:#f9f9f9;
}
.finance .team-member figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.finance .team-member .social-finan {
    position: absolute;
    margin: 0;
    top: 0;
    padding: 0;
    bottom: 0;
    padding: 12px;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #007bff;
}
.finance .team-member:hover .social-finan {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.finance .team-member .social-finan li {
    list-style: none;
}
.finance .team-member .social-finan li a {
    display: inline-block;
    padding: 8px 5px;
    color: #fff;
}
.finance .team-detail-finan h3 {
    color: #2c3038;
    font-size: 24px;
	font-family:"Nunito",sans-serif;
    font-weight: 700;
    margin-top: 30px;
	transition: 0.4s;
}
.finance .team-detail-finan h3:hover {
	color:#007bff;
}
.finance .team-detail-finan span {
    font-size: 16px;
    color: #383838;
	font-family:"Nunito",sans-serif;
}

/**********************************
	client area
***********************************/
.finance .queit-box {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
.finance .queit-box i {
    color: #007bff;
    font-size: 48px;
}
.finance .testimonials-grids .client-pic img {
    display: inline-block;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.finance .testimonials-grids .details-about h4 {
	font-size: 26px;
    font-weight: 700;
    color: #000;
	font-family:"Nunito",sans-serif;
    margin: 16px 0px 30px 0px;
}
.finance .testimonials-grids .details-about p {
    max-width: 810px;
    padding: 15px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-style: italic;
	font-family:"Nunito",sans-serif;
    color: #808080;
    line-height: 42px;
    margin-bottom: 1em;
}
.finance .testimonials-grids .owl-dots {
    text-align: center;
}
.testimonials-grids .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dee2e6;
}
.finance .testimonials-grids .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px;
}
.finance .testimonials-grids .owl-dots .owl-dot.active span {
    background: #007bff;
}
/**********************************
	blog-section
***********************************/
.finance.section-blog{
	background:#f9f9f9;
}
.finance .blog-area {
    padding: 0px 0px;
}
.finance .blog-wrapper-image{
	position:relative;
	overflow:hidden;
	border-radius: 5px 5px 0px 0px;
}
.finance .blog-wrapper-image img{
	border-radius:0px;
	cursor:pointer;
}
.finance .blog-wrapper-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.finance .new-blog-builder:hover .blog-wrapper-image::before {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.finance .bp-padd{
	padding-right:20px;
}
.finance .grid-content .meta-wrap span {
	font-size: 16px;
	color: #7aa1ca;
	font-family:"Nunito,"sans-serif;
}
.finance .grid-content h2 {
    margin: 18px 0px 14px 0px;
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.4em;
}
.finance .grid-content p{
    color: #000;
    font-size: 16px;
	font-family:"Nunito,"sans-serif;
    line-height: 28px;
}
.finance .grid-content span a {
    font-family: "Nunito", Sans-serif;
}
.finance .section-dash-warp a {
	font-family: "Nunito", Sans-serif;
	text-transform:capitalize;
}
.finance .grid-content{
	margin-top:52px;
	padding:0px 24px 0px 0px;
}
.finance .grid-content .section-dash-warp {
    padding-top: 0px;
}
.finance .section-dash-warp .btn{
	padding: 10px 24px;
    border: 1px solid #007bff;
	background:#007bff;
	font-family:"Nunito,"sans-serif;
	color:#fff;
	font-size: 15px;
	border-radius:25px;
}
.finance .blog-area .new-blog-builder .date {
	background-color: #007bff;
	top: 15px;
	color: #fff;
	font-family:"Nunito,"sans-serif;
	right: 30px;
	min-height: 60px;
	min-width: 60px;
	position: absolute;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	cursor:pointer;
	text-transform: uppercase;
	border-radius: 50%;
	padding: 16px 0;
}
.finance .blog-area .grid-content{
	margin-top:0px;
	padding:35px 25px 45px 25px;
	border:none;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	border-radius:0px 0px 5px 5px;
}
.finance .blog-area .blog-wrapper-image:hover:after{
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.finance .blog-area .new-blog-builder .date span {
	display: block;
	font-family:"Nunito",sans-serif;
	line-height: 14px;
}
.finance .blog-area .new-blog-builder .date .month {
	font-size: 11px;
	font-family:"Nunito",sans-serif;
}	
/**********************************
	contact-section
***********************************/	
.finance .contact-title {
    margin-top: 28px;
}
.finance .detail-share i{
    font-size: 32px;
    color: #007bff;
}
.finance .detail-share h5{
    color: #000;
    font-weight: 600;
    font-size: 22px;
	font-family:"Nunito",sans-serif;
}
.finance .detail-share p{
	font-size:16px;
	color:#444;
	font-family:"Nunito",sans-serif;
}
.finance .form-control:focus {
	border-color: #007bff;
	box-shadow: none;
	background:transparent;
	color:#000;
}
.finance .comment-respond form {
    margin: 0 -15px;
    position: relative;
}
.finance .comment-respond form > div {
    margin-bottom: 20px;
    float: left;
}
.finance .comment-respond form textarea, .finance .comment-respond form input {
    background-color: transparent;
    height: 50px;
    border: 1.5px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-family:"Nunito",sans-serif;
    border-radius: 5px;
	background-clip: unset;
    font-size: 15px;
	color: #000000;
}
.finance .my-location{
	margin-bottom:45px;
	width: 100%;
}	
.finance .detail-share{
    width: 32%;
    float: left;
    display: inline-block;
	padding: 30px 20px;
    margin: 0px 12px 30px 0px;
	cursor:pointer;
	transition:0.5sec;
}
.finance .comment-respond{
	background:#f9f9f9;
	padding:60px;
}
.finance .comment-respond form textarea {
    height: 195px;
}
.finance .comment-respond .submit-btn {
    text-align: center;
    margin: 22px 0 0;
}
.finance .comment-respond .submit-btn button {
    width: 100%;
    height: 50px;
	border-radius: 5px;
    background-color: #007bff;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    outline: 0;
}

/**********************
		GYM
***********************/

.porri.gym{
	background:#2618f3;
}
/*---------------------
  Top Social
-----------------------*/
.top-social {
	position: absolute;
	z-index: 2;
	right: 0;
}
.top-social .top-social-links {
	width: 121px;
	background: #000;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 19px;
}
.top-social .top-social-links ul li {
	list-style: none;
	margin-bottom: 22px;
}
.top-social .top-social-links ul li a {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: #081624;
	border-radius: 50%;
	color: #fff;
	line-height: 48px;
}
.top-social .top-social-links ul li:last-child {
	margin-bottom: 0;
}
.gym .slider-wrapper h1, .gym .slider-wrapper p {
	font-family:"Nunito",sans-serif;
}
.gym .slider-wrapper p {
	line-height:36px;
	font-weight:500;
}


.gym-section-title span {
    color: #233EDE;
    font-size: 14px;
    font-weight: 800;
	font-family:"Nunito",sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.gym-section-title h2 {
    color: #353535;
    font-size: 46px;
    font-weight: 700;
	font-family:"Nunito",sans-serif;
    text-transform: capitalize;
	margin-bottom: 0;
}
.gym .about-text p{
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 400;
	font-family:"Nunito",sans-serif;
    line-height: 30px;
    margin-bottom: 20px;
}
.gym .gym-section-title {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
.gym.about-us-area{
	position: relative;
    overflow: hidden;
}
.gym.about-us-area:before {
    position: absolute;
    content: '';
    background: url(../img/demo/gym/bg-image-7.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.gym .about-text h3 {
    font-size: 34px;
    font-weight: 700;
    color: #463333;
    font-family: "Nunito",sans-serif;
	margin-bottom:15px;
}
.about-features-item{
	position:relative;
}
.about-feature-icon{
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 22px;
    color: #2618f3;
}
.gym .about-text .about-features .about-features-item .about-feature-text h4 {
    color: #442727;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
	margin-left:30px;
	text-transform:capitalize;
	font-family: "Nunito",sans-serif;
}
.gym .about-features{
	margin-top:40px;
}
.gym .about-btn a{
	background:#2618f3;
}




/*---------------------
  Fiteness Feature
-----------------------*/
.fitness-section{
	position:relative;
	overflow:hidden;
}
.inside-bg {
	position: relative;
	z-index: 1;
}
.inside-bg:after {
	background-image: url(../img/demo/gym/women-fitness.png);
	position: absolute;
    left: 50%;
    top: 230px;
    width: 401px;
    height: 722px;
    content: "";
    margin-left: -268px;
    z-index: -1;
}
.single-fitness-feature {
	margin-bottom: 50px;
	overflow: hidden;
}
.single-fitness-feature .fitness-number {
	margin-right: 24px;
	float: left;
}
.single-fitness-feature .fitness-number span {
	color: #fff;
	background: #2618f3;
	width: 67px;
	height: 67px;
	font-family: "Nunito",sans-serif;
	display: inline-block;
	line-height: 67px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.single-fitness-feature .fitness-number.left-number {
	margin-right: 0;
	margin-left: 24px;
	float: right;
}
.single-fitness-feature .fitness-text.left-text p {
	padding-right: 0;
	padding-left: 35px;
	font-family: "Nunito",sans-serif;
}
.single-fitness-feature .fitness-text {
	overflow: hidden;
}
.single-fitness-feature .fitness-text h4 {
	color: #353535;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform:capitalize;
	font-family: "Nunito",sans-serif;
}
.single-fitness-feature .fitness-text p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding-right: 35px;
	font-family: "Nunito",sans-serif;
}



.rtin-item {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 15px;
    padding: 60px 30px;
    -webkit-box-shadow: 0 1px 15px 0px rgba(164, 172, 187, 0.51);
    box-shadow: 0 1px 15px 0px rgba(164, 172, 187, 0.51);
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
}
.rtin-item h3 {
    font-size: 22px;
    margin-bottom: 28px;
	font-weight:700;
	text-transform:capitalize;
	font-family:"Nunito",sans-serif;
}
.rtin-icon{
	width: 30%;
	margin:0 auto;
}
.rtin-icon img {
    display: inline-block;
	width: 100%;
    height: 100%;
    line-height: 125px;
    text-align: center;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
}
.rtin-content p {
    margin-top: 26px;
    margin-bottom: 25px;
	font-size:16px;
	color: #7b7b7b;
	line-height:28px;
	font-family:"Nunito",sans-serif;
}
.rtin-content .rtin-read a {
    color: #8e8e8e;
    font-size: 15px;
    font-weight: 700;
	font-family:"Nunito",sans-serif;
}
.rtin-content .rtin-read a:hover {
	color:#2618f3;
}
.rtin-content .rtin-read a i {
    color: #2618f3;
    margin-right: 8px;
    font-size: 20px;
    position: relative;
    top: 2px;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
}
.gym-slider-owl .owl-dots {
    margin-top: 3rem;
    text-align: center;
	display:block;
}
.gym-slider-owl .owl-dots .owl-dot {
    display: inline-block;
}
.gym-slider-owl .owl-dots .owl-dot > span {
    display: inline-block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
	width: 18px;
    height: 8px;
    margin: 4px;
    border-radius: 4px;
    background: #cfd6e4;
}
.gym-slider-owl .owl-dots .owl-dot.active > span {
    background-color: #2618f3;
}


.gym.section-dash {
    background: url(../img/demo/gym/breadcrumb-bg.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.gym.section-dash:before {
    content: "";
	background: #2618f3;
	opacity:0.4;
    position: absolute;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gym.section-dash h2 {
    font-size: 35px;
	color:#fff;
	text-transform:capitalize;
    padding-top: 20px;
	font-weight:700;
	font-family:"Nunito",sans-serif;
	margin-bottom: 20px;
}
.gym.section-dash .about-btn .gym-btn:hover{
	color:#2618f3;
	background:#fff;
}
.gym.section-dash .about-btn .gym-btn{
    padding: 14px 48px;
    border-radius: 26px;
	color:#fff;
	display: inline-block;
	margin-top:20px;
	font-weight:600;
	font-family:"Nunito",sans-serif;
    border: 1px solid #2618f3;
}
.gym .custom {
    margin: 0 -16px !important;
}
.gym .protfolio-img {position:relative;overflow:hidden; border: 5px solid #fff;}





.gym.testimonials-area {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/demo/gym/trainer-bg.jpg) center center/cover no-repeat local;
}
.gym.testimonials-area .gym-section-title span, .gym.testimonials-area .gym-section-title h2 {
    color: #fff;
}

.gym .new-testimonials-7 {
    position: relative;
    display: block;
	margin:20px;
    padding: 40px 40px;
    background: #ffffff;
}
.gym .testimonials-grids .client-pic img {
    display: inline-block;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.gym .queit-box {
    position: absolute;
    right: 50px;
    top: 40px;
    line-height: 1em;
    font-size: 60px;
    color: #2618f3;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.gym .testimonials-grids .details-about {
    margin-top: 20px;
}
.gym .testimonials-grids .details-about h4 {
	font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
	font-family:"Nunito",sans-serif;	
}
.gym .testimonials-grids .details-about p {
    font-size: 16px;
    color: #7b7b7b;
    margin-top: 10px;
    line-height: 28px;
    font-family: "Nunito",sans-serif;
    font-weight: 600;	
}
.gym .testimonials-grids .owl-nav{
	text-align:center;
}
.gym .testimonials-grids .owl-dots{
	text-align:center;
	padding-top:20px;	
}
.gym .testimonials-grids .owl-dots .owl-dot {
    display: inline-block;
	padding: 0px 5px;
	margin:0 auto;
}

.gym.finance .detail-share {
    width: 100%;
	background:#f9f9f9;
}
.gym.finance .detail-share i {
    font-size: 32px;
    color: #007bff;
    float: left;
	padding: 12px 10px;
    background: #fff;
}
.gym.finance .contact-title {
    margin-top: 0px;
	margin-left: 28px;
    float: left;	
}
.gym.finance .detail-share p {
    margin-bottom: 0px;
}
.gym.finance .detail-share {
    padding: 26px 20px;
}










.saas .mainmenu ul li a:hover {
    color: #f95111;
}
.saas .mainmenu ul li a{
	color:#fff;
}
.slider-wrapper-saas {
    background-position: center center;
    background-size: cover;
    position: relative;
}
.saas .slider-wrapper-saas h1 span{
	color:#f95111;
}
.slider-wrapper-saas h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 12px 0px;
    font-size: 55px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.slider-wrapper-saas p {
	font-size: 18px;
    margin-top: 0rem;
    width: 100%;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
    margin: 15px auto;
    color: #fff;
    line-height: 30px;
}
.saas-button a, .saas-button-2 a {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
	background:#f95111;
    padding: 16px 40px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
}
.saas-button a:hover{color:#f95111;background:#fff;}
.saas-button-2 a:hover{color:#fff;background:#2618f3;}
.saas .brand-wrapper .brand-img{
    width: auto;
	height:100%;
    display: inline-block;
	text-align:center;
	padding:0px 30px;
}

.section-brnd {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.saas.gym.about-us-area:before {
    position: absolute;
    content: '';
    background: url(../img/demo/saas/shap-3.png);
    width: 100%;
    height: 100%;
	top: 15px;
    background-repeat: no-repeat;
}
.saas.gym-section-title span {
    color: #f95111;
	letter-spacing: .6px;
}
.about-text span {
    color: #f95111;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 10px;
    display: block;
	font-family: 'Nunito', sans-serif;
}
.saas .rtin-item {
    margin: 18px 0px;
}
.saas .rtin-icon {
    margin-bottom: 30px;
}
.saas .rtin-content .rtin-read a i, .rtin-content .rtin-read a:hover{
    color: #f95111;
}
.saas .rtin-item{
	-webkit-transition: 0.2s;
    transition: 0.2s;
}
.saas .rtin-item:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}


.dash-call-action{
    background: #2618f3;
}
.heading-action h2{
    padding-bottom: 12px;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    font-family: "Nunito",sans-serif;
    text-transform: capitalize;
}
.heading-action p{
	font-size: 18px;
    color: #fff;
	width:55%;
	margin:0 auto;
    line-height: 30px;
    font-family: "Nunito",sans-serif;
}

.protfolio-content-saas{
	padding: 15px 6px;
}
.protfolio-content-saas h4{
	font-size: 24px;
    color: #2f2f2f;
	margin-top:7px 0px 0px 0px;
	font-family:"Nunito", sans-serif;
	font-weight:700;
	text-transform:capitalize;
}
.protfolio-content-saas span{
    color: #7b8491;
    font-size: 15px;
	text-transform:capitalize;
	font-family:"Nunito", sans-serif;
}
.saas .protfolio-img::before {
    background: rgba(249, 81, 17, 0.85);
}


.saas.gym.testimonials-area {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/demo/saas/world-map.jpg) center center/cover no-repeat local;
}
.saas.gym .testimonials-grids .owl-dots .owl-dot.active > span {
    background-color: #f95111;
}
.saas.gym.testimonials-area:before {
    content: "";
    background: linear-gradient(to right, #2618f3, #f95111e0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.saas.gym .queit-box {
    color: #f95111;
}

.saas .gym-section-title span {
    color: #f95111;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Nunito', sans-serif;
}

.section-price{
	background:#fff;
}
.pricing {
    -webkit-box-shadow: 0 1px 15px 0px rgba(164, 172, 187, 0.51);
    box-shadow: 0 1px 15px 0px rgba(164, 172, 187, 0.51);
    padding: 40px 30px;
	border-radius: 20px;
}
.pricing h3{
    font-size: 28px;
    font-weight: 600;
    color: #000;
	font-family:"Nunito", sans-serif;
	margin-bottom: 12px;
}
.pricing .price-btn a{
    padding: 10px 28px;
    background: #2618f3;
    color: #fff;
	font-family:"Nunito", sans-serif;
    margin-bottom: 14px;
	display:inline-block;
    border-radius: 26px;
    border: 1px solid #2618f3;
    text-transform: capitalize;
}
.pricing .price-btn a:hover{
	color:#fff;
	background: #f95111;
	border: 1px solid #f95111;
}
.pricing .price > span {
    color: #9a9a9a;
	font-family:"Nunito", sans-serif;
}
.pricing .price > span > span {
    font-size: 3rem;
    color: #2618f3;
	font-family:"Nunito", sans-serif;
	font-weight:600;
}
.pricing ul li {
    margin-bottom: 20px;
}
.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
	font-family:"Nunito", sans-serif;
}
.ul-check.success li:before {
    color: #f95111;
}
.pricing{
    transition: 0.4s;
    margin-top: 0px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
.pricing:hover, .pricing.active {
    -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}
.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "FontAwesome";
	content: "\f00c";
    position: absolute;
}
.ul-check li.remove {
    text-decoration: line-through;
    color: #9a9a9a;
}
.ul-check li.remove:before {
    color: #9a9a9a;
}


.saas.finance .blog-area .grid-content {
    margin-top: 0px;
    padding: 35px 25px 45px 25px;
    border: none;
    box-shadow: none; 
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 68%;
    bottom: 0;
}
.saas.finance .grid-content .meta-wrap span {
    font-size: 16px;
    color: #fff;
}
.saas .grid-content span a {
    color: #fff;
}
.saas.finance .grid-content h2 {
	color:#fff;
}

.blog-wrapper-saas {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.saas.finance .blog-wrapper-saas::before{ 
    position: absolute;
    content: "";
    background: rgba(249, 81, 17, 0.73);
    height: 0%;
    width: 100%;
    left: 0;
    bottom: 0;
	visibility:hidden;
    transition: .3s;
    opacity: 0;
}
.saas.finance .blog-area .new-blog-builder .date {
    background-color: #2618f3;
}
.saas.finance .new-blog-builder:hover .blog-wrapper-saas::before {
    opacity: 1;
	height: 100%;
    visibility: visible;
}

.saas .side-bar-cont{
	background:#2618f3;
}
.saas.finance .detail-share {
    margin: 0px 12px 22px 0px;
}
.saas.gym.finance .detail-share {
    background:transparent;
}
.saas.gym.finance .detail-share i {
    color: #f95111;
}
.saas.finance .detail-share h5, .saas.finance .detail-share p {
    color: #fff;
}
.saas.finance .comment-respond .submit-btn button {
    background: #2618f3;
	font-family:"Nunito", sans-serif;
}








/*******************************************
	seo theme
*******************************************/
.no-padding {
    padding: 12px 0px;
}
.topbar-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#topbar ul li:first-child {margin:0px;
    padding-left: 4px;
}
#topbar ul li, #topbar ul li a {
    color: #bdbdbd;
    font-size: 15px;
	font-family:"Nunito", sans-serif;
    line-height: 15px;
}
#topbar ul li {
    border-right: 1px solid #ec1111;
    display: inline-block;
    padding: 0 10px;
}
#topbar .topbar-block.left ul li i {
    color: #ec1111;
    font-size: 16px;
    margin-right: 6px;
    margin-top: -1px;
    float: left;
}
#topbar .topbar-block.left ul li:nth-child(2) a {
    font-size: 13px;
}
#topbar ul li:last-child {
    border: medium none;
}
#topbar .topbar-block:last-child {
    padding-right: 10px;
}
#topbar .topbar-block ul.social a {
    font-size: 15px;
}
#topbar .topbar-block ul.social a:hover {
    color:#ec1111;
}
#topbar ul.social li {
    height: 17px;
    margin: 0 -1px;
    padding: 1px 9px;
    width: auto;
}
#topbar .topbar-block {
    float: left;
}
.seo.saas .mainmenu ul li a:hover {
    color: #000000;
}

.seo.porri.gym{
	background:transparent;
	position: absolute;
    z-index: 22;
    left: 0;
    width: 100%;
}
.seo-bg{
	background:#ec1111;
}
.seo .slider-wrapper-saas h1, .seo .slider-wrapper-saas p {
    color: #000;
}
.seo .saas-button a {
    color: #fff;
    background: #ec1111;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.case-bg-1 {
  background-image: url(../img/demo/seo/study_banner.png);
  background-size: 100% 100%;
  padding:120px 0px 160px 0px;
}

.case-study-area {
  position: relative;
}
.case-study-area.white-case-study {
  padding: 0px 0 200px 0;
}
.case-study-area.white-case-study.study-page {
  padding-top: 93px;
  padding-bottom: 140px;
}
.case-study-area.white-case-study.study-page .details-title h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  color: #001D38;
  margin-bottom: 40px;
}
.case-study-area .patrn-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.case-study-area .patrn-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.seo.finance .section-tittle h2, .seo.finance .section-tittle p {
    color: #fff;
}

.case-active .subheading{
	background: rgba(255, 255, 255, 0.75);
    padding: 24px 60px;
    position: absolute;
    left: 32px;
    bottom: 0px;
}
.subheading h4{
    font-size: 22px;
	margin-bottom:0;
    font-weight: 600;
	font-family:"Nunito",sans-serif;
}
.subheading p{
    font-size: 15px;
    font-weight: 400;
	margin-bottom:0;
	font-family:"Nunito",sans-serif;
}
.case-study-area .single-study {
	position:relative;
	overflow:hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}
.case-study-area .single-study .thumb img {
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.case-study-area .single-study:hover .thumb img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.case-study-area .owl-dots {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -25%;
}
.case-study-area .owl-dots div {
  width: 10px;
  height: 10px;
  background: #334A60;
  display: inline-block;
  margin: 0 2px;
  	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.case-study-area .owl-dots div.active {
  width: 24px;
  background: #808E9C;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.case-study-area .load-more {
  margin-top: 40px;
}
.case-study-area .load_more .load-more-btn {
  display: inline-block;
  color: #FF008C;
  background: #FFF5FB;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 13px 35px;
  font-size: 15px;
  font-weight: 500;
}
.case-study-area .load-more .load-more-btn:hover {
  background: #FF008C;
  color: #fff;
}
.seo .saas-button.bttn-2 a{
	border:1px solid #ec1111;
}
.seo .saas-button.bttn-2 a:hover {
    color: #ec1111;
    background: #fff;
	border:1px solid #ec1111;
}


.seo .about-text h3 {
    font-size: 34px;
    font-weight: 700;
    color: #463333;
    font-family: "Nunito",sans-serif;
    margin-bottom: 15px;
}


.seo.saas.gym.about-us-area:before {
    background: url(../img/demo/seo/icon_2.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 15px;
	left:-54px;
    background-repeat: no-repeat;
}
.work-process .single-fitness-feature {
    margin-bottom: 8px;
}
.work-process {
    margin-top: 35px;
}
.seo .single-fitness-feature .fitness-number span {
    background: #ec1111;
	border:1px solid #ec1111;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.seo .single-fitness-feature:hover .fitness-number span {
    background: #fff;
	color:#ec1111;
	border:1px solid #ec1111;
}


.single-feature {
    margin-bottom: 30px;
    padding-right: 50px;
}
.single-feature h4 {
    font-size: 22px;
    margin-top: 32px;
	font-family:"Nunito",sans-serif;
    margin-bottom: 13px;
	text-transform:capitalize;
    font-weight: 700;
}
.single-feature p {
    font-size: 15px;
	font-family:"Nunito",sans-serif;
    margin-bottom: 0;
	font-weight: 400;
}



.seo.dash-call-action {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/demo/seo/slide-2.png) center center/cover no-repeat local;
}


.hero-form {
    position: relative;
	margin-top:35px;
}
.hero-form input {
    background: #fff;
    width: 60%;
    height: 60px;
    border: 0;
    padding: 0 20px;
    font-weight: 300;
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
}
.hero-form button {
    position: absolute;
    right: 228px;
    border: 0;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(0,0,184) 0%, rgb(115,0,233) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(184, 0, 0) 0%, rgb(233, 32, 0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,0,184) 0%, rgb(115,0,233) 100%);
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    top: 6px;
    font-weight: 500;
}



.seo-tm.finance .team-member .social-finan {
    background: #ec1111;
}
.seo-tm.finance .team-detail-finan:hover h3 {
    color: #ec1111;
}

.seo-tm .pricing .price > span > span {
    color: #ec1111;
}
.seo-tm .pricing .price-btn a {
    background: #ec1111;
    border: 1px solid #ec1111;
}



.seo-tm.saas.finance .blog-area .new-blog-builder .date {
    background-color: #ec1111;
}
.saas.finance .blog-wrapper-saas::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.73);
}
.seo-tm.saas.finance .grid-content h2 a:hover {
    color: #ec1111;
}

.seo.gym .testimonials-grids .details-about p {
	padding:0;
}
.seo.finance .queit-box i {
    color: #ec1111;
}
.seo-tm.saas.finance .comment-respond .submit-btn button {
    background: #ec1111;
    font-family: "Nunito", sans-serif;
}











/*******************************************
	corporate theme
*******************************************/


.topper .text {
    color: rgba(0, 0, 0, 0.7);
    padding-left: 15px;
}
.topper .text span:first-child {
    font-weight: 300;
    color: #000000;
	font-family:"Nunito",sans-serif;
}
.topper .text span {
    width: 100%;
    display: block;
    line-height: 1.4;
    font-weight: 600;
	font-family:"Nunito",sans-serif;
}
.topper .icon span {
    color: #25be5a;
    font-size: 32px;
}
.corpo .form .form-control {
	font-family:"Nunito",sans-serif;
}

.corpo.seo-bg {
    background: #25be5a;
}
.corpo.saas .mainmenu ul li a:hover {
    color: #fff;
}

.corpo .slider-wrapper {
	background-position: center top;
}
.corpo .slider-wrapper .overlay-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.6;
    background: rgb(0, 0, 0);
}
.corpo.corpo .slider-active-owl .owl-nav div {
    background: #25be5a;
}
.corpo .slider-active-owl .owl-nav div:hover {
    background: #fff;
    color: #25be5a;
}
.corpo .slider-wrapper .header-button a {
    border: 1px solid #ffffff;
    background: #25be5a;
}
.corpo.gym .slider-wrapper h3 {
    font-size: 14px;
    font-weight: 600;
	font-family: "Nunito",sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.corpo.gym .slider-wrapper h1{
    font-family: "Nunito",sans-serif;
	font-weight:800;
}








.services-cop {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.corporate-wrap h2{
	font-size:30px;
	font-weight:800;
	font-family:"Nunito",sans-serif;
	line-height:42px;
}
.services-cop .icon {
    line-height: 1.3;
    position: relative;
}
.services-cop .icon span {
    font-size: 50px;
    color: #00bdaa;
}
.services-cop .icon span:before {
    display: inline-block;
    color: #25be5a;
    font-size: 50px;
    line-height: 55px;
    padding-right: 10px;
	margin-left:0;
}
.consult-wrap {
    margin-top: -60px;
    -webkit-box-shadow: 0px -15px 39px -13px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px -15px 39px -13px rgba(0, 0, 0, 0.35);
    box-shadow: 0px -15px 39px -13px rgba(0, 0, 0, 0.35);
	position:relative;
	z-index:1;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.corporate-service .bg-primary-img img{
    height: 578px;
    width: 100%;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
	padding: 0;	
}
.services-cop .media-body h3 {
    font-weight: 600;
    font-size: 20px;
    color: #233e62;
}
.services-cop .icon span {
    font-size: 50px;
    color: #00bdaa;
}
.services-cop .media-body h3 {
    font-weight: 600;
    font-size: 22px;
    color: #233e62;
    font-weight: 700;
	font-family:"Nunito",sans-serif;
}
.services-cop .media-body p {
    font-weight: 400;
    font-size: 16px;
	font-family:"Nunito",sans-serif;
    color: #999;
}


.corpo .heading-action p {
	width: 100%;
}

.corpo.about-vido:before {
    background: rgba(0,0,0,0.3);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.corpo .video-background {
    right: -80px;
    bottom: -100%;
}

.corpo .section-tittle:after {
    position: absolute;
    left: 48%;
    content: '';
    width: 50px;
    height: 3px;
    background: #25be5a;
    top: 70%;
}

.padd-left{
	padding-left: 3rem;
	padding-right: 3rem;
}
.testimony-wrap .client-pic{
    border-radius: 50%;
	top: -40px;
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;	
}
.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    background: #fafafa;
}	
.testimony-wrap .quote {
    position: absolute;
    bottom: 18px;
    left: 75%;
    opacity: 1;
}
.testimony-wrap .quote i {
    color: #25be5a;
    font-size: 48px;
}
.testimony-wrap .text p {
    color: #666;
    font-family: "Nunito",sans-serif;
    font-size: 16px;
    line-height: 30px;
}	
.testimony-wrap .position {
    font-size: 14px;
    color: #25be5a;
	font-family: "Nunito",sans-serif;
}
.testimony-wrap p.name {
    font-weight: 600;
    font-size: 20px;
	font-family: "Nunito",sans-serif;
    margin-bottom: 0;
    color: #000000;
}	
.corpo.finance .testimonials-grids .owl-dots {
    text-align: center;
    margin-top: 30px;
}	
.corpo.finance .testimonials-grids .owl-dots .owl-dot.active span {
    background: #25be5a;
}	
	
.corpo-pric-bg{
	position:relative;
}	
.corpo-pric-bg:before {
    background: url(../img/demo/corporate/shap-3.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -25px;
    left: -54px;
    background-repeat: no-repeat;
}	
.corpo .pricing h3:after {
    position: absolute;
    left: 43%;
    content: '';
    width: 50px;
    height: 6px;
    background: #25be5a;
    top: 14%;
}
.corpo.seo-tm .pricing .price > span > span {
    color: #25be5a;
}
.corpo.seo-tm .pricing .price-btn a {
    background: #25be5a;
    border: 1px solid #25be5a;
}	
.corpo .ul-check.success li:before {
    color: #25be5a;
}	
	
	
.corpo.saas.finance .blog-area .grid-content {
    position: relative;
    background: black;
	background:#eef2f6;

}	
.corpo.finance .blog-area .new-blog-builder .date {
    background-color: #25be5a;
    font-family: "Nunito",sans-serif;
    border-radius: 0%;
}	
.corpo.finance .grid-content .meta-wrap span {
    color: #25be5a;
}	
.corpo .new-blog-builder .blog-wrapper-saas img {
	transition: all 0.24s ease-in-out;
	transform: translateY(10);
}
.corpo .new-blog-builder:hover .blog-wrapper-saas img {
    transform: translateY(0);
}	
	
.btn-wraper a:hover{
	color: #25be5a;
}
.btn-wraper a{
    color: #576277;
}
.btn-wraper{
    padding: 0 0 0 0;
    font-family: "Nunito",Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0);
    border-radius: 0 0 0 0;
}	
	
	
	
/*******************************************
	StartUP theme
*******************************************/	
	
.logo-middle-6 {
    position: absolute;
    left: 44%;
    top: 0px;
    margin-left: -42.5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}	
	
.startup #nav-13 {
    position: relative;
}

.startup .menu-background-6 .mainmenu ul {
    text-align: right;
}	
.startup .menu-background-6 .mainmenu ul li:nth-child(1) {
    float: left;
}
.startup .menu-background-6 .mainmenu ul li:nth-child(2) {
    float: left;
}
.startup .menu-background-6 .mainmenu ul li:nth-child(3) {
    float: left;
}
.startup .menu-background-6 .mainmenu ul li:nth-child(4) {
    float: left;
}
.startup.scroll-header .slicknav-bg-6 {
    background: #a5a5a5;
}	
	
.startup.corpo.seo-bg {
    background: #122e98;
}	
	
.startup-bg .overlay-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.6;
    background: rgb(0, 0, 0, 0.5);
}	
.startup-bg{
	position:relative;
}	
.startup-bg:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 55%;
    background: #122e98;
    border-bottom-right-radius: 0;
}	
.startup .slider-wrapper-saas h1 span{
	color:#122e98;
}		
.startup .slider-wrapper-saas h3 {
	color:#fff;
	font-size: 24px;
	font-weight:600;
	font-family: "Nunito",Sans-serif;
}		
	
.startup.finance .section-tittle .small-title {
    color: #f95111;
    font-size: 16px;
	animation:none;
	padding-bottom: 14px;
	font-family: "Nunito",Sans-serif;
}	
.startup .section-tittle h2 span {
    color: #122e98;
    font-size: 46px;
	animation:none;
	text-transform:capitalize;
}	

.startup.finance .section-tittle h2 {
    line-height: 24px;
	padding-top: 8px;
}

.service-bordr {
    border-left: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
    width: 100%;
    padding: 30px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.service-bordr:hover {
    background: rgba(18, 46, 152, 0.82);
    -webkit-box-shadow: 0 0 27px -16px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 27px -16px rgba(0,0,0,.75);
    box-shadow: 0 0 27px -16px rgba(0,0,0,.75);
    border: none;
}
.startup .service-bordr:hover .media-body p, .startup .service-bordr:hover .media-body h3 {
    color: #fff;
}
.startup .services-cop .icon span:before {
    color: #f95111;
}
.service-bordr.noborder-left {
    border-left: none;
}
.service-bordr.noborder-bottom {
    border-bottom: none;
}

.startup .services-cop {
    margin-bottom: 0px;
}
.startup .services-cop .icon, .startup .services-cop .media-body h3  {
    margin-bottom: 16px;
}




.startup-abut.corpo-abut .section-tittle h5 {
    color:#f95111;
	font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.startup-abut.finance .wrap-about h2 {
    line-height: 24px;
	padding-top: 8px;
}
.startup-abut .section-tittle h2 span {
    color: #122e98;
    font-size: 46px;
    animation: none;
    text-transform: capitalize;
}
.wrap-about p {
    color: #666;
    font-family: "Nunito",sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-top: 18px;
}

.hiw-list-text h4 {
    font-size: 20px;
    font-weight: 600;
	font-family: "Nunito",sans-serif;
    margin-bottom: 10px;
    line-height: 1.1;
}

.hiw-list-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #7b8491;
	width:62%;
	font-family: "Nunito",sans-serif;
    margin-bottom: 15px;
    transition: .3s;
}
.hiw-icon span:before {
    display: inline-block;
    color: #f95111;
    font-size: 40px;
    line-height: 55px;
    padding-right: 10px;
    margin-left: 0;
}
.hiw-icon{
    padding-right: 10px;
}


.startup.corpo.dash-call-action {
    background: url(../img/demo/startup/bg-img2.jpg) center center/cover no-repeat local;
}
.startup.corpo.dash-call-action:before {
	background-color: rgba(0, 123, 255, 0.45);
}
.startup .video-btn-style-four, .startup .video-btn-style-four:before, .startup .video-btn-style-four:after {
    background: #f95111;
	color:#fff;
	border: 2px solid #f95111;
}
.startup .video-holder {
    left: 75%;
}



.startup-gallery .single-gallery {
    overflow: hidden;
    position: relative;
}
.startup-gallery .single-gallery img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.startup-gallery .single-gallery .gallery-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
	background: rgba(18, 46, 152, 0.82);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
}
.startup-gallery .single-gallery:hover .gallery-hover {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}
.startup-gallery .single-gallery .gallery-hover .hover-inner {
    display: table-cell;
    vertical-align: middle;
}
.startup-gallery .single-gallery .gallery-hover .hover-inner h3:hover {
	color:#f95111;
}
.startup-gallery .single-gallery .gallery-hover .hover-inner h3 {
    font-size: 24px;
    color: #fff;
	font-family: "Nunito",sans-serif;
    font-weight: 600;
}
.startup-gallery .single-gallery .gallery-hover .hover-inner span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	font-family: "Nunito",sans-serif;
}
.startup-gallery .mb-20 {
    margin-bottom: 20px;
}



.startup .team-member-warp .overlay-box::before {
    background: rgba(18, 46, 152, 0.82);
}
.startup .team-member-warp .overlay-box::after {
    background: #f95111d1;
}


.startup .counter-text h2 {
    color: #fff;
	font-weight:700;
	margin-bottom:20px;
	font-family: "Nunito",sans-serif;
}
.startup .counter-text span {
    color: #fff;
	font-size:18px;
	font-family: "Nunito",sans-serif;
}
.startup .counter-text h2:after {
	position: absolute;
    left: 40%;
    content: '';
    width: 50px;
    height: 3px;
    background: #f95111;
    top: 56%;
}


.startup.testimonials-area .item{
    border: 1px solid #ddd;
    padding: 6px;
}
.startup .testimony-wrap .quote i {
    color:#122e98;
}	
.startup .testimony-wrap .position {
    font-size: 15px;
    color: #f95111;
}	
.startup.finance .testimonials-grids .owl-dots {
    margin-top: 40px;
}
.startup.finance .testimonials-grids .owl-dots .owl-dot.active span {
    background: #f95111;
}	
	
.news-boxx {
    padding: 0 30px;
    margin-top: -85px;
}	
.startup.finance .blog-area .grid-content {
    margin-top: 0px;
    padding: 35px 25px 45px 25px;
	border: none; 
	box-shadow: 0px 10px 40px 0px rgba(0, 36, 107, 0.15);
    border-radius: 0px 0px 5px 5px;
    background: #fff;
    position: relative;
}	
.startup .btn-wraper a:hover {
    color: #f95111;
}  	
.startup.finance .grid-content .meta-wrap span {
    font-size: 16px;
    color: #f95111;
}
.startup.finance .blog-area .new-blog-builder .date, .startup.finance .comment-respond .submit-btn button {
    background-color: #122e98;
}
.startup.gym.finance .detail-share i {
    color:#122e98;
}



.photograph-nav-toggle {
    position: fixed;
    left: -12px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: vasiable;
    padding: 20px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.photograph-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.photograph-nav-toggle i::before {
    top: -7px;
}
.photograph-nav-toggle i::before, .photograph-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.photograph-nav-toggle.display i {
    background: transparent;
}
.photograph-nav-toggle.display i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.photograph-nav-toggle.display i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.photograph-nav-toggle.display i::before, .photograph-nav-toggle.display i::after {
    background: #f95111;
}

.main-content.display, .photograph-nav-toggle.display {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}
.photograph-nav-toggle.display {
    top: 17px;
    left: -48px;
}
.photograph-nav-toggle {
    display: none;
}

@media screen and (max-width: 768px){
.mobile-menu-new {
    width: 300px;
    -moz-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    padding-top: 4em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;  
}
.mobile-menu-new.display {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 300px;
    background: #f2f3f7;
    z-index: 999;
    position: fixed;
}
  .main-content{
    width:100% !important;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; 
  }  
}
	

.header-bar {
    float: right;
    width: 250px;
    height: 100vh;
    min-height: 400px;
    overflow: auto;
    background: #fff;
	box-shadow: 0 10px 4px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: left;
    position: fixed;
    left: 0;
    top: 0;
}
.header-bar ul {
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
}
.header-bar ul li {
    list-style: none;
    margin-bottom: 5px;
}
.header-bar ul li.active a {
    color: #f95111;
}
.header-bar ul li a:hover {
    color: #f95111;
}
.main-menu-warp {
    margin-top: 40px;
}
.header-bar ul li a {
	display: block;
    padding: 4px 0;
    color: #000;
    font-family: "Nunito",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.main-content {
    float: right;
    width: calc(100% - 250px);
}	
	
.main-content .photos .photo-item {
    position: relative;
	margin-bottom: 20px;
}	
.main-content .container-fluid {
    padding-right: 0;
}	
.main-content .photos .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}	
.main-content .photos .photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.main-content .photos .photo-item .photo-text-more .heading {
    font-size: 18px;
    color: #fff;
	font-family: "Nunito",sans-serif;
    margin-bottom: 0;
	font-weight:600;
}
.main-content .photos .photo-item .photo-text-more i {
    color: #f95111;
    font-size: 24px;
	margin-top:12px;
}
.main-content .photos .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.main-content .photos .photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}	
.main-content .photos .photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}	
	
.photography.porri.copyright-1{
    color: #000;
}	
.photography.porri.copyright-1 a{
	color:#f95111;
}	
	

	
	
.photograph.corpo-abut .tabs .current a {
    color: #fff;
    background: #f95111;
    border: 1px solid #f95111;
}	
.photograph .wrap-about .about-cuntr .text h2 {
    color: #f95111;
}	
	
.photograph.finance .blog-area .new-blog-builder .date {
    background-color: #f95111;
}	
.photograph.finance .comment-respond .submit-btn button {
    background-color: #f95111;
}	
.photograph.gym.finance .detail-share i {
    color: #f95111;
}	
.photograph.finance .form-control:focus {
    border-color: #f95111;
}	
	
	
	
.black-photograph .header-bar, .black-photograph-cont{
	background:#000;
}
.black-photograph .header-bar ul li a {
    color: #fff;
}
.black-photograph .header-bar ul li.active a, .black-photograph .header-bar ul li a:hover{
    color: #f95111;
}
.black-photograph .photography.porri.copyright-1 {
    color: #fff;
}

.black-photograph .header-bar{
    float: left;
    width: 250px;
    height: 100vh;
    min-height: 400px;
    overflow: auto;
    box-shadow: 0 10px 4px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: right;
    position: fixed;
    right: 0 !important;
    top: 0;
	left:auto;
}
.black-photograph-cont.main-content {
    float: left;
    width: calc(100% - 250px);
}
.black-photograph .header-bar ul {
    text-align: right;
}





.black-photograph-cont.main-content.display, .black-photograph .photograph-nav-toggle.display {
    top: 0;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
}

.black-photograph .photograph-nav-toggle i::before, .black-photograph .photograph-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #f95111;
}
.black-photograph .photograph-nav-toggle {
    right: -12px;
	left:auto;
    top: 0;
}
.black-photograph .photograph-nav-toggle.display {
    top: 17px;
    right: 0;
}
.photograph-nav-toggle {
    display: none;
}

@media screen and (max-width: 768px){
.black-photograph .mobile-menu-new {
    width: 300px;
    -moz-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    padding-top: 4em;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;  
}
.black-photograph .mobile-menu-new.display {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 300px;
    background: #000;
    z-index: 999;
    position: fixed;
}
 .black-photograph-cont.main-content{
    width:100% !important;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; 
  }  
}


.black-photograph-cont .corpo-abut .section-tittle h5{
    color:#fff;
}	 
.black-photograph-cont .finance .section-tittle h2 {
    color:#fff;
}	
.black-photograph-cont .wrap-about .about-cuntr .text span {
    color: rgb(255, 255, 255);
}	
	
.black-photograph-cont .finance.section-blog {
    background: #000;
}	
.black-photograph-cont .finance .comment-respond, .black-photograph-cont .gym.finance .detail-share {
    background: #464646;
}	
.black-photograph-cont .finance .detail-share h5, .black-photograph-cont .finance .detail-share p {
    color: #fff;
}
	
.photograph-main .blog-wrapper-saas{
	position: relative;	
}	
.photograph-main .new-blog-builder:hover .blog-wrapper-saas img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.photograph-main  .blog-wrapper-saas img {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
}	
	
	
	
	
	
	
	
.pp-blog.seo-bg {
    background: #fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
	border-bottom:2px solid #e20378;	 
}	
.pp-blog.saas .mainmenu ul li a {
    color: #000;
}	
.pp-blog.saas .mainmenu ul li a:hover, .pp-blog .social ul li a:hover {
	color:#e20378;	
}
.pp-blog .social ul li a {
    color: #000;
}	
.pp-blog .social {
    text-align: right;
    margin-top: 6px;
}	
.pp-blog .mainmenu ul li:hover .sub-menu {
    top: 136%;
}	
.pp-blog .mainmenu ul li:hover > .sub-menu li > a:hover {
    color: #fff;
    background: #e20378;
}	
.pp-blog .mainmenu ul li .sub-menu {
    border-top: 2px solid #e20378;
}	
	
	
	
.welcome-post .post-content {
    position: absolute;
    width: 80%;
    bottom: 10%;
    left: 10%;
    z-index: 5;
}
.welcome-post:before {
    background: rgba(0,0,0,0.58);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}	
.pp-blog .welcome-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
}	
.welcome-post .post-content .post-title {
    padding: 5 0px;
    font-size: 30px;
	font-family:"Nunito",sans-serif;
    font-weight: 600;
    color: #fff;
	text-transform:capitalize;
    display: inline-block;
}	
.welcome-post.style-2 .post-title {
    padding: 10 0px;
    font-size: 18px;
	font-family:"Nunito",sans-serif;
}
 .welcome-post .post-content .tag.tag-2 {
    background-color: #6bc045;
}
.welcome-post .post-content .tag.tag-3 {
    background-color: #ee9202;
}
.welcome-post .post-content .post-title:hover {
    color: #e20378;
}
.welcome-post .post-content p {
    font-size: 12px;
    color: #fff;
	font-family:"Nunito",sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}
.welcome-post .post-content .tag {
    background-color: #e20378;
    width: 88px;
    height: 25px;
    color: #fff;
	font-family:"Nunito",sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}	
	
.post-category {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    letter-spacing: .2em;
    font-weight: 700;
    font-size: .6rem;
    text-transform: uppercase;
}
.post-sm-entry h2 {
    font-size: 1rem;
    line-height: 1.4;
    font-family: "Nunito",sans-serif;
    color: #000;
}	
.post-sm-entry figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}	
	
	
	
.personal-blog-warp .blog-sidebar .widget > h3, 
.personal-blog-warp .blog-sidebar .recent-post-widget .entry-details h4,
.personal-blog-warp .blog-sidebar .recent-post-widget .date,
.personal-blog-warp .blog-sidebar .categories-widget ul a, 
.personal-blog-warp .blog-sidebar .recent-comments .post-by,
.personal-blog-warp .blog-sidebar .recent-comments a  {
    font-family: "Nunito",sans-serif;
}
.personal-blog-warp .blog-sidebar .news-letter-widget button {
    top: 50px;
}
.personal-blog-warp .blog-sidebar .widget > h3 {
	font-weight:700;
}
.personal-blog-warp .blog-sidebar .recent-comments .post-by {
	font-weight:600;
	text-transform:capitalize;
}		
.personal-blog-warp .blog-sidebar .recent-post-widget .entry-details h4:hover a {
    color: #e20378;
}
.personal-blog-warp.finance .blog-area .new-blog-builder .date,
.personal-blog-warp .blog-sidebar .search-widget button,
.personal-blog-warp .blog-sidebar .news-letter-widget button {
    background-color: #e20378;
}
.personal-blog-warp.finance .form-control:focus {
    border-color: #e20378;
}
.personal-blog-warp.startup.finance .grid-content .meta-wrap span {
    color: #e20378;
}



.blog-sidebar .categories-Tag .tags {
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.blog-sidebar .categories-Tag .tags li {
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
    display: inline-block;
}
.blog-sidebar .categories-Tag .tags li a {
    float: left;
    display: block;
    border-radius: 4px;
	padding: 6px 6px;
    color: gray;
    font-size: 14px;
	font-family:"Nunito",sans-serif;
    background: #f2f2f2;
}
.blog-sidebar .categories-Tag .tags li a:hover {
    color: #fff;
    background: #e20378;
}

.personal-blog-warp .blog-wrapper-saas img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}






.minimal .seo-bg {
    background: #25be5a;
}	
.minimal.seo.porri.gym {
    top: 30px;
}	
.minimal-prot.finance .banner-wrapper:before {
	background: linear-gradient(to bottom, #251675ad, #2b073c);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}	
.minimal-prot .about-cuntr{
    position: absolute;
    left: 20%;
    top: 100%;
    padding: 0px 0px;
}	
.minimal-prot .about-cuntr .block-18 {
    padding: 0 24px;
}	
	
.minimal-prot .wrap-about .about-cuntr .text span {
    color: #fff;
}	
.minimal-prot .protfolio-menu button:hover, .minimal-prot .protfolio-menu button.active {
    color: #25be5a;
}	
	
	
	
.minimal-dash.corpo.dash-call-action {
    background: url(../img/demo/minimal/02.jpg) center center/cover no-repeat local;	
}	
	
	
	

.minimal-serv .single-feature h4 span {
    margin-right: 15px;
	font-weight:400;
}	
.minimal-serv .single-feature h4 span:before {
    margin-left: 0px;
	font-size: 35px;
	color:#25be5a;
}	
	
	
.minimal-about .hiw-icon span:before {
    display: inline-block;
    color: #25be5a;
}	
.minimal-blog.finance .blog-area .new-blog-builder .date {
    background-color: #25be5a;
}	
.minimal-blog.startup.finance .grid-content .meta-wrap span {
    color: #25be5a;
}	
.minimal-subr .subscribe-box {
    background-color: #25be5a;
}	
.minimal-subr .subscribe-text h1, .minimal-subr .subscribe-text span, .minimal-subr .subscribe-form form input{
    font-family: "Nunito", sans-serif;
}	
	
.minimal-subr.subscribe-area {
    margin-bottom: 100px;
}	
.minimal-cnt-bg{
	background:#f9f9f9;
}	
	
	
	
.minimal-contact.gym.finance .detail-share {
    background: #fff;
}	
.minimal-contact.finance .comment-respond {
    background: #fff;
}	
.minimal-contact.gym.finance .detail-share i {
    font-size: 32px;
    color: #25be5a;
}	
.minimal-contact.finance .comment-respond .submit-btn button {
    background-color: #25be5a;
}	
.minimal-contact.finance .form-control:focus {
    border-color: #25be5a;
}	
	
	




.app.saas .mainmenu ul li a {
    color: #000;
}
.app .ftp i {
    color: #ec1111;
}
.app.porri.scroll-header {
    background: #fff none repeat scroll 0 0;
}
.app .seo-bg {
    background: linear-gradient(to right,#1345e6 0%,#ed239f 51%,#1345e6 100%);
}
.home_banner_area {
    background: url(../img/banner/home-banner.png) no-repeat top center;
    background-position: center;
    background-size: cover;
    min-height: 890px;
}
.app-banner .slider-wrapper-saas {
    background-position: center center;
    background-size: cover;
    position: relative;
	min-height: 890px;
}
.home-right-img .img-fluid {
    max-width: 100%;
    height: 600px;
}


.buttons-wrp {
    padding: 20px 24px 16px;
    max-width: 225px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #fff !important;
}
.buttons-wrp.whit a h4{
	color: #fff !important;
}
.buttons-wrp.whit{
	background: linear-gradient(to right,#1345e6 0%,#ed239f 70%);	
}
.buttons-wrp:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	background: linear-gradient(to right,#1345e6 0%,#ed239f 70%);
    color: #fff !important;
    border: 1px solid #fff;
}
.buttons-wrp i {
    font-size: 44px;
    padding-right: 20px;
    color: #eeeeee;
    margin-top: -8px;
}
.buttons-wrp h4 {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.buttons-wrp h4 span {
    font-size: 24px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}
.buttons-wrp.dark {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
}
.buttons-wrp.dark a h4 {
    color: #fff;
	
}
.hero-app-8 {
	position: absolute;
    left: 45%;
    top: 80%;
}
.custom-animation {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
	
    animation-delay: 1s;
    transition: all .9s ease 5s;
    user-select: none;
}
.hero-app-7 {
    position: absolute;
    top: 13%;
    left: 51%;
}
.custom-animation2 {
    backface-visibility: hidden;
    animation: move 4.2s linear infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-delay: 1s;
    transition: all 1s ease 3s;
    user-select: none;
}
@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .8
    }
    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(.8);
        opacity: .9
    }
    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(.9);
        opacity: .8
    }
    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(.75);
        opacity: .6
    }
    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(.9);
        opacity: .7
    }
    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(.95);
        opacity: .85
    }
}

.hero-app-1 {
    position: absolute;
    left: 4%;
    top: 10%;
}
.custom-animation {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all .9s ease 5s;
    user-select: none;
}


	

.abut-app.seo .saas-button a {
    color: #fff;
    background: linear-gradient(to right,#1345e6 0%,#ed239f 70%);
	border:1px solid #122e98;
}
.about-picc .about-img {
    max-width: 100%;
    height: 600px;
}

.app-abut-2.seo .single-fitness-feature .fitness-number span {
    background:linear-gradient(to right,#1345e6 0%,#ed239f 70%);
    border: 1px solid #ec1111;
}
.app-abut-2.seo .single-fitness-feature:hover .fitness-number span {
    background: #fff;
    color: linear-gradient(to right,#1345e6 0%,#ed239f 70%);
    border: 1px solid #ec1111;
}


.testimonials-grids-warp::after {
    background: url(../img/demo/app/testimonial-bg.webp) left center no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -130px;
    width: 665px;
    height: 550px;
    transform: scale(0.8);
    background-size: cover;
    z-index: -1;
    display: none;
}
.testimonials-grids-warp::after {
    width: 665px;
    height: 550px;
    transform: scale(1);
}
.testimonials-grids-warp::after {
    display: block;
}
.testimonials-grids-warp .testimonial-item {
    margin-top: 150px;
}
.testimonials-grids-warp .owl-item img {
    width: 200px;
    height: 225px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0 40px 0 40px;
    box-shadow: -1px 7px 20px 0px rgba(5,54,77,0.2);
}


.testimonials-grids-warp .details-about h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: "Nunito",sans-serif;
}
.testimonials-grids-warp .rating i {
    color: #ffc515;
}
.testimonials-grids-warp .details-about p {
    font-size: 16px;
    color: #7b7b7b;
    margin-top: 10px;
    line-height: 28px;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
}

.testimonials-grids-warp .owl-dots .owl-dot.active span {
    background: #5f30ff;
}
.testimonials-grids-warp .owl-theme .owl-dots .owl-dot.active span, .testimonials-grids-warp .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.testimonials-grids-warp .owl-dots .owl-dot span {
    background: #c8cfda;
}
.testimonials-grids-warp .owl-dots .owl-dot {
    display: inline-block;
}
.testimonials-grids-warp .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.testimonials-grids-warp .owl-dots {
    position: absolute;
    left: 70%;
    padding-top: 20px;
    transform: translateX(-50%);
}

.mm-top{
	margin-bottom:170px;
}
.app-service .icon-card-one .wrp .icon-twitter::after {
    background: #1345e6;
}
.app-service .icon-card-one .wrp .icon {
    color: #1345e6;
}
.app-service .icon-card-one .grid-wrp:hover .wrp h4, .wrp-icon {
    color: #1345e6;
}
.app-service .icon-card-one .wrp h4, .app-service .icon-card-one .wrp p {
	font-family:"Nunito",sans-serif;
}
.app-service .icon-card-one .wrp h4{
	font-size:22px;
	font-weight:700;
}
.app-service .icon-card-one .wrp p {
	font-size:15px;	
}

.app-desh .hero-form button {
    background-image: -moz-linear-gradient( 0deg, rgb(53, 36, 187) 0%, rgb(204, 28, 0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(53, 36, 187) 0%, rgb(204, 28, 0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(53, 36, 187) 0%, rgb(204, 28, 0) 100%);
}




.app-team .team-style-six .inner-box .lower-box h4 {
    font-family: "Nunito", sans-serif;
}
.team-style-six .inner-box .lower-box .designation {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
}










#topbar.constru-top .topbar-block.left ul li i {
    color: #fdbe34;
}
#topbar.constru-top ul li {
    border-right: 1px solid #fdbe34;
}
#topbar.constru-top .topbar-block ul.social a:hover {
    color: #fdbe34;
}
.constru-bg{
	background:#2e3192;
}
.mb-cons{
	margin-bottom:38px;
}
.constru-header.seo.porri.gym {
    top: 52px;
	z-index: 333;
}
.constru-header.saas .mainmenu ul li a:hover {
    background:#fdbe34;
	color:#2e3192;
}
.constru-header.porri .mainmenu ul li {
    margin: 10px 2px;
	margin-top:0;
	line-height: 44px;
}
.constru-header.porri .mainmenu ul li a {
    margin: 0 auto;
    position: relative;
    padding: 12px 15px;
}



.constru-banner .saas-button a {
    background: #fdbe34;
}
.constru-banner .saas-button a:hover {
    color: #fdbe34;
    background: #2e3192;
}

.mp-topp{
	margin-top:-100px;
}
.short-about:nth-child(1) {
    background: #fff;
	box-shadow: 0 10px 30px 0 rgba(133,66,189,.1);
}
.short-about:nth-child(2) {
    background: #fdbe34;
    color: #000;
}
.short-about:nth-child(3) {
    background: #00043c;
}
.short-about .icon span {
    font-size: 70px;
    color: #000;
}
.short-about .icon span:before {
    display: inline-block;
    color: #25be5a;
    font-size: 50px;
    line-height: 55px;
    padding-right: 10px;
    margin-left: 0;
}	
.short-about h3 {
    font-size: 24px;
    font-weight: 700;
	font-family: "Nunito",sans-serif;
}	
.short-about p {
    font-size: 16px;
	font-family: "Nunito",sans-serif;
}	
.short-about:nth-child(3) .text h3, .short-about:nth-child(3) .text p {
    color: #fff;
}







.constru .about-text-iner {
    margin-top: 72px;
    display: flex;
    align-items: center;
}
.constru.about-us-area {
    position: relative;
    background-image: url(../img/demo/construction/about_overlay.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 130px;
}
.constru .about-text-iner .about-text-counter {
    background-image: url(../img/demo/construction/theme-icon-2.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.constru .about-text h3 {
    font-size: 34px;
    font-weight: 700;
    color: #463333;
    font-family: "Nunito",sans-serif;
    margin-bottom: 15px;
}
.constru .about-text p {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 40px;
    font-family: "Nunito",sans-serif;
}
.constru .about-text-iner .about-text-counter h2 {
    font-size: 150px;
    line-height: 120px;
    display: inline-block;
    color: #fdbe34;
    padding-right: 35px;
	font-family: "Nunito",sans-serif;
    border-right: 1px solid #83868c;
    font-weight: 800;
    margin-bottom: 0px;
}
.constru .about-text-iner .about-text-counter {
    text-transform: capitalize;
    margin-right: 35px;
}
.constru .about-text span {
    color: #2e3192;
    margin-top: 6px;
}
 .about-top .text{
    padding: 0 12px;
}
.const-ser.finance.section-service {
    background: #dedffe;
    z-index: 1;
}
.const-ser .single-generating {
    border: 1px solid #f2f2f2;
	background: #fff;
    padding: 36px 54px 25px 56px;
    border-radius: 10px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.const-ser .single-generating:hover {
    background-color: #2e3192;
    -webkit-box-shadow: 0 5px 50px 0 rgba(46, 49, 146, 0.1);
    box-shadow: 0 5px 50px 0 rgba(46, 49, 146, 0.1);
}
.const-ser .single-generating:hover .generating-cap h4, .const-ser .single-generating:hover .generating-cap p {
    color: #fff;
}
.const-ser .single-generating:hover .generating-cap h4:after {
    background-color: #fdbe34;
}
.const-ser .generating-cap {
    padding-left: 28px;
}
.const-ser .generating-img{
	width: 125px;
    margin-bottom: 86px;
}
.const-ser .generating-cap h4 {
    color: #000;
    font-size: 22px;
	position:relative;
    font-weight: 700;
	font-family: "Nunito",sans-serif;
    line-height: 1.3;
    margin-bottom: 29px;
}
.const-ser .generating-cap h4:after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0px;
    width: 45%;
    background-color: #efefef;
    height: 4px;
}
.const-ser .generating-cap p{
    font-family: "Nunito",sans-serif;
    color: #707b8e;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}



.const-call.seo.dash-call-action {
    background: url(../img/demo/construction/ff.jpg) center center/cover no-repeat local;
}
.const-call.seo.dash-call-action:before {
    background: linear-gradient(to bottom, #251675ad, #2b073c);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
	top:0;
}
.const-call .heading-action h2, .const-call .heading-action p {
    position: relative;
}



.const-case.minimal-prot .protfolio-menu button:hover, .const-case.minimal-prot .protfolio-menu button.active {
    color: #fdbe34;
}
.const-case.porri .protfolio-wrapper img {
    opacity: 1;
    width: 100%;
    background: #2e3192;
}
.const-case.porri .protfolio-wrapper {
    background: #2e3192;
}
.const-case.porri .protfolio-wrapper h2:hover {
	color:#fdbe34;
}
.const-case.porri .protfolio-wrapper:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}


.review-part-text .details-about h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: "Nunito",sans-serif;
}
.review-part-text .rating i {
    color: #ffc515;
}
.const-test.finance .queit-box i {
    color: #2e3192;
}
.review-part-text .details-about p {
    font-size: 16px;
    color: #7b7b7b;
    margin-top: 10px;
    line-height: 28px;
    font-family: "Nunito",sans-serif;
    font-weight: 600;
}
.review-part .owl-nav {
    text-align: right;
	margin-top:40px;
}
.review-part .owl-nav >div {
    background-color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #2e3192;
    text-align: center;
    line-height: 46px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0 0 0 10px;
    border: 2px solid #bdbdbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.review-part .owl-nav .owl-prev:hover, .review-part .owl-nav .owl-next:hover {
    color: #fff;
    background: #2e3192;
    border: 2px solid #fff;
}



.const-blogs.finance .grid-content h2 {
    margin: 10px 0px 14px 0px;
}
.const-blogs.corpo.finance .blog-area .new-blog-builder .date {
    background-color: #2e3192;
}
.const-blogs.corpo.finance .grid-content .meta-wrap span {
    color: #ffc515;
}


.const-forum.finance .comment-respond {
    background: #2e3192;
    padding: 60px;
}
.const-forum.seo-tm.saas.finance .comment-respond .submit-btn button {
    background: #ffc515;
}

.const-forum.finance .my-location img{
	margin-top:-116px;
}





.shop-banner.constru-banner .saas-button a {
    background: #DB1134;
	color:#fff;
}
.shop-banner.constru-banner .saas-button a:hover {
    background: #fff;
	color:#DB1134;
}
.shop-banner .slider-wrapper-saas h1, .shop-banner .slider-wrapper-saas p{
    color: #000;
}
.shop-banner .slider-wrapper-saas h1 span{
    color: #DB1134;
}
.shop-banner .shop-banner-pic{
    position: relative;
    bottom: -19px;
    left: -114px;
    height: 500px;
}
.shop-nav.seo.porri.gym {
    background: #fff;
    position: relative;
    z-index: 22;
}
.shop-nav.saas .mainmenu ul li a {
    color: #000;
}
.shop-nav button.ftp {
    display: inline-block;
	position:relative;
}
.shop-nav .ftp i {
    color: #000;
}



.shop-about-icons .single-icons {
    text-align: center;
    border: 2px solid #e8e8e8;
    padding: 40px 0;
    background: #fff;
	cursor:pointer;
    background-repeat: no-repeat;
    background-position: 93% 5.9%;
    transition: .3s;
    position: relative;
}
.shop-about-icons .single-icons:hover {
	-webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}
.shop-about-icons .single-icons::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #DB1134 transparent transparent;
    content: "";
    position: absolute;
    right: 10px;
    top: 9px;
}
.shop-about-icons .single-icons span {
    display: block;
    font-weight: 700;
    font-size: 16px;
	font-family:"Nunito",sans-serif;
    line-height: 30px;
    margin-top: 20px;
    line-height: 1;
}
.shop-pro-slide .product-card-one .icons a i:hover {
    background-color: #DB1134;
    color: #ffffff;
    cursor: pointer;
}
.shop-pro-slide .product-card-one h3, .shop-pro-slide .product-card-one .price {
	font-family:"Nunito",sans-serif;
}
.shop-pro-slide .product-card-one .price {
	color: #DB1134;
	font-weight:700;
}

.shop-pro-slide.finance .section-tittle {
    text-align: right;
}
.shop-pro-slide.finance .section-tittle p{
    text-align: left;
}

.shop .product-card-one figcaption {
    background: #e2e2e2;
}
.new-product-bg{
    background: #c7c7c7;
}
.filter-control {
    text-align: center;
    margin-bottom: 45px;
    padding-top: 32px;
}
.product-large {
    height: 620px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    padding-top: 285px;
}


.side-tittle h2{
	font-size:30px;
	position:relative;
	font-weight: 700;
	font-family:"Nunito",sans-serif;
	text-transform:capitalize;
	padding: 25px 0px;
}
.side-tittle h2:before {
	position: absolute;
    left: 0;
    top: 10px;
    width: 40%;
    height: 2px;
    background: #DB1134;
    content: "";
    opacity: 1;
}
.side-tittle h2 span{
	color: #DB1134;	
}


 .about-tittle-det{
    background: #f3f3f3;
    padding: 10px 20px;
}
.about-tittle-det h4 {
    font-size: 22px;
    font-weight: 700;
	position:relative;
    text-transform: capitalize;
    margin: 20px 0px 4px;
    font-family: "Nunito",sans-serif;
}
.about-tittle-det h4:before {
	position: absolute;
    left: 0;
    top: -12px;
    width: 8%;
    height: 2px;
    background: #DB1134;
    content: "";
    opacity: 1;
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.about-hover-warp:hover .about-tittle-det h4:before{
	width: 20%;
}
.about-tittle-det p {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 40px;
    font-family: "Nunito",sans-serif;
}





.shop-ser .shop-ser-bgs{
	background-color: #f7f7f7;
    background-position: center center;
    background-repeat: no-repeat;
	padding: 0px 40px;
}
.shop-ser .single-fitness-feature .fitness-number span {
    background: #DB1134;
}

.shop-blogs.finance .blog-area .new-blog-builder .date {
    background-color: #DB1134;
}
.shop-blogs.finance .grid-content .meta-wrap span {
    color:  #DB1134;
}
.shop-blogs .btn-wraper a:hover {
    color: #DB1134;
}






.para-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
	position:relative;
    width: 100%;
}
.para-button a {
	border: 1px solid #ec1111;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-family:'poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	overflow: hidden;
	background-color: #ec1111;
	padding: 15px 38px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
}
.para-button a:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px; 
	border-radius: inherit;
	background-color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.para-button a:after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 5px solid #ec1111;
	content: '';
	border-radius: inherit;
}
.para-button a:hover{
  background-color: #ec1111;
  color: #ffffff;
}
.para-button a:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0.25;
}












.welcome-right {
    padding: 40px 50px;
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.welcome-right h3 {
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 28px;
	font-family:"Nunito",sans-serif;
    text-align: center;
}
.welcome-right form {
    margin-top: 30px;
}
.welcome-right form p {
    margin-top: 13px;
}
.welcome-right form p {
    font-size: 16px;
    color: #63688e;
    line-height: 26px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.welcome-right form p input {
    width: 100%;
    padding: 5px 15px;
    height: 47px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.welcome-right form p:last-child {
    text-align: center;
}
.welcome-right form p textarea {
    width: 100%;
    padding: 5px 15px;
    height: 120px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.welcome-right form p button {
    border: medium none;
    cursor: pointer;
    display: block;
    width: 100%;
}
.welcome-right form input:focus,
.welcome-right form textarea:focus,
.welcome-right form button:focus{
	outline: none;
}
.welcome-right form p input:focus, .welcome-right form p textarea:focus {
    border: 1px solid #2618f3;
}
.aubna-btn {
    background-color: #2618f3 !important;
    border-radius: 40px;
    display: inline-block;
    padding: 10px 35px;
    text-transform: capitalize;
    color: #fff !important;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 1px;
}

.video-holder-2 {
    text-align: center;
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-holder-2 a {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

.video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  border: 2px solid #ec1111;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
          animation: border_animation 3.9s linear 0s infinite; }

.video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s; }

.video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s; }

.video_btn_border {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border: 2px solid rgba(38, 24, 243, 0.45);
    -webkit-animation: border_animation 3.9s linear 0s infinite;
    animation: border_animation 3.9s linear 0s infinite;
}
.video-btn-style {
    position: relative;
    height: 80px;
    width: 80px;
    background: #2618f3;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}


.card-feature {
    padding: 40px 35px;
    border: 0;
    border-radius: 0;
    background: #fff;
    transition: all 300ms linear 0s;
}
.card-feature__title {
    font-size: 22px;
    font-weight: 700;
	font-family: 'Nunito', sans-serif;
    color: #020a21;
}
.card-feature__subtitle {
    margin-bottom: 0;
    color: #797979;
	font-family: 'Nunito', sans-serif;
}
.card-feature__icon {
    margin-bottom: 8px;
    display: inline-block;
    transform: translateY(4px);
}
.card-feature__icon i {
    color: #2618f3;
    font-size: 30px;
    margin-right: 15px;
}



.medi.constru.about-us-area {
    position: relative;
	background: #f7f7f7;
    background-image: url(../img/demo/medical/bg-1.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-top:0px;
}
.medi.constru.about-us-area:after {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    background: url(../img/demo/medical/about1.png);
    backgroundsize: auto;
    z-index: 11;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.medi.constru .about-text-iner .about-text-counter h2 {
    color: #2618f3;
}
.medi.corpo.dash-call-action:before {
    background-color: rgba(38, 24, 243, 0.7);
}
.medi.minimal-dash.corpo.dash-call-action {
    background: url(../img/demo/medical/e1.jpg) center center/cover no-repeat local;
}
.medi .heading-action p {
    font-size: 26px;
}
.medi .saas-button a, .medi .saas-button-2 a {
    background: #2618f3;
}
.medi .saas-button a:hover {
    color: #2618f3;
    background: #fff;
}




.quality-area .single-quality {
    border: 2px solid #ececec;
    border-radius: 10px;
	background:#fff;
    padding: 70px 45px 63px 45px;
    margin-bottom: 30px;
    text-align: center;
	 -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.quality-area .single-quality:hover {
    border: 2px solid #2618f3;
}
.quality-area .single-quality .icon {
    background-image: -moz-linear-gradient(90deg, #24c0f1 0%, #2618f3 100%);
    background-image: -webkit-linear-gradient(90deg, #24c0f1 0%, #2618f3 100%);
    background-image: -ms-linear-gradient(90deg, #24c0f1 0%, #2618f3 100%);
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    text-align: center;
    line-height: 90px;
}
.quality-area .single-quality .icon i {
    line-height: 90px;
}
.quality-area .single-quality h3 {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
	font-family: 'Nunito', sans-serif;
    margin-top: 32px;
    margin-bottom: 24px;
}
.quality-area .single-quality p {
    color: #6b6a6a;
    margin-bottom: 0;
	font-family: 'Nunito', sans-serif;
}
.medi.gym .gym-section-title {
    text-align: left;
}
.medi.gym .gym-section-title p {
    color: #6b6a6a;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
}

.medi .protfolio-menu button:hover, .medi .protfolio-menu button.active {
    color: #2618f3;
}
.medi .protfolio-img::before {
    background: rgba(38, 24, 243, 0.6588235294117647);
}
.protfolio-content .icon i{
    color: #fff;
    font-size: 20px;
}




.medi .team-style-three .content-3 {
    padding: 20px 0px 30px 0px;
    text-align: center;
}
.team-style-three .content-3 h3 {
    font-size: 22px;
	text-transform:capitalize;
    font-family: "Nunito", sans-serif;
}
.team-style-three img.bg-team-pic{
	background:#eee;
}
.white-shadow.scroll-header {
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
	z-index:999;
}



.medi.gym.testimonials-area .gym-section-title p {
    color: #fff;
}
.medi.gym .queit-box {
    color: #2618f3;
}
.medi.gym .new-testimonials-7 {
    border-radius: 5px;
}

.medi.saas.finance .blog-area .grid-content {
    position: relative;
	background:#fff;
}
.medi.finance .grid-content h2 {
    margin: 10px 0px 10px 0px;
}








.edu-top{
    background: transparent;
    position: absolute;
    z-index: 22;
    left: 0;
    width: 100%;
}
.edu-top .mb-cons {
    margin-bottom: 0px;
    padding: 8px 0px;
}
#topbar.constru-top ul li:last-child, #topbar.edu-top.constru-top ul li:last-child {
    border: medium none;
}
#topbar.edu-top.constru-top .topbar-block.left ul li i {
    color: #25be5a;
}
#topbar.edu-top.constru-top ul li {
    border-right: 1px solid #25be5a;
}
.edu-menu.minimal.seo.porri.gym {
    top: 60px;
}



.edu-banner.minimal-prot.finance .banner-wrapper:before {
	background: rgba(0,0,0,0.5);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}

.edu-banner .banner-wrapper p {
    font-size: 18px;
    margin-top: 0rem;
    width: 100%;
	max-width:620px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 15px auto;
    color: #fff;
    line-height: 30px;
}
.edu-banner .saas-button a{
    background: #25be5a;
}
#topbar.edu-top ul li, #topbar.edu-top ul li a {
    color: #f5f5f5;
}
.edu-banner .saas-button a:hover {
    background: #fff;
    color: #25be5a;
}





.edu-about .video-holder-2 {
    left: 43%;
    z-index: 3;
}
.edu-about .video-btn-style {
    background: #25be5a;
}
.edu-about .video_btn_border {
	border: 2px solid rgba(37, 190, 90, 0.83);
}




.popular-courses .single-courses {
    margin-bottom: 30px;
	background:#fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.popular-courses .single-courses .thumb {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.popular-courses .single-courses .thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.popular-courses .single-courses:hover .thumb img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.popular-courses .single-courses .courses-info {
    padding: 30px 30px 15px 30px;
}
.popular-courses .single-courses .courses-info span {
    font-size: 14px;
    color: #4D4D4D;
    font-family: "Nunito", sans-serif;
}
.popular-courses .single-courses .courses-info h3 {
    font-size: 20px;
    color: #1F1F1F;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 28px;
    margin-top: 11px;
    margin-bottom: 30px;
}
.popula-courses .single-courses .courses-info h3 a:hover {
    color: #25be5a;
}
.popular-courses .single-courses .courses-info .star-prise {
    border-top: 1px solid #E8E8E8;
    padding-top: 16px;
}
.popular-courses .single-courses .courses-info .star-prise .star i {
    font-size: 16px;
    color: #FD8E5E;
}
.popular-courses .single-courses .courses-info .star-prise .star span {
    font-weight: 400;
    font-size: 14px;
    color: #919191;
}
.popular-courses .single-courses .courses-info .star-prise .prise span.offer {
    color: #C7C7C7;
    text-decoration: line-through;
    margin-right: 14px;
}
.popular-courses .single-courses .courses-info .star-prise .prise span {
    font-size: 16px;
}
.popular-courses .single-courses .courses-info .star-prise .prise span.active-prise {
    color: #1F1F1F;
}


.edu-banner.minimal-dash.corpo.dash-call-action {
    background: url(../img/demo/education/bg.jpg) center center/cover no-repeat local;
}



.edu-team.team-style-five .single-item.team-standard .thumb .social ul li a {
    color: #25be5a;
}
.edu-team.team-style-five .single-item.team-standard .item .info span {
    font-family: "Nunito",sans-serif;
    color: #25be5a;
	font-weight:500;	
}
.edu-team.team-style-five .single-item.team-standard .item .info span::after {
    background: #25be5a none repeat scroll 0 0;
}
.edu-team.team-style-five .team-items .item .info h3{
    font-family: "Nunito", sans-serif;
	font-size:22px;
	text-transform:capitalize;
}
.edu-team.team-style-five .team-items .item .info p{
	font-family: "Nunito", sans-serif;
	font-size: 16px;
}




.edu-blogs.popular-courses .single-courses .courses-info span.blog-span-bg {
    background: #25be5a;
    padding: 4px 6px;
	color:#fff;
}
.edu-blogs.popular-courses .single-courses .courses-info h3 {
    margin-top: 20px;
}







.job-bg {
    background: url(../img/demo/job/1.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 600px;
    overflow: hidden;
}
.job-bg .showcase-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/demo/job/overly-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.job-bg.shop-banner .slider-wrapper-saas h1, .job-bg.shop-banner .slider-wrapper-saas p {
    color: #fff;
}
.job-das.edu-banner.minimal-dash.corpo.dash-call-action {
    background: url(../img/demo/job/shape-4.png) center center/cover no-repeat local;
}
.job-das.corpo.dash-call-action:before {
    background-color:none;
	position:relative;
	
}



.job.finance .section-tittle, .job.finance .section-tittle p {
    text-align: left;
}
.job.finance .about-wapp-tittle span {
    color: #DB1134;
	font-family:"Nunito",sans-serif;
    animation: none;
}
.section-tittle2-job{
    margin-bottom: 30px;
}
.about-wapp-tittle p.pera-top{
	font-weight:600;
	font-size:18px;
	color:#000;
	font-family:"Nunito",sans-serif;
}

.about-wapp-tittle h2 {
    color: #2b313e;
    font-size: 46px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Nunito",sans-serif;
    padding-top: 0px;
    position: relative;
}
.about-wapp-tittle p {
    text-align: left;
    margin: 0 auto;
    color: #666;
    font-family: "Nunito",sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-top: 18px;
}
.about-wapp-tittle .saas-button a {
    color: #fff;
	border:1px solid #ddd;
    font-family: 'Nunito', sans-serif;
    background: #DB1134;
}
.about-wapp-tittle .saas-button a:hover {
	color: #DB1134;
	border:1px solid #DB1134;
    background: #fff;
}
.support-location-img .support-img-cap {
    position: absolute;
    bottom: 0px;
    background: #DB1134;
    padding: 45px 25px;
    border-radius: 5px;
    left:15px;
}
.support-location-img .support-img-cap P {
    color: #fff;
    line-height: 1;
    margin: 0;
	font-family: "Nunito",sans-serif;
    font-size: 20px;
}
.support-location-img .support-img-cap span {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Nunito",sans-serif;
    line-height: 1.2;
}




.contact-form-job label {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #000;
	font-size: 20px;	
}
.contact-form-job input, .contact-form-job select {
    height: 45px;
    padding: 6px 25px;
	border: 1px solid #000;
	background: #f7f7f7;	
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.contact-form-job select.form-control{
	font-family: "Nunito", sans-serif;
	font-size: 14px;
}
.job-das .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #DB1134;
    outline: 0;
}

.contact-form-job .submit-btn-wrapper button {
    font-family: "Nunito", sans-serif;
    background-color: #DB1134;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #fff;
    border: 0;
    outline: 0;
    margin-top: 38px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-form-job select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
	font-family: "Nunito", sans-serif;
	font-size:14px;
}


.job-das .heading-action h2, .job-das .heading-action p {
    color: #000;
}
.job-das.corpo.dash-call-action .heading-action {
    position: relative;
	margin:0 auto;
	padding-top:20px;
}
.job.gym .gym-section-title p{
    text-align: left;
    margin: 0 auto;
    color: #666;
    font-family: "Nunito",sans-serif;
    font-size: 16px;
    line-height: 30px;
}


.single-jobs .single-icons-detail{
	border: 2px solid #ddd;
    padding: 40px 0;
	background:#fff;
	margin-bottom:20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	overflow: hidden;
    position: relative;	
}
.single-jobs .single-icons-detail:hover {
    -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}
.single-jobs .single-icons-detail h4 {
    font-size: 20px;
    font-weight: 600;
	margin-top:10px;
    text-transform: capitalize;
	font-family: "Nunito",sans-serif;
}
.single-jobs .single-icons-detail span:before {
    font-size: 44px;
    margin-bottom: 13px;
    margin-left: 0px;
    color: #DB1134;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-jobs .single-icons-detail::after {
    background-color:  #DB1134;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    width: 0;
}
.single-jobs .single-icons-detail:hover::after {
    width: 100%;
}






.job.gym .gym-section-title {
    text-align: left;
}
.job-single-item {
    padding: 30px;
    margin-bottom: 12px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	border-bottom:1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.job-single-item:hover {
    box-shadow: 0px 22px 57px 0px rgba(34,41,72,0.05);
}
.job-single-item:hover h2 a {
	color:#DB1134;
}
.job-single-item h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
	font-family:"Nunito",sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.job-single-item p{
	padding-right: 6px;
    display: inline-block;
    font-size: 15px;
    color: #808080;
	font-family:"Nunito",sans-serif;
    line-height: 1.8;
}
.job-single-item span{
    font-size: 12px;
	font-family:"Nunito",sans-serif;
}
.job-single-item p i{
    padding-right: 8px;
}






.single-process-1 {
    padding: 44px 28px;
    background: #fff;
}
	
.single-process-1 .process-ion span{
    width: 67px;
    height: 67px;
	color:#DB1134;
	font-size:24px;
	font-weight: 700;
    background: #f7f7f7;
    line-height: 67px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
	font-family:"Nunito",sans-serif;
}
.single-process-1 .process-ion span::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 90px;
    height: 90px;
    background: transparent;
    border-radius: 50%;
    transition: .5s;
    border: 2px dashed #DB1134;
    box-sizing: border-box;
    animation: animate 15s linear infinite;
}
@keyframes animate {
    0% {
        transform: scale(1) rotate(0deg)
    }
    100% {
        transform: scale(1) rotate(360deg)
    }
}
.single-process-1 .process-cap h5 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    line-height: 1.4;
	font-family:"Nunito",sans-serif;
    margin-bottom: 20px;
}
.single-process-1 .process-cap p {
    display: inline-block;
    font-size: 16px;
    color: #808080;
	font-family:"Nunito",sans-serif;
    line-height: 1.8;
}


.job .new-blog-builder:hover .blog-wrapper-saas img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.job .blog-wrapper-saas img {
    width: 100%;
    -webkit-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
    transition: all 0.5s ease-out 0s;
}
.job .grid-content p {
    color: #000;
    font-family: "Nunito", Sans-serif;
}










	
	