@charset "utf-8";
/*---------------------------------------
[Master Stylesheet]

Website Name	:    SolutionsMRC
Version			:    1.0.0
Last change		:    20.10.2016
Primary use		:    MultiPurpose Website
-----------------------------------------*/

/* -------------------------
	  Table of Contents
----------------------------

01. General
02. Header
03. Navigation
04. Content
05. Footer
06. Inner Pages
07. Media Stylesheet

/* ---------------------------
	01. General
--------------------------- */

/* Fonts Stylesheet */

@import url('css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');

@font-face{
	font-family:"Georgia";
	src:url("../fonts/Georgia.ttf"), url("../fonts/georgia bold.ttf");
}

/* Fonts */

body,
html {
	font-family:"Georgia";
    font-weight: 400;
    font-style: normal;
	margin: 0px;
	padding: 0px;
}

ol,
ul {
    list-style: none;
	padding:0px;
}

a,
a:hover {
    text-decoration: none !important;
}

/* ---------------------------
	02. Header
--------------------------- */
header{ oevrflow: hidden; position: relative;}
.top-header{ background:#062746; height: 40px; position:relative;}
.middle-header{ height:108px; position:relative; width:100%; }
.bottom-nav-header {
    float: right;
    display: inline-block;
}
.logo-sction {
    float: left;
}
.logo-sction img{ max-width: 100%; height:auto;}
.social img{ padding: 6px 0px;}
span.social {
    width: 100%;
    text-align: right;
    display: inline-block;
}
/* ---------------------------
	03. Navigation
--------------------------- */
.nav-list {
    margin: 36px auto;
    text-align: center;
}
.nav-list li, .footer-menu li {
	display: inline-block;
}
.nav-list li{ padding:0px 10px;}
.nav-list li a, .footer-menu li a {
    font-size: 18px;
    color: #062746;
    padding-bottom: 6px;
    font-family:"Georgia";
    font-weight: 400;
    line-height: 24px;
    padding: 0px 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
}
.nav-list li:last-child {
    padding: 0px 0px;
    margin: 0px 0px 0px 50px;
    background: #01a3c9;
    width: 140px;
    height: 33px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    display: inline-block;
}
.nav-list li:last-child a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    padding: 4px 0px;
    text-transform: uppercase;
}

.nav-list li:hover a, .nav-list .current-menu-item a{ color:#01a3c9 !important; border-bottom: 2px solid #01a3c9;}
.nav-list li:last-child a, .nav-list li:last-child:hover a{ color:#fff !important; border-bottom: none !important;}

/* ---------------------------
	04. content
--------------------------- */
.banner{ position:relative; width:100%; overflow:hidden; display: block;}
.banner img{ width:100%; height: auto;}
.left-section {
    width: 30%;
    float: left;
    margin-right: 25px;
    display: inline-block;
	overflow:hidden;
}
.left-sidebar img{ max-width: 100%; height: auto;}
.left-sidebar h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
	text-transform: uppercase;
    margin-left: 20px;
}
.left-sidebar h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 0px 15px;
}
i.fa.fa-envelope-o {
    transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
    margin-right: 20px;
}
.left-sidebar p.para {
    font-size: 16px;
    font-weight: 300;
    margin: 30px 0px;
    line-height: 24px;
    color: #000;
}
.left-sidebar p {
    padding: 0px 15px;
}
.right-content-area {
    display: inline-block;
    width: 67.8%;
    float: right;
}
.right-content-area .content {
    width: 70%;
    display: inline-block;
}
.content p{ font-size:16px; font-weight:400; line-height:24px; color:#555555;}
.left-content{ float:left; margin-right:25px; display: inline-block;}
.left-content img {
    border: 1px solid #10b1d7;
    border-radius: 100%;
    padding: 10px;
}
.page-id-20 .left-content img {
    border: none;
    border-radius: inherit;
    padding: 0px;
}
.read-more, .read-more:hover, #commentform #submit {
    background: #038fb0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 140px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
    text-decoration: none;
    margin-top: 30px;
}
.read-more .fa {
    margin-right: 10px;
}

.wekly-blogs p.date {
    background: #ececec;
    padding: 5px;
    border: 1px solid #ccc;
}

.blog-col {
    width: 370px !important;
    display: inline-block;
    vertical-align: top;
}
.blog-col.first { margin-right: 20px;}
.details.wekly-blogs {
    margin-top: 40px;
	margin-bottom:30px;
	overflow: hidden;
}
.details.wekly-blogs li:nth-child(last){ margin-right: 0px !important;}

.details.wekly-blogs .para{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #555555;
}
.blogs .para{
	height: 120px;
	overflow: hidden;
}
.blogs .para p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
.blogs h4{ margin-bottom: 0px; height: 45px;}
h4 {
    font-size: 16px;
    font-weight: 400;
    color: #01a3c9;
    line-height: 22px;
}
.subscribe {
    background: #038fb0;
	overflow:hidden;
	width:100%;
	padding-bottom:20px;
	box-sizing:border-box;
}
.subscribe .wpcf7-form{ padding: 0px 15px; position: relative; overflow: hidden;}
.left-sidebar .subscribe input {
    width: 100%;
    height: 30px;
    margin-left: 0px;
    padding-left: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    color: #656565;
}
.left-sidebar .subscribe .wpcf7-submit {
    text-align: center;
    margin: 0px auto;
    width: 140px;
    background: none;
    border: 1px solid #fff;
    height: 30px;
    color: #fff;
    font-size: 14px;
    display: block;
    float: right;
    clear: both;
    margin-right: 0px;
	font-family: 'Roboto', sans-serif;
	padding-left: 0px;
}
.left-sidebar .subscribe p{padding: 0px;}


/* ---------------------------
	05. Footer
--------------------------- */
footer{
	background-color: #062746;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}
ul.footer-menu {
    margin-top: 10px;
}
.footer-menu li a{color: #fff;font-size: 16px;}
.footer-menu li a:hover { color:#038fb0;/* border-bottom:1px solid #038fb0;*/}
.footer-menu li a:after {
    content: '/';
    color: #fff;
    margin-left: 30px;
    margin-right: 25px;
    font-size: 16px;
}
.footer-menu li:last-child a:after { content:''; display: none;}
.top-footer {
    border-bottom: 1px solid #041a2f;
    padding: 20px 0px;
}
.bottom-footer {
    border-top: 1px solid #13324f;
    padding: 20px 0px;
}
p.copy {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.bottom-footer a{ color: #fff;}

/* ---------------------------
	06. Inner Pages
--------------------------- */
.inner-page-container{ padding: 30px 0px; position:relative; overflow:hidden;}
.inner-page-container h3 { color:#01a3c9; font-size:24px; font-weight:400; line-height:24px;margin-bottom: 20px;}
.page-id-20 .inner-page-container h3 { color: #0c559a; }


.inner-container{ margin: 30px 0px;}
.title{ font-size: 36px; font-weight:400; color:#103f6b; text-transform:capitalize; line-height:32px; border-bottom: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.sub-title{font-size: 36px; font-weight:400; text-transform: capitalize; color:#103f6b; line-height:24px; border-bottom:1px solid #ccc; padding-bottom: 15px; margin-top: 0px;}

.mobile-menu i { display: none;}

.favorite-blogs {
    border: 1px solid #ccc;
    margin-top: 30px;
    overflow: hidden;
}
.favorite-blogs h2 {
    background: #062746;
    margin: 0px;
    padding: 10px 15px;
    font-size: 21px;
}
.more{ color:#01a3c9;}
.favorite-blogs h4 {
    font-size: 15px;
    font-weight: 400;
    color: #01a3c9;
    line-height: 22px;
    margin-bottom: 0px;
    height: 45px;	
}
.bx-viewport { height: 390px !important;}

.archives-blog-slider, .archives .bx-viewport { height: 640px !important;}
.vertical-slider li{ border-bottom:1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px !important;}
.vertical-slider li .short-post p{ height:35px; overflow: hidden;}

.archives-blog-slider{ height: auto !important;}

.inner-page-container .right-content-area{ float:left;}
.inner-page-container .left-sidebar{margin-left: 30px;
    margin-right: 0px;
    width: 27%;
    display: inline-block;}

.details-content { width: 70%; float:left;}
.detail-blog p{ font-size: 16px; font-weight:400; color:#333333; line-height:24px; margin-bottom:20px;}

.contact{ text-align:center;}
.contact h1.title{ margin-bottom:30px;}
.contact .para{ font-size:16px; color:#333; line-height:24px;}
.center-icon .icon .fa{ font-size:30px; vertical-align:middle;}
.center-icon p{ font-size:16px; margin-bottom:0px;}
.center-icon strong{ font-size:18px; font-weight:500; color:#333; text-transform:uppercase; margin-top:15px; display: block;}
.center-icon {
    background: #f8f8f8;
    width: 370px;
    display: inline-block;
    margin-top: 80px;
	padding-bottom:30px;
	margin-bottom: 40px;
}
.center-icon .icon .fa {
    font-size: 30px;
    vertical-align: middle;
    color: #fff;
    background: #01a3c9;
    display: inline-block;
    padding: 20px;
    border-radius: 100%;
    margin-top: -35px;
    margin-bottom: 15px;
}
.contact-form-section {
    margin: 50px 0px;
	position:relative;
	width:100%;
}
.contact-form-section input {
    width: 31.4%;
    margin-right: 30px;
    height: 35px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.contact-form-section .your-subject input {margin-right: 0px;}

.contact-form-section input#subject {
    margin-right: 0px;
}
.contact-form-section textarea.wpcf7-textarea {
    width: 100%;
    height: 84px;
    padding: 5px 0px 0px 15px;
    display: block;
}
.contact-form-section .wpcf7-submit {
    margin-top: 40px;
    background: #01a3c9;
    border: none;
    padding: 0px;
    color: #fff;
    font-size: 16px;
    height: 35px;
    width: 190px;
	position: relative;
	text-transform: uppercase;
}
.contact-form-section .fa-caret-right{
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: -30px;
    position: relative;
    z-index: 9;
    color: #fff;
}

.blog-more{ border:1px solid #ccc; color:#01a3c9; font-size:16px; display:block; width:130px; text-align:center; height: 30px;padding: 3px 0px;}
.blog-more .fa{ margin-right: 10px;}
.blog{ width:100%; height:auto; position:relative; padding:0px; margin:30px 0px;}
.blog li {
    width: 47.8%;
    border: 1px solid #ccc;
    padding: 25px;
    display: inline-block;
    margin-right: 30px;
	margin-bottom: 30px;
}
.blog li:nth-child(even) { margin-right:0px;}
.blog li h4{ margin-top:0px; border-bottom:1px solid #ccc;}
.vertical-slider{ padding: 0px 15px;  padding-bottom: 15px;}
.short-post p, .favorite-blogs h4 {
    padding: 0px;
}
.archives .blog h4{ margin-bottom: 10px;}
ul.bogs-vertical-slider {
    margin-top: 10px;
}
.sitemap .page-row {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-right: 20px;
}
.sitemap .page-row:last-child { padding-right: 0px;}
.main-pages li {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-bottom: 15px;
}

.archives .paras {
    height: 450px;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}


#comments {
    margin-top: 40px;
}
#comments .comments-title {
    text-transform: capitalize;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: inline-block;
}
#comments .comments-title span{ color: #01a3c9; }
#comments .avatar.avatar-44.photo {
    border-radius: 100%;
    border: none;
    margin-right: 15px;
}
#comments time {
    color: #b1b1b1;
    font-size: 14px;
}
#comments .comment-author{
	margin-bottom: 20px;
}
.comment-awaiting-moderation{ display: none;}
#commentform #comment {
    height: 70px;
    border: 1px solid #ccc;
}

#commentform input{ border: 1px solid #ccc;padding-left: 15px;}

#commentform label { display: block;}

#commentform #submit{ border: 0px;margin: 20px 0px;}

#comments #respond {
    display: block;
    width: 60%;
    border: 1px solid #ccc;
	margin-top: 40px;
}

#comments #reply-title{
	background-color: #01a3c9;
	color: #fff;
	margin: 0;
	padding: 20px 0px 20px 15px;
}

#commentform {
	padding-left: 15px;
	margin-top: 10px;
}
#commentform p{ margin: 0px;}
#commentform .comment-notes{ display: none;}
#cancel-comment-reply-link {
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
}
.comment-content p {
    background: #eee;
    border: 1px solid #ccc;
    padding-left: 15px;
}

/* ---------------------------
	07. Media Stylesheet
--------------------------- */

@media only screen and (max-width: 650px) {
	.right-content-area{  width: 100%; float: none;}
	.right-content-area .content, .contact-form-section input {  width: 100%;}
	.left-content { float: none; }
	.left-sidebar { width: 100%; float: none;}
	.vertical-slider li{ width: 100% !important;}
	.favorite-blogs{ height: auto;}
	.details-content { width: 100%; float: left; }
	.inner-page-container .left-sidebar { margin-left: 0px; margin-right: 0px; width: 100%;}
	.bx-wrapper .bx-next { right: -2%;}
	.subscribe-page .contact-form-section input {  width: 100%;}
	.sitemap .page-row { width: 100%;}
	.blogs .para{ height: auto;}
}

@media only screen and (min-width: 651px) and (max-width: 767px) {
	.right-content-area {
    	width: 65.8%;
	}
	.blog-col {
    	width: 46%;
	}
	.right-content-area .content {
    	width: 45%;
	}
	.left-sidebar h2 {
    	font-size: 18px;
	}
	.favorite-blogs h2{
	  	font-size: 16px;
	}
	.left-sidebar .subscribe input {
    	width: 100%;
	}
	.details-content { width: 68%;}

}

@media only screen and (max-width: 767px) {
	.nav-list{
		display: none;		
	}
	.top-header{ height: auto;}
	span.social {
	    display: inline-block;
	    position: absolute;
	    top: -40px;
	    z-index: 999;
	    right: 0px;
	    width: auto;
	}
	.footer-menu li a{padding: 0px 2px;}
	.footer-menu li a:after {
    	margin-left: 10px;
    	margin-right: 2px;
	}
	.blogs h4{ height: auto;}
	.blog li, #comments #respond {  width: auto; margin-right: 0px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nav-list{ margin: 0px 0px 30px 0px;}
	.right-content-area{ width: 65.8%;}
	.right-content-area .content {  width: 52%;}
	.blog-col { width: 46%; }
	.left-sidebar h2 {font-size: 20px;}
	.details-content { width: 68%;}
	.footer-menu li a{ padding: 0px;}
	.blog li { width: 46%;vertical-align: top;}
	h4{ height: auto !important;}
	#comments #respond{ width: auto;}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .right-content-area{    width: 66.8%;}
   .right-content-area .content{    width: 65%;}
   .nav-list li a, .footer-menu li a { font-size: 14px; }
	.footer-menu li a { padding: 0px;}
	.details-content{ width: 68%}
	.blog li { width: 46%;}
	.nav-list li:last-child { padding: 0px 0px; margin: 0px 0px 0px 20px;}
	.left-sidebar h2 { font-size: 28px;}
	.favorite-blogs h2{font-size: 20px;}

}