/*
	Theme Name: Custom Theme
	Theme URI: 
	Description: Custom Theme
	Version: 1.3.3
	Author: http://wpserver6.com
	Author URI: http://wpserver6.com
	Tags: HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    SLIDER BOXES
\*------------------------------------*/

.goldenbox {
    background-color: #DB9201;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    padding: 7px;
    display: block;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
	border-bottom: 6px solid #a30000;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.homeform #fbuilder fieldset {
    border: none !important;
    padding: 0px !important;
}

.homeform #fbuilder legend {
   display:none !important
}
.homeform .fields label{display:none !important} 


.homeform #fbuilder .medium {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.homeform  .fields  {
    padding: 5px 0px;
    width: 48%;
	
}

.homeform #field_1-4 {
    width: 50%;
    float: right;
    margin-top: -183px;
}

.homeform textarea {
    height: 160px;
}

#fbuilder .pbreak .pbPrevious, .pbreak .pbNext, .pbSubmit {
    background: #1C1853 !important;
    color: #FFF !important;
  
}

.trx_mscf_next{border-radius: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    border: none;
    background-color: #003285;
    padding: 5px 20px;
    width: 300px;
	margin: 0px auto;}

.desktopslider{}
.mobileslider{display:none}
.trustContentTop {
    margin: -390px auto 20px auto;
}
.trustContent {
    max-width: 950px;
    min-width: 280px;
    margin: 20px auto 20px auto;
    padding: 0px;
    position: relative;
    z-index: 100;
}
.trustBg1 {
    background-color: rgba(1,131,173,0.7);
    padding: 5px 20px 5px 20px;
    margin: 20px 0px 30px 0px;
    position: relative;
    z-index: 100;
}
.trustContent h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 180%;
    color: #FFF;
    text-align: center;
    margin: 0px;
}
.trustContent h3 strong {
    font-size: 29px;
}
.trustContent h3 b {
    font-size: 17px;
}

.probateContent {
    max-width: 1100px;
    min-width: 280px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    z-index: 100;
}
.probateContent .box {
    width: 15%;
    text-align: center;
    min-height: 230px;
    float: left;
    margin: 10px 4px;
    padding: 10px 20px;
    background-color: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(http://ftpweblogin.com/images/border-radius.htc);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.probateContent .box h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #FFF;
    text-align: center;
    margin: -20px -20px -20px -20px;
    padding: 10px 10px;
    background-color: #1F1A5A;
    min-height: 110px;
}
.probateContent .box h4 {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: #999;
    text-align: center;
    display: block;
}
.probateContent .box h5 {
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 120%;
    color: #a30000;
    text-align: center;
    display: block;
}
.probateContent .box i {
    color: #999;
    margin: 10px auto;
    text-align: center;
}
.arrowBtn {
    position: relative;
    z-index: 100;
    text-align: center;
    margin-top: -20px;
}
.arrowBtn i {
    font-size: 34px !important;
    color: #FFF;
    -webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
    transition: all 0.5s; /* For modern browsers */
}
.arrowBtn i:hover {
    color: #a30000;
}
/*------------------------------------*\
    HOME TESTIMONIAL
\*------------------------------------*/

.flagDivider{
    width: 100%;
    height: 60px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    background-image: url("img/flagBorder.jpg");
    background-repeat: repeat-x;
}
.testimContainer {
    max-width: 100%;
    margin: 0px auto 0px auto;
    padding: 40px 0px;
    background-image: url("img/testimBg2.jpg");
    background-position: center top;
    background-attachment: fixed;
}
.testimContent {
    max-width: 850px;
    min-width: 280px;
    margin: 20px auto 40px auto;
    padding: 0px;
    position: relative;
    z-index: 100;
    background-color: transparent;
}
.testimonial_slider__default .testimonial_quote span {
    line-height: 140% !important;
    text-align: center!important;
}
.testimonial_slider__default .testimonial_quote {
    text-align: center!important;
}

/*------------------------------------*\
    BENEFITS
\*------------------------------------*/

.benefitsBg{
    width: 100%;
    padding: 40px 0px;
    margin: 0px;
    background-image: url("img/bottomBg.jpg");
    background-position: center top;
    background-attachment: fixed;
}

.benefitsBg .whiteContent {
    max-width: 1050px;
    min-width: 280px;
    margin: 20px auto 20px auto;
    padding: 20px;
    position: relative;
    z-index: 100;
}

.benefitsBg .whiteContent h2 {
    font-size: 65px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.benefitsBg .whiteContent ul {
    margin-left: -40px;
}

.benefitsBg .whiteContent li {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #FFF;
    line-height: 140%;
    margin-bottom: 12px;
    list-style-type:none;
    padding-left: 30px;
    background-image: url(img/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.benefitsBg .whiteContent img{
    box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.2);
}

/*------------------------------------*\
    HOME CONTACT
\*------------------------------------*/

.contactBox {
    width: 100%;
    padding: 40px 0px;
    margin: 0px;
    background-image: url("/wp-content/themes/CustomDesign/img/contactBg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
.contactBox h2 {
    color: #FFF;
    margin: 0px 0px 10px 0px;
}
/*------------------------------------*\
    PRICING
\*------------------------------------*/

.pricingContainer {
    width: 100%;
    padding: 40px 0px;
    margin: 0px;
    background-image: url("/wp-content/uploads/2019/05/blueBg7-copia.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.pricingContent {
    max-width: 1050px;
    min-width: 280px;
    margin: 20px auto 20px auto;
    padding: 0px;
    position: relative;
    z-index: 100;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
    -webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.pricingContent h1{
    color: #FFF;    
}

.pricingContent p {
    font-size: 18px;
    color: #FFF;
    text-align: justify;
}
.pricingContent h2 {
    font-size: 42px;
    color: #FFF;
}
.pricingBox {
    width: 15.4%;
    min-height: 560px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0.5%;
    padding: 10px;
    background-color: #FFF;
    position: relative;
}
.greenBox {
    min-height: 170px;
    background-color: #67B42E;
    margin: -10px -10px 0px -10px;
    padding: 10px;
}
.blueBox {
    min-height: 165px;
    background-color: #1F1A5A;
    margin: -10px -10px 0px -10px;
    padding: 10px;
}
.redBox {
    min-height: 170px;
    background-color: #B92121;
    margin: -10px -10px 0px -10px;
    padding: 10px;
}
.orangeBox {
    min-height: 170px;
    background-color: #FC6F00;
    margin: -10px -10px 0px -10px;
    padding: 12px;
}

.magentaBox {
    min-height: 170px;
    background-color: #7b0046;
    margin: -10px -10px 0px -10px;
    padding: 12px;
}

.pricingBox h2 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    color: #FFF;
    margin: 0px 0px 10px 0px;
}
.pricingBox h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    color: #FFF;
    margin: 0px;
}
.pricingBox p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 150%;
    text-shadow: none;
}
.pricingBox ul li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 150%;
    margin-bottom: 8px;
    margin-left: -20px;
}
.btnGreen {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #67B42E;
    padding: 26px 12px;
    margin: 4px 0px 0px 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.btnBlue {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #24ADC1;
    padding: 26px 12px;
    margin: 4px 0px 0px 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.btnRed {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #a30000;
    padding: 26px 12px;
    margin: 4px 0px 0px 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.btnOrange {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #FC6F00;
    padding: 26px 12px;
    margin: 4px 0px 0px 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.btnMagenta {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #7b0046;
    padding: 26px 12px;
    margin: 4px 0px 0px 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.btnGreen:hover, .btnBlue:hover, .btnRed:hover, .btnOrange:hover, .btnMagenta:hover{
    color: #000;
}
.btn:hover {
    color: #FFF;
    background-color: #333;
}
/*------------------------------------*\
    FAQ
\*------------------------------------*/

.faqContainer {
    width: 100%;
    padding: 40px 0px;
    margin: 0px;
    background-color: #F3F3F3;
}
.faqContainer h2 {
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 140%;
    color: #1F1A5A;
    text-align: left;
    text-transform: uppercase;
    margin: 10px 0 20px;
}
.faqBox {
    display: block;
    vertical-align: top;
    margin: 5px;
    padding: 10px 20px;
    width: 100%;
    background-color: #a30000;
    cursor: pointer;
}
.faqBox:hover {
    background-color: #1F1A5A;
}
.faqBox .content {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
}
.faqBox p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #FFF;
    text-align: left;
    margin: auto;
}
.row {
    display: none;
    width: 93%;
    background-color: #FFF;
    padding: 20px 30px;
}
.row h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    color: #1F1A5A;
    text-align: left;
    margin: 0px;
}
/*------------------------------------*\
    ABOUT
\*------------------------------------*/

.bottomBox1 {
    width: 100%;
    padding: 40px 0px;
    margin: 0px;
    background-image: url("img/bottomBg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
.bottomBox1:after {
    display: block;
    clear: both;
    content: "";
}
.bottomBox1 .bottomContent {
    max-width: 1050px;
    min-width: 280px;
    margin: 20px auto 20px auto;
    padding: 0px;
    position: relative;
    z-index: 100;
}

.bottomBox1 .bottomContent h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    margin: 0px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.bottomBox1 .bottomContent p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    line-height: 150%;
    text-align: justify;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -moz-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.bottomBox2 {
    width: 100%;
    padding: 40px 0px;
    margin: 40px auto;
    background-color: #a30000;
    background-image: url("img/redBg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bottomBox2 .bottomContent:after {
    display: block;
    clear: both;
    content: "";
}
.bottomBox2 .bottomContent {
    max-width: 1050px;
    min-width: 280px;
    margin: 20px auto 20px auto;
    padding: 40px;
    position: relative;
    z-index: 100;
    background-color: rgba(124,0,0,0.9);
    border: 4px solid #a30000;
    box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.3);
}

.bottomBox2 .bottomContent .top {
    max-width: 720px;
    min-width: 280px;
    margin: 0px auto 20px auto;
    padding: 0px;
    display: block;
}

.bottomBox2 .bottomContent .top h2{
    padding-top: 10%;
}

.bottomBox2 .bottomContent .top h2,
.bottomBox2 .bottomContent .top h3,
.bottomBox2 .bottomContent .top h4{
    color: #FFF;    
}

.bottomBox2 .bottomContent h2,
.bottomBox2 .bottomContent h3,
.bottomBox2 .bottomContent h4,
.bottomBox2 .bottomContent p,
.bottomBox2 .bottomContent li{
    color: #FFF;    
}

.bottomBox2 .bottomContent p{
    text-align: justify;   
}

.bottomBox2 .bottomContent li {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    line-height: 150%;
    margin-bottom: 8px;
}

.whiteContent {
    max-width: 1050px;
    min-width: 280px;
    margin: 20px auto 20px auto;
    padding: 20px;
    position: relative;
    z-index: 100;
}

.whiteContent h2{
    color: #a30000;    
}

.whiteContent li {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 140%;
    margin-bottom: 6px;
}

.bottomBox3 {
    width: 100%;
    padding: 40px 0px;
    margin: 40px auto;
    background-color: #a30000;
    background-image: url("/wp-content/themes/CustomDesign/img/blueBg2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bottomBox3 .bottomContent:after {
    display: block;
    clear: both;
    content: "";
}
.bottomBox3 .bottomContent {
    max-width: 1050px;
    min-width: 280px;
    margin: 20px auto 20px auto;
    padding: 20px;
    position: relative;
    z-index: 100;
}

.bottomBox3 .bottomContent p{
    text-align: justify;    
}

.bottomBox3 .bottomContent h1,
.bottomBox3 .bottomContent p,
.bottomBox3 .bottomContent li{
    color: #FFF;    
}

.bottomBox3 .bottomContent li {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    line-height: 140%;
    margin-bottom: 6px;
}

.bottomBox3 .bottomContent h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 0px;
}

.bottomBox4 {
    width: 100%;
    padding: 80px 0px;
    margin: 40px auto;
    background-image: url("img/flagBg.jpg");
    background-position: center;
    background-size: cover;
    background-color: #a30000;
}

.bottomBox4 .bottomContent:after {
    display: block;
    clear: both;
    content: "";
}
.bottomBox4 .bottomContent {
    max-width: 1050px;
    min-width: 280px;
    margin: 0px auto 0px auto;
    padding: 20px;
    position: relative;
    z-index: 100;
}

.bottomBox4 .bottomContent h2 {
    font-family: 'Lato', sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    margin: 0px;
}

.bottomBox4 .bottomContent h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    margin: 0px;
}

/*------------------------------------*\
    $MAIN
\*------------------------------------*/

.blueBtn {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 140%;
    color: #FFF;
    padding: 5px 30px 5px 30px;
    margin: 10px auto;
    text-align: center;
    background-color: #1F1A5A;
    display: inline-block;
    box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
}
.blueBtn:hover {
    color: #FFF;
    background-color: #a30000;
    box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.3);
}

.redBtn {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
    color: #FFF;
    padding: 5px 30px 5px 30px;
    margin: 10px 6px;
    text-align: center;
    text-transform: uppercase;
    background-color: #a30000;
    display: inline-block;
    box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.2);
}
.redBtn:hover {
    color: #FFF;
    background-color: #1F1A5A;
    box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.3);
}

div.sldr_title {
    text-align: center;
}
a.reviews {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}
hr {
    height: 2px;
    background-color: #FFF;
    color: #FFF;
    border: none;
    border-bottom: 3px dotted #e9e9e9;
    clear: both;
    display: block;
    margin: 30px 0px;
}
a.anchor {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}
.page-template-template-Alternative header, .page-template-default header {
    border-bottom: none;
}
*, *:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('/wp-content/themes/CustomDesign/fonts/CenturyGothic.ttf'), url('/wp-content/themes/CustomDesign/fonts/CenturyGothic.eot'); /* IE9 */
}
@font-face {
    font-family: 'CenturyGothicBold';
    src: url('/wp-content/themes/CustomDesign/fonts/CenturyGothicBold.ttf'), url('/wp-content/themes/CustomDesign/fonts/CenturyGothicBold.eot'); /* IE9 */
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #2a2a2a;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
}
h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: #1F1A5A;
    padding: 10px 0px 10px 0px;
    margin: 10px -20px 20px -20px;
    text-align: center;
}
h2 {
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 140%;
    color: #2a2a2a;
    margin: 0px;
}
h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    color: #1F1A5A;
    margin: 0px;
}
h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 140%;
    color: #2a2a2a;
    margin: 0px;
}
.clear {
    clear: both;
    display: block;
}
img {
    vertical-align: bottom;
    border: 0px;
}
area {
    outline: none;
}
.clear {
    clear: both;
    display: block;
}
a {
    color: #2a2a2a;
    text-decoration: none;
    -webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
    transition: all 0.5s; /* For modern browsers */
}
a:hover {
    color: #666;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 150%;
    text-align: justify;
}
section li, .trustContent li {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 150%;
    margin-bottom: 8px;
}
.imgright {
    border: 2px #ffffff solid;
    box-shadow: 0px 4px 5px #000;
    -moz-box-shadow: 0px 4px 5px #000;
    -webkit-box-shadow: 0px 4px 5px #000;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}
.imgleft {
    border: 2px #ffffff solid;
    box-shadow: 0px 4px 5px #000;
    -moz-box-shadow: 0px 4px 5px #000;
    -webkit-box-shadow: 0px 4px 5px #000;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding-top: 6px;
}
.logo img {
    width: 80%;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0px 5px 0px;
    z-index: 99999;
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color: transparent;
}
.header.not-transparent {
    background: #1F1A5A;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.headerContainer {
    width: 98%;
    margin: 0px auto;
    padding: 0px;
	max-width:1700px;
}
.fullsizeimage img{width:100%}
.topInfo {
    width: 20%;
    margin: -10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    vertical-align: middle;
}
.topInfo p {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 140%;
    color: #FFF;
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.topInfo h4 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 140%;
    color: #FFF;
    text-align: right;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}
.editorialImg {
    text-align: center;
    padding: 68px 0px;
    margin: -20px 0px 0px 0px;
}
section, #content {
    max-width: 950px;
    min-width: 280px;
    min-height: 300px;
    margin: 0px auto;
    padding: 20px 30px 20px 30px;
    background-color: #FFF;
}
.footer-widget1 {
    float: left;
    width: 40%;
    margin: 0px;
    padding: 0px;
}
.footer-widget2 {
    float: left;
    width: 60%;
    margin: 0px;
    padding: 0px;
}
footer {
    width: 100%;
    margin: 0px auto;
    padding: 20px;
}
.footer {
    max-width: 950px;
    min-width: 280px;
    margin: 0px auto;
}
.footer-widget2 p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #2a2a2a;
    text-align: right;
}
#sidebar {
    float: right;
    width: 250px;
    margin-left: 20px;
}
div#comments {
    width: 70%;
}
/*------------------------------------*\
    $PAGES
\*------------------------------------*/

#responsive-menu-container {
    padding-top: 10% !important;
}
a.responsive-menu-item-link {
    font-size: 22px !important;
}
.responsive-menu-submenu a {
    font-size: 18px !important;
    color: #a30000 !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
    padding-left: 5% !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    height: 40px!important;
}
nav ul {
    padding: 0px;
}
nav {
    width: 58%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
nav ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: auto;
}
nav ul a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    display: block;
    padding: 10px 20px;
    margin: -10px 0px 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
    transition: all 0.5s; /* For modern browsers */
}
nav ul a:hover {
    color: #a30000;
    text-decoration: none;
}
nav ul li.menu-item-113 a {
    text-decoration: none;
    color: #FFF;
    background-color: #002e4d;
}
nav ul li.menu-item-113 a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #a30000;
}
nav ul ul {
    list-style: none;
    position: absolute;
    left: -9999px;
    margin: 0px;
    color: #FFF;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 8px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 8px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 8px 5px rgba(0,0,0,0.3);
}
nav ul ul li {
    padding-top: 1px;
    float: left;
    color: #FFF;
    max-width: 110px;
    height: 110px;
    margin: 0px 0px 0px 0px;
    padding: 40px 3px 40px 3px;
    display: inline-block;
    background-color: #002e4d;
    border-left: 1px solid #03395E;
    border-right: 1px solid #03395E;
    -webkit-transition: all 0.5s; /* For Safari 3.0 to 6.0 */
    transition: all 0.5s; /* For modern browsers */
}
nav ul ul a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
nav ul ul li:hover {
    background-color: #a30000;
}
nav ul li:hover ul {
    left: -30%;
    text-decoration: none;
}
nav ul li:hover a {
    text-decoration: none;
    color: #a30000;
}
nav ul li a:hover {
    text-decoration: none;
    color: #FFF;
}
nav ul li:hover ul a {
    text-decoration: none;
    color: #FFF;
}
nav ul li:hover ul li a:hover {
    text-decoration: none;
}
nav ul li a:hover {
    color: #a30000;
}
/*------------------------------------*\
    $FORM
\*------------------------------------*/

.contactForm {
    float: right;
    width: 50%;
    margin-left: 30px;
}
.wpcf7-form .left {
    float: left;
    width: 48%;
    text-align: left;
    margin-right: 4%;
}
.wpcf7-form .right {
    float: left;
    width: 48%;
}
.wpcf7-form {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    text-align: left;
    width: 100%;
}
.wpcf7-form p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    text-align: left;
}

#fbuilder .one_column label, #fbuilder .two_column label, #fbuilder .three_column label, #fbuilder .side_by_side label {
    font-weight: 700;
    margin-right: 10px;
}

#fbuilder span.uh {
    line-height: 150%;
    margin-top: 5px;
    margin-bottom: 10px;
}

#fbuilder .large {
    padding-left: 10px;
    padding-right: 10px;
}

#fbuilder input, 
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 textarea,
.wpcf7 select{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 4px 12px;
    border: #CCC 1px solid;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
    behavior: url(http://ftpweblogin.com/images/border-radius.htc);
}

.wpcf7-form-control-wrap.captcha-1 input[type="text"]{
    width: auto;
}

.wpcf7 textarea {
    height: 140px;
}
span.wpcf7-list-item {
    display: block;
}
.wpcf7-submit {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    border: none;
    background-color: #003285;
    padding: 5px 20px;
    width: 300px;
    margin: 0px auto;
    display: inline-block;
    -webkit-transition: background-color 0.5s; /* For Safari 3.0 to 6.0 */
    transition: background-color 0.5s; /* For modern browsers */
}
.wpcf7-submit:hover {
    background-color: #002E4D;
}

/*------------------------------------*\
	$TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 2000px) and (min-width: 1338px) {
.trustContentTop {
    margin: -260px auto 20px auto;
}
}

@media only screen and (max-width: 1338px) and (min-width: 1263px) {
.trustContentTop {
    margin: -240px auto 20px auto;
}
}

@media only screen and (max-width: 1260px) and (min-width: 540px) {
.logo {
    width: 200px;
    float: none;
    text-align: center;
}
.logo img {
    width: 100%;
}
.topInfo {
    width: 250px;
    margin: 15px 80px 0px 0px;
    float: right;
}
}


@media only screen and (max-width: 1263px) and (min-width: 1110px) {
.trustContentTop {
    margin: -210px auto 20px auto;
}
}

@media only screen and (max-width: 1110px) and (min-width: 300px) {
.trustContentTop {
    margin: 0px auto 20px auto;
}
.phases i, .phases2 i {
    font-size: 2.6em !important;
}
.phases {
    width: 150px;
    height: 150px
}
}

@media only screen and (max-width: 800px) and (min-width: 300px) {
header {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: auto;
    background-color: #1F1A5A;
}
.navi {
    margin: 0px auto;
    padding: 5px 0px 0px 0px;
    float: none;
}
.navi p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #FFF;
    text-align: center;
}
.testimonials {
    padding: 120px 20px 40px 20px;
}
.footer-widget1, .footer-widget2 {
    float: none;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}
.footer-widget2 p {
    text-align: left;
}
.probateContent .box {
    width: 90%;
    float: none;
    margin: 20px auto;
}
.trustBg1 {
    background-color: rgba(1,131,173,1);
}
.trustContent h2 {
    font-size: 30px;
    color: #333;
    text-shadow: none;
}
}

@media only screen and (max-width: 782px) and (min-width: 532px) {
#responsive-menu-container {
    padding-top: 20% !important;
}
}

@media only screen and (max-width: 782px) and (min-width: 300px) {
#responsive-menu-container {
    padding-top: 20% !important;
}
.bottomBox {
    background-size: cover;
}
.boxLeft {
    width: 100%;
    float: none;
    padding: 0px;
    margin: 20px auto;
}
.boxRight {
    width: 100%;
    float: none;
    padding: 0px;
    margin: 20px auto;
}
}

@media only screen and (max-width: 600px) and (min-width: 300px) {
	
	.pricingBox h2 {
		font-size: 35px;}
	
	.pricingBox h3 {
		font-size: 25px;}
	
	.pricingBox p {
    font-family: 'Lato', sans-serif;
		font-size: 18px;}
	
	.desktopslider{display:none}
.galleryMob {
    display: block !important;
}
div#metaslider_container_11 {
    display: none;
}
div#metaslider_container_330 .galleryText1 {
    font-family: 'Lato', sans-serif;
    font-size: 3em;
    font-weight: 700;
    color: #FFF;
    line-height: 150%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    -moz-text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    -webkit-text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
div#metaslider_container_330 .galleryText2 {
    font-family: 'Lato', sans-serif;
    font-size: 2.8em;
    font-weight: 300;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    margin: 0px;
    padding: 6px 12px;
    background-color: #002e4d;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    -moz-text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    -webkit-text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
div#metaslider_container_330 .galleryText3 {
    font-family: 'Lato', sans-serif;
    font-size: 2.3em;
    font-weight: 900;
    color: #a30000;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    -moz-text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    -webkit-text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
div#metaslider_container_330 .blueBtn {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFF;
    padding: 5px 30px 5px 30px;
    margin: 10px auto;
    text-align: center;
    background-color: #002e4d;
    display: inline-block;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
div#metaslider_container_330 .blueBtn:hover {
    background-color: #a30000;
}
.pricingContainer {
    background-attachment: scroll;
    background-repeat: repeat-y;
}
.contactBox {
    background-attachment: scroll;
}
.phases {
    float: none;
    margin: 10px auto;
}
.phasesBox, .phasesBox2 {
    width: 100%;
    float: none;
    margin: 10px auto;
}
.phasesContent {
    background-image: none;
    height: auto;
}
.pricingContent {
    padding: 0px 20px;
}
.pricingBox {
    width: 90%;
    display: block;
    margin: 10px auto;
}
.faqBox {
    display: block;
    width: 90%;
    margin: 10px auto;
}
.guaranteeBox {
    padding: 40px 20px;
}
.guaranteeBoxLeft {
    width: 100%;
    float: none;
    padding: 0px;
    margin: 0px auto;
}
.guaranteeBoxRight {
    width: 100%;
    float: none;
    padding: 0px;
    margin: 0px auto;
}
.guaranteeBoxLeft h2 {
    color: #FFF;
}
.responsive-tabs-wrapper {
    width: 95%;
    margin: 0px auto;
}
.contactBox h2 {
    color: #FFF;
}
.wpcf7-form .left {
    float: none;
    width: 90%;
    margin: 0px auto;
}
.wpcf7-form .right {
    float: none;
    width: 90%;
    margin: 0px auto;
}
    .alignright,
.alignleft,
.aligncenter{
	width:100%;
	height:auto;
	float:none;
	display:block;
	margin:5px auto 5px auto;
}
	
	
	.probateContent .box h2 {
    font-size: 25px;
    
}
.probateContent .box h4 {
   font-size: 20px;
    
}
.probateContent .box h5 {
    font-size: 45px;
  
}
	
}

@media only screen and (max-width: 539px) and (min-width: 300px) {
.logo {
    width: 100%;
    float: none;
    text-align: center;
}
.logo img {
    width: 70%;
}
.topInfo {
    width: 100%;
    margin: 0px auto;
    float: none;
}
.topInfo p {
    text-align: center;
    color: #FFF;
}
.topInfo h4 {
    text-align: center;
    color: #FFF;
}
.phasesContentBlue {
    padding: 40px 0px 40px 0px;
}
.responsive-tabs-wrapper {
    width: 100%;
}
}

@media only screen and (max-width: 532px) and (min-width: 300px) {
#responsive-menu-container {
    padding-top: 50% !important;
}
}
/*------------------------------------*\
    LOOP PHP CONTENT
\*------------------------------------*/

img.attachment-120x120.size-120x120.wp-post-image {
    float: left;
    margin-right: 20px;
}
.date, .author, .comments {
    font-size: 12px;
    margin-right: 10px;
}
/*------------------------------------*\
    $MISC
\*------------------------------------*/

::selection {
    background: #3651ac;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}
::-moz-selection {
 background:#3651ac;
 color:#FFF;
 text-shadow:none;
}
/*------------------------------------*\
    $WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: none;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    $PRINT
\*------------------------------------*/

@media print {
* {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
body {
    background-color: #00576a;
}
}
.shipping-calculator-form {
    width: 230px;
}
.woocommerce-breadcrumb {
    display: none;
}
div.wpcf7-response-output {
    color: black;
}
