/*
  Theme Name: Name - Multipurpose HTML Template
  Author: Nafiul Islam
  Support: nafiulpust@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/
/* 1.======================= Theme default css ==================================*/
body {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    /*color: #5b5e5e;*/
    color: #626c84;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.container {
    max-width: 1200px;
}

.container-fluid {
    max-width: 1530px;
}

img {
    max-width: 100%;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.mWSetting {
    max-width: 570px !important;
    width: 100%;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: #1b8846 !important;
    text-decoration: none;
}

a,
button {
    color: #1b8846;
    outline: medium none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #626c84;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #dddddd;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.separator {
    border-top: 1px solid #f2f2f2
}

/* button style */

.c-btn.c-btn-black {
    background: #303b41;
}

.c-btn.c-btn-black:hover {
    background: #1a1a1a;
}

.c-btn:hover {
    background: #106fab;
    color: #fff
}

.c-btn.c-btn-large {
    padding: 10px 25px;
}

.c-btn-lg {
    font-weight: 700;
    padding: 13px 31px;
}

.c-btn.white-btn:hover {
    border-color: #ddd;
    color: #ddd
}

.c-btn.btn-base.btn-link {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #1696e7;
    padding: 0;
    text-decoration: none;
}

.c-btn.btn-base.btn-link:hover {
    color: #106fab;
}

.bg-white {
    background-color: #ffffff;
}

.siteTitle {
    font-size: 40px;
    font-weight: 700;
    color: #232c64;
}

/* 1.======================= Theme default css ==================================*/
/*==========================Header===============================================*/

.mobile-menu-active.mean-container a.meanmenu-reveal {
    background: #0c1923;
}

.mean-bar.MenuOpen {
    background: #0c1923 !important;
    z-index: 9999999999999;
}

.mobile-menu-active.mean-container .mean-bar {
    background: unset;
}

.mobile-menu-active.mean-container .mean-nav ul li a.mean-expand {
    height: 25px;
}

.mobile-menu-active.mean-container .mean-nav {
    position: absolute;
}

.main-menu {
}

.main-menu ul {
}

.main-menu ul li {
    display: inline-block;
    margin-left: 35px;
    position: relative;
}

.main-menu ul li a {
    color: #232c64;
    display: block;
    font-size: 16px;

    text-transform: capitalize;
    font-weight: 600;
}

.main-menu ul li:hover a {
    color: #1b8846;
}

/* submenu */
.main-menu ul li ul.sub-menu {
    background: #1b8846 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 330px;
    z-index: 155;

}

.main-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 200%;
    margin-top: 0;
    left: -130px;
}

.main-menu ul li ul.sub-menu li {
    display: block;
    margin: 0;
}

.main-menu ul li ul.sub-menu li:last-child {
    border: 0
}

.main-menu ul li ul.sub-menu li a {
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 700;
}

.main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 25px;
    top: 0;
    opacity: 1;
    visibility: hidden;
    position: relative;
    width: 300px;
}

.main-menu ul li:hover ul.sub-menu li ul.sub-menu {
    visibility: visible;
    padding: 0;
}

.main-menu ul li ul.sub-menu li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1
}

li.current-menu-item a {
    color: #1b8846 !important;
}

ul.sub-menu a {
    color: #fff !important;
}

.main-menu ul li ul.sub-menu li ul.sub-menu a {
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 400;
}

.main-menu ul li:hover ul.sub-menu:before {
    content: "\ea6a";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 35px/1 'icofont';
    padding-left: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: -22px;
    color: #1b8846;
}

.main-menu ul li:hover ul.sub-menu li ul.sub-menu:before {
    content: "\ea67";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 15px/1 'icofont';
    padding-left: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: -22px;
    color: #fff;
    width: 25px
}

ul.sub-menu {
    padding: 15px 0;
}

/*=============================CTA===========================================*/
.cta a {
    font-size: 20px;
    font-weight: 700;
    color: #1b8846;
    margin-right: 15px;
}

.cta a i {
    margin-right: 5px;
}

.talkBtn:hover, .rooneyBtn:hover {
    background: #212c65;
    cursor: pointer;
}

.talkBtn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #1b8846;
    border: 0;
    border-radius: 3px;
    padding: 15px;
    max-width: 200px;
    width: 100%;
}

.cta a span {
    color: #a1a1a1;
    font-weight: 400;
    font-size: 13px;
}

.Hsocial ul li {
    display: inline-block;
    padding: 0 10px;
}

.Hsocial ul li a {
    font-size: 15px;
    color: #232c64;
}

.Hsocial:before {
    content: '';
    background: #f3f3f3;
    position: absolute;
    width: 1px;
    height: 30px;
    left: 35px;
}

.cta a:hover {
    font-size: 22px;
}

.logo {
    position: relative;
    top: -35px;
}

/*=============================CTA===========================================*/
/*==========================Header===============================================*/
.slider-active:after {
    content: '';
    background: #08274b;
    width: 110px;
    height: 110%;
    position: absolute;
    right: 47%;
    top: -15px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.slider-area {
    background: #08274b;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.slider-active {
    display: inline-block;
    width: 50%;
    float: left;
}

.slider-wrapper {
    max-width: 600px;
    margin: 35px auto;
    padding: 0 25px 0 50px;
}

.slider-image {
    display: inline-block;
    width: 50%;
    float: left;
}

.newPost:hover {
    background: rgba(14, 40, 70, .9);
}

.newPost {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(19, 21, 21, 0.8);
    padding: 30px;
    max-width: 415px;
    border-radius: 5px 0 0 0;
    width: 100%;
}

.newPost a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.newPostAuthor {
    margin-top: 5px;
}

.newPostAuthor img {
    width: 100%;
    max-width: 35px;
    max-height: 35px;
    border-radius: 100%;
}

.newPostAuthor a {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}

.newPostAuthor span {
    font-weight: 700;
    color: #1b8846;
}

.preNextRight a, .preNextLeft a {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 25px 0;
    display: inline-block;
}

.preNextRight a {
    border-radius: 0 100px 100px 0;
}

.preNextLeft a {
    border-radius: 100px 0 0 100px;
}

.preNextRight a:hover, .preNextLeft a:hover {
    background: #ddd;
}

.singleFeaturedImage {
    text-align: left !important;
    margin-bottom: 15px !important;

}

.singleCat i, .singleLinkPost i, .singleTag i {
    font-size: 18px;
    margin-right: 5px;
}

.singleCat a, .singleLinkPost a, .singleTag a {
    color: #626c84;
}

/*==========================Slider===============================================*/

.slider-image img {
    width: 100%;
}

/*
.slider-wrapper {
    padding: 190px 30px;
    max-width: 870px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
*/

.slider-wrapper h4 {
    font-size: 38px;
    color: #e3e3e3;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.rooneyBtn {
    font-size: 18px;
    color: #ffffff;
    background: #1b8846 !important;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 15px;
    max-width: 290px;
    width: 100%;
    font-weight: 700;
    position: relative;
    z-index: 99;
}

/*==========================Slider===============================================*/
/*==========================Offer===============================================*/
.offerHeading p {
    color: #626c84;
}

.offerHeading {
    margin: 0 auto;
}

.homeAbout {
    background: #fbfbfb;
    -webkit-box-shadow: -3px 3px 27px -3px rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.aboutHeading p {
    color: #626c84;
}

.aboutHeading {
    margin: 0 auto;
}

.offerTab ul li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #191f47;
    padding-top: 25px;
    padding-bottom: 10px;
}

.offerTab ul li {
    text-align: center;
    width: 25%;
    margin: 0 !important;
}

.offerTab ul li a {
    width: 100%;
    padding: 0;
}

.offerTab {
    border: none !important;
    padding-bottom: 50px;
}

.offerTab .ui-tabs-nav {
    background: none;
    border: none;
    border-bottom: 2px solid #e0e5f0;
    margin-bottom: 25px;
}

.offerTab ul li {
    background: none !important;
    border: none !important;
}

.offerTab ul li.ui-tabs-active {
    background: none;
    border: none;
    border-bottom: 3px solid #232c64 !important;
    position: relative;
    top: 3px;
}

.offerText h4 {
    font-size: 20px;
    font-weight: 700;
    color: #242c63;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.offerText p {
    font-size: 16px;
    color: #626c84;
}

.offerText a {
    margin-top: 5px;
    display: inline-block;
}

.offerText {
    max-width: 610px;
}

.rMore {
    color: #333333;
    display: inline-block;
}

.rMore i {
    font-size: 30px;
    display: inline-block;
    position: relative;
    top: 6px;
    left: 5px;
    color: #1a8746;
}

/*==========================Offer===============================================*/
/*==========================We are===============================================*/
.weAre {
    background: url('../img/areb.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.weHeading h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #191f47;
    font-weight: 700;
    max-width: 590px;
    padding-top: 15px;
}

.weHeading h3 {
    font-size: 30px;
    color: #e44a66;
    max-width: 590px;
}

/*==========================We are===============================================*/
/*==========================Footer===============================================*/
.footerTop {
    background: #232c64;
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-bottom: -45px;
    position: relative;
    -webkit-box-shadow: 0px 5px 13px 4px rgba(220, 220, 220, 1);
    -moz-box-shadow: 0px 5px 13px 4px rgba(220, 220, 220, 1);
    box-shadow: 0px 5px 13px 4px rgba(220, 220, 220, 1);
}

.fContactImage {
    display: inline-block;
    width: 50%;
    float: left;
}

.fContact h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2e5692;
}

.fContact h4 {
    font-size: 18px;
    color: #2e5692;
}

.fContact a {
    font-size: 30px;
    font-weight: 700;
    color: #2e5692;
}

.fContact {
    display: inline-block;
    width: 50%;
    float: left;
}

.fContact p {
    font-size: 13px;
    color: #2e5692;
}

.fContact-inner {
    max-width: 470px;
    margin: 35px auto;
    padding: 25px;
    background: #ffffff;
}

.Fsocial ul li {
    display: inline-block;
    padding: 5px 25px 50px !important;
}

.Fsocial a {
    font-size: 36px;
    color: #232c64;

}

footer .widgettitle {
    font-size: 14px;
    color: #232c64;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.weMenu ul li {
    list-style: none;
}

.weMenu ul li a {
    font-size: 14px;
    color: #383839;
}

.weAddress b {
    font-size: 14px;
    color: #232c64;
}

.weAddress p {
    font-size: 14px;
    margin: 15px 0;
    width: 100%;
    max-width: 252px;
}

.weAddress a {
    color: #383839;
}

.footerBottom {
    background: #232c64;
    border-top: 5px solid #158948;
}

.footerBottom p {
    font-size: 11px;
    color: #7186b7;
}

/*==========================Footer===============================================*/
/*==========================Page===============================================*/
#content-wrap .title-section {
    position: relative;
}

#content-wrap .title-section:after {
    content: '';
    background: rgba(0, 0, 0, .25);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.title-section h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 8px #000;
    position: relative;
    z-index: 99;
}

.title-section h4 {
    font-size: 16px;
    color: #ffffff;
    text-shadow: 2px 2px 8px #000;
    position: relative;
    z-index: 99;
}

.title-section {
    padding-left: 15px;
    padding-right: 15px;
}

/*==========================Page===============================================*/
/*==========================About Page===============================================*/
.AboutweFeatured img {
    border: 15px solid #fff;
}

.AboutweFeatured {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -80px;
    z-index: 99999;
}

/*==========================About Page===============================================*/
/*==========================Carriers Page===============================================*/
.carriersHeading p {
    font-weight: 700;
    font-size: 17px;
    color: #626c84;

}

.carriersImg {
    border: 1px solid #e3e3e3;

}

.carriersImg:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*==========================Carriers Page===============================================*/
/*==========================Service Page===============================================*/
.elementor ul li, .content-wrap ul li, .sidebarWidget ul li {
    font-size: 16px;
    color: #626c84;
    padding: 3px 0;
    margin-left: 40px;

    list-style: none;
    position: relative;
}

.sidebarWidget ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.sidebarWidget h2.widgettitle {
    font-size: 25px;
    color: #232c64;
    text-transform: uppercase;
    margin-top: 15px;
}

.elementor ul li:before, .content-wrap ul li:before, .sidebarWidget ul li:before {
    content: "\eed7";
    display: inline;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'icofont';
    vertical-align: middle;
    position: absolute;
    left: -30px;
    top: 9px;
    text-align: center;
    color: #1a8746;
}

.sidebarWidget ul li:before {
    padding: 8px 0;
}

.sidebarWidget {
    border-top: 10px solid #1b8846;
    border-bottom: 10px solid #1b8846;
    margin-top: 0px;
    z-index: 30;
    padding: 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 5px;
}

/*==========================Service Page===============================================*/
/*==========================Team Page===============================================*/
.teamHeading p {
    color: #626c84;
}

.teamHeading {
    text-align: center;
    margin: 0 auto;
}
img.teamImg {
    border-radius: 100%;
    border: 2px solid #d9e0dc;
}
.teamTab ul li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #212c65;
    padding-top: 25px;
    padding-bottom: 10px;
}

.teamTab ul li {
    text-align: center;
    margin: 0 !important;
}

.teamTab ul li a {
    width: 100%;
    padding: 0;
}

.teamTab {
    border: none !important;
    padding-bottom: 50px;
}

.teamTab .ui-tabs-nav {
    background: none;
    border: none;
    border-bottom: 2px solid #e0e5f0;
    margin-bottom: 25px;
    text-align: center;
}

.teamTab ul li {
    background: none !important;
    border: none !important;
}

.teamTab ul li.ui-tabs-active {
    background: none;
    border: none;
    border-bottom: 3px solid #1b8846 !important;
    position: relative;
    top: 5px;

}

.teamTab li.ui-state-active h3 {
    color: #1b8846 !important;
}

.teamTab.ui-tabs .ui-tabs-nav li {
    float: unset;
    display: inline-block;
}

.teamTab.ui-tabs .ui-tabs-nav .ui-tabs-anchor {

    padding: 15px 20px !important;

}

.teamText h4 {
    font-size: 22px;
    color: #232c64;
    font-weight: 700;
}

.teamText p {
    font-size: 16px;
    color: #626c84;
}

.teamText a {
    display: block;
    color: #1b8846;
}

.teamText span {
    font-size: 14px;
    color: #626c84;
    display: block;
    margin-bottom: 10px;
}

.teamText b {
    font-weight: 700;
    color: #232c64;
    font-size: 14px;
    display: block;
}

.LeaderTabTopTitle {
    color: #232c64;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

.singleTBox img {
    display: block;
    max-width: 140px;
    width: 100%;
    margin-bottom: 15px;
}

.singleTBox b {
    font-size: 16px;
    color: #232c64;
    font-weight: 700;
}

.singleTBox span {
    display: block;
    font-size: 14px;
    color: #9d9d9d;
    margin-bottom: 10px;
}

.singleTBox strong {
    font-size: 14px;
    color: #232c64;
}

.singleTBox a {
    font-size: 14px;
    color: #1b8846;
}

.dateAuthorPublish span {
    color: #fff;
    font-size: 24px;
    text-shadow: 2px 2px 8px #000;
    position: relative;
    z-index: 99;
}

/*==========================Team Page===============================================*/
/*==========================Blog Page===============================================*/

.infoBlog {
    padding: 20px 15px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.infoBlog h3 a {
    color: #191f47 !important;
    font-size: 16px !important;
    font-weight: 700;
}

.infoBlog a:hover {
    cursor: pointer;
}

.infoBlog a {
    color: #afafaf;
    font-size: 12px;
}

.excerpt {
    display: block;
    font-size: 14px !important;
    margin-top: 15px;
    color: #626c84 !important;
    height: 45px;
    overflow: hidden;
}

a.author {
    color: #232c64 !important;
}

.singleBlog {
    position: relative;
    margin-bottom: 30px;
}

.singleBlog:hover {
    -webkit-box-shadow: -3px 3px 27px -3px rgba(0, 0, 0, 0.44);
    box-shadow: -3px 3px 27px -3px rgba(0, 0, 0, 0.44);
    top: -10px;
    border-radius: 3px;
}

.seeMore a {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
    color: #626c84;
    top: 10px;
    position: relative;
}

.singleBlog img {
    border-radius: 5px;
}

.infoBlog h3 {
    line-height: 1 !important;
}


.special .thuImage img, .Bspecial .thuImage img {
    height: 100%;
    object-fit: inherit; /* extrat add [05/19/21] */
    object-position: inherit; /* extrat add [05/19/21] */
}

/*.special .infoBlog {
    background: red;
    bottom: 117px;
    position: absolute;
}*/
.special .infoBlog a, .Bspecial .infoBlog a {
    color: #333!important;
}

/* .special .excerpt, .Bspecial .excerpt {
    display: none;
} */

.thuImage {
    min-height: 365px;
}

.thuImage img {
    width: 100%;
    object-fit: inherit; /* extrat add [05/19/21] */
    object-position: inherit; /* extrat add [05/19/21] */
}

/*==========================Blog Page===============================================*/
/*==========================Pagination===============================================*/
.pagination-center {
    text-align: center;
}

.pagination-navigation li a,
.pagination-navigation li a:hover,
.pagination-navigation li.active a,
.pagination-navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.pagination-navigation li {
    display: inline;
}

.pagination-navigation li a,
.pagination-navigation li a:hover,
.pagination-navigation li.active a,
.pagination-navigation li.disabled {
    background-color: #1b8846;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.pagination-navigation li a:hover,
.pagination-navigation li.active a {
    background-color: #232c64;
}

.pagination-navigation a {
    font-family: fontawesome;
}

.pagination-navigation {
    width: 100%;
}

.seeMore {
    font-size: 14px;
    text-transform: uppercase;
    text-align: right;
}

.seeMore:hover {
    cursor: pointer;
}

/*==========================Pagination===============================================*/
.pagination-navigation ul li:before {
    display: none !important;

}

.pagination-navigation ul li {
    margin-left: 0;
}

.FImage {
    margin: 0 auto;
    text-align: center;
}

/*========================contact Us page====================*/
.contactPageHeader {
    background: #fff;
    padding: 55px 15px;
}

.contactPageHeader p {
    font-size: 18px;
    color: #626c84;
    text-align: center;
}

.contactPageWidth {
    max-width: 1100px;
    margin: 0 auto;
}

.contactPageSec {
    background: #f3f4f5;
    padding: 50px 0;
}

.contactForm {
    max-width: 470px;
}

.contactForm label {
    font-size: 14px;
    font-weight: 700;
    color: #5b5e5e;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
}

.contactForm .form-control {
    border: 1px solid #cfcfcf;
}

.contactForm b {
    font-size: 18px;
    color: #191f47;
}

.contactForm span {
    color: red;
}

.contactForm p {
    font-size: 14px;
    color: #626c84;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cRight h4 {
    font-size: 14px;
    font-weight: 700;
    color: #5b5e5e;
    padding-top: 10px;
}

.cRight p {
    max-width: 255px;
    font-size: 14px;
}

.cRight a {
    font-size: 14px;
    color: #5b5e5e;
}

.gMap {
    -webkit-box-shadow: 3px 13px 42px -20px rgba(77, 66, 77, 1);
    -moz-box-shadow: 3px 13px 42px -20px rgba(77, 66, 77, 1);
    box-shadow: 3px 13px 42px -20px rgba(77, 66, 77, 1);
    max-width: 470px;
}

.cRight {
    margin-left: 50px;
}

.s-button {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #1b8846;
    background: #1b8846;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
}

/*========================contact Us page====================*/
/*========================Modal====================*/
.mCtaForm label {
    font-size: 13px;
    color: #232c64;
}

.mCtaForm span {
    color: red;
}

#CTAModal {
    z-index: 9999999999999;
}

#CTAModal button.close span {
    font-size: 30px !important;
    font-weight: 300;
    color: #fff !important;
    opacity: 1;
    background: #1b8846;
    z-index: 999999999;
    position: absolute;
    top: -30px;
    right: -20px;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    text-align: center;
    outline: none;
}

#CTAModal .close {
    opacity: 1 !important;
    text-shadow: none !important;
    outline: none;
}

.mCtaForm .form-control {
    border: 1px solid #cfcfcf;
    border-radius: 3px;
}

#CTAModal .modal-content {
    border: 8px solid #232c64;
    border-radius: 7px;
}

#CTAModal .modal-dialog {
    max-width: 520px;
    width: 100%;
}

.m-button {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #1b8846;
    background: #1b8846;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
}

.m-button:hover, .s-button:hover {
    cursor: pointer;
}

.CtaModal span {
    font-size: 11px;
    color: #c8a965;
}

.CtaModal {
    background: #232c64;
    display: block;
    text-align: center;
    padding: 10px;
}

.CtaModal a {
    font-weight: 700;
    color: #ffffff;
}

#CTAModal .modal-header {
    display: block;
    text-align: center;
    background: url(../img/mhbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#CTAModal .modal-header span {
    font-size: 14px;
    color: #c8a965;

}

#CTAModal .modal-header h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

/*========================Modal====================*/

footer ul li:before {
    display: none !important;
}

.weMenu ul li, .Fsocial ul li {
    margin-left: 0;
}

.n-btn {
    background: #1b8846;
    border: 1px solid #1b8846;
    color: #fff;
    padding: 15px 25px;
    border-radius: 3px;
    font-weight: 700;
}

.n-btn:hover {
    color: #1b8846;
    background: #fff;
}

/*Error message*/
label.error {
    position: absolute;
    color: red;
    font-size: 11px;
}

.contactForm label.error {
    margin-top: 2px;
}

/*Error message*/