/*!
Theme Name: optimum001
Theme URI: optimumdesigntech.com
Author: optimumdesigntech.com
Author URI: optimumdesigntech.com
Description: Description
License URI: LICENSE
Text Domain: optimum
*/

/*<!-- *******************************-------    BASIC CSS  ------- ***************************  --> */
*{
margin: 0;
padding: 0;
}
.fix { 
    overflow: hidden 
}
html,body{
    height: 100%;
}
body{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    background: #ffffff;
    font-weight: 500;
}
a:hover, a, a:focus, a:visited{
    text-decoration: none;
    outline: none;
}
a:hover { 
    text-decoration: none
}
h1{font-size: 40px}
h2{font-size: 34px;}
h3{font-size: 28px;}
h4{font-size: 22px;}
h5{font-size: 18px;}

h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}
p{  
    margin-top: 0;
    margin-bottom: 10px;
}
img {
    max-width: 100%;
    height: auto;
}
.top-margin-75 {
    margin-top: 75px;
}
.area_padding{
    padding: 80px 0;
}
.overlay-dark {
    box-shadow: 0 0 0 1000px rgba(0,0,0,.75) inset;
}
.land_padding{
   padding: 40px 0;
}
 /*------------------------------ overlly CSS   ----------------------------*/

.overlay{
  box-shadow:  0 0 0 1000px rgba(50,50,50,.35) inset;
}
.light-overlay{
  box-shadow:  0 0 0 1000px rgba(255,255,255,.5) inset;
}
.color-overlay{
  box-shadow:  0 0 0 1000px rgba(255,79,2185,.5) inset;
}
.overlay h1,
.overlay h2,
.overlay h3,
.overlay h4,
.overlay h5,
.overlay p{
  color:  #ffffff;
}
/*------------------------------ social icon CSS   ----------------------------*/
.social_icon{
    padding-bottom: 20px;
    text-align: left;
}
.social_icon ul {
  margin: 0;
  padding: 0;
}
.social_icon ul li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  position: relative;
  z-index: 9;  
  font-size: 20px;
  font-weight: 700;
}
.social_icon ul li:last-child {
  padding-right: 0;
}
.social_icon ul li a{
  color: #555;
}
.social_icon ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #555;
  content: "";
  border-radius: 50%;
}
/*----------------------------  animation button CSS   ------------------------------*/
.animation_button a {
	padding: 0 30px;
	color: #222222;
  line-height: 42px;
    display: inline-block;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid ;
    border-color: #222222;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
    position: relative;
}
.animation_button a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.animation_button a:hover:before {
    transform: scaleX(1);
}
.animation_button a:hover{
    color: #ffffff;
}
/*----------------------------  google fonts CSS   ------------------------------*/

.font-josefin, h2, h4, h3, h1,.team_member_info p, .client_info p.client_name{
    font-family: 'Roboto', sans-serif;
}

/*----------------------------  section title CSS   ------------------------------*/

.section_title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}

.section_title h2 {
  color: #222222;
  margin-bottom:10px;
  text-transform: capitalize;
}
.white_section.section_title h2 {
  color: #ffffff;
  text-transform: capitalize;
  z-index: 9;
}
.section_title p {
  font-size: 19px;
  font-weight: 400;
  margin-top: 10px;
}
.section_title span.section-block {
  width: 12px;
  height: 12px;
  background: #cd2027;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
}
.section_title span.section-block:before {
  width: 70px;
  height: 1px;
  content: "";
  background: #cd2027;
  left: 5px;
  top: -28px;
  position: absolute;
  transform: rotate(-45deg);
}
.section_title span.section-block::after {
  width: 70px;
  height: 1px;
  background: #cd2027;
  position: absolute;
  content: "";
  right: 5px;
  bottom: -29px;
  transform: rotate(-45deg);
}
.white_section.section_title .section-block, .white_section.section_title .section-block:after,  .white_section.section_title .section-block:before{
  background: #ffffff;
}


/*----------------   transition css ----------------*/
.main_menu ul li a, .main_menu ul li a:before, .service_item, .service-icon, .protfolio_menu ul li:before, .main_blog_site_tag ul li:before, .portfolio img, .protfolio_overlly, .protfolio_overlly_table, .protfolio_overlly_table:before ,.protfolio_overlly_table:after , .protfolio_overlly_text h3 ,.protfolio_overlly_text p, .team_member_img img, .pricing_table_item, .blog_item, .team_item::before , .team_member_info, .nav_menu ul li a:before, .nav_menu_content, a.slide-control, .header-area   {
  transition: all 0.4s linear;
}

/*<!-- *******************************------- say something  CSS ------- *************************** --> */

.say_something_area.service_say, .say_something_area.protfolio_say, .say_something_area.counter_say{
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.service_say{
    background: url(img/service_bg.jpg) no-repeat scroll center center;
}
.protfolio_say{
    background: url(img/potfolio_bg.jpg) no-repeat scroll center center;
}
.counter_say{
    background: url(img/pricing_bottom.jpg) no-repeat scroll center center;
}

.say_something {
  text-align: center;
  /*padding: 40px 0;*/
}
.say_something p {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}
.say_something.animation_button a {
    color: #ffffff;
    border-color:#ffffff;
    /*margin-top: 30px;*/
}
.say_something.animation_button a::before {
	background: #ffffff;
}
.say_something.animation_button a:hover{
    color: #222222;
}
.protfolio_say .say_something p {
  font-size: 25px;
  padding: 0 20%;
  line-height: 35px;
  margin-bottom: 30px;
}
.protfolio_say .say_something h5 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

/*<!-- *******************************------- header section  CSS ------- *************************** --> */

.header-area {
    position: absolute;
    width: 100%;
    padding-top: 40px;
   
}
/*-------logo css -------*/
.logo_area {
	z-index: 99;
	position: relative;
}
.logo_area h1 a {
    color: #ffffff;
    margin: 0;
    z-index: 10;
    letter-spacing: 2px;
    outline: none;
    text-decoration: none;
}
/*--------------------- icon CSS --------------------*/

.icon {
  width: 35px;
  height: 24px;
  display: block;
  overflow: hidden;
  position: relative;
  float: right;
  top: 7px;
  cursor: pointer;
    z-index: 99;
}
.icon span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #ffffff;
  top: 43%;
  display: inline-block;
}
.icon span:first-child {
  top: 0;
}
.icon span:last-child {
  top: 20px;
}
.icon.nav_menu_remove{
    opacity: 0;
}

/*---------------- nav_menu_content CSS -------------*/
.nav_menu_wrapper {
  display: block;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.nav_menu_content {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  background: rgba(0,0,0,.8);
  height: 100vh;
  z-index: 99;
  -webkit-transform: translate3d(400px,0,0);
  transform: translate3d(400px,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.nav_menu_content.nav_menu_shift {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.nav_menu_toggler {
	position: absolute;
	right: 108px;
	top: 46px;
	font-size: 39px;
	color: #ffffff;
  cursor: pointer;
  font-weight: 300;
}
.nav_menu {
    position: absolute;
    right: 60px;
    top: 93px;
    height: calc(100% - 138px - 62px);
    /*overflow: scroll;*/
    display: block;
}
.nav_menu ul {
  margin: 0;
  padding: 0;
}
.nav_menu ul li {
    display: block;
    list-style: none;
    padding: 10px 15px 10px 40px;
    border-bottom: 1px solid #999999;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    overflow: hidden;
}
.nav_menu ul li a {
  color: #ffffff;
    outline: none;
    text-decoration: none;
    position: relative;
}
.nav_menu ul li:last-child {
  border-bottom: none;
}

.nav_menu ul li:hover a{
color: #999999;
}
.nav_menu_content .social_icon {
  position: absolute;
  bottom: 35px;
  right: 93px;
} 
.blog_wrapper .sticky-wrapper {
  display: block;
}

/*<!-- *******************************------- switcher area CSS ------- *************************** --> */

.switcher-area {
	position: fixed;
	top: 5%;
	background: #ffffff;
	z-index: 9999;
	display: inline-block;
    left: -210px;
}
.switcher-icon {
	position: absolute;
	right: -45px;
  top: 33px;
	width: 45px;
	height: 45px;
	background: #999999;
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	line-height: 42px;
    cursor: pointer;
}
.switcher_item {
	padding: 12px;
	width: 210px;
	height: auto;
}

.switcher_item ul {
  margin: 0;
  padding: 0;
}
.switcher_item ul li {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	height: 125px;
}
.switcher_item ul li:last-child{
    margin: 0;
}
.switcher_item ul li a {
	width: 100%;
	height: 100%;
}
.switcher_item ul li a img {
  width: 100%;
  vertical-align: middle;
    height: 100%;
}
.style_info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
}
.style_info > a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: #333333;
}
.style_info a span {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1.2px;
	text-transform: capitalize;
}
.switcher_item ul li:hover .style_info{
	transform: scale(1);
    visibility: visible;
    opacity: 1; 
}

/*<!-- *******************************------- slider area CSS ------- *************************** --> */

.slider-area {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.slider-area:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background:rgba(0,0,0,.5);
    z-index: 3;
    
}
.slider-area .container {
  display: table;
  height: 100%;
}
.slide_mid {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  right: 0;
  transform: translateY(-40%);
    z-index: 9;
}
.slide_item {
  text-align: center;
  color: #ffffff;
  padding: 65px;
    
}
.slide_text {
    letter-spacing: 2px;
    font-size: 68px;
    line-height: 80px;
    font-weight: 700;
}
.slide_item p {
    font-size: 26px;
	font-weight: 300;
    font-family: 'Raleway', sans-serif;
    margin-top: 17px;
}

 /* ------------slide-control start-------------*/
.top-area-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}
.default-bg{background-size:cover;}  
.home-bg{background: url(img/slider/slider-bg-1.jpg) no-repeat center center ;background-size:cover;}      
.top-area-bg.slider-bg-1{background: url(img/slider/slide-1.jpg) no-repeat ;background-size:cover;}
.top-area-bg.slider-bg-2{background: url(img/slider/slide-2.jpg) no-repeat ;background-size:cover;}
.top-area-bg.slider-bg-3{background: url(img/slider/slide-3.jpg) no-repeat ;background-size:cover;}
a.slide-control {
  position: absolute;
  left: 30px;
  top: 50%;
  color: #fff;
  font-size: 80px;
  opacity: .1;
  margin-top: -70px;
  z-index: 9;
}
.left.slide-control{
    
  left: 30px;
}
.right.slide-control{
    right: 30px;
    left: auto;
}
a.slide-control:hover {
	color: #ffffff;
	opacity: .7;
}

/*---------- particles-js ------------------*/

.slider-area.particles {
    background: url(img/slider/slider-bg-3.jpg) no-repeat scroll center center;
    background-size:cover;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.slider-area.particles:before, .carousel-inner .slider-area:before{
    background:rgba(0,0,0,.7);
    z-index: 2;  
}
.slider-area.particles #particles-js {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9;
	background-color: transparent;
	background-size: cover;
}
.slider-area.particles .slide_mid, .slider-area .slide_mid_1 {
	text-align: left;
}
.slider-area .slide_mid_3 {
	text-align: right;
}

.slider-area.particles .slide_item, .slider-area .slide_mid_1 .slide_item, .slider-area .slide_mid_3 .slide_item, .video_bg .slide_item, .slide_mid_2 .slide_item {
	text-align: left;
	padding: 0 0 0 105px;
}
.slider-area .slide_mid_3 .slide_item {
    text-align: right;
	padding: 0 105px 0 0;
}
.slider-area.particles .slide_text, .slider-area .slide_mid_1 .slide_text, .slider-area .slide_mid_3 .slide_text, .video_bg .slide_text, .slide_mid_2 .slide_text {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
}
.slider-area.particles .slide_item p, .slider-area .slide_mid_1 .slide_item p , .slider-area .slide_mid_3 .slide_item p, .video_bg .slide_item p, .slide_mid_2 .slide_item p  {
	font-size: 26px;
	font-weight: 300;
    font-family: 'Raleway', sans-serif;
    margin-top: 17px;
}
.slider-area .slide_mid_3 .slide_item p  {
float: right;
}
/*---------- background-video ------------------*/
.slider-area.video_bg {
    background: none;
    overflow: hidden;
}
.slider-area.video_bg:before{
    background:rgba(0,0,0,.6);
    z-index: 2;
    
}
.video_bg .video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
}
.video_bg .slide_item, .slide_mid_2 .slide_item {
	text-align: center;
	padding: 0;
}

.video_bg .slide_item p, .slide_mid_2 .slide_item p  {
    margin-top: 20px;
}

/*<!-- *******************************------- main menu CSS ------- *************************** --> */

.main_menu_area{
    background: #ffffff;
    width: 100%;
    /*box-shadow: 0 0 7px  #cccccc;*/
}
.main_menu > ul {
  margin: 0;
  padding: 0;
}
.main_menu > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  position:relative;
}
.main_menu > ul > li:first-child{
    margin-left: 0;
}
.main_menu > ul > li > a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 20px 6px 12px;
  z-index: 999; 
  overflow: hidden; 
}
.main_menu > ul > li > a:focus{
    background: none;
    outline: none;
}
.main_menu > ul > li > a:before{
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #000000;
    visibility: hidden;
}
.main_menu > ul > li:hover a{
    background: none;
}
.main_menu > ul > li:hover a:before, .main_menu > ul > li.current-menu-item a:before, .main_menu > ul > li.current-post-parent a:before{
    visibility: visible;
    left: 0;
}
/*********************************** .is-sticky  menu   *****************************************/

.sticky-wrapper .main_menu_area {
	position: absolute;
	z-index: 999;
	box-shadow: 0px 0px 2px #656565;
}

/*********************************** .drop down  menu   *****************************************/

#navbar ul li > ul.dropdown-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    /*width: 245px;*/
    top: 105%;
    z-index: 0;
    max-height: 0;
  -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

#navbar > ul > li > ul.dropdown-menu li {
    background: rgb(205, 32, 39,0.9) none repeat scroll 0 0;
    border-bottom: 1px solid #999999;
    display: block;
    margin: 0;
    width: 100%;
      opacity: 0;
  -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
#navbar > ul > li > ul.dropdown-menu li a {
    color: #ffffff;
    padding: 5px 5px 5px 10px;
    display: block;
}
#navbar > ul > li > ul.dropdown-menu li:hover a{
  color: #dddddd;
}
#navbar > ul > li.menu-item-has-children::before {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 36%;
}
#navbar > ul > li.menu-item-has-children{
    padding-right: 10px;
}

#navbar > ul > li:hover ul.dropdown-menu{
    max-height: 2000px;
    z-index: 10;
}
#navbar > ul > li:hover ul.dropdown-menu li{
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#navbar > ul > li:hover ul.dropdown-menu li:nth-child(1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0ms;
}
#navbar > ul > li:hover ul.dropdown-menu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
#navbar > ul > li:hover ul.dropdown-menu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
#navbar > ul > li:hover ul.dropdown-menu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
#navbar > ul > li > ul.dropdown-menu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

#navbar > ul > li > ul.dropdown-menu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
#navbar  > ul > li > ul.dropdown-menu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
#navbar > ul > li > ul.dropdown-menu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

/*<!-- *******************************------- about CSS ------- *************************** --> */

.about_area {
  background: #ffffff;
}
.about_first_area {
    padding-top: 120px;
}
.about_text h2 {
  margin-bottom:15px;
  padding-bottom:15px;
  color: #222222;
  margin-bottom: 0;
}

.about_text p {
    padding: 0 0 30px 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
}
.about_text p.large {
  font-size: 24px;
 
}

.about_second_area {
  background: url("img/about_me_bg.jpg") no-repeat scroll center center ;
  background-size: cover;
  position: relative;
  background-attachment:fixed;
}
.about-experience h3, .about-skill h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.about-experience_item h4 {
  color: #ffffff;
  margin-bottom: 15px;
}
.about-experience_item {
	margin-bottom: 25px;
	overflow: hidden;
}
.about-experience_item:last-child {
  margin-bottom: 0;
}
.about-experience_item p {
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  padding-left: 20px;
  border-left: 2px solid #fff;
  margin-left: 16px;
}
 
/*------------------------------ progress bararea CSS   ---------------------------*/

.about-skill_item p {
  margin: 0;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 400;
}

.about-skill_item {
	overflow: hidden;
}
.progress{
    border-radius: 0;
    margin-bottom: 28px;
    background: #000000;
    overflow: visible;
}
.progress-bar {
	background-color: #ffffff;
	position: relative;
	line-height: 8px;
}
.progress-bar span {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #ffffff;
}

/*<!-- *******************************------- service CSS ------- *************************** --> */

.service_area {
	background: #f6f6f6;
}

.service_item {
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
    background: #ffffff;
}
.service-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 60px;
    color: #cd2027;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
.service-icon i {
}
.service-title {
  margin-bottom: 20px;
}
.service-title h4 {
  margin: 0;
  text-transform: uppercase;
  color: #cd2027;
  font-weight: 600;
  font-size: 20px;
}
.service-content p {  
  font-size: 16px;
  font-weight: 400;
}
.service_item:hover{
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
.service_item:hover .service-icon {
	transform: scale(1.05);
}

/*<!-- *******************************------- protfolio CSS ------- *************************** --> */

.protfolio_area {
  background: #ffffff;
}
.protfolio_menu {
  text-align: center;
  margin-bottom: 30px;
}
.protfolio_menu ul {
  margin: 0;
  padding: 0;
}
.protfolio_menu ul li {
    display: inline-block;
    color: #222222;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
    margin-right: 30px;
    overflow: hidden;
}
.protfolio_menu ul li:before , .main_blog_site_tag ul li:before {
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #000000;
    opacity: 0;
    visibility: hidden;
        
}
.protfolio_menu ul li:hover:before , .protfolio_menu ul li.active:before, .main_blog_site_tag ul li:hover:before{
    opacity: 1;
    visibility: visible;
    left: 0;
}


.portfolio {
	margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

/*------------------  overlly css   ------------------------------*/

.protfolio_overlly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  text-align: center;
  padding: 35px;
}
.protfolio_overlly_table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  padding: 35px;
  z-index: 1;
}

.protfolio_overlly_table:before {
  width: 25%;
  height: 25%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-left: 1px solid #ffffff;
  opacity: 0;
  border-top: 1px solid #ffffff;
    visibility: hidden;
    z-index: -1;
}
.protfolio_overlly_table:after {
  width: 25%;
  height: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
    opacity: 0;
    visibility: hidden;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
    z-index: -1;
}
.protfolio_overlly_table_cell {
  display: table-cell;
  vertical-align: middle;
}
.protfolio_overlly_text {
  color: #fff;
}
.protfolio_overlly_text h3 {
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 2px;
    margin-top: -50px;
}
.protfolio_overlly_text p {
  font-size: 20px;
  font-weight: 300;
    margin-top: -20px;
}
.portfolio:hover img{
    transform: scale(1.3);
}
.portfolio:hover .protfolio_overlly{
    opacity: 1;
}
.portfolio:hover .protfolio_overlly_table:before, .portfolio:hover .protfolio_overlly_table:after{
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;
}
.portfolio:hover .protfolio_overlly_text h3, .portfolio:hover .protfolio_overlly_text p{
margin-top: 0px;
}

.protfolio_view {
	text-align: center;
	margin-top: 30px;
}

/*<!-- *******************************------- team CSS ------- *************************** --> */

.team_area {
  position: relative;
}
.team_first_area{
    background: #ffffff;
    position: relative;
}
.team_item {
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
	position: relative;
}
.team_item::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,.6);
	z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.team_member_img {
	width: 100%;
	height: 100%;
  overflow: hidden;
}
.team_member_img img{
	width: 100%;
	height: 100%;
  display: block;
}

.team_member_info {
	color: #ffffff;
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: 9;
	text-align: center;
  opacity: 0;
  visibility: hidden;
}
.team_member_info h3{
  margin-bottom: 4px;
}
.team_member_info h3 a{
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #ffffff;
}
.team_member_info p {
    font-weight: 400;
}
.team_item .social_icon{
    padding-bottom: 30px;  
}

.team_item:hover::before, .team_item:hover .team_member_info {
    opacity: 1;
    visibility: visible;
}
.team_item:hover .team_member_img img{
    transform: scale(1.05);
}
.team_item:hover .team_member_info{
    top: 42%;
}

/*<!-- *******************************------- clients area CSS ------- *************************** --> */

.clients_area{
    background: url(img/cliend_bg.jpg) no-repeat scroll center center;
    background-size:cover ;
    background-attachment: fixed;
    position: relative;
}
.single_client_item {
  text-align: center;
}
.client_pic {
  width: 90px;
  height: 90px;
  display: inline-block;
}
.client_pic img {
  border-radius: 50%;
  cursor: pointer;
}

.client_say {
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0 25px;
}
.client_info p {
  color: #ffffff;
}
.client_info p.client_name {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
    color: #dddddd;
}

.owl-dot {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #fff;
    border-image: none;
    border-left: 1px solid #fff;
    border-radius: 50%;
    border-top: 1px solid #fff;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 10px;
}
.owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-dot.active {
    background: #fff none repeat scroll 0 0;
}


/*<!-- *******************************------- pricing tabe CSS ------- *************************** --> */

.pricing_table_area{
    background: #ffffff;
}
.pricing_table_item {
  padding: 40px;
  text-align: center;
  position: relative;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
.pricing_table_item:hover{
    transform: scale(1.03);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}
.ribbon{
	position: absolute;
	top: 0;
	overflow: hidden;
	height: 130px;
	width: 143px;
	text-align: center;
	z-index: 1;
	right: 0;
}
.ribbon span {
  background: #000000;
  color: #ffffff;
  padding: 30px 35px 17px 40px;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  width: 335px;
  display: block;
  transform: rotate(40deg);
  left: -52px;
  top: -16px;
}
.pricing_table_item h3 {
  text-transform: uppercase;
  color: #222222;
}
.pricing_sub {
	color: #333333;
	line-height: 18px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}
.pricing_price {
  font-size: 64px;
  margin: 30px 0 5px;
  font-weight: 600;
  line-height: 43px;
  color: #333333;
}
.pricing_price span {
  font-size: 26px;
  top: 0;
  left: 10px;
  vertical-align: super;
}
.pricing_per {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #333333;
  font-size: 11px;
}
.pricing_line {
  width: 100%;
  height: 1px;
  background: #b1b1b1;
  margin: 30px 0;
}
ul.pricing_list {
  margin: 40px 5px;
  padding: 0;
}
ul.pricing_list li {
  list-style: none;
  margin-bottom: 5px;
  text-transform: capitalize;
  text-align: left;
}
ul.pricing_list li i {
  margin-right: 10px;
  color: #666666;
}

/*<!-- *******************************------- counter area CSS ------- *************************** --> */

.counter_item {
  text-align: center;
  color: #ffffff;
}
.counter_number {
  font-size: 65px;
  line-height: 65px;
  margin-top: 15px;
  font-family: initial;
}
.counter_text {
    font-weight: 300;
    position: relative;
    font-size: 20px;
    display: inline-block;
}
.counter_text::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: -30px;
    top: 50%;
    background: #ffffff;
}

/*<!-- *******************************------- blog area CSS ------- *************************** --> */

.blog_area.area_padding {
  background: #F5F5F5;
}
.blog_item {
  background: #ffffff;
}
.blog_item:hover {
  background: #ffffff;
    box-shadow:0 25px 45px rgba(0, 0, 0, 0.15);
}
.blog_info {
  padding: 40px 25px;
}
.blog_pic > img {
  width: 100%;
}
.blog_info h4 {
  text-transform: capitalize;
  color: #222222;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0px;
}
.blog_info p.date {
  font-size: 13px;
  color: #444444;
}
.blog_border {
  width: 100%;
  height: 1px;
  background: #999999;
  margin: 20px 0;
}

.blog_info ul {
  margin: 0;
  padding: 0;
}
.blog_info ul li i{
  margin-right: 5px;
}
.blog_info ul.extra li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
}
.blog_info ul.extra li span {
  color: #222222;
}
.blog_btn {
  color: #222222;
  margin-top: 10px;
  display: block;
}
.blog_btn:hover {
  color: #222222;
}

/*<!-- *******************************------- contact area CSS ------- *************************** --> */

.contact_area{
    background: url(img/contrac-bg.jpg) no-repeat scroll center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.contact_form {
    padding: 0 25px 0 25px;
    margin-top: 5px;
}
.input_area input, .input_area select, .message_area textarea, .submit_area input {
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 15px;
  background: none;
  border: rgba(255, 255, 255, 0.7) solid 1px;
  color: #ffffff;
  height: 42px;
}
.input_area select {  
  background: rgba(0,0,0,0.4) !important;  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
 
}
.message_area textarea {
  height: 100px;
  resize: none;
}
.input_area input:focus,.input_area select:focus, .message_area textarea:focus {
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  border-color: rgba(255,255,255,.9);
}
.submit_area input {
    background: #cd2027;
    color: #ffffff !important;
    border: rgba(0, 0, 0, 0.2) solid 1px;
    width: auto;
}
.landing-quote .input_area input, .landing-quote .input_area select, .landing-quote .message_area textarea, .landing-quote .submit_area input {
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 15px;
  background: none !important;
  border: rgba(0, 0, 0, 0.7) solid 1px;
  color: #272727;
  height: 42px;
}
.contrac_info {
  padding-left: 69px;
  color: #e6e6e6;
}
.contrac_info p {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}
.contrac_info ul li {
  list-style: none;
  padding: 13px 0;
  font-size: 16px;
}
.contrac_info ul li i {
  margin-right: 10px;
  font-size: 19px;
}

.contrac_info ul li a {
  color: #e6e6e6;
  font-style: italic;
}
.contrac_info ul li a:hover {
  color: #ffffff;
}

/*<!-- *******************************------- footer CSS ------- *************************** --> */

.footer-area {
  padding: 60px 0;
  text-align: left;
  background: #ddd;
}
.footer_logo {
  width: 100%;
  display: block;
  text-align: left;
}
.footer_logo a {
  width: 180px;
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
}
.footer_item .social_icon {
	margin: 20px 0;
  padding: 0;
}
.footer_item p {
  color: #333;
  margin: 0;
  font-size: 16px;
}
.footer_item p a {
  font-style: italic;
  color: #cd2027;
}
.footer_item p a:hover {
  color: #777;
}

/*<!-- *******************************------- scroll to top CSS ------- *************************** --> */

.scroll-top a {
	width: 50px;
	height: 50px;
	position: fixed;
	background: #000000;
	right: 10px;
	bottom: 10px;
	text-align: center;
	font-size: 27px;
	color: #ffffff;
	line-height: 51px;
}
.scroll-top{
display: none;
}

/*<!-- *******************************------- page404 +  coming soon CSS ------- *************************** --> */

.page404_text, .coming_soon_text {
    display: block;
    height: 100%;
    padding: 0 150px;
    text-align: center;
    width: 100%;
}
.page404_text h2, .coming_soon_text h2 {
    color: #222222;
    font-size: 47px;
    line-height: 60px;
    margin-bottom: 25px;
}
.page404_text p, .coming_soon_text p{
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 50px;
    color: #333333;
}

.search_area input {
    display: inline-block;
}
.search_area .input_area input {
    border-right: medium none;
    display: inline-block;
    float: left;
    max-width: 70%;
    color: #333333;
  border-color: rgba(0, 0, 0, .5) ;
}
.search_area .submit_area input {
  display: inline-block;
  float: right;
  max-width: 30%;
  border-color: rgba(0, 0, 0, .5) ;
  border-left: none;
}
/*------------------ countdown timer css---------------------*/
.count_down ul li {
    font-family: icon;
    margin-left: 107px;
    color: #333333;
}
.count_down ul#example li span {
  font-size: 70px;
}
.count_down ul#example li p{
  color: #333333;
}
.count_down ul li:first-child{
  margin-left: 0;
}
.coming_soon_text .count_down ul#example li p {
    margin: 0;
    font-size: 18px;
}

/*<!-- *******************************------- blog + single blog page CSS ------- *************************** --> */

.sticky-wrapper.is-sticky .page_header_area {
    padding: 10px 0;
}
.sticky-wrapper {
    
    width: 100%;
}
.is-sticky .header-area {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  z-index: 99;
}
.nav_menu_content.page_nav_menu {
  position: fixed;
}
.page_item_title {
    padding: 0px;
    background: rgba(0,50,50,0.4);
}
.page_item_title td {
    padding: 10px;
}
.main_menu .page_item{
  padding:  0px;
  position: static;
}
.page_item{
  padding: 100px 0 60px;
  position: relative;
}
.page_item.blog_page_item, .page_item.blog_single_page_item{
  background: url(img/blog_bg2.jpg) no-repeat scroll center center / cover;
}
.page_item.page_404_item{
  background: url(img/404.png) no-repeat scroll center center / cover ;
}
.page_item.coming_soon_page_item{
  background: url(img/coming_soom.png) no-repeat scroll center center / cover;
}

.page_item_title > p {
    color: #999999;
    font-size: 22px;
    margin-top: 20px;
}
.page_item_title > p a {
    color: #ffffff;
}
.page_item_title > p a:hover {
    color: #999999;
}

/*-----------------    blog_main_section      ----------------*/
.blog_main_section {
    background: #ffffff none repeat scroll 0 0;
}
.blog_main_section .search_area .input_area input, .blog_main_section .search_area .submit_area input {
    border-color: #222222;
    color: #999999;
    margin: 0;
}

.main_blog_site_item {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
}
.main_blog_site_item:first-child {
  padding-top: 0;
}
.search_area {
    display: inline-block;
    height: auto;
    width: 100%;
}
/*-----------------------------------*/
.main_blog_site_item h4 {
    color: #222222;
    text-transform: uppercase;
    text-decoration: underline;
}
.main_blog_site_Categorie_item ul {
    margin: 0;
    padding: 0;
}
.main_blog_site_Categorie_item ul li {
    display: block;
    list-style: outside none none;
    border-bottom: 1px solid #333333;
}
.main_blog_site_Categorie_item ul li:last-child{
  border-bottom: none;
}
.main_blog_site_Categorie_item ul li a {
    color: #333333;
    display: block;
    padding: 7px 10px 7px 25px;
    position: relative;
    text-transform: capitalize;
}
.main_blog_site_Categorie_item ul li a span {
    float: right;
    font-family: icon;
    font-size: 18px;
}
.main_blog_site_Categorie_item ul li a::before {
    content: "\f101";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
/*-----------------------------------*/
.main_blog_site_simple_text > p {
    font-weight: 400;
    text-align: justify;
}

/*-----------------------------------*/
.main_blog_site_recent_post {
    display: inline-block;
    height: auto;
    width: 100%;
}
.main_blog_site_recent_post ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main_blog_site_recent_post ul li {
    display: inline-block;
    list-style: outside none none;
    padding:10px 0 15px 0;
    width: 100%;
    border-bottom: 1px solid #999999;
}
.main_blog_site_recent_post ul li:last-child{
  border-bottom: none;
}
.main_blog_site_recent_post_img {
    float: left;
    width: 100px;
}
.main_blog_site_recent_post_text {
    float: left;
    padding-left: 20px;
}
.main_blog_site_recent_post_text > h5 {
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.main_blog_site_recent_post_text > p {
    font-family: icon;
    font-weight: 300;
}

/*-----------------------------------*/
.main_blog_site_tag ul {
    list-style: outside none none;
    padding: 0;
}
.main_blog_site_tag ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.main_blog_site_tag ul li a {
  color: #999999;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.main_blog_site_tag ul li:hover a{
  color: #222222;
}

/*----------------    main_blog_post_item   ---------------------*/
.main_blog_post_item .blog_item .blog_info > p {
    color: #222222;
    font-weight: 400;
    margin: 20px 0;
    text-align: justify;
}
.main_blog_post_item{
  margin-bottom: 50px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

.blog_pagination ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog_pagination {
    padding: 25px;
}
.blog_pagination > ul > li {
    display: inline-block;
}
.blog_pagination > ul > li.active {
    background: #000000;
}
.blog_pagination > ul > li.active a{
    color: #ffffff;
}
.blog_pagination > ul > li a {
    font-family: icon;
    font-size: 18px;
    padding: 1px 20px;
}

/*----------------    main_blog_single_post_item   ---------------------*/
.main_blog_post_item .blog_item .blog_info > p.blog_info_p2 {
  background: #f6f6f6 none repeat scroll 0 0;
  border-left: 8px solid #999999;
  padding: 15px 30px;
}

.blog_-comment {
    padding: 26px;
}
.blog_-comment > h4 {
    text-decoration: underline;
    text-transform: capitalize;
    color: #222222;
}
.blog_comment_item_img {
    display: inline-block;
    float: left;
    text-align: center;
}
.blog_comment_item_img img {
    border-radius: 50%;
    display: block;
    height: 75px;
    width: 75px;
}
.blog_comment_item_img a {
  font-size: 18px;
  margin-top: 10px;
  color: #999999;
}
.blog_comment_item_text {
    padding-left: 100px;
}
.blog_comment_item_text h4 {
    margin-bottom: 0;
    color: #222222;
}
.blog_comment_item_text p {
    font-weight: 400;
    margin-top: 15px;
    text-align: justify;

}
.blog_comment_item {
    margin: 30px 0;
    display: inline-block;
}
.blog_comment_item.blog_comment_item_mid {
  margin: 10px 0;
  padding-left: 100px;
}

.blog_item .contact_form .input_area input, .blog_item .message_area textarea, .submit_area input {
    border-color: #222222;
    color: #999999;
}
.blog_item .contact_form .input_area input:focus{
    box-shadow: none;
    border-color: #222222;
}

.promo {
    padding-top: 80px;
    padding-bottom: 80px;
}
.promo ul li{
  list-style: none;
}
.promo ul li .desk_bg a {
    display: block;
    float: left;
    height: 275px;
    overflow: hidden;
    transition: all 1200ms ease-in-out 0s; 
    border-radius: 2px;
    border: 1px solid #000;
}

.promo ul li a:hover img {
    margin-top: -700px;
}
.promo ul li img {
    transition: all 1200ms ease-in-out 0s;
    width: 100%;
}

.desk_bg {
    background: url(img/mac.png) no-repeat top center;
    background-size: 100%;
    width: 520px;
    padding: 16px 22px 0 22px;
    height: 445px;
}

.mbl_bg {
    background: url(img/mbl_bg.png) no-repeat top center;
    background-size: 100%;
    width: 250px;
    padding: 83px 15px 0 20px;
    height: 485px;
}
.promo ul li .mbl_bg a {
    display: block;
    float: left;
    height: 320px;
    overflow: hidden;
    transition: all 2400ms ease-in-out 0s; 
    border-radius: 2px;
    border: 1px solid #000;
}

.promo .owl-dot {
    background: #ddd;
}
.promo .container{
  overflow: hidden;
}
.owl-dot.active{
   background: #666;
}

ul.cmpy-list li {
   display: inline-block;
    list-style: none;
  position: relative;
  background: none;
  border: none;
  color: #444;
  font-size: 20px;
  cursor: pointer;
   margin: 15px 10px;  
  background: #f5f5f5;
    list-style: none;
    width: 200px;
    text-align: center;
}
ul.cmpy-list li i{
  display: block;
  padding: 5px;
}
ul.cmpy-list li::before, ul.cmpy-list li::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #ccc;
}
ul.cmpy-list li span{
  display: block;
  padding: 25px 0px;
}
ul.cmpy-list li span::before, ul.cmpy-list li span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #ccc;
}
ul.cmpy-list li:hover::before, ul.cmpy-list li:hover::after{
  width: 100%;
}
ul.cmpy-list li:hover span::before, ul.cmpy-list li:hover span::after{
  height: 100%;
}

.btn-4::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4 span::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-4 span::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

ul.cmpy-list li a{ 
  color: #666;
}
ul.cmpy-list li i.fa {
    font-size: 25px;   
    line-height: 1.5;
}
ul.cmpy-list li:hover i.fa{
    color: #cc0000;
}


.logo_area img {
    padding: 5px 0;
}

/*new nav bar*/
.dropdown-menu {
  display: block;
  background:transparent !important;
  border: none;
}
.navbar{
/*background:rgba(0,0,0,0.8);*/
border: none;
}
img.custom-logo{
padding: 3px 0;
}
.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
  border-bottom: 3px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  border-bottom: 3px solid transparent;
  background: none;
}
.navbar a, .dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .navbar-toggle{
 color: #fff;
}
.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}

.nav li:hover:nth-child(8n+1), .nav li.active:nth-child(8n+1){
  border-bottom: #7ba132 3px solid;
}
.nav li:hover:nth-child(8n+2), .nav li.active:nth-child(8n+2){
  border-bottom: #d57e0e 3px solid;
}
.nav li:hover:nth-child(8n+3), .nav li.active:nth-child(8n+3){
  border-bottom: #872f9f 3px solid;
}
.nav li:hover:nth-child(8n+4), .nav li.active:nth-child(8n+4){
  border-bottom: #aa4141 3px solid;
}
.nav li:hover:nth-child(8n+5), .nav li.active:nth-child(8n+5){
  border-bottom: #0078ae 3px solid;
}
.nav li:hover:nth-child(8n+6), .nav li.active:nth-child(8n+6){
  border-bottom: #cc0000 3px solid;
}
.nav li:hover:nth-child(8n+7), .nav li.active:nth-child(8n+7){
  border-bottom: #669AE1 3px solid;
}
.nav li:hover:nth-child(8n+8), .nav li.active:nth-child(8n+8){
  border-bottom: #62C2E4 3px solid;
}

.navbar-toggle .icon-bar{
    color: #333;
    background: #333;
}
/* new nav bar ends*/

.navbar-nav {
    float: right;
    margin: 0;
}
nav.navbar{
  margin: 0;
}
.navbar-nav>li>a{
  padding-top: 34px;
    padding-bottom: 30px;
    padding-right: 5px;
    padding-left: 20px;
    color: #333;
    font-weight: 600;
}

.is-sticky #navbar > ul > li.menu-item-has-children::before {    
    top: 32%;
}
.is-sticky img.custom-logo {    
    width: 85px;
}
.top-header {
    background: #cd2027;
    padding: 5px 0;
    color: #fff;
}
ul.top-nav{
  margin: 0;
}
ul.top-nav li{
  list-style: none;
  display: inline-block;  
}



.section.service-area{
background: #eee url('img/footer-background.png') no-repeat top center;
background-size: cover;
padding: 80px 0;
text-align: center;
font-size: 24px;
line-height: 1.6;
}

ul.location li {
    list-style: none;
    display: inline-block;
    line-height: 2;
    font-size: 20px;
    font-weight: 200;
    padding: 5px 15px;
}

ul.location li i {
    padding: 0 5px;
}
ul.location li a{
  color: #cd2027;
}
ul.location li a:hover{
  color: #333;
}

ul.top-nav li:last-child a {
        color: #fff !important;
        font-size: 18px;
        font-weight: 600;
}
ul.top-nav li:last-child a span{
	font-size: 14px;
        font-weight: 100;
}
ul.top-nav li a {
    display: block;
    margin: 0 10px;
	padding: 0 5px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
}
ul.top-nav li:nth-child(5) a {
    color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	background: #096499;
	padding: 4px 15px;
	margin: 2px 4px;
	border-radius: 12px;
}
ul.top-nav li:nth-child(5) a:hover {      
    background: #053e5f;    
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color: #fff;
}
div.wpcf7-response-output {
    margin: 0 0.5em 0 0.5em;
    padding: 0.2em;
}
/*3d effect*/
.landing_page_banner{
  height: 500px;
  position: relative;
  width: 100%;
  padding: 100px 0;
 
  overflow: hidden;
}
table.page_item_title td {
    height: 300px;
    text-align: left;
}
table.page_item_title h2 {
    font-size: 60px;    
}
.z-index09{
  z-index: 999;
}
.z-index01{
  z-index: 1;
}
.banner-text{
  margin: 15px 0 25px;
}
.cta-btn01{
  
  font-size: 26px;
  color: #cb2027;
}

.moving-zone1 img, .moving-zone2 img {
   /* Rotate div */
   /*  -ms-transform: rotate(15deg);  *//* IE 9 */
   /*  -webkit-transform: rotate(15deg); */ /* Safari 3-8 */
   /*  transform: rotate(15deg); */
}
.moving-zone1 {
    position: absolute;
    top: 950%;
    right: 0%;
    width: 150px;
    height: 120px;
    margin: -60px 0 0 -150px;
    perspective: 1200px;
}
.moving-zone2 {
    position: absolute;
    top: 350%;
    right: 0%;
    width: 600px;
    height: 120px;
    margin: -60px 0 0 -150px;
    perspective: 800px;
}
.moving-zone3 {
    position: absolute;
    top:450%; right:15%;
    width:400px; height:120px;
    margin: -60px 0 0 -150px;
    perspective: 800px;
}
.moving-zone1 img {
    box-shadow: -5px -1px 15px #000;
}
.popup {
    position: absolute;
    /*width:300px;*/
    padding: 10px;
    box-sizing: border-box;
    /*border-radius: 20px 0 20px 0;*/
    cursor: pointer;
    transform-style: preserve-3d;
    /*background: -webkit-linear-gradient(top left, white 50%, coral 50%);
    background:    -moz-linear-gradient(top left, white 50%, coral 50%);
    background:     -ms-linear-gradient(top left, white 50%, coral 50%);
    background:      -o-linear-gradient(top left, white 50%, coral 50%);
    background:         linear-gradient(top left, white 50%, coral 50%);*/
}
/*.popup:before {
    content: '';
    position: absolute;
    left:5%; top:5%;
    width:90%; height:90%;
    border-radius: inherit;
    background: rgba(0,0,0,.1);
    box-shadow: 0 0 40px 20px rgba(0,0,0,.1);
    transform: translateZ(-100px);
}*/
/*.popup-content {
    background: #444;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px 0 10px 0;
}
.popup-text {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    text-align: center;
    transform: translateZ(15px);
}
.popup-text b {
    color: coral;
    font-weight: 300;
}*/
ul#menu .page_item {
    padding: 0;
    position: relative;
}
.mt-45{
  margin-top: 55px;
}
.portfolio {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    max-height: 280px;
    border: 1px solid #ccc;
}
.grid {
    min-height: 300px;
}
.service-title h4 a {
    color: #CD2027 !important;
}
.shrinkToFit {
    width: 100% !important;
    height: auto !important;
}

li.menu-item-has-children > a {
    cursor: text;
}

ul.sitemap li {
    font-size: 18px;
    color: #cc0000;
}
ul.sitemap li ul{
	margin-left:20px;
}
ul.sitemap li a {
    font-size: 18px;
    color: #cc0000;
}
ul.sitemap li a:hover {
    font-size: 18px;
    color: #444;
}
.footer_item h2 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
p.footer-address span {
    margin-left: 74px;
}
ul.foot-nav li {
    list-style: none;
    display: block;    
}
ul.foot-nav li a{	
	color: #cd2027;
}
ul.foot-nav li a:hover{	
	color: #777;
}
span.address-gap {
    margin-left: 102px;
}
ul.foot-nav li i {
    padding-right: 9px;
    color: #cd2027;
}
ul.foot-nav li:hover i {
    padding-right: 10px;
    color: #777;
}
.footer_item {
    margin-bottom: 30px;
}
.submit_area {
    margin-top: 20px;
}
.review-text {
    text-align: center;
    font-size: 35px;
    text-shadow: 2px 0px 2px #222;
}
.review-btn {
    background: #CD2027 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 10px 22px !important;
    margin: 4px 4px !important;
	display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.review-btn:hover {
    background: #DE2933 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.main_blog_post_item {  
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease 0.25s;
}
.animate {
  opacity: 1;
  transform: translateY(0);
}

.landing-quote ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #272727;
}
.landing-quote ::-moz-placeholder { /* Firefox 19+ */
  color: #272727;
}
.landing-quote :-ms-input-placeholder { /* IE 10+ */
  color: #272727;
}
.landing-quote :-moz-placeholder { /* Firefox 18- */
  color: #272727;
}
.landing-quote .submit_area input {
    background: #cd2027 !important;
    color: #ffffff !important;
    border: rgba(0, 0, 0, 0.2) solid 1px !important;
    width: auto;
}
.landing-quote h2 {
	font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 26px;
    line-height: 1.3;
}