/***************************
	double Image 
***************************/
.about-img-2 {
    width: 100% !important;
    height: 390px;
    position: absolute;
    top: 80px;
    right: -100px;
    width: 80%;
    -webkit-box-shadow: 0px 35px 78px -23px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 35px 78px -23px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 35px 78px -23px rgba(0, 0, 0, 0.33);
}
.about-img-2,.about-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.about-img {
    width: 75%;
    height: 550px;
}

/* Nina */
.button--nina {
	padding: 0.5em 1em !important;
	overflow: hidden;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: uppercase;
	font-family: "Quicksand", Arial, sans-serif;
	font-weight:500;
}
.button--nina > span {
	display: inline-block;
	padding: 0em 0;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.5em 1em;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
	background-color: #003B78;
}
.button--nina:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.button--nina:hover > span:nth-child(11) {
	-webkit-transition-delay: 0.505s;
	transition-delay: 0.505s;
}
.button--nina:hover > span:nth-child(12) {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.button--nina:hover > span:nth-child(13) {
	-webkit-transition-delay: 0.605s;
	transition-delay: 0.605s;
}
.button--nina:hover > span:nth-child(14) {
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}
.button--nina:hover > span:nth-child(15) {
	-webkit-transition-delay: 0.705s;
	transition-delay: 0.705s;
}
/* Common button styles */
.button {
	color: rgba(0, 0, 0, 0.7);
	vertical-align: middle;
	position: relative;
	
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
.submit_btn{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    background-image:linear-gradient(to right, #970c0c 0%, rgba(244, 7, 6, 0.8) 51%, #970c0c 100%);
    transition: all 400ms ease-out;
    background-size: 200% auto;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 3px;
    cursor: pointer;
}
.submit_btn:hover{
        background-position: right center;
        color: #fff;
    }
.submit_btn:focus{
        background-image: linear-gradient(to right, #744fff 0%, #21d397 51%, #744fff 100%) !important;
        transition: all 400ms ease-out;
        background-size: 200% auto;
    }
/*------------------------------------
# .0 Feature Service
------------------------------------*/
.feature_service_area {
    color: #050c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    
}
.feature_service_box_width {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 0 20%;
    background-color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px 20px 20px;
    transform: translateY(0px);
}
.feature_service_box_width + .feature_service_box_width {
    border-left: 2px solid rgba(0, 0, 0, 0.075);
}
.feature_service_box_width:hover {
    background-color: #FFD763;
    transform: translateY(-10px);
}
.feature_service_box_width i {
    font-size: 65px;
    margin-bottom: 0px;
    display: block;
    transition: all .4s ease;
}
.feature_service_box_width p {
        color: #d50302;
    font-size: 18px;
    font-weight: 500;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
    transition: all .4s ease;
	margin-bottom:0px;
	font-family: "Quicksand", Arial, sans-serif;
	text-align:center;
}
.feature_service_box_width i:before
{
	font-size:65px;
}
.feature_service_box_width:hover i,
.feature_service_box_width:hover p {
    color: #38373C;
}

/*------------------------------------
# .0 Gallery
------------------------------------*/
.gallery_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.gallery_area > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
            box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.gallery_area .gallery_width:first-child .gallery_fixed_height img {
    width: 100%;
}
.gallery_width img {
    position: relative;
}
.gallery_fixed_height {
    position: relative;
}
.gallery_overlay {
    position: absolute;
    left: 0;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    background: #09aeb8;
    padding: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
    visibility: hidden;
}
.gallery_width:hover .gallery_overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .9;
    visibility: visible;
}
.gallery_overlay h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-right: 40px;
}
.gallery_overlay a {
    background-color: #f5d974;
    color: #38373c;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
}
/*------------------------------------
# .0 Call to action style 2
------------------------------------*/
.cta_style_2_area {
    z-index: 1;
    padding: 237px 0;
    overflow-x: hidden;
    position: relative;
    background: #38373c url(../images/ac-skew-1.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
}
.cta_style_2_area:before {
    content: '';
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.cta_style_2_area:after {
    content: '';
    background-image: url(../images/logo-w.png);
    position: absolute;
    left: 50%;
    top: 12%;
    z-index: 1;
    width: 330px;
    height: 330px;
    background-size: cover;
    border-radius: 50%;
    margin-left: -180px;
}
.cta_style_2_area .cta_style_2_left {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 999;
    margin-top: -60px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: right;
    padding: 22px 40px 22px 0;
    width: 337px;
    min-height: 117px;
    vertical-align: middle;
}
.cta_style_2_area .cta_style_2_right {
    left: auto;
    text-align: left;
    right: 0;
    padding: 22px 0 22px 40px;
}
.cta_style_2_img_left {
    position: absolute;
    left: 0;
    width: 70%;
    background-color: #999;
    background-size: cover;
    height: 100%;
    top: 0;
    z-index: -1;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    overflow: hidden;
}
.cta_style_2_img_right {
    left: auto;
    right: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.cta_style_2_img_left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 170%;
    height: 100%;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}
.cta_style_2_img_right:before {
    left: auto;
    right: 0;
    background-image: url(../images/ac-skew-2.jpg);
}
.cta_style_2_left p {
    font-weight: 600;
    font-size: 16px;
    line-height: initial;
    color: #f0ad4e;
	margin-bottom:10px;
	    text-align: inherit;
}
.cta_style_2_left h1 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
	margin-bottom:0px;
	color:#051e57;
}
.footer h4 
{
	color: #fff;
        font-weight: 500;
    font-size: 21px;
    letter-spacing: 2px;
}
.footer p ,.footer-menu span
{
	color:rgba(255, 255, 255, 0.5);
	font-size:15px;
}
.footer-menu
{
	list-style:none;
	padding-left:0px;
}
.footer-menu i 
{
	font-size:21px;
	padding-top:5px;
}
.footer-menu span
{
	padding-left:10px;
}
.footer-menu li 
{
	display:inline-flex;
	margin-bottom:15px;
	width: 100%;
}
.footer img 
{
	    width: 300px;
    margin: auto;
}
.copyright
{
	    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0px 0px;
    margin: 50px 50px 0px;
	    z-index: 999;
    position: relative;
}
.owl-carousel2 img 
{
	width:85% !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	background: #D50302;
}
.demo-2 .large-header {
	background-image: url('../images/small-banner.png');
	background-position: center top;
	height:350px !important;
}
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.demo-2 .main-title {
    font-family: 'Clicker Script', cursive;
    font-weight: normal;
    font-size: 5em;
    padding-left: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.about-sub .blog-entry img
{
	width:100% !important;
}
.about-sub 
{
	padding:40px;
}
.about-sub .blog-entry .desc
{
	border:0px;
	box-shadow:none;
}
.work-row 
{
	padding:4em 20px;
}
.work-img 
{
	height:220px;
}
.wrapper-contact .wrapper-text p ,.wrapper-contact .wrapper-text p  a
{
	color:#38373C;
	font-size:16px;
}
.wrapper-contact .submit_btn
{
	width:100%;
	height:50px;
	font-size:20px;
}
.wrapper-contact .wrapper-feature .wrapper-text
{
	padding-left:100px;
	margin-top:5px;
}
.wrapper-contact .wrapper-feature .wrapper-icon i
{
	height:70px;
}
.wrapper-contact .wrapper-feature .wrapper-icon 
{
	width:70px;
	height:70px;
}
.wrapper-contact .wrapper-feature
{
	margin-bottom:20px;
}
.wrapper-contact .form-control
{
	margin-bottom:20px;
	border:1px solid rgba(204, 204, 204, 0.2);
}
.contact-banner .large-header {
	background-image: url('../images/contact-banner.jpg');
	background-position: center top;
	height:350px !important;
}
.services-banner .large-header {
	background-image: url('../images/service-banner.jpg');
	background-position: center top;
	height:350px !important;
}
.blog-banner .large-header {
	background-image: url('../images/blog-banner.jpg');
	background-position: center top;
	height:350px !important;
}
#custom-logo img
{
	width: 100%;
    padding: 10px 15px 10px 50px;
}
#custom-logo
{
	position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
}
.errorClass {
    border: 2px solid #ED4234 !important;
}
#response
{
	width: 300px;
    display: block;
    padding-left: 15px;
}
@media (max-width:768px)
{
	.about-img-2
	{
		right: -75px;
		height:220px;
	}
	.about-img
	{
		height:350px;
	}
	.steps h3 br 
	{
		display:none;
	}
	
	.cta_style_2_area
	{
		display:none;
	}
	.contact-wrap {
    margin-top: 0;
    padding: 40px;
}
.contact-ban .caption p
{
	width:86%;
	    font-size: 15px;
    line-height: 1.3em;
    opacity: 1;
}
.contact-wrap form{
	padding:0px 20px;
}
.contact-wrap .col-md-3
{
	display:none;
}
#get-in-touch {
    padding: 0em 0 3em;
}
.footer .col-sm-4
{
	padding:0px 30px;
}
.demo-2 .main-title
{
	font-size:3em;
}
.demo-2 .large-header
{
	height:200px !important;
}
#wrapper-hero
{
	margin-bottom:0;
}
.steps h3 
{
	margin-top: -15px;
    margin-left: 49px;
}
.steps .icon
{
	margin-bottom:0;
}
.wrapper-feature .wrapper-icon i,[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after
{
	font-size:45px;
}
.wrapper-feature .wrapper-icon
{
	    width: 60px;
    height: 50px;
}
.wrapper-feature .wrapper-icon i
{
	height:50px;
}
.wrapper-feature .wrapper-text
{
	padding-left:80px;
}
.wrapper-feature,.services-wrap
{
	margin-bottom:20px;
}
.blog-entry .desc h3
{
	margin-bottom:5px;
}
.copyright
{
	margin-top:0px;
}
.feature_service_area
{
	display: inline-table;
    width: 100%;
    max-width: 100%;
}
.feature_service_box_width
{
	width: 50%;
    display: inline-block;
	flex:none;
	padding:0;
}
.feature_service_box_width + .feature_service_box_width
{
	border-left:0px;
	padding:0px;
}

}
@media(max-width:767px)
{
	.demo-2
{
	margin-top:70px;
}
#clients {
    padding: 2em 2em;
}
.contact-wrap .col-md-5
{
	padding:45px 10px 0px;
}
.work-img {
    height: 120px;
}
}
@media (min-width:600px) and (max-width:768px)
{
	.wrapper-services .wrapper-narrow-content .col-md-6
	{
		width:50%;
	}	
.wrapper-services .wrapper-narrow-content  .row
	{
		display:flex;
	}
	#custom-logo
	{
		right:1.5px;
	}
	#custom-logo img
	{
		width:45%;
		float:right;
	}
	#wrapper-hero .flexslider .slider-text
	{
		width:300px;
	}
}
@media (min-width:768px) and (max-width:991px)
{
	#custom-logo
	{
		display:none;
	}
	.steps h3 
{
	margin-top: -15px;
    margin-left: 49px;
}
.steps .icon
{
	margin-bottom:0;
}
	.steps h3 br 
	{
		display:none;
	}
	.wrapper-blog, .wrapper-work, .wrapper-about, .wrapper-services, .wrapper-contact
	{
		padding-bottom:2em;
		padding-top:2em;
	}
	.move-bottom
	{
		margin-top:0px;
	}
	.cta_style_2_area .cta_style_2_right
	{
		top:20%;
	}
	.cta_style_2_left 
	{
		top:82%;
	}
	.contact-wrap .col-md-5
	{
		padding: 45px 30px 0px;
	}
	.contact-wrap .col-md-3
	{
		display:none;
	}
	#get-in-touch
	{
		padding-bottom:0;
	}
	#get-in-touch .row ,.footer .row
	{
		margin:0;
	}
	.footer .row .col-sm-4:first-child
	{
		width:100%;
	}
	.footer .row .col-sm-4
	{
		width:50%;
	}
}
@media (min-width:992px) and (max-width:1199px)
{
	.contact-wrap .col-md-3
	{
		display:none;
	}
}
@media(max-width:991px)
{
	#response
	{
		height: 50px;
    position: relative;
    margin-bottom: 20px;
	}
	.wrapper-contact .wrapper-narrow-content .col-md-5 
	{
		display:inline-block;
	}
}