*{
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     box-sizing:border-box;
}
 body{
     padding: 0px;
     margin: 0px;

font-family: 'Open Sans', sans-serif;
     color: #333;
     font-size: 16px;
     font-weight: 400;
}
/* links ---------------------------------------------------------------------- */
 a {
     outline: none;
     color: #43b3db;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 a:hover, a:focus {
     color: #43b3db;
}
 input, textarea, select, option {
     font-family: 'Roboto', sans-serif;
}
 ol, ul {
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 strong, b {
     font-weight: 700;
}
 p {
     margin: 0px;
     padding: 0px;
}
 table {
    /* tables still need 'cellspacing="0"' in the markup */
     border-collapse: separate;
     border-spacing: 0;
}
 caption, th, td {
     font-weight: normal;
     text-align: left;
}
 a img {
     border: 0;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
/* Base Type Styles Using Modular Scale ---------------------- */
 ::selection {
     color:#FFF;
     background-color:#43b3db;
}
 ::-moz-selection {
     color:#FFF;
     background-color:#43b3db;
}
 ::-webkit-scrollbar {
     width: 12px;
}
 ::-webkit-scrollbar-track {
     background:#323232;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 1px;
     background:#43b3db;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Raleway', sans-serif;
     font-style: normal;
     color: #252525;
     margin-bottom: 18px;
     margin-top: 0px;
     font-weight: 400;
}
 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
     font-size: 60%;
     color: #FF6902;
     line-height: 0;
}
 h1 {
     font-size: 40px;
}
 h2 {
     font-size: 30px;
}
 h3 {
     font-size: 26px;
}
 h4 {
     font-size: 24px;
}
 h5 {
     font-size: 22px;
}
 h6 {
     font-size: 20px;
}
 hr {
     border: none;
     clear: both;
     margin: 20px 0 20px;
     height: 1px;
     overflow: hidden;
     padding: 0px;
     background: #dfdfdf;
     border-width: thin;
}
/* hr:after {
     content:".................................................................................................................";
     letter-spacing: 0px;
     Use letter-spacing to increase space between dots
}
*/
 img {
     border: none;
}
 .clear {
     clear: both;
}
 .left {
     float: left;
}
 .right {
     float: right;
}
/* Alignment */
 .alignleft {
     display: inline;
     float: left;
     margin-right: 15px;
}
 .alignright {
     display: inline;
     float: right;
     margin-left: 15px;
}
 .aligncenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .PageContainer{
     width: 100%;
     height: auto;
}


header.IndexBanner{
    background: url(../images/index-slider.jpg) no-repeat top;
    background-size: cover;
    min-height: 500px;
	position: relative;
}

header.IndexBanner .overlay {
    position: absolute;
    background-color: #314d59;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .3;
}
.header-overlay {
    position: absolute;
    background: url(../images/header-overlay.png) repeat-x top;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.IndexBannerContent{
    position: relative;
    padding-top: 42%;
    margin-top: 100px;
    height: 500px;
}
.color-white{
    color: #FFF;
}
.IndexBannerContent h2{
   font-size: 50px;
   font-weight: 600;
}
.IndexBannerContent h2 span{
    font-weight: 600;
}

.IndexBannerContent .btn-danger{
    background-color: #ed1c24;
    border: 0px;
    border-radius: 40px;
    padding: 16px 33px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

.IndexBannerContent .oelf-logo{

}

.IndexBannerContent .oelf-logo img{
     width: 245px;
    height: auto;
}

.HeaderContainer{
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.logo{
    width: 320px;
    margin-top: 30px;
}

.logo img{
    width: 100%;
    height: auto;
}

.HeaderContainerRight{
    margin-top: 40px;
    font-size: 20px;
}
.HeaderContainerRight a{
    color: #FFF;
}

.HeaderContainerRight span{
    font-size: 15px;
    font-weight: 700;
    display: block;
}


#mainNav{
    background-color: #43b3db;
    margin-top: 30px;
}

#mainNav a{
    font-size: 14px;
    color:#fff;
}

#mainNav .dropdown-toggle::after{
    border: solid #FFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
     bottom: -5px;
    transition: .25s;
}

#mainNav .dropdown.show .dropdown-toggle::after{
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
    bottom: -10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    top: 137%;
    width: 280px;
    left: -50px;
    border: 0px;
    border-radius: 0px;
    background-color: #43b3db;
    border-top: 4px #FFF solid;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a{
    color: #FFF;
    padding-top: 12px;.
    padding-bottom: 12px;
    opacity: .9;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:hover{
    background-color: transparent;
     opacity: 1;

}


.SectionTop{
    padding-top: 50px;
    padding-bottom: 50px;
}

.SectionTop h2{
    color: #252525;
    font-size: 45px;
}


.SectionTop .paratext{
    font-size: 18px;
    line-height: 35px;
}

.SectionTopContainer{
    background: #c4cccf;
    width: 100%;
    height: auto;

}


.SectionTopIconSection{
    padding-top: 40px;
}

.SectionTopIconSection h3{
    color: #252525;
    font-size: 30px;

}
.SectionTopIconSection .btn-danger{
    background-color: #ed1c24;
    border: 0px;
    border-radius: 40px;
    padding: 7px 33px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

.SectionTopIconSection .features-icons-icon{
    width: 130px;
    height: 130px;
    line-height: 140px;
    border: 3px #252525 solid;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 30px;
}
.SectionTopIconSection .features-icons-icon img{
    width: 100%;
    height: 100%;
    text-align: center;
}

.SectionBottom{
    background: url(../images/trusted-by-ramsey-wide.jpg) no-repeat center center;
    background-size: auto 100%;
    background-color: #f89436;
    width:100%;
    height:100%;
}

@media (max-width: 540px) {
  .SectionBottom {
    height: 100vw;
  }
}

.SectionBottomELP{
    width:100%;
    height:500px;
}

.SectionBottomRight{
    padding-top: 75px;
    padding-bottom: 75px;
}

.SectionBottomRight {
    font-size: 18px;
    color: #FFF;
}

.SectionBottomRight .btn{
    border-radius: 40px;
    padding: 12px 33px;
    font-size: 15px;
    font-weight: 700;
}

.SectionBottomLeft{
    background: no-repeat center center;
    background-size: contain;
}

.SectionFooter{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #353434;
}

.footer-logo {
    max-width: 260px;
}

.SectionFooter h3{
    font-size: 25px;
    color: #FFF;
    font-weight: 300;
}

.SectionTop .btn {
	margin-bottom: 10px;
}

.footer-contactinfo{
    font-size: 17px;
}
.footer-contactinfo p{
    margin-bottom: 8px;
}

.footer-contactinfo span{
    width: 110px;
    display: inline-block;
}

.footer-contactinfo  a{
    color: #FFF;
}

.Copyright-info{
    background: #2b2b2a;
}

.footercontactsection .form-control{
    border: 1px #FFF solid;
    background-color: transparent;
    border-radius: 0px;
    color: #FFF;
}
.footercontactsection .btn-danger{
    width: 110px;
    background-color: #ed1c24;
}



/*Inner Pages*/
header.InnerBanner{
    background-color: #252525;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    position: relative;
}

header.InnerBanner .overlay {
    position: absolute;
    background-color: #314d59;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5;
}

.InnerBannerContent{
    position: relative;
    padding-top: 300px;

}
.InnerBannerContent h2{
   font-size: 65px;
   font-weight: 400;
}
.InnerBannerContent h2 span{
    font-weight: 700;
}

/*Inner Pages*/
header.InnerBanner{
    background-color: #252525;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    position: relative;
}

header.InnerBanner .overlay {
    position: absolute;
    background-color: #314d59;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .5;
}

.InnerBannerContent{
    position: relative;
    padding-top: 300px;

}
.InnerBannerContent h2{
   font-size: 65px;
   font-weight: 400;
}
.InnerBannerContent h2 span{
    font-weight: 700;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


.showcase{
    padding-top: 150px;
}

/*
.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}
*/
.shocasehd{
    background-position: left top;
    background-size: 45px;
    background-repeat: no-repeat;
    font-size: 30px;
    padding-left: 60px;
    min-height:45px;
    color: #252525;
    margin-bottom: 0px;
}

.shocasehd.Decisionshd{
    background-image: url(../images/icon-decision.png);
}

.shocasehd.flag{
    background-image: url(../images/icon-flag.png);
}

.shocasehd.competitive{
    background-image: url(../images/icon-competitive.png);
}




.showcase .card-body{
    padding-left: 60px;
    font-size: 17px;
}

.showcase .card-body p{
    margin-bottom: 40px;
    padding-left: 20px;
    position: relative;
}

.showcase .card-body p:before{
    width: 10px;
    height: 10px;
    background-color: #ed1c24;
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    border-radius: 50%;
}



/*Client Reviews*/


.ClientReviewsBodyCont{
    padding-top: 90px;
    padding-bottom: 90px;
}

.ClientReviewsBodyCont .card{
    position: relative;
    padding-left: 136px;
    border: 0px;
    min-height: 150px;
}
.ClientReviewsBodyCont .card:before{
    width: 48px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 50px;
    content: '';
    background: url(../images/quote-bg.png) no-repeat;
}

.ClientReviewsBodyCont .card:after{
    width: 40px;
    position: absolute;
    left: 70px;
    top: 0px;
    bottom: 0px;
    content: '';
    background: url(../images/brackects.png) no-repeat;
    background-size: contain;
}

.ClientReviewsBodyCont .card h3{
    font-size: 30px;
    color: #252525;
}

.ClientGiveReview{
    padding-top: 50px;
    padding-bottom: 50px;
}

.gray-bg{
    background-color: #e6e8e9;
}


.ClientGiveReview  h3{
    font-size: 30px;
    color: #252525;
}

.MemberReviews {
	padding: 70px 0 0;
}

.socialmedia a{
    width: 50px;
    height: 50px;
}

.socialmedia a img{
    width: 50px;
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
}
/*OurTeamCont*/
.OurTeamCont{
    padding-top: 110px;
    padding-bottom: 110px;
}

.OurTeamCont .card{
    border: 0px;
}
.OurTeamCont .card-title{
    font-size: 30px;
    color: #252525;
}
.OurTeamCont .card-subtitle{
    font-size: 17px;
    color: #252525;
    font-weight: 700;
    font-style: italic;
}

.OurTeamCont .card-body{
    line-height: 30px;
}


.OurTeamCont  .card-email{
    font-weight: 700;
}

.OurTeamCont .card-phone{
    font-weight: 700;
}

.OurTeamCont .card-email a{
    color: #ed1c24;
}
.OurTeamCont .card-phone a{
   color: #252525;
}


/*Free Consultation*/

.FreeConsultation{
    padding-top: 110px;
    padding-bottom: 110px;
}

.FreeConsultation .form-control{
    border: 1px #b0b0b0 solid;
    background-color: transparent;
    border-radius: 0px;
}


.FreeConsultation textarea.form-control{
    height: 95px;
}

.FreeConsultation .btn-danger{
    background-color: #ed1c24;
    border: 0px;
    border-radius: 0px;
    padding: 12px 0px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    width: 120px;
}
.btn-danger:hover{
    background-color: #bd0a11;
}







.ElpInfo{
	padding:70px 0;
}
.ElpInfo h2{
	color: #252525;
    font-size: 45px;
}
.ElpInfo h3{
	color: #252525;
    font-size: 30px;
}
.ElpInfo p{
	color: #252525;
    font-size: 17px;
}
.ElpInfo .btn-danger {
    background-color: #ed1c24;
    border: 0px;
    border-radius: 40px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
	display:inline-block;
	margin-top:15px;
	text-decoration:none;
}




.AgentElpInfo{
	padding:70px 0;
	background:#fff;
}
.AgentElpInfo h4{
	font-size:17px;
	font-weight:700;
	color: #252525;
	margin-bottom:5px;
}
.AgentElpInfo h3{
	color: #252525;
    font-size: 30px;
}
.AgentElpInfo p{
	color: #252525;
    font-size: 16px;
	line-height:29px;
}
.plus_minus ul li {
	padding-left:30px !important;
}
.AgentElpInfo ul li {
	position:relative;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;

}
.AgentElpInfo ul li span{
	position:absolute;
	left:0;
}



.GreyBgPanel{
	padding:45px 0;
	background:#eaeef0;
}
.GreyBgPanel h4{
	font-size:17px;
	font-weight:700;
	color: #252525;
	margin-bottom:5px;
}
.GreyBgPanel h3{
	color: #252525;
    font-size: 30px;
	margin-bottom:30px;
}
.GreyBgPanel p{
	color: #252525;
    font-size: 16px;
	line-height:29px;
}
.GreyBgPanel ul li {
	position:relative;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;

}
.GreyBgPanel ul li span{
	position:absolute;
	left:0;
}

.Redspan{
	font-weight:700;
	color:#ed1c24;
}




.ReasonForWork{
	padding:70px 0;
	background:#eaeef0;
}
.ReasonForWork h3{
	color: #252525;
    font-size: 30px;
}
.ReasonForWork p{
	color: #252525;
    font-size: 16px;
	line-height:29px;
}
.ReasonForWork ul li {
	position:relative;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:5px;

}
.ReasonForWork ul li span{
	position:absolute;
	left:0;
	font-size:17px;
	font-weight:700;
	color:#ed1c24;
}
.ReasonForWork p a{
	font-weight:700;
	color:#ed1c24;
}


.SectionBottom h3{
	margin:0;
	font-size:30px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:25px 0;
}

.map_content{
	height:550px;
}

@media (max-width: 1200px) {
	.IndexBannerContent {
		padding-top: 35%;
	}
}

@media (min-width: 1024px) and (max-height: 800px) {
	.IndexBannerContent h2 {
		font-size: 44px;
	}
	
	.SectionTop {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	 h4 {
		font-size: 20px;
	}
	
	header.IndexBanner {
		min-height: 390px;
	}
	
	.IndexBannerContent {
		padding-top: 25%;
		height: 390px;
	}
}

@media (max-width: 767px) {
	.IndexBannerContent {
		padding-top: 25%;
		height: 320px;
		margin-top: 50px;
	}
	header.IndexBanner {
		min-height: 390px;
	}
	
	.SectionTop {
		padding-top: 30px !important;
		padding-bottom: 30px;
	}
	
	 h4 {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.IndexBannerContent {
		height: 320px;
	}
}

#footer-left-two {
  margin-top: 0 !important;
}