/* CSS Index
-----------------------------------
1. Theme default css
2. Header-section
3. Banner-section
4. About-section
5. Services-section
6. portfolio-section
7. contact-section
8. gallery-section
*/

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*7
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@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 */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@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;
    }
}

 body {
	font-family: 'Nunito', 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 {
	color:#ec1111;
	text-decoration: none;
}
a,
button {
	color: ;
	outline: medium none;
}
button{cursor: pointer;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #222;
	margin-top: 0px;
	font-style: normal;
	font-weight:100,300,400,500,600,700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
p{
	font-family: 'Nunito', sans-serif;
	font-weight:400;
	color:#777;
}
* {
  box-sizing:border-box;
}

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;
}
.slicknav_menu{
	display:none;
}
/********************************
   preloader
*********************************/
.preloader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff url("../img/preloader.gif") no-repeat center center;
}

.map-banner{
	position:relative;
	background:#f0f0f0;	
}

.map-banner #map_wrapper {
    height: 650px;
}

.map-banner #map_canvas {
    width: 100%;
    height: 100%;
}

.map-banner .info_content{
	padding-bottom:0px;	
}

.map-banner .info_content h3{
	font-size:16px;
	font-weight:700;
	color:#222222;	
}
.map-section{
	position:relative;
}

.map-section .map-container{
	position:relative;
	z-index:10;	
}

.map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
	line-height:1.8em;
}

.map-canvas{
	position:relative;
	height:500px;
}

.map-data h6{
	font-size:18px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

/*********************************
	header-section
**********************************/
.bdt-section-muted {
    background-color: #f3f7f9;
	padding-top: 70px;
    padding-bottom: 70px;
}
.small-menu {
    padding: 0px;
    left: 0;
    position: relative;
    right: 0;
    z-index: 333;
    top: 0px;
}
#scrollUp {
	background-color: #ec1111;
    border: 1px solid #ec1111;
    bottom: 80px;
    color: #fff;
    font-size: 22px;
    height: 50px;
    border-radius: 50%;
    line-height: 41px;
    right: 50px;
    line-height: 46px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.mainmenu ul {
    margin: 0;
    padding:0;
	list-style:none;
}
.mainmenu ul li{
	margin: 18px 2px;
	display:inline-block;
}
.mainmenu ul li a{
	margin:0 auto;
	position:relative; 
	padding:5px 12px; 
	color:#000;
	font-weight:600;
	font-family:"nunito",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, .mainmenu ul li a.scroll-click.active{
    color: #ec1111;
}
.mainmenu ul .dropdown-menu li {
    margin: 0;
    padding:0;
}

#nav-13{position:relative;}
#nav-13 span.dot{
	width:7px;
	height:7px;
	position:absolute; 
	left:0; 
	bottom:12px;
    -webkit-box-shadow: 0 0 0 1px #ec1111;
	transform:translateY( 50% );
	background-color:#ec1111;
	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;
}
.scroll-header {
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    width: 100%;
    z-index: 555;
}
.header-bg{
	background: #fff;
}
.scroll-header .bbr-mb {
    border-bottom: 1px solid transparent;
}
.bottom-menu.small-menu.scroll-header{
    padding: 0px;
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
	right:0;
    bottom: auto;
	z-index:555;
}
.scroll-header .menu-background-5{
	background:#a5a5a5;
}
/**********************************
	banner-section
***********************************/
.banner-wrapper {
    background-position: center center;
    background-size: cover;
    position: relative;
}
.slider-wrapper:before {
    background: rgba(0,0,0,0.6);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.vh {
    height: 100vh;
}
.d-flex {
    align-items: center;
    display: flex;
}
.slider-wrapper {
	background-position: center center;
	background-size: cover;
	position:relative;
}
.slider-wrapper h1{ 
	font-family:'poppins', sans-serif;
	font-weight:600;
	padding: 15px 0px;
	font-size:50px; 
	color:#fff; 
	letter-spacing: .6px;
	margin-bottom:0;
	text-transform: capitalize;
	text-align:center;
}
.slider-wrapper h3 {
    font-size: 35px;
    margin-top: 0rem;
    text-align: center;
	font-family:'poppins', sans-serif;	
    color: #ec1111;
    font-weight: 600;
    margin-bottom: 0;
    padding: 4px 0px;
}
.slider-wrapper p {
    font-size: 17px;
    margin-top: 0rem;
    width: 65%;
	font-family:'Nunito', sans-serif;
    text-align: center;
    margin: 8px auto;
    color: #fff;
	line-height: 30px;
}
.header-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);
}

.header-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%);
}
.header-button a:after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 5px solid #ec1111;
	content: '';
	border-radius: inherit;
}
.header-button a:hover{
  background-color: #ec1111;
  color: #ffffff;
}
.header-button a:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0.25;
}

.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:#ec1111;
  border-radius: 0%;
  color: #ffffff;
  font-size: 24px;
  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:#ec1111;
}
.slider-active-owl:hover .owl-nav div{left:40px;opacity:1;}
.slider-active-owl:hover .owl-nav div.owl-next{left:auto;right:60px;}

.section-title {
    position: relative;
    overflow: hidden;
    /*padding-bottom: 80px;*/
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
}
.section-title h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    padding-top: 0px;
    position: relative;
}
.section-title span {
    font-size: 16px;
    padding: 8px 0px;
    display: block;
	color:#ec1111;
	font-weight:600;
	font-family:'Nunito', sans-serif;
	text-transform:capitalize;
}
.section-about .about-detail .section-title{
	padding-bottom:0px;
	max-width: 250px;
}
.section-title p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    color: #666;
	font-size:16px;
	line-height:28px;
    margin-top: 18px;
}
.title-detail-white h2, .title-detail-white p {
    color:#fafafa;
}
.section-about .about-detail .section-title{
	padding-bottom:0px;
	max-width: 250px;
}
.circle-bg {
    position: relative;
}
.circle-bg img{
    border-radius: 5px 5px 30px 5px;
}	
.circle-bg:after {
    width: 100px;
    height: 100px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    bottom: -65px;
    right: -65px;
    background: #f8f9fa;
}
.image-box{
	position:relative;
}
.image-box .image-4 {
	top: -27px;
    left: 310px;
    position: absolute;
    transform: rotate(-17deg);
}
.image-box .image-3 {
    top: -57px;
    left: 329px;
    position: absolute;
    transform: rotate(-17deg);
}

.about-detail h3{
	font-size: 36px;
    font-weight: 700;
    color: #463333;
	line-height: 45px;
	text-transform:capitalize;
}
.about-detail .text-red {
    color:#ec1111;
}
.about-detail ul {
    margin-bottom: 25px;
}
.about-detail ul li {
    font-size: 16px;
    line-height: 2.4;
    color: #2b2b2b;
    font-weight: 600;
}
.about-detail ul li i {
    background: #ec1111;
    -webkit-background-clip: text;
    color: transparent;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ec1111;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
}
	
.about-detail p{	
	font-size:16px;
	line-height:30px;
}
.about-detail{
    padding: 8px 24px;
/*    margin-top: 45px;*/
}

.home-all-button {
	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);
}

.home-all-button: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%);
}
.home-all-button:after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 5px solid #ec1111;
	content: '';
	border-radius: inherit;
}
.home-all-button:hover{
  background-color: #ec1111;
  color: #ffffff;
}
.home-all-button:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0.35;
}

@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;
    right: 8%;
    top: 15%;
}
.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-2 {
    position: absolute;
    left: 8%;
    top: 15%;
}	

.section-map {
    background: #777;
	z-index:1;
    background: url("../img/banner_7.jpg") no-repeat center center;
}

.section-service {
    background: #e8f1ff;
	z-index:1;	
}

.service-area .single-service {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
	cursor:pointer;
    background-position: center;
    overflow: hidden;
}

.service-area .single-service .service-hover {
    text-align: center;
    padding: 104px 0 94px 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.single-service .service-hover img{
    width: 12%;
}
.service-area .single_service:hover .service-hover {
    background: rgba(0, 0, 0, 0.5);
}
.service-area .single-service .service-hover h3 {
    font-size: 20px;
    color: #fff;
	text-transform:capitalize;
	font-weight:600;
    margin-top: 20px;
    margin-bottom: 0;
}
.service-area .single-service .service-hover .hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    background: #ec1111;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.service-area .single-service:hover .hover-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.service-area .single-service .service-hover .hover-content .hover-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 32px;
}
.service-area .single-service .service-hover .hover-content .hover-content-inner h4 {
    font-size: 20px;
    color: #fff;
	font-weight:600;
	text-transform:capitalize;
    margin-bottom: 12px;
}
.service-area .single-service .service-hover .hover-content .hover-content-inner p {
    font-size: 16px;
    color: #fff;
	margin-bottom: 0;
}

.lightbox-gallery-item,.tj-lightbox{
	display: block;
}
.mfp-container{
	cursor:pointer;
}

/**********************************
	video-section
***********************************/
.video-bg-warp {
    background: url(../img/a.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
    width: 100%;
    height: 450px;
	border-radius: 10px;
}
.section-dash-warp{
	padding-top:0px;
	margin-top:-300px;
}
.video-holder {
    text-align: center;
    position: absolute;
    left: 50%;
    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 a:hover{
	color:#09a223;
}
.video-holder a {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.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;
}


@-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(236, 17, 17, 0.75);
    -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: #ec1111;
    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;
}
/**********************************
	portfolio-section
***********************************/

/**********************************
	counter up
***********************************/
.section-count {
    background: url(../img/map2.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.section-count{
	padding-bottom:300px;
}
.counter-wrapper {
	display: flex;
	background: rgba(255, 255, 255, 0.85);
    flex-wrap: wrap;
    padding: 28px;
    margin: 0;
    cursor: pointer;
	transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.counter-wrapper:hover {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.95);
    transform: translateY(-.5rem);
	background: rgba(255, 255, 255, 1);
}
.counter-icon{
	margin-bottom: 35px;
    margin-top: 14px;
	position:relative;
}
.counter-icon img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.counter-icon:after{
    content: "";
    position: absolute;
    border: 0;
    width: 2px;
    height: 66px;
    background: #ec1111;
    z-index: 1;
    margin-left: 6px;
    left: 75px;
    top: 4px;
}
.counter-text {
    padding: 8px 0px 0px 0px;
	margin-left:50px;
}
.counter-text h2 {
    color: #2f2727;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 6px;
}
.counter-text span {
    font-size: 18px;
    font-family: "Nunito",sans-serif;
    display: inline-block;
    font-weight: 700;
}
.counter-text span.blue {
    color: #771acc;
}
.counter-text span.green {
    color: #dea627;
}
.counter-text span.red {
    color: #c31786;
}

.block-mb {
    position: relative;
    margin-bottom: 35px;
}
.feature-inner-box {
    position: relative;
	overflow:hidden;
	cursor:pointer;
    padding: 50px 20px 50px;
    background-color: #ffffff;
    border-top: 2px solid #f9fafb;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}


.feature-inner-box:hover:before {
    transform: scale(-1);
    transition: all 0.5s linear;
    transition-delay: 0.1s;
	opacity: .7;
}

.feature-inner-box:before {
    content: '';
	width: 196px;
    height: 230px;
    background: #c3c3c3;
    border-radius: 50%;
    position: absolute;
    bottom: -148px;
    right: -83px;
	opacity: 0;
    transform: scale(0);
}
.feature-inner-box:hover .content:before {
    opacity: .5;
    transform: translate(-0% , -0%);
    transition: all 0.9s linear;
}

.feature-inner-box .content:before {
    content: '';
    width: 375px;
    height: 375px;
    background: #cacaca;
    border-radius: 50%;
    position: absolute;
    bottom: -255px;
    right: -185px;
    transform: translate(50% , 50%);
    opacity: 0;
}

.feature-inner-box .content {
    position: relative;
    text-align: center;
}
.feature-inner-box .content .icon-box {
    position: relative;
    margin-bottom: 20px;
}
.feature-inner-box .content .icon-box span img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto auto 20px;
    padding: 5px;
    border: 2px solid #ec1111;
}
.feature-inner-box .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.feature-inner-box .content h3 a {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}


.protect-bg{
	background: #fafafa;
    z-index: 1;
}
.protect-bg .section-title span{
	color: #e42948;
}
.protect-bg .section-title h2, .protect-bg .section-title p{
    /*color: #fff;*/
}

.single-generating {
    background: #3c3c3c;
    padding: 36px 54px 25px 56px;
    border-radius: 10px;
	cursor:pointer;
    -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;
}
.single-generating:hover {
	background: #fff;
}
 .single-generating:hover .generating-cap h4{
	color:#000;
 }
 .single-generating:hover .generating-cap p {
	color:#707b8e;
 }
.mb-30 {
    margin-bottom: 35px;
}
.generating-img {
    width: 125px;
    margin-bottom: 86px;
}
 .generating-cap {
    padding-left: 28px;
}
.generating-cap h4 {
    color: #fff;
    font-size: 20px;
	text-transform:capitalize;
    position: relative;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 29px;
}
 .generating-cap h4:after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0px;
    width: 45%;
    background-color: #ec1111;
    height: 4px;
}
 .generating-cap p {
    font-family: "Nunito",sans-serif;
    color: #bfbfbf;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

/**********************************
	client area
***********************************/
.queit-box {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
.queit-box i {
    color: #ec1111;
    font-size: 48px;
}
.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;
}
.testimonials-grids .details-about h4 {
	font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 16px 0px 10px 0px;
}
.testimonials-grids .details-about span {
	font-size: 16px;
    font-weight: 500;
    color: #ec1111;
    margin: 0px 0px 30px 0px;
}
.testimonials-grids .details-about p {
    max-width: 810px;
    padding: 15px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-style: italic;
    color: #808080;
    line-height: 42px;
    margin-bottom: 1em;
}
.testimonials-grids .owl-dots {
    text-align: center;
	margin-top:20px;
}
.testimonials-grids .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dee2e6;
}
.testimonials-grids .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px;
}
.testimonials-grids .owl-dots .owl-dot.active span {
    background: #ec1111;
}

/**********************************
	team area
***********************************/
.section-team{
	
}
.team-member figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.team-img-cp {
    position: relative;
}
.team-member-warp .overlay-box {
    position: absolute;
    text-align: center;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.team-member-warp .overlay-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
	background: rgba(0, 0, 0, 0.36);
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: .2s ease-in;
}
.team-member-warp:hover .overlay-box::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.team-member-warp .overlay-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(236, 17, 17, 0.75);
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: .2s ease-in;
}
.team-member-warp:hover .overlay-box::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: .3s;
}
.team-member-warp .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    z-index: 1;
}
.team-member-warp .overlay-inner {
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
    opacity: 0;
    transition: .2s ease;
    transition-delay: .0s;
}
.team-member-warp:hover .overlay-inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition-delay: .5s;
}
.team-member-warp ul {
    padding-left: 0;
    margin-bottom: 0;
}

.team-member-warp .social-iconn li {
    list-style: none;
    display: inline-block;
}
.team-member-warp .social-iconn li a {
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
}
.section-team .team-detail-finan {
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
}
.section-team .team-detail-finan h3 {
    color: #2c3038;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    transition: 0.4s;
}
.section-team .team-detail-finan h3:hover {
    color: #ec1111;
}
.section-team .team-detail-finan span {
    font-size: 16px;
    color: #383838;
    font-family: "Nunito",sans-serif;
}


/**********************************
	Ask area
***********************************/

.section-accordion {
    background: url(../img/banner_2.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	background-attachment: fixed;
}
.section-accordion:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ask-question h2 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 28px;
    font-weight: 600;
}


.accordion {
    position: relative;
}
.accordion ul {
    margin: 0;
    padding: 0;
}
.accordion li {
    border-top: 0px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 10px 0px;
}
.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 3;
	font-family:"Poppins",sans-serif;
    padding: 4px 12px;
    font-size: 17px;
    background-color: #f7f9fb;
    text-indent: 15px;
    user-select: none;
}
.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 a:after {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #4a6e78;
    border-bottom: 1.5px solid #4a6e78;
    position: absolute;
    right: 24px;
    content: " ";
    top: 34px;
    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 li p {
    display: none;
    padding: 30px 30px 30px;
	color: #444;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    background: #e4e4e4;
}


.section-form {
    /*background: url(../img/slide-1.jpg) center center/cover no-repeat local;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.section-form:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
	background: linear-gradient(to right, rgba(236, 17, 17, 0.75), rgba(0, 0, 0, 0.72));
    opacity: .95;
}
.subscribe-title h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 14px;
}
.subscribe-title p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.mb-60 {
    margin-bottom: 60px;
}
#subscribe-form input {
    border: medium none;
    border-radius: 30px;
    color: #808080;
    font-family: "poppins",sans-serif;
    font-size: 14px;
    height: 46px;
    margin-right: 9px;
    padding-left: 30px;
    text-transform: capitalize;
    width: 23%;
}
#subscribe-form input:focus {
    border-color: transparent;
    box-shadow: none;
    background: #fff;
    color: #ec1111;
	outline: none;
}

#subscribe-form button:focus {
	outline: none;
}
#subscribe-form button {
	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;
	width: 23%;
	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);
}

#subscribe-form button: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%);
}
#subscribe-form button:after {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 5px solid #ec1111;
	content: '';
	border-radius: inherit;
}
#subscribe-form button:hover{
  background-color: #ec1111;
  color: #ffffff;
}
#subscribe-form button:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0.25;
}


/**********************************
	contact-section
***********************************/	
.section-contact{
	background:#f9f9f9;
}	
.contact-title {
    margin-top: 28px;
}
.detail-share i{
    font-size: 32px;
    color: #007bff;
}
.detail-share h5{
    color: #000;
    font-weight: 600;
    font-size: 22px;
	font-family:"Nunito",sans-serif;
}
.detail-share p{
	font-size:16px;
	color:#444;
}

.section-footer-bg {
    /*background: url(../img/001.png) center center/cover no-repeat local;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.footer-top-area{
	background-color: #e8f1ff;
}
.footer-wrapper{}
.footer-text {
	color: #000;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 32px;
}
.footer-wrapper ul{
	margin:0px;
	padding:0px;
}
.footer-link li {
	color: #000;
	list-style:none;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 11px;
}
.footer-link li:last-child{padding-bottom:0;}
.footer-icon {
  margin-top: 30px;
}
.footer-icon ul{
	
}
.footer-icon ul li {
	display:inline-block;
    list-style: none;
}
.footer-icon ul li a {
    color: #000;
	font-size: 14px;
    margin-right: 14px;
}
.footer-icon li i {
    line-height: 33px;
    border: 2px solid rgba(53, 53, 53, 0.65);
    width: 36px;
    height: 36px;
    text-align: center;
}
.footer-icon a i:hover{
	    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.4s;
}
.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: #000;
	display: block;
	font-size: 16px;
	font-family:"Nunito",sans-serif;
	font-weight: 600;
	transition: .3s;
	position:relative;
}
.footer-menu li a:hover{
	color:#ec1111;
	padding-left:15px;
	font-weight: 600;
}
.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;
	width: 25%;
}
.footer-img a{}
.footer-info {
  overflow: hidden;
}
.footer-info h4 {color:#000;
   font-size: 18px;
   position: relative;	
   line-height: 1.4em;
   font-weight: 600;
   margin-bottom: 2px;
}
.footer-info h4 a:hover{color:#ec1111;}
.footer-info span {
    color: #a9a9a9;
    display: inline-block;
    font-size: 12px;
}
/**********************************
	footer bottom
***********************************/
.section-footer {
    text-align: center;
	background: #150f0f;
    padding: 40px 0px 40px 0px;
}
.section-footer .copyright-1{
	color:#fff;
	font-size:16px;
}
.section-footer .copyright-1 a{
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.section-footer .copyright-1 a:hover{
	color:#ec1111;
}

.small-menu {
    padding: 0px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 333;
    top: 0px;
}
.header-transp.small-menu.scroll-header{
	background: #333;
}
.header-transp .mainmenu ul li a {
    color: #fff;
}
.header-transp .mainmenu ul li a:hover {
    color: #ec1111;
}

.bottom-menu.small-menu {
    padding: 0px;
    position: fixed;
    z-index: 333;
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0px;
}
.menu-background {
    border-bottom: 0px solid transparent;
    background: #fff;
    padding-top: 0px;
    top: 0px;
    position: relative;
}

.bottom-slide-item {
    clip-path: polygon(50% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
.bottom-slide-item-2 {
    clip-path: polygon(50% 0%, 100% 0, 100% 90%, 75% 100%, 0 80%, 0 0);
}
.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;
}
.menu-background-6 .mainmenu ul{
	text-align:right;
}
.menu-background-6 .mainmenu ul li:nth-child(1) {
    float: left;
}
.menu-background-6 .mainmenu ul li:nth-child(2) {
    float: left;
}
.menu-background-6 .mainmenu ul li:nth-child(3) {
    float: left;
}
.menu-background-6 .mainmenu ul li:nth-child(4) {
    float: left;
}
.scroll-header .slicknav-bg-6 {
    background: #a5a5a5;
}

.demo-banner {
    height: 400px;
    background-position: center 0px;
    position: relative;
    background: #f9f9f9;
}
.banner_inner {
    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;
    width: 100%;
}
.banner_inner h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}
.demo-banner:before {
    background: rgba(0,0,0,0.7);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.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: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 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 h5 {
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

/* Grid portfolio 
**************************************************/
.gp-item{  	        
	overflow: hidden;
	position: relative;
}
.gp-item a {
	display: block;
}

.grid-portfolio .gp-item{
	float: left;
	width: 33%;
	margin: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.grid-portfolio .gp-item a{
	position: relative;
	overflow: hidden;
	display:block;
}

.grid-portfolio .gp-item img{
	width:100%;
}

.grid-filters{
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}
.grid-filters-wrapper .select-filter{
	display: none;
}
.grid-filters:after{
	content:"\f0b0";
	position: absolute;
	top: 0;
	left: -35px;
	width:25px;
	height: 25px;
	font-size: 11px;
	color:#1c1c1c;
	background: #dc971f;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
}

.grid-filters li{
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.grid-filters li a{
	color: #afafaf;
	font-size: 14px;
	text-transform: capitalize;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}
.grid-filters li.active a{
	color:#ec1111;
}

.regular-page .grid-filters:after{
	color:#fff;
}

.regular-page .grid-filters li a{
	color: #afafaf;
	font-size: 14px;
	text-transform: capitalize;
}
.regular-page .grid-filters li.active a{
	color:#474747;
}

/* Hover effects
 **************************************************/
.tj-overlay {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.tj-hover-1,.tj-hover-2,.tj-hover-3,.tj-hover-4,.tj-hover-5{
	position: relative;
	display: block;
}
.tj-hover-1> a,.tj-hover-2> a,.tj-hover-3> a,.tj-hover-4> a,.tj-hover-5> a{
	display: block;
}

.tj-hover-1 .tj-overlay,
.tj-hover-2 .tj-overlay,
.tj-hover-3 .tj-overlay,
.tj-hover-4 .tj-overlay,
.tj-hover-5 .tj-overlay
{

	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.tj-hover-1 .tj-overlay:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	display: block;
	height: 4px;
	background: rgb(200, 155, 74);
	z-index: 5;
	margin-top: -2px;

	-webkit-transition: all 0.3s ease-in;
	   -moz-transition: all 0.3s ease-in;
	    -ms-transition: all 0.3s ease-in;
	     -o-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;
}

.tj-hover-1 .tj-overlay .title{
	font-size:20px;
	margin-top: -40px;
	-webkit-transform: translate3d(0,-10px,0);
	   -moz-transform: translate3d(0,-10px,0);
	    -ms-transform: translate3d(0,-10px,0);
	     -o-transform: translate3d(0,-10px,0);
	        transform: translate3d(0,-10px,0);
	text-transform: uppercase;
}
.tj-hover-1 .tj-overlay .subtitle{

	margin-top: 23px;
	-webkit-transform: translate3d(0,15px,0);
	   -moz-transform: translate3d(0,15px,0);
	    -ms-transform: translate3d(0,15px,0);
	     -o-transform: translate3d(0,15px,0);
	        transform: translate3d(0,15px,0);
	font-size: 13px;
	font-family: 'ralewayregular';
	font-weight: 400;
}

.tj-hover-1:hover .tj-overlay{
	opacity: 1;
}

.tj-hover-1:hover .tj-overlay:after{
	width: 40px;
	margin-left: -20px;
}


.tj-hover-1:hover .tj-overlay .title,
.tj-hover-1:hover .tj-overlay .subtitle,
.tj-hover-2:hover .tj-overlay .overlay-texts,
.tj-hover-2:hover .tj-overlay .overlay-icon,
.tj-hover-4:hover .tj-overlay .overlay-icon{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	     -o-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}

.tj-hover-1 .tj-overlay .title,
.tj-hover-1 .tj-overlay .subtitle,
.tj-hover-2 .tj-overlay .overlay-texts,
.tj-hover-2 .tj-overlay .overlay-icon{
	color:#000;
	width: 100%;
	padding:0 15px;
	text-align: center;
	position: absolute;
    top:50%;
	left: 0;
	opacity: 0;

	-webkit-transition: -webkit-transform 0.6s ease,opacity 0.3s ease;
	   -moz-transition:  	moz-transform 0.6s ease,opacity 0.3s ease;
	    -ms-transition: 	-ms-transform 0.6s ease,opacity 0.3s ease;
	     -o-transition: 	 -o-transform 0.6s ease,opacity 0.3s ease;
	        transition: 		transform 0.6s ease,opacity 0.3s ease;
      
}

.tj-hover-1:after,
.tj-hover-2:after,
.tj-hover-4:after,
.tj-hover-5:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	    -ms-transition: opacity 0.5s ease;
	     -o-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}
.tj-hover-1:after{
	background: #fff;
	opacity: 0;
}
.tj-hover-2:after{
	background: #000;
	opacity: 0.5;
}

.tj-hover-4:after{
	background: #000;
	opacity: 0;
}

.tj-hover-1:hover:after{
	opacity: 0.75;
}
.tj-hover-2:hover:after{
	opacity: 0.1;
}
.tj-hover-4:hover:after{
	opacity: 0.3;
}
.tj-hover-2 .tj-overlay .overlay-icon{
	margin-top: -45px;
	margin-left: -13px;
	left:50%;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius:50%;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	box-shadow: 1px 1px 3px -1px #000, inset 1px 1px 3px -1px #000;
	text-shadow: 1px 1px 2px #000;

	-webkit-transform: translate3d(10px,0,0);
	   -moz-transform: translate3d(10px,0,0);
	    -ms-transform: translate3d(10px,0,0);
	     -o-transform: translate3d(10px,0,0);
	        transform: translate3d(10px,0,0);
}

.tj-hover-2 .tj-overlay .overlay-texts{
	margin-top: 15px;
	text-align: center;
	color:#fff;

	-webkit-transform: translate3d(-20px,0,0);
	   -moz-transform: translate3d(-20px,0,0);
	    -ms-transform: translate3d(-20px,0,0);
	     -o-transform: translate3d(-20px,0,0);
	        transform: translate3d(-20px,0,0);
}
.tj-hover-2 .tj-overlay .title{
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #000;
	color:#fff;
}

.tj-hover-2 .tj-overlay .subtitle{
	font-size: 12px;
	margin: 5px 0 0 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #000;
	font-weight: 400;
	color:#fff;
}

.tj-hover-2:hover .tj-overlay{
	opacity: 1;
}

.tj-hover-3 .tj-overlay{
	opacity: 1;
	background: rgba(0,0,0,0.5);
}
.tj-hover-3:hover .tj-overlay,
.tj-hover-3:focus .tj-overlay{
	background: rgba(0,0,0,0.3);
}
.tj-hover-3 .tj-overlay .overlay-texts{
	padding:0 5%;
}
.tj-hover-3 .tj-overlay .title{
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 700;
	font-family: 'ralewaybold';
	position: relative;
	color:#d0d0d0;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}
.tj-hover-3 .tj-overlay .title:after{
	content: '';
	position: absolute;
	bottom:-15px;
	left:0;
	height: 5px;
	background-color: #dc971f; 
	width: 30px;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}
.tj-hover-3 .tj-overlay .subtitle{
	font-size: 12px;
	margin: 5px 0 0 0;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 400;
	color: #fff;
}
.tj-hover-3:hover .tj-overlay .title,
.tj-hover-3:focus .tj-overlay .title{
	color:#f1f1f1;
}
.tj-hover-3:hover .tj-overlay .title:after,
.tj-hover-3:focus .tj-overlay .title:after{
	width: 40px;
	position: absolute;
	/* top:50%; */
}

.tj-hover-4 .tj-overlay{
	opacity: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.tj-hover-4:hover .tj-overlay{
	opacity: 1;
}
.tj-hover-4 .tj-overlay .overlay-icon{
	position: absolute;
	margin-left: -20px;
	margin-top: -20px;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 13px;

	-webkit-transform: translate3d(0,-15px,0);
	   -moz-transform: translate3d(0,-15px,0);
	    -ms-transform: translate3d(0,-15px,0);
	     -o-transform: translate3d(0,-15px,0);
	        transform: translate3d(0,-15px,0);

	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;

	box-shadow: 1px 1px 3px -1px #000, inset 1px 1px 3px -1px #000;
	text-shadow: 1px 1px 2px #000;
}
.tj-hover-5{
	overflow: hidden;
}
.tj-hover-5:after{
	background: #000;
	opacity: 0;
	z-index: 1;
}


.tj-hover-5 .tj-overlay:before,.tj-overlay:after{
	content: '';
	position: absolute;
	top:50%;
	left:50%;
	background: #fff;
}
.tj-hover-5 .tj-overlay:before{
	width: 40px;
	height: 1px;
	margin-left: -20px;
	margin-top: -1px;
}
.tj-hover-5 .tj-overlay{

	-webkit-transition: all 0.6s ease;
	   -moz-transition: all 0.6s ease;
	    -ms-transition: all 0.6s ease;
	     -o-transition: all 0.6s ease;
	        transition: all 0.6s ease;

	-webkit-transform: translate3d(0,-10px,0);
        -moz-transform: translate3d(0,-10px,0);
         -ms-transform: translate3d(0,-10px,0);
          -o-transform: translate3d(0,-10px,0);
             transform: translate3d(0,-10px,0);     
	

	z-index: 2;

}
.tj-hover-5 img{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.tj-hover-5 .tj-overlay:after{
	width: 1px;
	height: 40px;
	margin-left: -1px;
	margin-top: -20px;
}
.tj-hover-5:hover:after{
	opacity: 0.8;
}
.tj-hover-5:hover .tj-overlay{
	opacity: 1;
	-webkit-transform: translate3d(0,0px,0);
        -moz-transform: translate3d(0,0px,0);
         -ms-transform: translate3d(0,0px,0);
          -o-transform: translate3d(0,0px,0);
             transform: translate3d(0,0px,0); 
}
.tj-hover-5:hover img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.tj-hover-5.reverse:after{
	background: #fff;
}
.tj-hover-5.reverse .tj-overlay:after,
.tj-hover-5.reverse .tj-overlay:before{
	background: #000;
}
.tj-hover-5.colorbg:after{
	background: #dc971f;
}


/* Horizontal full height carousel */
 .tj-circle-hover{
 	position: relative;
 }
 .tj-circle-hover:after{
 	content: '';
 	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	left: 0px;
	background: #000;
	opacity: 0.5;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
 }

 .tj-circle-hover:hover:after,
 .tj-circle-hover:focus:after{
 	opacity: 0.2;
 }
.tj-circle-hover .tj-overlay {
	opacity: 1;
}
.tj-circle-hover .tj-overlay .content{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -55px;
	z-index: 3;
	opacity: 0;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}


.tj-circle-hover:hover .tj-overlay .content,
.tj-circle-hover:focus .tj-overlay .content{
	opacity: 1;
}

.tj-circle-hover .tj-overlay .circle{
	width: 110px;
	height: 110px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	margin: 0 auto;
	line-height: 110px;
	position: relative;
}
.tj-circle-hover .tj-overlay .circle:after,.tj-circle-hover .tj-overlay .circle:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);

	-webkit-transform-origin: 50% 0;
	   -moz-transform-origin: 50% 0;
	    -ms-transform-origin: 50% 0;
	     -o-transform-origin: 50% 0;
	        transform-origin: 50% 0;

	-webkit-transition: all .75s ease;
       -moz-transition: all .75s ease;
        -ms-transition: all .75s ease;
         -o-transition: all .75s ease;
            transition: all .75s ease;  

	width: 110px;
	height: 110px;
	border-radius: 50%;
}

.tj-circle-hover:hover .tj-overlay .circle:after,
.tj-circle-hover:focus .tj-overlay .circle:after{
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
	    -ms-transform: rotate(10deg);
	     -o-transform: rotate(10deg);
	        transform: rotate(10deg);

}

.tj-circle-hover:hover .tj-overlay .circle:before,
.tj-circle-hover:focus .tj-overlay .circle:before{
	-webkit-transform: rotate(-10deg);
	   -moz-transform: rotate(-10deg);
	    -ms-transform: rotate(-10deg);
	     -o-transform: rotate(-10deg);
	        transform: rotate(-10deg);	
}

.tj-circle-hover .tj-overlay .circle i{
	font-size: 20px;
	color: #000;
	position: relative;
	z-index: 100;
}

.tj-circle-hover .tj-overlay .details{
	margin-top:20px;
}
.tj-circle-hover .tj-overlay .details .title{
	margin: 0 0 2px 0;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px #000;
	color: #fff;

}
.tj-circle-hover .tj-overlay .details .subtitle{
	margin: 0;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
	color:#fff;
}


/* override for grid portfolio overlays */
.grid-portfolio .gp-item a:after{
	border: 3px solid #fdfdfd;
    content: "";
    position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
}
.dark-template .grid-portfolio .gp-item a:after{
	border-color: #1c1c1c;
}
.gp-item.tj-hover-5:after,
.gp-item.tj-hover-1:after,
.gp-item.tj-hover-2:after{
	right:3px;
	left:3px;
	top:3px;
	bottom:3px;
	width:auto;
	height: auto;
}

.grid-portfolio.no-padding .gp-item a:after{
	border: none;
}
.grid-portfolio.no-padding .gp-item.tj-hover-5:after,
.grid-portfolio.no-padding .gp-item.tj-hover-1:after,
.grid-portfolio.no-padding .gp-item.tj-hover-2:after{
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
}

.modal-xl {
    max-width: 80%;
}
