/* =================================================

Template Name:  Renovex - Personal Portfolio HTML Template
Author: MouriTheme
Version: 1.0
Design and Developed by: MouriTheme

NB: This file contains the styling for the actual theme, this is the file you need to edit to change the look of the theme.

=================================================== */

/*Table of Content


    1. Default css
    2. Preloader css
    3. Mouse Animation css 
    4. Nav Area css
    5. Banner Area css
    6. About Area css
    7. Services Area css
    8. Number Area css
    9. Portfolio Area css
    10. Experience Area css
    11. Testimonial Area css
    12. Contact Area css 
    13. Footer Area css


*/

/*--- 1. Default css starts ---*/

html,body{
    height: 100%;
}

body{
    font-family: 'Montserrat', sans-serif; 
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    color: #6f6f6f; 
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #333333;
    font-weight: 600;
}

p {
    letter-spacing: 0;
    line-height:1.8;
}

a{
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a:focus{
    outline:none;
    text-decoration: none;
}

ul,li{
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-padding{
    padding: 60px 0;
}

.section-header{
    text-align: center; 
}

.section-header h2 {
	display: inline-block;
	padding: 5px;
	margin: 5px 0;
	font-size: 32px;
	color: #494949;
	font-weight: bold;
	text-transform: uppercase; 
}

.top-line {
  background: #bcbcbc;
  height: 2px;
  width: 44px;
  margin: 0 auto;
  margin-bottom: 4px;
}
.middle-line {
  background: #bcbcbc;
  height: 2px;
  width: 80px;
  margin: 0 auto;
}
.bottom-line {
  background: #bcbcbc;
  margin: 0 auto;
  height: 2px;
  width: 44px;
  margin-top: 4px;
}
.md-mb-55{
    margin-bottom: 55px; 
}

/*---Default css ends---*/

/*-------------- 2. Preloader css starts ---------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after {
    content: '';
    border: 1em solid #232323; 
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0; }
    50% {
        opacity: 1; }
    100% {
        transform: scale(1);
        opacity: 0; }
}


/*-------------- Preloader css ends ---------------*/



/*---------- 4. Nav area css starts -------------*/

.nav-area{
    height: 65px;
}

.nav-area.sticky_navigation{
    background: #ffffff;
    height: 80px;
}

.navbar-nav {
    margin-top: 15px;
}

.sticky_navigation{
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out ;
    transition: all 0.4s ease-out ;
    -webkit-box-shadow: 0px 3px 4.6px 0.3px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 4.6px 0.3px rgba(0,0,0,0.25);
}

.sticky_navigation .main-menu{
    margin-top: 0;
}

.sticky_navigation .navbar-brand, .sticky_navigation .navbar-brand span {
    color: #232323;
}

.sticky_navigation .navbar-brand:hover, .sticky_navigation .navbar-brand:focus, .sticky_navigation .navbar-brand span {
    color: #232323; 
}

.sticky_navigation .nav li a {
    color: #828282; 
}

.sticky_navigation .nav li.active a{
    color: #232323;   
} 

.sticky_navigation .navbar-brand:hover{
    color: #ffffff;
}

.main-menu{
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-top: 10px;
}

.navbar{
    border:0;
    margin-bottom: 0;
}

.navbar-brand{
    padding: 25px 0; 
    font-size: 25px;
    display: block;
    color: #232323; 
    font-weight: 800;
}

.logo {
    padding: 5px;
    font-size: 32px;
    color: #454545; 
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
    color: #232323; 
}

.navbar-right li{
    display: inline-block;
    float: none;
}

.navbar-right li a {
	color: #777;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.4px;
    position: relative; 
}

.navbar-right li.active a{
    font-weight: bold;
    color: #232323; 
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus{
    background: none;
}

.navbar-toggle .icon-bar{
    background: #033D75;
}


.navbar-right li a::after {
	background: #262626 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 0;
	margin-top: 0px;
	-webkit-margin-before: -2px;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 0; 
}
.navbar-right li a:hover::after, .navbar-right li.active a::after {
  width: 100%;
}



/*---------- Nav area css ends -------------*/

/*----------- 5. Banner area css starts--------------*/


.banner-area{
    /background-image: url(../images/home/2.jpg); /*--edit image--*/            
    /background-position: center;
    /background-size:cover; 
    position: relative;
    /height: 100%; 
}
.banner-left {
	padding-top: 60%; 
} 
.banner-right {
	padding-top: 30px; 
}
.banner-right img {
	height: auto;
	max-width: 100%; 
	padding-top: 5%; 
}


.banner-left h2 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-left h4 {
  color: #919191;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-left a {
  text-transform: uppercase;
  background: #262626;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
}









.banner-table{
    display: table;
    margin: 0;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner-table-cell{
    display: table-cell;
    vertical-align: middle; 
    text-align: left; 
}



/*---------Banner area css ends--------------*/

/*---------- 6. About area css starts---------------*/



.about-text-left h4 {
	font-size: 22px;
	color: #4f4f4f;
	font-weight: 600; 
}

.about-text-left a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: #262626;
	padding: 15px;
	text-decoration: none;
	border-radius: 5px; 
}

.about-text-left a:hover {
	background: #232323;
	color: #fff;
}

.about-text-right {
    margin-top: 90px;
}

.about-text-left {
    margin-top: 90px;
}

.about-text-left p {
    font-size: 15px;
    margin-bottom: 50px;
    width: 90%; 
}

.skillbar {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    display: block
}

.skillbar .skillbar-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #5e5e5e;
	font-weight: 700;
	text-transform: uppercase; 
}

.skillbar .skillbar-percent {
    float: right;
    display: inline-block;
    vertical-align: middle
}

.skillbar-bar {
	background-color: #a1a1a1;
	width: 100%;
	height: 7px;
	border-radius: 5px;
} 

.skillbar-bar .skillbar-child {
	width: 0;
	height: 100%;
	background-color: #484848;
	-webkit-transition-property: width, background-color;
	-o-transition-property: width, background-color;
	transition-property: width, background-color; 
}

/*-------About area css ends--------------*/


/*------- 7. Experience area css starts--------------*/ 


.middle-space {
    height: 30px;
}

.con-right-header {
	margin: 0;
	color: #4f4f4f;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase; 
}
.con-right-side {
	margin-top: 90px; 
}
#con-right-accordion .panel,
#con-right-accordion .panel-body {
    border: none;
}
#con-right-accordion.panel-group .panel + .panel {
    margin-top: 25px;
}
#con-right-accordion .panel-heading {
    padding: 0;
}
#con-right-accordion .panel,
#con-right-accordion .panel-heading,
#con-right-accordion .panel-heading:hover,
#con-right-accordion .panel-heading:focus,
#con-right-accordion .panel-heading:active,
#con-right-accordion .panel-heading.active {
    background: none; 
}
#con-right-accordion .panel-title {
	color: #fff;
	font-weight: normal;
	background: #929292; 
	padding: 20px; 
}
#con-right-accordion .panel-title .fa {
    margin-right: 10px;
    font-size: 14px;
}
#con-right-accordion .panel-title .fa {
    margin-top: 3px;
}
#con-right-accordion .panel-heading,
#con-right-accordion .panel-title a,
#con-right-accordion .panel-heading.active .panel-title a,
#con-right-accordion .panel-title a:hover,
#con-right-accordion .panel-title a:focus {
    color: #fff; 
    text-decoration: none; 
    font-weight: 600;
}
#con-right-accordion .panel-collapse > .panel-body {
	padding: 15px 20px;  
	color: #6c6c6c;
	border: 1px solid #777; 
}
#con-right-accordion .panel-collapse > .panel-body p {
    margin-bottom: 0;
}
#con-right-accordion .panel-collapse > .panel-body p + p {
    margin-top: 15px;
}


/*------- Experience area css ends--------------*/



/*---------------8. Services area Starts--------------*/


.md-mb-100{
        margin-bottom: 100px;   
    } 

.services-area.section-padding {
	padding-bottom: 0;
} 

.ico-area {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 100px;
  height: 50px;
  display: table;
  margin: 0 auto;
  background: #929292; 
}
.single-services .ico-area::before {
  top: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 30px;
  border-color: transparent transparent #929292 transparent;
}
.single-services .ico-area::before, .single-services .ico-area::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
.ico-area i {
  font-size: 30px;
  color: #fff;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
}
.single-services .ico-area::after {
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0;
  border-color: #929292 transparent transparent transparent;    
}
.service-desc{
    margin-top: 50px;   
}



.single-services {
	padding: 30px 20px;
	text-align: center;
	border: 1px solid #C1C1C1;
	margin-bottom: 80px; 
}


.single-services i {
	font-size: 30px;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s; 
}

.single-services:hover i {
	color: #fff;
	padding: 0;
	transform: scale(1.3); 
}

.single-services h2{
    font-weight:600;
    font-size: 17px; 
}

/*--------------- Services area ends --------------*/


/*-------------- 9. Portfolio area starts-----------*/


.project-item img {
    width: 100%;
}

.overlay {
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.8);  
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: crosshair;
    transform: scale(0.6);
}

.overlay .overlay-inner {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.overlay .overlay-inner h4 {
    color: #232323!important; 
    margin-bottom: 0!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
}

.overlay .overlay-inner p {
    color: #232323; 
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    margin-top: 10px;
}

.project-item:hover .overlay .overlay-inner h4 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.project-item:hover .overlay .overlay-inner p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.project-item a:hover .overlay {
    opacity: 1;
    transform: scale(1);
    transition: .8s;
}

ul.port-nav-list {
	padding: 0 0 50px 0;
	list-style: none;
	text-align: center;
	margin-top: 25px;
}

ul.port-nav-list li {
    display: inline-block;
    margin-right: 10px; 
    background: transparent;      
}

ul.port-nav-list li a {
	display: block;
	cursor: pointer;
	color: #828282;  
	font-size: 14px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
}

ul.port-nav-list li a.active {
	color: #000; 
}

ul.port-nav-list li:hover a.active { 
	color: #000;
}

.port-items {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.portfolio-items .port-items .single-port {
    overflow: hidden;
    margin-bottom: 25px;
}

.single-port {
    padding: 0; 
}

/*--------------Portfolio area Ends-----------*/

/*-------- 10. Testimonial area starts-----------*/


.testimonial-area .section-header h2 {
	color: #fff;    
}

.testimonial-area{
    background-image: url(../images/testimonial/5.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; 
}


.testimonial_box {
    margin-top: 0 !important; 
    position: relative;
  }
  .testimonial_box .testimonial_container {
    /background-color: #ff5e14;
    margin-left: -170px !important; 
    position: relative;
  }
   
   .testimonial_box .testimonial_container .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
  }
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
    display: block;
    position: relative;
  }
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 10px 0 10px 0;
    padding: 62px 0px 72px 50px;
    position: relative;
    text-align: center;
  }
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
	margin-left: 150px;
	padding: 45px 40px 45px 40px;
	z-index: 1;
	position: relative;
	background-color: #fff;
	transition: all 0.5s ease-in-out 0s;  
}
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
    margin-bottom: 15px;
    position: relative;
  }
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
    content: "";
    width: 30px;
    display: block;
    height: 2px;
    text-align: center;
    left: 46%;
    margin-top: 6px;
    position: absolute;
  }
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
	padding-top: 0;
	margin-bottom: 7px;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	color: #292929; 
}
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
	font-size: 14px;
	color: #262626; 
	margin: 0;
}
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	color: #262626; 
}
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
    border: none;
    position: absolute;
    top: 0;
    left: 55px;
    top: 10px;  
  }
   .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    width: 35%;
  }
   .testimonial_box .testimonial_container .owl-nav .owl-prev {
    position: absolute;
    top: 100px;
    right: 42px;
    border-radius: 0;
    background: #929292;   
    display: block;
    outline: 0;
    width: 34px;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
  }
   .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
    background: #020d26;
  }
   .testimonial_box .testimonial_container .owl-nav .owl-next {
    position: absolute;
    top: 100px; 
    right: 5px;
    border-radius: 0;
    display: block;
    background: #929292;
    outline: 0;
    width: 34px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
  }
   .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
    background: #020d26;
  }
  
  @media all and (max-width: 991px) {
     .about_content {
      padding-right: 15px !important;
    }
    
     .testimonial_box {
      margin-top: 0 !important;
    }
     
    .testimonial_box .about_content {
      padding-left: 15px !important;
      padding-right: 15px !important;
      margin-top: 28% !important;
    }
     .testimonial_box .testimonial_container {
      margin-left: -15px !important;
    }
     .testimonial_box .testimonial_container .testimonials {
      margin: 0px 0 20px 0;
    }
     .testimonial_box .testimonial_container .testimonials .testimonial_content {
      margin-left: -36px !important;
    }
     .testimonial_box .testimonial_container .testimonials .images_box {
      display: none; 
    }
  }



/*-------Testimonial area ends----------*/



/*---- 11. Blog News Area css Starts ------*/

.blog-news-area .header-text>h2 {
    left: 33%;
}

.blog-news-area .header-text {
    margin-bottom: 100px;
}

.news-img {
    position: relative;
    overflow: hidden;
}

.news-img img {
    width: 100%;
}

.single-post > h2 {
	color: #4D4D4D;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2.5;
	margin: 0; 
}

.single-post > h5 {
	font-size: 11px;
	font-weight: 600;
	color: rgba(0,0,0,0.4);
	letter-spacing: 2px;
	text-transform: uppercase; 
}

.single-post h5 span {
    margin: 0 20px;
    padding: 0;
}

.single-post i {
    margin-right: 5px;
    color: rgba(0,0,0,0.4); 
}

.single-post>p {
    font-size: 14px;  
}

.single-post > a {
	display: inline-block;
	font-size: 13px;
	margin: 25px 0;
	text-transform: uppercase;
	background: transparent;
	color: #929292; 
	letter-spacing: 1px;
}

.single-post>a:hover {
    display: inline-block;
    text-decoration: none;
    color: #262626;
    font-weight: 600; 
}
.single-blog-news {
    box-shadow: rgba(58, 78, 95, 0.2) 0 10px 16px, rgba(58, 78, 95, 0.05) 0 -5px 16px; 
} 
.single-post {
	text-align: left;
	padding-left: 20px; 
	padding-top: 20px;
}


/*---- Blog News Area Ends ----*/ 


/*------ 12. Contact area starts-------*/



.contact-area .form-control{
    border:2px solid #a2a2a2;
    box-shadow: none;
    padding: 6px;
    border-radius: 0;
    margin-bottom: 30px;
}

.right-contact-text {
    margin-bottom: 25px;
    text-align: center; 
}

.right-contact-text i {
	color: #262626;
	font-size: 25px;
	margin-bottom: 10px; 
}

.contact-area textarea.form-control{
    border:2px solid #a2a2a2;
    padding: 6px;
    height: 250px;
    margin-bottom: 30px;
}

.btn.btn-send {
	background: #262626;
	color: #ffffff;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px; 
}

.right-contact-text h2{
    margin-top: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 3px;
}

.right-contact-text p{
    line-height: 21px;
    letter-spacing: 2px;
    font-size: 11px;
    color: #777; 
}

/*-------- Contact area ends----------- */


/*--------------13. Footer area starts -------------*/


.footer-area {
    background: #232323;
    color: #838383;
    padding: 30px 0;
}
.footer-area a{
    color: #ffffff;   
}

/*--------------- Footer area ends -------------*/ 
















