

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);


/* Reset
---------------------------------*/
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}



a, a:hover, a:active {
    outline: 0px !important;
	text-decoration:none;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}



.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
} 





/* Styles
---------------------------------*/
.animated-text{
    height: 2em;
    font-size: 1.9em;
    overflow: hidden;
    background: #CC071E;
    padding: 0px 5px 0px 0px;
}
.line:first-child{
    animation: anim 6s infinite;
}
@keyframes anim {
    0%{
        margin-top: 0;
    }
    25%{
        margin-top: -1.7em;
    }
    50%{
        margin-top: -3.4em;
    }
    75%{
        margin-top: -1.7em;
    }
    100%{
        margin-top: 0;
    }
}

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    /* color: #888888; */
    margin: 0;
}

h2 {
    font-size: 3em;
    color: #232323;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: capitalize;
}
.after_line::after{
    content: "";
    position: absolute;
    display: block;
    margin-top: 5px;
    left: 45%;
    width: 10%;
    height: 2px;
    border-radius: 100%;
    background: #CC071E;
}

.after_line_white::after{
    content: "";
    position: absolute;
    display: block;
    margin-top: 5px;
    left: 45%;
    width: 10%;
    height: 2px;
    border-radius: 100%;
    background: #CC071E;
}



h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
    line-height: 28px;
}

p {
    line-height: 24px;
    margin: 0;
    color: #000;

}

/* loader */
#loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    overflow: visible;
    background: #DFDFDF url('../img/monkey.gif') no-repeat center;
}


/* Icon Scroll CSS */
/*  */
#icon-scroll
{
  background: #fff;
  width: 100%;
  padding-left: 50%;
  position: relative;
  margin-top: 26px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite alternate;

}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.unu
{
  margin-top: 8px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
    display: block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid #CC071E;
    border-bottom: 2px solid #CC071E;
    margin: 4px 0 4px 7px;
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.mouse
{
height: 40px;
width: 22px;
  border-radius: 10px;
  transform: none;
  border: 2px solid black;
  top: 170px;
}

.wheel
{
  height: 7px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #CC071E;
  position: relative;
}

/* .wheel
{
  -webkit-animation: mouse-wheel 1s ease infinite;
  -moz-animation: mouse-wheel 1s ease infinite;
  animation: mouse-wheel 1s ease infinite;
} */

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}
@keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/* Header Styles
---------------------------------*/

#header_wrapper {
    background: rgb(0, 0, 0);
    padding: 5px 0px;
    
    /* border-bottom: 1px solid #383838; */
}

.header_box {
    position: relative;
}

.logo {
    float: left;
    margin-top: 8px;
	position: relative;
	z-index: 2;
}

.res-nav_click {
    display: none;
}
	

/* Nav Styles
---------------------------------*/
#main-nav {
    width: 100%;
    text-align: center;
    border-color: #616161;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    min-height: 40px;
    margin-bottom: 0px;
    text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
    color: #7d7d7d;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
    float: initial;
    text-align: center;
    margin: 0 auto;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 25px;
    float: initial;
    
}

.navStyle ul li:last-child {
    margin: 0 0 0 23px;
}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #235360;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #03a9f4;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #ED5441;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #ED5441;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}
.form-control{
    width: 100%;
    margin: 4px;
    padding: 12px 15px;
    border-color: #5a5a5a;
    border-radius: 0;
    color: #ffffff;
    background: #000;
    height: auto;
}
.btn-primary {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 10px 34px;
    border-radius: 0;
}
.btn-primary:hover{
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.85);
    color: #232323;
}


/* Top_content
---------------------------------*/
.hero_section img{
    width:100%;
    height:70%;
}
.top_cont_outer {
    position: relative;
    /* height: 750px; */
    background: url('../img/home2.jpg') no-repeat;
    background-size: cover;
    background: #fff;
}
.top_cont_outer:before{/* content:''; */position:absolute;top:0;width:100%;z-index:5;/* background: rgba(25, 25, 25, 0.7); */height:100%;bottom:0;}
.hero_section {
    position: relative;
    padding-top: 20px;
    z-index: 5;
}

.top_left_cont {
    padding: 100px 50px 100px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 38px;
    color: #020202;
    margin: 0 0 0 0;
    font-family: 'Raleway', sans-serif;
    text-align: right;
    line-height: 60px;
    text-transform: initial;
}

.top_left_cont h2::after{
    content: "";
}

.top_left_cont h2 strong {
    font-weight: 700;
    background: #CC071E;
    color: #fff;
}

.top_left_cont p {color: #000;margin: 15px 0 40px 0;line-height: 24px;font-size: 15px;text-align: right;letter-spacing: 1px;font-weight: normal;}

a.read_more, a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #FEB11E;
    border: 1px solid #FEB11E;
    margin:0 auto;
}
a.read_more{
	 color: #3C3C3C;
	 border: 1px solid #3C3C3C;
}
a.read_more2:hover, a.read_more:hover {
    background: #fff;
    color: #0593F9;
    border: 1px solid #fff;
}
a.read_more:hover {
    background: #fff;
    color: #ED5441;
    border: 1px solid #ED5441;
}
.timeline{
	padding: 140px 0px 60px 0px;
}

/* Services
---------------------------------*/

#service {
    padding: 100px 0px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.95);
    border: 1px dashed #cfcfcf;
}

.skills{
    -webkit-transition:  background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
    padding: 40px 0px;
    margin: auto;
}
.skills p{
	margin-bottom:10px;
}
.skills:hover{
    background: #CC071E;
    -webkit-transition:  background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 1);
}

.service_wrapper {
    padding: 60px 0px 20px 0px; 
}

#service h2{
    color: #fff;
}

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; 
    position: relative;
    color: #fff;
}

.service_icon {
    width: 90px;
    height: 85px;
    margin: 0px auto 25px;
    border-bottom: 1px dashed #fff;
}

.service_icon span {
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.service_icon i {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  position: relative;
  top: 20px;
  z-index: 20;
  display: block;
  text-align: center;
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 35px 0 15px;
}
.service_block p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 35px 0;
}
	


/* Latest Work
---------------------------------*/


#work_outer {
    background: #f9f9f9;
    padding: 70px 0px;
    position: relative;
}

.work_pic {
    position: absolute;
    right: 0;
    top: 25%;
    width: 50%;
}

.inner_section {
    padding: 0px;
}

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
    text-align: center;
}

.service-list-col1 i {
    
    color: #888;
    font-size: 19px;
    font-style: normal;
    line-height: 20px;
}

.service-list-col2 {
    overflow: hidden;
}

.page_section.alabaster {
    background: #fafafa;
}

.work_bottom {
    padding: 20px 0 0 0px;
}

.work_bottom span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}

a.contact_btn {
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #ED5441;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 2px solid #ED5441;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover {
    background: #ED5441;
    color: #fff;
}

.input-text {
    background: transparent;
}

img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page_section.paddind {
    padding-bottom: 60px;
}


/* Common style */

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 4%;
	min-width: 320px;
    max-width: 320px;
    min-height: 300px;
	max-height: 300px;
	background: #000000;
	align-items: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure h2 {
	word-spacing: 0.15em;
    font-weight: 500;
    text-shadow: 1px 1px #353434;
}

.grid figure p {
    line-height: 20px;
	letter-spacing: 0.5px;
    font-size: 70%;
    
}

.grid figure a {
    line-height: 20px;
	letter-spacing: 0.5px;
	font-size: 70%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}
figure.effect-julia:hover{
    box-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

figure.effect-julia img {
	max-width: none;
	height: 250px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
    font-size: 22px;
	position: relative;
    padding: 0.1em 0;
    margin: 5em 2em 1em 2em;
    z-index: 10;
    color: #fff;
    transition: transform 0.3s;
    transform: translate3d(0,0,0) scale3d(0.8,0.8,1);
}
figure.effect-julia:hover h2{
    transform: translate3d(0,-80px,0) scale3d(1,1,1);
    margin-bottom: -2em;
}


figure.effect-julia a {
    z-index: 1;
    display: inline-block;
    margin: 5em 0 0.25em;
	padding: 0.1em 0.5em;
	background: rgba(255,255,255,1);
	color: #2f3238;
    text-transform: none;
    font-family: 'Raleway', Arial, sans-serif;
	font-weight: 700;
	font-size: 65%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,360px,0);
    transform: translate3d(0,360px,0);
    margin-block-end: 0.5em;
    margin-inline-start: 38%;
    margin-inline-end: 0px;
}
figure.effect-julia a:hover{
    opacity: 1;
    background: #CC071E;
    color: #fff;
    box-shadow: 0 3px 8px rgba(207, 47, 47, 0.8);
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.1em 0.5em;
	background: rgba(255,255,255,1);
	color: #2f3238;
    text-transform: none;
    font-family: 'Raleway', Arial, sans-serif;
	font-weight: 700;
	font-size: 65%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,360px,0);
    transform: translate3d(0,360px,0);
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

figure.effect-julia:hover a {
    -webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1.6,1.6,1);
	transform: scale3d(1.6,1.6,1);
}

figure.effect-julia:hover p {
    opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-julia:hover a {
    opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-- popup --*/

.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
}

.pop-overlay:target {
    animation: ease-out;
    z-index: 999;
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 5px;
    width: 55%;
    position: relative;
    margin: 8em auto;
    padding: 3em 1em;
}

.popup p {
    font-size: 15px;
    color: rgb(0, 0, 0);
    letter-spacing: .5px;
    line-height: 30px;
}


.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #30c39e;
}


/* About Us
--------------------------- */
 
.aboutUs-container {
background-repeat: no-repeat;
background-position: right;
background-size: auto 100%;
background-position-y: 70px;
}
#about-us .read-more{
	border: 1px solid #ED5441;
	color: #1a1a1a;
}

#about-us .read-more:hover{
	background-color: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
}
.about-us-post-container{
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
}
.about-us{
	margin-top: 30px;
	margin-bottom: 0;
}
.about-us h3{
	font-size:28px;
	color: #000;
}
.points{ 
	margin-bottom: 10px;
	font-size:14px;
	padding-left:0px;
}
.about-us p{
	line-height: 1.625em;
	padding: 15px 0;
}
.about-us .about-us-list{
	list-style: none;
    margin-bottom: 20px;
    margin-left: 10px;
	padding-left: 0px;
}
.about-us .dwnld{
    align-items: center;
    margin-left: 0px;
}
.about-us .dwnld .btn{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 4px;
    -webkit-transition:  color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in, transform 0.3s ease-in;
    transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in,  transform 0.3s ease-in;
}
.about-us .dwnld .btn .resume{
    color: #000000;
    transition: color 0.3s ease-in;
}

.about-us .dwnld .btn:hover .resume{
    color: #fff;
    transition: color 0.3s ease-in;
}

.about-us .dwnld .btn:hover{
    background-color: #CC071E;
    border-color: rgba(255, 255, 255);
    color: #fff;
    transform: scale(1);
    -webkit-transition:  color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in, transform 0.3s ease-in;
    transition: color 0.3s ease-in, background-color 0.3s ease-in, border 0.3s ease-in, transform 0.3s ease-in;

}

.about-us .dwnld .btn span{
    margin-left: 5px;
    
}
.about-us .points{
	position: relative;
	list-style-type: none;
	padding: 5px 0 5px 30px;
    color: #000;
    
}

.about-us .points:before{
	content: "\f058";
	position: absolute;
	font-family: "Font Awesome 5 Free";
    font-size: 1.125em;
    font-weight: 900;
	color: #000000;
	left: 0px;
	top: 6px;
}

.about-us-link a:first-child{
	margin-left: 0;
}

#aboutUs {
    padding: 110px 0;
}

/* Contact
---------------------------------*/
.page_section.contact {
    padding: 90px 0 20px;
    color: #fff;
}
 
.contact_section {
    margin: 0 0 40px 0;
}

.contact_section h2 {
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #ED5441;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #ED5441;
}

.contact_block_icon.icon2 span {
    background: #ED5441;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    margin: 0 0 0 20px;
    padding-left: 0;
}

.contact_info  h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 14px;
    color: #7b7b7b;
    margin: 0 0 30px;
}

.social_links {
    padding:0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
    text-align: right;
    margin: 0 auto;
}
.footer_wrapper .social_links{
    text-align: left;
    padding-left: 17px;
    margin-bottom: 10px;
}
.social_links li {
    display: inline-block;
    margin-right: 4px;
    /* border: 1px solid #285d6b; */
    padding: 0px;
    
}

.social_links li a {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    background: #000;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid #000000;
    

}

.social_links li a:hover, .social_links li a:focus {
    text-decoration: none;
    background: #CC071E;
    color: #fff;
    transform: scale(0.9);
    border: 1px solid #CC071E;
}

.contact .social_links li a {
    display: block;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.contact .social_links li a:hover {
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #CC071E;
}



.twitter a:hover {
    color: #ffffff;
}

.facebook a:hover {
    color: #ffffff;
}

.pinterest a:hover {
    color: #ffffff;
}

.gplus a:hover {
    color: #ffffff;
}
 

.form {
    margin: 0 66px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 230px;
    resize: none;
    overflow: auto;
    
}

.input-btn {
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #0285FF;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    background: #fff;
    color: #222;
}

/* Footer
---------------------------------*/

.footer_wrapper {
    padding: 0px 0px 30px;
    background: #000000;
}



/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}


/*new_profolio*/




	
/* Portfolio */	
	
.container.portfolio_title {
    padding-bottom: 0px;
}

#portfolio {
    padding: 20px 0 20px;
}



/* Portfolio Filters */	

#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 0 5px;
}

#filters ul li a {
    display: block;
}

#filters ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 10px 22px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: transparent;
    border: #2b2b2b solid 1px;
    color: #2b2b2b;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #CC071E;
    color: #ffffff;
    text-decoration: none;
    border: #CC071E solid 1px;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 1px 1px 1px #CC071E;
}

.section-title h2 {
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    letter-spacing: 1px;
    margin: 0 0 30px;
    text-align: center;
}



/* Portfolio Items */	

#portfolio_wrapper {
    position: relative;
    padding: 0;
    display: block;
    align-items: center;
}

#portfolio_wrapper .one-four {
    line-height: 0;
    height: 100%;
    text-align: center;
    padding: 0;
    position: relative;
}

.portfolio-item {
    position: relative;  
    overflow: hidden;
    
}
	
	
/* Portfolio Isotope Transitions */	

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.tooltip{ 
  position:relative;
  float:right;
}
.tooltip > .tooltip-inner {background-color: #CC071E;padding:5px 15px;color: rgb(255, 255, 255);font-weight:bold;font-size:13px;}
.popOver + .tooltip > .tooltip-arrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #CC071E;}
 
.progress{
  overflow: visible;
  height: 10px;
  margin-bottom: 32px;
  background-color: #e8e8e8;
}
.progress-bar{
    border-radius: 5px;
   background: rgb(58, 58, 58);
   -webkit-transition: width 1.5s ease-in-out;
   transition: width 1.5s ease-in-out;
}



/* Portfolio Expander */	



#project_container {
    display: none;
    background-color: #FFF;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px;
}

#project-page-button-fullscreen li a {
    background: url(images/close.png) no-repeat #fff;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
    opacity: 1;
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100;
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0px 10px;
    font-size: 30px;
}

#project_data {
    margin-bottom: 0px;
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.project-section-title h1 {
    margin-bottom: 5px!important;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.project-page {
    background-color: #FFF;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}

	
/* Portfolio*/	
	
	
.project-image-slider .bx-wrapper .bx-next {
    background: url("images/project_slider_right.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url("images/project_slider_left.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
    opacity: 1;
    background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    margin-top: -33px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100;
}
	
/* Portfolio Normal Expander */		
	
.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.small-border {
    height: 2px;
    width: 50px;
    background-color: #ddd;
    margin-bottom: 15px;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px 0;
}

.project-description h5 {
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}
	
	
	
/* Portfolio FullScreen Expander */			
	



div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}


.info-slide p {
    color: #aaa;
    font-size: 13px;
    text-shadow: none;
    z-index: 1001;
    position: relative;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
}

.in-slide-content div.info-slide h2 {
    display: none;
    padding: 10px 10px 0 10px;
}

.in-slide-content div.info-slide p {
    display: none;
    padding: 0px 10px 10px 10px;
}

.in-slide-content div.info-slide:hover h2, .in-slide-content div.info-slide:hover p {
    display: inherit;
    padding: 0;
}


.message-item {
margin-bottom: 25px;
margin-left: 40px;
position: relative;
}
.message-item .message-inner {/* background: #000000; */border: 1px solid #797979;border-radius: 3px;padding: 10px;position: relative;}
.message-item .message-inner:before {border-right: 10px solid rgb(0, 0, 0);border-style: solid;border-width: 10px;color: rgba(0,0,0,0);content: "";display: block;height: 0;position: absolute;left: -21px;top: 6px;width: 0;}
.message-item .message-inner:after {border-right: 10px solid #ffffff;border-style: solid;border-width: 10px;color: rgba(0,0,0,0);content: "";display: block;height: 0;position: absolute;left: -20px;top: 6px;width: 0;}
.message-item:before {background: #8a8a8a;border-radius: 2px;bottom: -30px;/* box-shadow: 0 0 3px rgba(0,0,0,0.2); */content: "";height: 100%;left: -30px;position: absolute;width: 1px;}
.message-item:after {background: #CC071E;border: 2px solid #CC071E;border-radius: 50%;box-shadow: 0 0 5px rgba(0,0,0,0.1);content: "";height: 15px;left: -36px;position: absolute;top: 10px;width: 15px;}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.message-item .message-head {border-bottom: 1px solid #656565;margin-bottom: 8px;padding-bottom: 8px;color: #fff;}
.message-item .message-head .avatar {
margin-right: 20px;
}
.message-item .message-head .user-detail {
overflow: hidden;
}
.message-item .message-head .user-detail h5 {font-size: 16px;font-weight: bold;margin: 0;color: #000;}
.message-item .message-head .post-meta {
float: left;
padding: 0 15px 0 0;
}
.message-item .message-head .post-meta >div {
color: #333;
font-weight: bold;
text-align: right;
}
.post-meta > div {
color: #777;
font-size: 12px;
line-height: 22px;
}
.message-item .message-head .post-meta >div {color: #a5a5a5;font-weight: bold;text-align: right;}
.post-meta > div {
color: #777;
font-size: 12px;
line-height: 22px;
}
.message-item:last-child:before {
    width: 0;
}



/*
   Media Queries
--------------------------- */
@media (min-width: 768px) and (max-width: 1200px) {

.aboutUs-container {
background-repeat: no-repeat;
background-position: right;
background-size: auto 59%;
background-position-y: 150px;
}
}
@media (max-width: 800px){
	.nav > li > a{
		padding-left:0px;
		padding-right:0px;
	}
}
@media (max-width: 768px) {
.navStyle {
float: right;
width: auto; 
text-align: center;
} 
.aboutUs-container{
	background-image:none;
}
p{
font-size:14px;
}
.hero_section {
position: relative;
padding: 10px;
}
.top_left_cont {
padding: 38px 0;
}
.top_left_cont h2 {
    font-size: 25px;
    /* color: #FFF; */
    line-height: 39px;
    margin: 0 0 9px 0;
}


.inner_section {
padding: 20px 0 20px;
}
#aboutUs img{
margin-bottom:20px;
}
#aboutUs h3{
font-size:26px;
line-height:22px;
}
.service_block h3 { 
font-size: 16px;
}
.service_block p {
font-size: 14px; 
margin: 0px;
margin-bottom: 20px;
}
#filters ul{
padding-left:0px;
}
.form {
margin: 0 18px;
}
.page_section.team{
padding: 40px 0;
}
#clients {
padding: 40px 0;
}
.client_logos ul li {
display: inline;
margin: 0 25px;
padding: 11px 0;
display: inline-block;
}
.contact_section{
margin:0;
}
h2, .contact_section h2 {
font-size: 30px;
}
.page_section.contact {
padding: 30px 0 30px;
} 
.navbar-inverse .navbar-toggle .icon-bar{background: #ffffff;}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
background:none;
outline: none;
}
.navStyle ul li {
display: block;
}
.navStyle {
float: right;
width: 100%;
text-align:center;
}
.navbar {border: 0px solid #fff;min-height: 40px;margin-bottom: 0px;float: right;width: 100%;}
.navStyle ul li {
display: block;
margin: 0px;
}
.navStyle ul li:last-child {
margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {/* color: #222; */font-size:12px;padding: 10px 11px;}
} 
@media (max-width: 768px){ 
.navStyle {
float: left;
width: 100%; 
text-align: left;
}
.navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: initial;
width: 100%;
}
.team_area {
width: 99%;
}
.read_more2{
display:none;
}
}
.rt-box {/* float: left; *//* width: 88%; */text-align: left;margin-left: 10px;margin-bottom: 25px;text-align: center;}
img.img.img-circle.lt-box {/* float: left; */width: 64px;height: auto;}

.pull-right{
    background: #fff;
    color: #000;
    transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-in;
}
.pull-right:hover{
    background: #CC071E;
    color: #fff;
    border: 1px solid #CC071E;
    transition: color 0.2s ease-in, background 0.2s ease-in, border 0.2s ease-in;
}






