/*
Theme Name: FWMS Child
Theme URI: 
Author: 
Author URI:
Template: fwms
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, custom-background, grid-layout, footer-widgets, blog, e-commerce, portfolio, rtl-language-support
Text Domain: fwms-child
*/

/* General */
body,
button,
input,
select,
textarea {
	font-size: 14px;
}
blockquote, q {
	color: #888;
	background: #eee;
}

/* Pre Header */
#pre-header {
	background: #fff;
	border-bottom: 1px solid #eee;
}
#pre-header .header-links > ul > li {
	border-left: 1px solid #eee;
}
#pre-header .header-links > ul > li:last-child {
	border-right: 1px solid #eee;
}
#pre-header .header-links > ul > li:before {
	display: none;
	content: "";
}
#pre-header .header-links > ul > li.menu-parent > a:after {
	font-size: 90%;
}
#pre-header .header-links li a {
	padding-top: 9px;
	padding-bottom: 9px;
}
#pre-header .header-links .sub-menu {
	background: #fff;
	border: 1px solid #eee;
}
#pre-header .header-links .sub-menu li {
	border-bottom: 1px solid #eee;
}
#pre-header .header-links .sub-menu li:last-child {
	border-bottom: none;
}
#pre-header .header-links .sub-menu a {
	padding-top: 10px;
	padding-bottom: 10px;
}
#pre-header .main-navigation .sub-menu .sub-menu {
	top: -1px;
}

#pre-header-social li {
	border-left: 1px solid #eee;
}
#pre-header-social li:last-child {
	border-right: 1px solid #eee;
}

/* Main Header */
#header .header-links > ul > li > a,
#header-sticky .header-links > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
    border: 1px solid #eee;
}
#header .sub-menu li,
#header-sticky .sub-menu li {
	border: none;
	border-bottom: 1px solid #eee;
}
#header .sub-menu li:last-child,
#header-sticky .sub-menu li:last-child {
	border-bottom: none;
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
	padding-top: 8px 10px;
	padding-bottom: 8px 10px;
}

#header {
	border-bottom: none;
}
#header .main-navigation .sub-menu .sub-menu {
	top: -1px;
}

#header-search a {
	color: #e0484c;
	-webkit-box-shadow: inset 0 0 0 1px #eee;
	-moz-box-shadow: inset 0 0 0 1px #eee;
	-ms-box-shadow: inset 0 0 0 1px #eee;
	-o-box-shadow: inset 0 0 0 1px #eee;
	box-shadow: inset 0 0 0 1px #eee;
}
#header-search a:hover,
#header-search.active a {
	color: #A0A0A0;
	background: none;
	-webkit-box-shadow: inset 0 0 0 25px #eee;
	-moz-box-shadow: inset 0 0 0 25px #eee;
	-ms-box-shadow: inset 0 0 0 25px #eee;
	-o-box-shadow: inset 0 0 0 25px #eee;
	box-shadow: inset 0 0 0 25px #eee;
}

/* Call To Action */
#introaction,
#outroaction {
	padding: 60px 10px 60px;
}
#introaction-core,
#outroaction-core {
	background: #fff;
	padding: 52px 30px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
	-ms-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
	-o-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
	box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
}
#introaction .action-message,
#outroaction .action-message,
#introaction .action-link,
#outroaction .action-link {
	width: 100% !important;
	margin-right: 0 !important;
}
#introaction .action-message,
#outroaction .action-message {
	text-align: center;
}

.action-text h3 {
	line-height: 1.4;
	margin-bottom: 17px;
}
.action-teaser {
	line-height: 1.8;
	margin-bottom: 3px;
}

/* Featured Content */
#section-home .section {
	border: none;
	-webkit-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
	-ms-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
	-o-box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
	box-shadow: 0 0 20px 0 rgba( 0, 0, 0, 0.1 );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#section-home .entry-content {
	padding: 24px 20px 0px;
}
#section-home h3 {
	font-weight: 700;
	margin-bottom: 8px;
}
#section-home .more-link {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background: #e0484c;
    padding: 9px 28px;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#section-home .more-link:hover {
	color: #fff;
	background: #232323;
}
#section-home .more-link:after {
	display: none;
	content: '';
}

/* Page Intro */
#intro {
	background: #302e2c;
	border: none;
}
#intro .page-title,
#intro #breadcrumbs {
	color: #fff;
}
#intro .page-title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
#intro #breadcrumbs-core {
	text-align: center;
}
#intro.option2 .page-title,
#intro.option2 #breadcrumbs {
	display: block;
	width: 100%;
}

/* Blog Archive */
.blog-grid.element:last-child {
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}
.blog-article {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 60px;
}
.blog-article.sticky {
	padding-bottom: 60px;
	padding-top: 15px;
}
.blog-article .entry-meta i {
	display: none;
}
.blog-article .more-link {
	margin-bottom: 0;
}
.blog-article .more-link a {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background: #e0484c;
	border: none;
	padding: 9px 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.blog-article .more-link a:hover {
	color: #fff;
	background: #232323;
}
.blog-style1 .entry-content.comment-icon .fa-comments {
	color: #fff;
	background: #1d1d1f;
	border: none;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.blog-style1 .entry-content.comment-icon .fa-comments:hover {
	color: #fff;
	background: #E0484C;
	border: none;
}

/* Blog Archive - Pagination */
.pag li a,
.pag li span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.pag li a:hover,
.pag li.current span {
	color: #FFF;
	background: #e0484c;
	border-color: #e0484c;
}

/* Blog Posts */
.single .post-thumb {
    margin-bottom: 17px;
}
.single .entry-header {
	border-bottom: none;
	margin-bottom: 0;
}
.single .entry-header .post-title {
	font-size: 36px;
}
.single .entry-header.comment-icon .post-title {
	margin-bottom: 10px;
}
.single .entry-header.comment-icon .comment {
	top: 13px;
}
.single .entry-header.comment-icon .fa-comments {
	color: #fff;
	background: #1d1d1f;
	border: none;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.single .entry-header.comment-icon .fa-comments:hover {
	color: #fff;
	background: #E0484C;
	border: none;
}

/* Blog Posts - Pagination */
.nav-previous,
.nav-next {
	width: 20%;
}
.nav-previous a,
.nav-next a {
	color: #fff;
	text-transform: none;
	background: #e0484c;
	border: none;
}
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
	display: none;
}

/* Comments & Leave Comment Style */
#comments-title h3,
#reply-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
.commentlist article,
.commentlist .avatar {
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.commentlist article {
	color: #888;
	background: #eee;
}
.comment-author h4 {
	font-weight: 600;
}
.comment .reply:before {
	content: "-";
	position: relative;
	left: -7px;
	color: #aaa;
}

/* Footer */
#footer-core h3 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 38px;
}
#footer-core h3:after {
	display: block;
	content: "";
	position: relative;
	top: 9px;
	width: 60px;
	height: 1px;
	background: #fff;
}
#footer-core,
#footer-core p {
	color: #fff;
}
#footer-core a,
#footer-core .widget li > a:before {
	color: #888;
}
#footer-core a:hover,
#footer-core .widget li > a:hover:before {
	color: #e0484c;
}

/* Sub Footer */
#sub-footer,
#sub-footer a:hover {
	color: #fff;
}
#sub-footer {
	background: #2d2d2f;
}
#sub-footer a {
	color: #bababa;
}

#post-footer-social li a {
	color: #fff;
}
#post-footer-social li a:hover {
    color: #888;
}

/* Sidebar */
#sidebar h3.widget-title {
	text-transform: none;
	font-size: 20px;
	margin-bottom: 18px;
}
#sidebar h3.widget-title:after {
	content: "";
	display: block;
	position: relative;
	top: 6px;
	width: 60px;
	height: 2px;
	background: #e0484c;
}

/* Widgets */
.widget_tag_cloud a {
	color: inherit;
	background: #fff;
	border: 1px solid #eee;
}
.widget_tag_cloud a:hover {
	color: #fff;
	background: #e0484c;
	border-color: #e0484c;
}
#sidebar .widget_tag_cloud a {
	margin: 0 6px 10px 0;
}
#footer .widget_tag_cloud a {
	color: #888;
	background: #353433;
	border: none;
}
#footer .widget_tag_cloud a:hover {
	color: #fff;
}











#content {
    padding: 0px 10px;
}
#pre-header-core, #header-core, #header-sticky-core, #content-core, #footer-core, #sub-footer-core, #sub-footer-widgets, #sub-footer-close, #notification-core, #intro-core, #introaction-core, #outroaction-core, .wrap-safari {
    display: block;
    max-width: 1266px;
    margin: 0 auto;
}

.theme-btn {
    display: inline-block;
    background: #1c3b4e !important;
    color: #fff !important;
    border: 1px solid #1c3b4e !important;
    letter-spacing: .5px;
    font-weight: 400;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all .2s cubic-bezier(0,0,.58,1);
    transition: all .2s cubic-bezier(0,0,.58,1);
    border-radius: 30px !important;
    font-size: 14px;
    padding: 12px 31px;
    line-height: 1.375;
    margin-top: 15px;
}
.theme-btn:hover {
    background: transparent !important;
    color: #1c3b4e !important;
}
.bold-txt{
	font-weight:700 !important;
}
/*===========================Pre Header Css===============================*/
#pre-header {
    background: #103045;
    border-bottom: 1px solid #103045;
}
#pre-header .header-links li a, #pre-header-social li, #pre-header-social li a {
    color: #fff;
}
#pre-header .header-links > ul > li,#pre-header-social li {
    border: none !important;
}
#pre-header-links-inner, #pre-header-social {
    display: block;
}
/*=============================Header Css==============================*/
.home #header {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    background-color: rgba(255,255,255,.8);
}
#logo img{
    width: 150px;
}
#header.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #fff;
}
@media (max-width: 767px)
{
	#header.sticky #header-responsive {
    	top: 15px;
	}
}

/*=============================Footer Css==============================*/
#footer .widget ul {
    columns: 2;
}
#footer {
    background: #1c3b4e;
}
#sub-footer {
    background: #103045;
}
#footer-core a, #footer-core .widget li > a:before {
    color: #fff;
}
#sub-footer-widgets:not(.collapsed) {
    border-bottom: 1px solid #fff;
}
#sub-footer-widgets p {
    color: #ffffff;
}
#sub-footer-core {
    padding-top: 15px;
}

#footer-core, #footer-core p {
    font-size: 16px;
}
.counterdtl .col-md-4 {
  text-align: center;
  padding-bottom: 50px;
  border-right: 1px dashed black;
}

.counterdtl .col-md-4:last-child {
  border-right: 0px solid black;
}

.counterdtl .counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.counterdtl i {
  font-size: 20px!important;
}

@media (max-width: 991px) {
.counterdtl .col-md-4 {
    border-right: 0px dashed black;
    border-bottom: 1px dashed black;
    width: 50%;
    margin: auto auto;
  }
  
.counterdtl .col-md-4:last-child {
    border-bottom: 0px dashed black;
  }
}
.counterdtl .col-md-4 {
    width: 33.333%;
    padding: 0;
    display: inline-block;
    padding: 15px;
}

.counterdtl .row {
    display: flex;
}

.counterdtl .col-md-4 h1 {
    font-size: 50px;
    font-weight: bold;
}

.counterdtl .col-md-4 h3 {
    max-width: 300px;
    margin: 0 auto;
}

.dtl-col-md-4 {
    width: 32.333%;
    display: inline-grid;
    padding: 0;
}

.RowServices.row {
    text-align: center;
}

.dtl-col-md-4 img.img-fluid {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.RowServices.row {
    display: flow-root;
}

.inrboxs {
    padding: 0;
    box-shadow: 0px 0px 13px rgba(0,0,0,0.09);
    margin: 10px;
    margin-bottom: 10px!important;
}

.inrboxs h1 {
    font-size: 22px;
    padding-top: 15px;
    margin-bottom: 0!important;
}


.shortd p {
    padding: 15px;
    font-size: 16px;
    min-height: 150px;
}

.shortd .redmore a {
    background: #103045;
    border: 2px solid #103045;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
    display: block;
    max-width: 160px;
    margin:  0 auto;
    margin-bottom: 15px;
}

.shortd  .redmore {
    margin-bottom: 25px!important;
}

body .shortd .redmore a:hover {
    color: #103045;
    background: transparent;
    border: 2px solid #103045!important;
}
.indimg img {
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.indimg img:hover {
    transform: scale(1.1, 1.1);
}

.indimg {
    overflow: hidden;
}
.singleboxinfo>.vc_column-inner {
    background: #fff;
    box-shadow: 0px 0px 13px rgba(0,0,0,0.09);
    padding: 15px 0!important;
    padding-top: 0!important;
}

.singleboxinfo>.vc_column-inner .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}

.singleboxinfo>.vc_column-inner h2.vc_custom_heading {
    margin-bottom: 0;
    color: #0046ad;
    font-size: 25px;
    line-height: 32px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}



.singleboxinfo>.vc_column-inner .wpb_raw_code.wpb_content_element.wpb_raw_html.ribbiontop {
     color: #fff;
    background: #d55600;
    right: 0;
    padding: 10px 25px;
    text-align: center;
    font-weight: bold;
}


.singleboxinfo>.vc_column-inner p {
    padding: 0 15px;
}

.bottomContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.bottomContent img {
    width: 50px;
}

.bottomContent a.text_link {
    font-weight: bold;
    color: #d55600;
    font-size: 16px;
}
.singleboxinfo {
    padding: 10px!important;
}

.singleboxinfo>.vc_column-inner img.vc_single_image-img.attachment-full {
    height: 250px;
    object-fit: cover;
}

.singleboxinfo>.vc_column-inner h2.vc_custom_heading {
    min-height: 134px;
}

.singleboxinfo>.vc_column-inner .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0;
}
.BenefitsLeft .vc_tta-panel-heading, .BenefitsRight .vc_tta-panel-heading { background-color: #d55600 !important;}
.BenefitsLeft.vc_active .vc_tta-panel-heading, .BenefitsRight.vc_active .vc_tta-panel-heading {  background: #0046ad!important;}
.deservices .vc_tta-panel {
    background: #fff!important;
}

.deservices .vc_tta-panel  li.vc_tta-tab a {
    background: transparent!important;
}

.wpb-js-composer .deservices .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    background: transparent;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #4d4f53 !important;
    padding: 5px 24px;
    border-radius: 20px!important;
}
.wpb-js-composer .deservices .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {  background: #d55600!important;
    color: #fff!important; }
.wpb-js-composer .deservices .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
    background: #d55600;
    color: #fff!important;
}

.deservices .vc_tta-panels-container h6 {
    font-size: 20px;
    font-weight: bold;
}

.deservices .vc_tta-panels-container p {
    font-size: 16px;
}
