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

Template Name:  Adrian - Personal Portfolio Template
Author: MouriThemes
Version: 1.0
Design and Developed by: MouriThemes

NB: This is the main stylesheet of this theme. 

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




/*---------- 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: #333333;
    font-weight: 400;
}

h3{
    font-size: 20px;
    text-transform: none;
}

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

a{
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-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: 80px 0;
}

.section-header{
    margin-bottom: 60px;
    text-align: center;
}


.section-header h2 {
	margin-bottom: 30px;
	font-weight: 600;
}

.section-header p {
	width: 50%;
	margin: auto;
}

.mb-30{
    margin-bottom: 30px;
}

/*---------- default css ends ------------*/



/*---------- Nav area css starts -------------*/

.nav-area{
    height: 65px;
}

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

.sticky_navigation{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out ;
    -ms-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);
    -moz-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: #1761a0;
}

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

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

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

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

.main-menu{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-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: 15px 0;
	text-transform: capitalize;
	font-size: 25px;
	display: block;
	color: #333;
	font-weight: 600;
	background-image: url("../images/home/logo-onboardtech-full.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 73px;
}

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

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

.navbar-right li a {
	color: #333;
	text-transform: uppercase;
	/* font-weight: 600; */
	padding: 15px 10px;
}

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

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

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

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


/* Style for the popup form overlay */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 1;
    }

    /* Style for the popup container */
    .popup {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 20px;
      border: 1px solid #ccc;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      z-index: 2;
    }


/*---------- Popup Form area css ends -------------*/


/* --------- Banner area css starts -----------*/

.banner-area{
    background-image: url(../images/home/onboardtech_subtle_technological_background_for_digital_marketi_45368165-ed41-4191-a361-9f62e98faf2d-option2.jpg);
    -webkit-background-size:cover;
    background-size:cover;
    position: relative;
    height: 100%;
}

.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: center;
}

.intro.animate-rotate-3 h1 {
    font-size: 45px;
}

.ah-headline.letters.rotate-3 span {
    color: #333;
}

.ah-words-wrapper b {
    color: #333;
}

.banner-btns a{
    background: #1761a0;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.banner-btns-orange a{
    background: #f18232;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}


.welcome-text{
    color: #ffffff;
    text-align: left;
}

.welcome-text h2 {
    font-size: 3.8em;
    font-weight: 300;
    color: #ffffff;
}
.welcome-text p {
	color: #333;
	width: 50%;
}

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

/*--------------- About area starts ----------------*/

.about-banner{
    background-image: url(../images/home/onboardtech_subtle_technological_background_for_digital_marketi_45368165-ed41-4191-a361-9f62e98faf2d-option4.jpg);
    -webkit-background-size:cover;
    background-size:cover;
    position: relative;
}

.about-text h4 {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 600;
}

.cv-btn {
	background: #1761a0;
	padding: 10px 15px;
	color: #ffffff;
	display: inline-block;
	margin-top: 30px;
}

.cv-btn:hover, .cv-btn:focus{
    color: #ffffff;
}

.cv-btn i {
	color: #fff;
	margin-right: 10px;
}

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


/*------ Skills area starts-----*/


.resume-area {
	color: #333;
	background: #f5f5f5;
}

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

.skillbar-bar:before {
    background: #fff;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.skillbar-bar {
    height: 3px;
    width: 0px;
    background: #1761a0;
    transition-property: width, background-color;
}

.skillbar-title {
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
}

.skill-bar-percent {
	float: right;
	display: inline-block;
	color: #333333;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.job-area h2, .skills-area h2 {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 50px;
	text-transform: uppercase;
	background: #1761a0;
	padding: 10px 25px;
	display: inline-block;
}

.experience-area h3 {
	color: #333333;
	margin: 0;
	font-weight: 600;
}

.experience-area h5 {
    color: #1761a0;
}


/*------skills area ends-----*/

/*--------------- Services area Starts--------------*/

.services-banner{
    background-image: url(../images/home/onboardtech_subtle_technological_background_for_digital_marketi_45368165-ed41-4191-a361-9f62e98faf2d-option1-fade.jpg);
    -webkit-background-size:cover;
    background-size:cover;
    position: relative;
}

.services-content h3 {
	font-weight: 600;
}
.single-services{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 35px 30px;
}

.single-services:hover {
    background: #1761a0;
    color: #fff;
    -webkit-transition: .9s;
    -moz-transition: .9s ;
    -ms-transition: .9s ;
    -o-transition: .9s ;
    transition: .9s ;
}

.single-services:hover .services-content h3 {
    color: #fff;
}

.services-icon i {
	font-size: 60px;
	color: #1761a0;
}

.single-services:hover .services-icon i{
    color: #ffffff;
}

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

/*---------------- Statistic area starts-------------------*/

.statistic-area{
    background-color: #1761a0;
    color:#fff;
    text-align: center;
}

.statistic-area .item{
    margin-bottom: 30px;
}

.statistic-area .item .fa{
    color: #fff;
    font-size: 40px;
}

.statistic-area .item p {
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 300;
}
.statistic-area .item h2 {
	color: #fff;
	font-weight: 600;
	font-size: 45px;
	margin-top: 40px;
}

/*----------------Statistic area ends-------------------*/

/*-------------- Portfolio area starts-----------*/

.portfolio-banner{
    background-image: url(../images/home/onboardtech-bg-blue-shapes.jpg);
    -webkit-background-size:cover;
    background-size:cover;
    position: relative;
}

.gallery-items {
    position: relative;
}

.gallery-items .img {
    display: block;
    position: relative;
}

.gallery-items .img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1761a0;
    color: #fff;
    opacity: 0;
    -webkit-transition: .7s;
    -moz-transition: .7s ;
    -ms-transition: .7s ;
    -o-transition: .7s ;
    transition: .7s ;

}

.gallery-items .img img {
    width: 100%;
}

.gallery-items:hover .img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
}

.gallery-items:hover .gallery-text {
    opacity: 1;
    -webkit-transition: .9s;
    -moz-transition: .9s ;
    -ms-transition: .9s ;
    -o-transition: .9s ;
    transition: .9s ;
}

.gallery-text {
	opacity: 0;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	text-align: center;
	width: 300px;
}

.gallery-text i {
    font-size: 2em;
    cursor: pointer;
}

.gallery-text h3 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 17px;
    letter-spacing: 2px;
}

.gallery-text h3:after {
    height: 3px;
}

.gallery-text h2 {
	color: #fff;
	font-size: 25px;
	letter-spacing: 0;
	text-transform: capitalize;
	font-weight: 400;
}

.portfolio-mini-desc p {
    margin: 0;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: .05em;
    font-weight: 300;
}

.no-padding {
    margin: 0;
    padding: 0;
}

.testimonial-area {
	background-color: #f5f5f5;
}

.single-testimonial {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 30px;
	border-left: 3px solid #DADADA;
	border-right: 3px solid #dadada;
	border-bottom: 3px solid #dadada;
	border-top: 3px solid transparent;
}

.single-testimonial p {
    margin-bottom: 30px;
}

.single-testimonial h2 {
    margin: 10px 0 0;
    font-size: 18px;
    text-transform: capitalize;
}

.testi-comment i {
    font-size: 30px;
    color: #1761a0;
}

.single-testimonial h3 {
	margin: 10px 0 0;
	font-weight: 600;
	font-size: 15px;
	color: #1761a0;
}

.testi-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-img img {
    width: 100%;
    height: 100%;
}

.owl-theme .owl-controls{
    margin-top: 50px;
    margin-left: 30px;
}

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

.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #ADADAD !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dot.active {
    background-color: #1761a0 !important;
}

/*------------ Portfolio area ends ---------*/

/*----- team section starts ------*/

.team-section{
	padding: 100px 0;
}
.team-section p.text-center{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 85px;
}
.team-wrapper figure{
	padding-bottom: 90px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.team-wrapper figure img {
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s;
	transition: transform 0.8s;
    width: 100%;
}
figure{
    margin: 0;
}
.team-wrapper .team-content-holder {
	height: 90px;
	width: 100%;
	bottom: 0;
	position: absolute;
	padding: 20px;
	color: #333;
	text-align: center;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}
.team-wrapper .team-content-holder::before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #1761a0;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
	left: 0;
}
.team-wrapper .team-content-holder a{
	color: #1761a0;
}
.team-wrapper .team-contact-info{
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.team-wrapper .social-icons li{
	opacity: 0;
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-o-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.team-wrapper figure:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.team-wrapper figure:hover .team-content-holder {
	height: 180px;
	color: #fff;
}
.team-wrapper figure:hover .team-content-holder::before{
	height: 100%;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
.team-wrapper figure:hover .team-content-holder a{
	color: #fff;
}
.team-wrapper figure:hover .team-contact-info{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.team-wrapper figure:hover .social-icons li{
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.team-wrapper figure:hover .social-icons li:nth-child(1){
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.team-wrapper figure:hover .social-icons li:nth-child(2){
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
.team-wrapper figure:hover .social-icons li:nth-child(3){
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}
.team-wrapper figure:hover .social-icons li:nth-child(4){
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
}
.social-icons{
	list-style: none;
	padding: 0;
	margin: 0 -5px;
}
.social-icons li{
	display: inline-block;
	padding: 0 5px;
}
.social-icons a{
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.social-icons a:hover{
	-moz-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.contact-details {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.contact-details li {
	padding: 10px 0;
	border-bottom: 1px dotted rgba(35, 35, 35, 0.2);
}

.contact-details span {
	min-width: 100px;
	margin-right: 6px;
}
.team-content-holder p{
	font-size: 14px;
}

.personal-info{
	position: relative;
	margin-bottom: 15px;
}
.personal-info span{
	text-transform: uppercase;
	font-size: 0.815em;
}
.team-contact-info p{
	margin: 0 0 15px;
}
@media only screen and (max-width: 480px){
	.team-wrapper [class*="col-"]{
		margin-bottom: 30px;
	}
	.team-wrapper [class*="col-"]:last-child{
		margin-bottom: 0;
	}
}

/*---- team section end ----------*/


/*---- Blog News Area Starts ------*/

.blog-single {
    margin-bottom: 30px;
}

.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: #191919;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 25px;
}

.single-post > h5 {
    font-size: 13px;
    font-weight: 600;
    color: #555555;
}

.single-post h5 span {
    color: #3498DB;
    font-size: 35px;
    margin: 5px;
    padding: 0;
}

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

.single-post > a {
    display: inline-block;
    font-size: 13px;
    margin: 25px 0;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #3498DB;
    background: #1761a0;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
}

.single-post > a:hover {
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}

.single-post {
    border-left: 1px solid #DADADA;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid transparent;
    padding: 10px 20px;
    text-align: left;
}

.post-date span {
    color: #333333;
    font-weight: 600;
    letter-spacing: 1px;
}

.single-blog-news {
    box-shadow: rgba(58,78,95,0.2) 0 10px 16px, rgba(58,78,95,0.05) 0 -5px 16px;
}

.view-all {
	text-align: center;
}

.view-all a {
    background: #fff;
    text-decoration: none;
    color: #333;
    border-radius: 0;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
    margin-right: 70px;
    border: 1px solid #333333;
}


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

/*--- Blog Page starts---*/


.blog-img-area{
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    background-image: url(../images/blog/blog-bg.jpeg);
    background-position: center center;
    background-attachment:fixed;
}

.blog-img-area:before{
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.blog-img-area h1 {
    font-size: 46px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
}

.blog-head-area h2 {
    color: #ffffff;
}

.breadcroumb {
    color: #fff;
    font-size: 16px;
}

.single-blog h2 {
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

.single-blog-img-area {
    text-align: center;
}

.blog-text-area {
    margin-top: 15%;
}

.blog-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.blog-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.breadcrumb {
    background-color: transparent;
    color: #ffffff;
}

.breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.single-blog img {
    width: 100%;
}

.single-blog h2 {
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

.single-post-text {
    padding: 20px;
    border: 1px solid #dddddd;
}

.single-post-blog img {
    width: 100%;
}

.com-right {
    float: right;
}

.discussion-area ul.discussion-tally {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.row.discussion-reply {
    margin-left: 120px;
    margin-top: 40px;
}

h3.discussion-title {
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

h3.dis-form-title{
    margin-bottom: 20px;
    font-weight: 600;
}

.single-post-details {
    margin-bottom: 50px;
}

.discussion-metadata h5 {
    text-transform: uppercase;
    color: #666666;
    margin-top: 0;
}

.discussion-contents p {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.dis-button {
    font-weight: 700;
    color: #555555;
}

.dis-button:hover{
    color: #555555;
}

.discussion-items {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.discussion-items:last-child{
    border-bottom: 0px solid;
}

h3.dis-form-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.discussion-form-area .form-control {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
}

.discussion-form-area .form-control:focus{
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
}

.discussion-form-area textarea.form-control {
    height: 150px;
    resize: none;
}

.filled-btn.btn-comment {
    border: 0 solid;
    margin-top: 10px;
}

.discussion-area .custom-button-4 {
    color: #fff;
}

.com-left span {
    color: #3498DB;
    font-weight: 600;
}

.com-left span i{
    color: #555555;
}

.com-right a {
    color: #3498DB;
    text-decoration: none;
    font-weight: 600;
}

blockquote {
    border-left: 5px solid #dddddd;
}

.single-post-text h2 {
    font-size: 30px;
    line-height: 41px;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
}

.single-post-text h4{
    font-size: 13px;
    color: #b9b9b9;
    margin-bottom: 30px;
}

.single-post-text h4 span{
    color: #000;
    margin: 0 5px;
}

/*------Blog Page ends-------------*/

/*--------  Hire me area starts ---------*/

.hire-me-area {
	background: #1761a0;
	color: #fff;
}

.single-hire h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 30px;
	margin-bottom: 25px;
}

.single-hire p {
    font-size: 18px;
}

.single-hire a {
	background: #fff;
	color: #333333;
	padding: 10px 38px;
	display: inline-block;
	margin-top: 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 2px;
}

/*-------- Hire me area ends -----------*/

/*------------- Contact area starts -------------*/

.contact-area{
    background-color: #ffffff;
}

.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;
}

.right-contact-text i {
    color: #1761a0;
    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: #1761a0;
    color: #ffffff;
    border-radius: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.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 -------------*/

/*-------------- Footer area starts -------------*/


.footer-area {
    background: #1761a0;
    color: #FFF;
    padding: 30px 0;
}

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