/* CSS Document */
/*********************************************************************************************
Description: MBP Network - Master Stylesheet
**********************************************************************************************
Designed and Built by MBP Network
CSS, HTML and Design Files are all Copyright 2017-2018 MBP Network.
And God said "Let there be code..."
font-family: 'Montserrat', sans-serif;
**********************************************************************************************/
@import url("./bootstrap.min.css");
@import url("./../fonts/font-awesome/css/font-awesome.min.css");
@import url("./owl.carousel.css");
@import url("./video-popup.css");
@import url("./slimmenu.min.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

/* ---------------------------------------------------------------------- */
/*	Reset & Basics 
/* ---------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #414142;
    }
img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
ol,ul,li {list-style: inside;}
ol li {list-style: inside decimal;}

/* Basic Styles  */
html {-webkit-text-size-adjust: none;}
html,body {height: 100%;}
* {outline: none;}
::-moz-selection {
    background: #1f5caa;
    color: #FFF;
}
::selection {
    background: #1f5caa;
    color: #FFF;
}
blockquote {font-weight: normal;}
strong,b {font-weight: bold;}
a {
    -webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    -o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
    transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a {
    text-decoration: none;
    color: #1f5caa;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #000000;
    outline: none;
}

/* text align */
.textc {text-align: center;}
.textl {text-align: left;}
.textr {text-align: right;}

/* Text Colors */
.white {color: #FFF;}

/* ---------------------------------------------------------------------- */
/*	Typography
/* ---------------------------------------------------------------------- */

p {margin-bottom: 25px;}
p.sm {}
@media (max-width: 991px) {

p {
    margin: 0 0 20px 0;
    line-height: 28px;
    font-size: 16px;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}















}
@media (max-width: 767px) {
    p {
        margin: 0 0 18px 0;
        font-size: 15px;
        line-height: 27px;
    }
}
h1 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
}
@media (max-width: 991px) {
    h1 {
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 48px;
        line-height: 48px;
    }
}
h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}
@media (max-width: 991px) {
    h2 {
    font-size: 36px;
    line-height: 36px;
    }
}
@media (max-width: 767px) {
    h2 {
    font-size: 32px;
    line-height: 32px;
    }
}
h3 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;
    }
@media (max-width: 991px) {
    h3{
    font-size: 30px;
    line-height: 30px;
    }
}
@media (max-width: 767px) {
    h3{
    font-size: 27px;
    line-height: 28px;
    }
}    
h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}
@media (max-width: 991px) {
    h4 {
        font-size: 28px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 24px;
        line-height: 24px;
    }
}
h5 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 991px) {
    h5 {
        font-size: 22px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    h5 {font-size: 20px;}
}

h6 {
    font-size: 20px;
    line-height: 21px;
    font-weight: 400;
}
@media (max-width: 767px) {
    h6 {font-size: 18px;}
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 18px;
    }
}
@media (max-width: 767px) {
    h1,h2,h3,h4,h5,h6 {
        margin-bottom: 15px;
    }
}

.status {
	width:70px;
	height:30px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-15px 0 0 -35px;
	}

.show {display:block;} 
.spinner {
  margin:0px auto 0;
  width:70px;
  text-align:center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color:#1f5caa;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* ---------------------------------------------------------------------- */
/*	All From
/* ---------------------------------------------------------------------- */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select, .search-field {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 4px 8px;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    
    -webkit-box-shadow: inset 0px 0px 24px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0px 0px 24px 1px rgba(0,0,0,0.08);
    box-shadow: inset 0px 0px 24px 1px rgba(0,0,0,0.08);
    
    background-color: #ffffff;
    border: solid 1px rgba(158,158,158,0.5);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(0,0,0,1);
    font-weight: 400;
    font-size: 14px;
}
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.selectby{
    padding-bottom: 9px;
    padding-top: 9px;
    background-image:url(./../images/selectboxbg.png);
    background-repeat:no-repeat; 
    background-position:right center; 
	text-indent: 0.01px;
	text-overflow:"";
	cursor:pointer;
	overflow: hidden;
    opacity:1;
    }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: rgba(0,0,0,1);
    font-weight: 400;
    font-size: 14px;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: rgba(0,0,0,1);
    font-weight: 400;
    font-size: 14px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: rgba(0,0,0,1);
    font-weight: 400;
    font-size: 14px;
}
input:focus,
textarea:focus {
    border: solid 1px #1f5caa;
    outline: 0;
    color: rgba(0,0,0,1);
}
.form-group label {
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #414142;
}
/* ---------------------------------------------------------------------- */
/*	All Button Style
/* ---------------------------------------------------------------------- */
.mbpi_btn {
    background-color: #fff;
    border: solid 2px #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding: 8px 30px;
    max-width: 100%;
    color: #1f5caa;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.10em; /*100*/
    display: inline-block;
    text-align: center;   
    }
.backbtn{
    background-color: #fff;
    padding:3px 10px;
    max-width:100%;
    color: #1f5caa;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.10em; /*100*/
    display: inline-block;
    text-align: center;   
    
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}
.backbtn i{
    font-weight: 700;
    font-size: 16px;
}
.mbpi_btn.lg{padding: 10px 60px;}
.mbpi_btn.md{
    padding: 11px 20px;
    font-size: 15px;
    line-height: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    }
.mbpi_btn.sm{
    padding: 8px 20px;
    font-size: 10px;
    line-height: 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    }
.mbpi_btn.xs{
    padding: 2px 20px;
    font-size: 15px;
    line-height: 18px;
    }
.mbpi_btn.full {
    width: 100%;
    }
.mbpi_btn:hover,
.mbpi_btn:focus {
    background-color: #1f5caa;
    border: solid 2px #ffffff;
    color: #ffffff;
    }
.mbpi_btn.blue {
    background-color: #1f5caa;
    border: solid 2px #1f5caa;
    color: white;
    }
.mbpi_btn.blue:hover,
.mbpi_btn.blue:focus {
    background-color: #fff;
    border: solid 2px #1f5caa;
    color: #1f5caa;
    }
.mbpi_btn.bluebdr{
    background-color: white;
    border: solid 1px #1f5caa;
    color: #1f5caa;
    }
.mbpi_btn.bluebdr:hover,
.mbpi_btn.bluebdr:focus {
    background-color: #1f5caa;
    border: solid 1px #1f5caa;
    color: white;
    }
 
.btn_holder{
    display: block;
    margin-top: 40px;
    text-align: center;
}
@media (max-width: 991px) {
    .btn_holder{margin-top: 30px;}
    .mbpi_btn {
        padding: 5px 20px;
        font-size: 15px;
        letter-spacing: 0.05em;
        }
    .mbpi_btn.lg{padding: 8px 30px;}
}
@media (max-width: 767px) {
    .btn_holder{margin-top: 20px;}
}
.grid_1200{overflow: hidden;}
/* ---------------------------------------------------------------------- */
/*	Header & Navigation
/* ---------------------------------------------------------------------- */
.header .container {
    position: relative;
}
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: #414142;
    width: 100%;
    z-index: 99;
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: right;
}
.header.sticky {
    padding-top: 8px;
    padding-bottom: 8px;
    position: fixed;
}
.logo {text-align: center;}
.logo a {float: left;}
.logo img {
    width: 100%;
    max-width: 124px;
    height: auto;
}
@media (max-width: 991px) {
    .header.sticky {position: relative !important;}
    .header {
        position: relative;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .sticky .header {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/* Main Navigation */
.menu{
    vertical-align:middle;
    display:inline-block;
    }
ul.slimmenu > li{
    margin: 13px 0;
}
ul.slimmenu li a{
	padding: 2px 15px;
	color: #ffffff;
	text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0;
    display: block;
    }
.slimmenu li:hover a{
	background-color: #1f5caa;
    }
ul.slimmenu li .sub-toggle{
	width:20px;
    }
ul.slimmenu li .sub-toggle > i{
	color:#ffffff;
}

ul.slimmenu li:hover i{ }
ul.slimmenu li > ul{
	width: 200px;
	text-align: left;
}
ul.slimmenu li > ul li{
	display:block !important;
}
ul.slimmenu li > ul li a{
	padding:5px 15px;
    font-size: 13px;
    line-height: 20px;
	color:#ffffff !important;
}
ul.slimmenu li ul li ul li a {
	background: #064877 !important;
}
ul.slimmenu li ul li ul li a:hover {
	color: #1f5caa !important;
}
ul.slimmenu li > ul li a:hover{
    background-color: #5b5b5b;
}
ul.slimmenu li.slimmenu ul li a {
	background: #000 !important;
}
ul.slimmenu li.current_page_item .sub-toggle > i,
ul.slimmenu li.current_page_item a {
	background-color: #1f5caa;
}
ul.slimmenu li.download a {
	background-color: #1f5caa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; 
}
ul.slimmenu li.download a:hover{
	background-color: #0d4691;
}
@media (max-width: 1199px) {
ul.slimmenu li a{
	padding: 2px 10px;
	font-size: 14px;
    }
}
@media (max-width: 991px) {
 ul.slimmenu > li {
    margin: 0;
    border-bottom: 1px solid #0d4691;
    }
 ul.slimmenu li a{
    padding-bottom: 5px;
    padding-top: 5px;
}
ul.slimmenu li a:hover {
    text-decoration: none;
    background-color: #0d4691;
}
ul.slimmenu{
    position: absolute;
	width: 100%;
	max-width: 768px;
	margin:0 auto;
	left:0;
	right:0;
	z-index: 500;
    text-align: left;
    background-color: #1f5caa;
    top: 70px;
	}
ul.slimmenu li > ul {
    width: inherit;
    border-top: solid 1px #0d4691;
    }
ul.slimmenu li.download a {
	background-color: #0d4691;
    border-radius: 0px; 
    }
ul.slimmenu li .sub-toggle{
    width:60px;
	display: inline-block;
    z-index: 999;
	}
ul.slimmenu li .sub-toggle > i{
	font-size: 20px;
    }
}
/* ---------------------------------------------------------------------- */
/*	Billboard and Parallax bg
/* ---------------------------------------------------------------------- */
.parallaxbg {
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}
.mobile .parallaxbg {
    background-attachment: scroll !important;
}
.parallaxbg.homebanner {
    height: 735px;
}
.overlay_slide {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.overlay_slide:after{
    display: block;
    content:'';
    background-color: rgba(31, 92, 170, 0.8);
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    }

.overlay_slide .intro_text {
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 44%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.overlay_slide .intro_text .hero_text {
    font-size: 70px;
    line-height: 70px;
    position: relative;
    color: white;
    margin-bottom: 15px;
}
.hero_sub {
    font-weight: 200;
    letter-spacing: 3px;
    font-size: 26px;
    line-height: 28px;
    position: relative;
    color: white;
    }
.btn_group{
    padding-top: 20px;
    text-align: center;
    }
.btn_group a{margin-right: 10px;}
.btn_group a:last-child{margin-right: 0px;}

/*internal page*/
.parallaxbg.internal_bnr{
    height: 500px;
    background-position: center center;
    }
.overlay_slide .intro_text.internal{top: 50%;}
 

@media (max-width: 991px) {
    .overlay_slide .intro_text {top: 30%;}
    .parallaxbg.homebanner {height: 500px;}
    .overlay_slide .intro_text .hero_text {
        font-size: 58px;
        line-height: 58px;
    }
    .hero_sub {
        font-size: 18px;;
        line-height: 20px;
    }
    /*internal page*/
.parallaxbg.internal_bnr{
    height: 350px;
    }
.overlay_slide .intro_text.internal{top: 40%;}
}
@media (max-width: 767px) {
    .parallaxbg.homebanner {
        height: inherit;
    }
    .overlay_slide .intro_text {
        top: 10%;
        width: 98%;
        margin: 70px auto;
        position: relative;
    }
    .overlay_slide .intro_text .hero_text {
        font-size: 40px;
        line-height: 44px;
    } 
    .hero_sub {
        font-size: 16px;
        line-height: 18px;
    }
    .btn_group {padding-top: 0px;}
    .btn_group a {margin: 5px;}
    
    /*internal page*/
    .parallaxbg.internal_bnr{height:inherit;}
    .overlay_slide .intro_text.internal{top: 10%;}
} 

/* ---------------------------------------------------------------------- */
/*	All Sections
/* ---------------------------------------------------------------------- */
.sections {
    padding: 60px 0px;
    position: relative;
    }
.sections.sm {
    padding: 40px 0px;
    }
.sections.xs {
    padding: 30px 0px;
    }
.sections.nopad{
    padding: 0px 0px;
    }
.sections_head {
    text-align: center;
    padding: 35px 0px;
    }
.sections_head.bdrt{border-top: solid 1px #e6e7e8;}
.lg_title{
    letter-spacing: 0.10em; /*100*/
    margin-bottom: 0;
    }
.gray{background-color: #e6e7e8;}
.grayL{background-color: #f2f2f2;} 
.blue{background-color: #1f5caa;}
.section_title{
    text-align: center;
    padding-bottom: 20px;
    }
@media (max-width: 991px) {
    .sections {padding: 50px 0px;}
    .sections.sm {padding: 30px 0px;}
    .sections_head {padding: 25px 0px;}
    }
@media (max-width: 767px) {
    .sections {padding: 30px 0px;}
    .sections.sm {padding: 25px 0px;}
    .sections_head {padding: 18px 0px;}
    .lg_title{letter-spacing: 0.04em;}
    }

/* CTA Text */
.cta_text{text-align: center;}
.cta_text.lg p{
    font-size: 27px;
    line-height: 44px;
    font-weight: 400;
    }
.cta_text.md p{
    font-size: 23px;
    line-height: 36px;
    font-weight: 300;
}
.cta_text.sm p{
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
}
@media (max-width: 991px) {
    .cta_text p br{display: none;}
    .cta_text.lg p{
        font-size: 24px;
        line-height: 41px;
    }
    .cta_text.md p{
        font-size: 20px;
        line-height: 32px;
    }
    .cta_text.sm p{
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 991px) {
    .cta_text.lg p{
        font-size: 20px;
        line-height: 34px;
    }
    .cta_text.md p{
        font-size: 18px;
        line-height: 30px;
    }
    .cta_text.sm p{
        font-size: 16px;
        line-height: 24px;
    }
}

/* Trusted Logos */
.trusted_logos{
    text-align: center;
    margin-top: 30px;
}
.trusted_logos img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 215px;
}
@media (max-width: 991px) {
    .trusted_logos img{
        max-width: 175px;
    }
}
@media (max-width: 767px) {
    .trusted_logos img{
        max-width: 140px;
        margin: 5px 0;
    }
}

/* Testimonials */
.testimonial_text{
    text-align: center;
    color: rgba(255,255,255,0.8);
    padding-bottom: 10px;
    }
.testimonial_text{
    background-image: url(./../images/quotet.png), url(./../images/quoteb.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    padding-left: 50px;
    padding-right: 50px;
    }
.testimonial_text p{
    font-size: 21px;
    line-height: 36px;
    font-weight: 200;
    }
.testimonial_profile{
    display: inline-block;
    padding: 10px 0;
}
.testimonial_profile .avatar{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.testimonial_profile .avatar img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: relative;
}
.testimonial_profile .name{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .testimonial_text p{
        font-size: 19px;
        line-height: 34px;
        }
    .testimonial_profile .name{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .testimonial_text p{
        font-size: 18px;
        line-height: 32px;
        }
    .testimonial_profile .name{
        font-size: 16px;
    }
    .testimonial_text{
        padding-left: 0px;
        padding-right: 0px;
    }
    .testimonial_profile{padding: 5px 0;}
    .testimonial_profile .avatar{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}

/* Blog Post */
.blog-post-listing .blog-post {
    position: relative;
    }
.blog-post-listing .blog-post .fitimg {
    float:left;
    overflow: hidden;
    width: 270px;
    height: 290px;
    }
.blog-post-listing .blog-post .fitimg img{
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    }
.blog-post-listing .blog-post .postdate {
    position: absolute;
    left: 27px;
    top: 12px;
    padding:5px 10px;
    background-color: #1f5caa;
    z-index: 1;
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    }
.blog-post-listing .blog-post .postdate span{
    display: block;
    font-size: 44px;
    line-height: 44px;
    }
.blog-post-listing .blog-post .blog-cont {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 25px;
    } 
.blog-post-listing .blog-post .blog-cont h6{
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 14px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    }
.blog-post-listing .blog-post .blog-cont p{
    margin-bottom: 15px;
    color: rgba(0,0,0,0.9);
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    }
.blog-post-listing .blog-post .blog-cont h6 a {color: #000000;}
.blog-post-listing .blog-post:hover .blog-cont h6 a {color: #1f5caa;}
@media (max-width: 1199px) {
    .blog-post-listing .blog-post .fitimg {width: 180px;}
}
@media (max-width: 991px) {
    .blog-post-listing .blog-post {
        clear: both;
        padding-bottom: 25px;
    }
    .blog-post-listing .blog-post:last-child{
        padding-bottom: 0px;
    }
    .blog-post-listing .blog-post .fitimg {
        height: 218px;
        width: 240px;
    }
}
@media (max-width: 767px) {
    .blog-post-listing .blog-post .fitimg {
        float: none;
        height: 220px;
        width: 100%;
    }
    .blog-post-listing .blog-post .blog-cont {
        padding: 15px;
    }
    .blog-post-listing .blog-post .blog-cont p{
        font-size: 14px;
        line-height: 22px;
        }
}
@media (max-width: 480px) {
}

/*Home page blue box*/
.bluebox {
	position:relative;
	}
.bluebox:nth-child(2) .overlay {
    background-color:rgba(31,92,170,1); 
	}
.bluebox:nth-child(2):hover .overlay{
    background-color:rgba(31,92,170,0.8);
	}
.bluebox:nth-child(3) .overlay {
    background-color:rgba(24,79,148,1); 
	}
.bluebox:nth-child(3):hover .overlay{
    background-color:rgba(24,79,148,0.8);
	}
.bluebox:after{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background-color: #002a5f;
    z-index: 1;
	}
.bluebox.nobdr:after{
	display: none;
    }
.bluebox .fitimg {
    height: 320px;
    overflow: hidden;
    width: 100%;
    }
.bluebox .fitimg img{
	height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: relative;
	}
.bluebox .overlay {
    height: 100%;
    left: 0;
    opacity:1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:1;
    background-color:rgba(29,98,186,1); 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
 	}
.bluebox:hover .overlay{
    background-color:rgba(29,98,186,0.8); 
	}
.bluebox .inner-overlay {
    display:table;
    height:100%;
    width:100%;
	}
.bluebox .inner-overlay-content.with-text {text-align:center;}	
.bluebox .inner-overlay-content {
    display: table-cell;
    padding:0px;
    vertical-align: middle;
    width: 100%;
	}
.bluebox .inner-overlay-content.with-text h2{
    color: white;
    font-size:45px;
    font-weight: 400;
	}
.bluebox .inner-overlay-content.with-text p{
    color: white;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 200;
    letter-spacing: 0.10em;
    text-transform: uppercase;
	}
@media (max-width:991px){
    .bluebox:after{
        right: 0;
        top: inherit;
        bottom: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
    }
    .bluebox .inner-overlay-content.with-text h2{font-size:38px;}
    .bluebox .inner-overlay-content.with-text p{
        font-size: 18px;
        line-height: 26px;
        }
}
@media (max-width:767px){
    .bluebox .fitimg {height: 250px;}
    .bluebox .inner-overlay-content.with-text h2{font-size:34px;}
    .bluebox .inner-overlay-content.with-text p{
        font-size: 16px;
        line-height: 24px;
        }
}

/* Text and images */
.text_block h5{
    font-size: 23px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    text-transform: uppercase;
    color: black;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    position: relative;
    }
.text_block h5:after{
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 100px;
    content:'';
    background-color: #1f5caa;
    }
.img_block img{
    width: 100%;
    height: auto;
    }
@media (max-width:991px){
    .img_block{
        overflow: hidden;
        height: 200px;
        margin-top: 20px;
    }
    .img_block img{
        height: auto;
        /*height: 100%;
        min-width: 100%;
        max-width: 100%;
        object-fit: cover;*/
        position: relative;
        }
}


/*modal*/
.modal .modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    width: 100%;
    max-width: 780px;
    margin-top: 50px;
    }
.modal .modal-dialog .modal-content{
    border-radius: 0px;
    }
.modal .modal-dialog .modal-content .modal-header{
    padding: 15px 15px;
    background-color: #1f5caa;
    border-bottom:1px solid #054290;
    }
.modal .modal-dialog .modal-content .modal-header .modal-title{
    color: white;
    font-size: 29px;
    line-height: 36px;
    text-align: center;
    }
.modal .modal-dialog .modal-content .modal-header .modal-title img{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    }
.modal .modal-dialog .modal-content .close{
    margin: 0;
    text-shadow: none;
    color: white;
    opacity: 0.8;
    }
.modal .modal-dialog .modal-content .close:hover,
.modal .modal-dialog .modal-content .close:focus{
    color:white;
    opacity: 1;
    }
.modal .modal-dialog .modal-content .modal-body{
    background-color:#f3f3f4;
    background-image: url(./../images/modalbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 40px;
    }
.modal .modal-dialog .modal-content .modal-body h5{
    color: #1d5cab;
    font-weight: 600;
    margin-bottom: 25px;
    }
.modal .modal-dialog .modal-content .modal-body .form-group label {
    font-size: 12px;
    line-height: 18px;
    display: block;
    color: rgba(0,0,0,0.6);
    letter-spacing: 0.075em;
}
.modal .modal-dialog .modal-content .modal-body .btn_holder {margin-top: 10px;}

.radio {
    padding-left: 20px;
    margin-bottom: 15px;
    }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    color: rgba(0,0,0,0.8);
    font-size: 18px;
    line-height: 18px;
    }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #939597;
    border-radius: 50%;
    background-color: #d1d2d4;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #1f5caa; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #1f5caa; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #1f5caa; }

@media (max-width:991px){
    .modal .modal-dialog .modal-content .modal-header .modal-title{
        font-size: 24px;
        text-align: left;
    }
    .modal .modal-dialog .modal-content .modal-header .modal-title img{display: none;}
    .modal .modal-dialog .modal-content .modal-body {padding: 15px 20px;}
    .modal .modal-dialog .modal-content .modal-body h3 {margin-bottom: 15px;}
    .modal .modal-dialog .modal-content .modal-body .btn_holder {
        margin-top: 0;
        text-align: left;
    }
}

/* ---------------------------------------------------------------------- */
/*	Footer Style
/* ---------------------------------------------------------------------- */
#footer {
    position: relative;
    background-color: #414142;
    padding:0px;
    }
#footer h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    border-bottom: solid 1px rgba(255,255,255,0.1);
    }
.f_link{
    text-align: left;
    }
.f_link ul{
    display:block;
    vertical-align: top;
    }
.f_link ul li{
    display: inline-block;
    width: 100%;
    max-width: 49%;
    margin: 0;
    padding: 8px 0;
    list-style: none; 
    }
.f_link ul li a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: rgba(255,255,255,0.6);
    position: relative;
    padding-left: 20px;
    }
.f_link ul li a:hover{
    color: rgba(255,255,255,1);
    }
.f_link ul li a:after{
    position: absolute;
    left: 0;
    top: 0;
    content:"\f0da";
    font-family:'FontAwesome';
    }
.social_link{
    display: block;
    }
.social_link a{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 18px;
    color: rgba(255,255,255,0.6);
    position: relative;
    margin-right: 30px;
    }
.social_link a:hover{
    color: rgba(255,255,255,1);
    }
.social_link a:last-child{margin-right: 0px;}

#footer .footer_top{
    background-color: #414142;
    padding: 35px 0;
    }
#footer .footer_bottom{
    padding: 20px 0;
    background-color: rgba(27,27,27,0.5);
    color: rgba(255,255,255,0.55);
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    }
@media (max-width:767px){
    .footer_logo{margin-bottom: 20px;}
    .footer_logo img{max-width: 250px;}
    #footer .footer_top {padding: 25px 0;}
    .f_link {margin-bottom: 30px;}
    .f_link ul li {padding: 5px 0;}
    #footer .footer_bottom{
        padding: 15px 0;
        font-size: 13px;
    }
}
.go-up {
    background: #414142;
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: -60px;
    text-align: center;
    z-index: 9999;
}
.go-up:hover {
    background-color: #12478d;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
    height: 45px;
    line-height: 45px;
}

/* no-gutters Class Rules */
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
	}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
	}

/* ---------------------------------------------------------------------- */
/*	Transition 0.4s
/* ---------------------------------------------------------------------- */
.header,.logo img,.logo a,.go-up,.mbpi_btn,textarea,input {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mbpi_container{
    margin-left: auto !important;
    margin-right: auto  !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1170px;
    float: none !important;
}
.text_white_upcase{
    color: white;
    letter-spacing: 0.10em;
    text-transform: uppercase;
	}
.cta_bluebox{
    position: relative;
    text-align: center;
}
.cta_bluebox h2{
   font-weight: 400;
}
.cta_bluebox:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgba(29,98,186,1); 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.cta_bluebox:hover:before{
    background-color:rgba(29,98,186,0.8); 
    }

.cta_bluebox:nth-child(2):before{
    background-color:rgba(31,92,170,1); 
	}
.cta_bluebox:nth-child(2):hover:before{
    background-color:rgba(31,92,170,0.8);
	}
.cta_bluebox:nth-child(3):before{
    background-color:rgba(24,79,148,1); 
	}
.cta_bluebox:nth-child(3):hover:before{
    background-color:rgba(24,79,148,0.8);
	}
.cta_bluebox:after{
	content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background-color: #002a5f;
    z-index: 1;
	}
.cta_bluebox.nobdr:after{
	display: none;
    }
.cta_bluebox .wpb_wrapper{
    z-index: 1;
    }
@media (max-width:767px){
    .cta_bluebox:after{
        right: 0;
        top: inherit;
        bottom: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
    }
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
   background-color: #1f5caa !important;
   border: 2px solid #1f5caa !important;
    background-image: none;
   color: white !important;
   -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 10px;
    line-height: 12px;
    padding: 8px 20px;
    margin-bottom: 0;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus {
    background-color:transparent !important;
    color: #1f5caa !important;
    }
span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    }
div.wpcf7-validation-errors {clear: both;}

.vc_toggle_title{
    padding:10px 18px !important;
    background-color: #1f5caa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
.vc_toggle_title h4{
    font-size: 20px;
    line-height: 21px;
    font-weight: 400;
    color: white;
    margin: 0;
    text-transform: uppercase;
    }
.vc_toggle_content{
    padding: 10px !important;
    margin: 0px !important;
    }
.vc_toggle_content p{margin-bottom: 15px;}
.vc_toggle_color_white .vc_toggle_icon {
    background-color: #19437f !important;
    }
.vc_toggle_color_white .vc_toggle_icon::before,
.vc_toggle_color_white .vc_toggle_icon::after {
    background-color: #ffffff !important;
    }
.vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon, 
.vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon{
    left: inherit !important;
    right: 10px !important;
    }
/*new why mbpi*/
.why_mbpi {text-align: center;}
.why_mbpi .wpb_wrapper p{
    display: inline-block;
}
.why_mbpi .wpb_wrapper a img{
    background-color: rgba(255,255,255,0.09);
    border: solid 2px #FFFFFF;
    
    width: 100%;
    max-width: 135px;
    
    box-shadow: none;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.why_mbpi:hover .wpb_wrapper a img{
    background-color: #1f5caa; 
    }
.why_mbpi .wpb_wrapper a img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.why_mbpi:hover .wpb_wrapper a img{
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
.why_mbpi .wpb_content_element{
    margin-bottom: 20px;
    }

/**/
.product_listing{}
.product_listing .product_box{
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 45px 0px rgba(1, 1, 1, 0.25) inset;
    -moz-box-shadow: 0px 0px 45px 0px rgba(1, 1, 1, 0.25) inset;
    -ms-box-shadow: 0px 0px 45px 0px rgba(1, 1, 1, 0.25) inset;
    -o-box-shadow: 0px 0px 45px 0px rgba(1, 1, 1, 0.25) inset;
    box-shadow: 0px 0px 45px 0px rgba(1, 1, 1, 0.25) inset;
    
    background-color: white;
    }
.product_listing .product_box .product_image{
    height: 250px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
    }
.product_listing .product_box .product_image img{
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.product_listing .product_box:hover .product_image img{
    -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
.product_listing .product_box .product_description p{
    margin-bottom: 15px;
    font-weight: 200;
    line-height: 24px;
    opacity: 0;
    }
.product_listing .product_box .product_description{
    display: block;
    background-color: rgba(29,98,186,1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -240px;
    text-align: center;
    color: white;
    height: 100%;
    width: 100%;
    padding: 15px 10px 10px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.product_listing .product_box:hover .product_description{
    bottom: 0;
    padding-top: 30px;
    background-color: rgba(29,98,186,0.9);
    }
.product_listing .product_box .product_description h4{
    margin-bottom: 15px;
    font-size: 24px;
    }
.product_listing .product_box .product_description h4 a{
    color: white;
    }
.product_listing .product_box .product_description p{
    margin-bottom: 15px;
    font-weight: 200;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.product_listing .product_box:hover .product_description p{
    opacity: 1;
    }
.wpb_text_column ol,
.wpb_text_column ul {margin-left: 25px;}
.wpb_text_column ol li,
.wpb_text_column ul li{list-style-position: outside;}

.agent-radiobtn {margin-top: 15px;}
.agent-radiobtn .wpcf7-list-item.first {margin-left:0;}

/* New Pages*/
.box_holder .vc_column-inner{
    position: relative;
    background-color:rgba(255,255,255,0.7); 
    padding: 50px 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
 	}
.box_holder:hover .vc_column-inner{
    background-color:rgba(255,255,255,0.9);
    }
.box_holder h2{
    font-size: 50px;
    line-height: 50px;
    color: #1f5caa;
    margin-bottom: 15px;
 	}
.box_holder p{
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    letter-spacing: 4px;
 	}
@media (max-width:991px){
    .box_holder h2{
        font-size: 40px;
        line-height: 42px;
    } 
    .product_listing .product_box .product_description h4{font-size: 21px;}
}
@media (max-width:767px){
    .box_holder {padding: 30px 10px;}
    .box_holder h2{
        font-size: 32px;
        line-height: 34px;
    }
    .product_listing .product_box .product_description h4{font-size: 18px;}
}

.mbpi_btn_gray button{
    background-color: #404041 !important;
    letter-spacing: 0.1em;
    color: white;
    font-size: 15px  !important;
    padding: 11px 25px !important;
    }
.mbpi_btn_gray button:hover,
.mbpi_btn_gray button:focus {
    background-color: #1f5caa !important;
    color: #fff !important;
    }

/*@media (max-width:991px){
.vc_custom_1497593770514 {padding-top: 0 !important;}
}*/


.consumers_forms{
    display: block;
    margin: 0;
    padding: 0;
    }
.consumers_forms li{
    display: inline-block;
    width: 100%;
    max-width: 48%;
    vertical-align: top;
    list-style: none;
    margin: 10px 8px;
    position: relative;
    }
.consumers_forms li:before{
    content:"\f054";
    font-family:'FontAwesome';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #00325e;
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 16px;
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.consumers_forms li a{
    background-color: #074a85;
    padding: 15px 10px 15px 60px;
    display:block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.consumers_forms li a:hover{background-color: #00325e;}
.consumers_forms li:hover:before{
    background-color: #fff;
    color: #023f75;
    }
@media (max-width:1199px){
    .consumers_forms li {max-width: 47%;}
}
@media (max-width:991px){
    .consumers_forms{margin: 0 !important;}
    .consumers_forms li {
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}
.vc_grid-btn-load_more .vc_btn3-style-modern{
font-size: 17px !important;
padding: 10px 60px !important;
line-height: 25px !important;
}
.blog_sidebar .widget{ margin-bottom: 30px;  background-color: #f5f5f5;}
.blog_sidebar .search-form { display: block;  position: relative;}
.blog_sidebar .search-form label {    display: none;}
.search-submit{background-color: #1f5caa;
    border: 0 none;
    padding: 4px 8px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 1;}
.search-submit svg:not(:root) {
    display: inline-block;
    height: 20px;
    vertical-align: sub;
    width: 20px;
}
.search-form .screen-reader-text {
    display: none;
}
.blog_sidebar .widget-title{
    
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding: 8px 10px;
    margin-bottom: 0px;
    background-color: #1f5caa;
    
}
.blog_sidebar .widget ul {
    margin: 0;
    padding: 6px 0;
}
.blog_sidebar .widget ul li {
    display: block;
    list-style: none;
}
.blog_sidebar .widget ul li a:hover {
    color: #1f5caa;
}
.blog_sidebar .widget ul li:last-child a {
    border-bottom: none;
}
.blog_sidebar .widget ul li a {
    color: #000;
    display: block;
    padding: 4px 12px 5px 30px;
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 24px;
}
.blog_sidebar .widget ul li a:after {
    color: #1f5caa;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 12px;
    position: absolute;
    top: 3px;
}
.blog_image img{width:100%;}
#comments #submit{color: #1f5caa;
    background: none;
    padding: 10px 30px;
    border: 1px solid #1f5caa !important;
    border-radius: 24px !important;}
#comments #submit:hover{
    background-color: #1f5caa;
    border: solid 1px #1f5caa;
    color: white;
}






















