* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    background-color: #ffffff;
    margin: 0 auto;
    font-family: 'Proxima Nova', Georgia, sans-serif;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
.headerDiv{
    padding-top: 21px;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    float: left;
}
.headerTop2{
    display: none;
}
.logo{
    float: left;
    padding-top: 0px;
    border-right: 1px solid #e1e1e1;
    padding-right: 52px;
    margin-top: 0px;
}
.logo img{
    max-width: 100%;
}
.navigation{
    float: right;
/*    padding-top: 40px;*/
}
.navigation .navbar{
    min-height: 1px;
    margin-bottom: 0;
    border: 0px;
}
.navigation .navbar-collapse{
    padding: 0px;
}
.navigation .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navigation .nav > li > a{
    font-size: 14px;
    font-family: 'proxima_nova_altbold';
    padding: 30px 15px 36px;
    text-align: center;
    color: #000;
    transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    text-transform: uppercase;
}
.navigation .nav > li.dropdown > a i{
    padding-left: 8px;
}
.navigation .nav .dropdown:hover .dropdown-menu{
    display: block;
}
.navigation .nav .dropdown-menu{
/*    display: block;*/
    padding-top: 0px;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; 
}
.navigation .nav .dropdown-menu > li > a{
    font-size: 14px;
    font-family: 'proxima_nova_altbold';
    text-align: left;
    color: #6b6b6b;
    transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    padding: 10px 17px;
    border-bottom: 1px solid #d7d7d7;
    background: transparent;
    white-space: inherit;
    text-transform: uppercase;
}
.navigation .nav .dropdown-menu{
    border: 0px;
    box-shadow: none;
    min-width: 250px;
    width: 100%;
}
.navigation .nav .dropdown-menu > li > a:hover, .navigation .nav .dropdown-menu > li > a:focus, .navigation .nav .dropdown-menu > li > a.active{
    color: #000;
    background: transparent;
}
.navigation .nav .dropdown-menu > li:last-child a{
    border-bottom: 0px;
}
.navigation .nav > li > a.active{
    background: #f92a26;
    color: #fff;
}
.navigation .nav .open > a, .navigation .nav .open > a:hover, .navigation .nav .open > a:focus{
    background: #f92a26;
    color: #fff;
}
.navigation .nav > li > a:hover, .navigation .nav > li > a:focus{
    background: #f92a26!important;
    color: #fff;
}
.headerTop{
    width: 100%;
    float: left;
    padding-bottom: 23px;
    padding-top: 22px;
    position: relative;
    display: block;
    clear: both;
}
.headerTopLeft li,.headerTopMid li{
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 25px;
}
.headerTopLeft li a,.headerTopMid li a{
    font-family: 'proxima_nova_altbold';
    color: #000;
    font-family: 'proxima_nova_ltsemibold';
    font-size: 24px;
    word-wrap: break-word;
}
.headerTopLeft li:first-child{
    background: url(../images/phone-icon.png)no-repeat left center;
}
.headerTopLeft li:last-child{
    background: url(../images/mobile-icon.png)no-repeat left center;
}
.headerTopMid li:first-child{
    background: url(../images/mail-icon.png)no-repeat left center;
}
.headerTopMid li:last-child{
    background: url(../images/web-icon.png)no-repeat left center;
}
.headerTopMid{
    padding-left:45px;
}
.headerTopBtn{
    background: #000000;
    color: #f92a26;
    font-size: 15px;
    font-family: 'proxima_nova_altbold';
    padding: 15px;
    transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: right;
    margin-top: 10px;
    text-align: center;
    width: 165px;
}
.headerTopBtn i{
    padding-left: 10px;
    vertical-align: middle;
}
.headerTopBtn:hover,.headerTopBtn:focus{
    background: #f92a26;
    color: #fff;
    text-decoration: none;
}



/*Banner CSS*/
.banner{
    width: 100%;
    float: left;
}
/*
.banner .carousel-inner > .item > img{
    width: 100%;
}
*/
.banner .carousel-indicators{
    z-index: 1;
}
.banner .carousel-indicators li{
    background: #252525;
    border: 0px;
    width: 13px;
    height: 13px;
    margin: 0!important;
}
.banner .carousel-indicators li.active{
    background: #f92a26;
    width: 13px;
    height: 13px;
    margin:0!important;
}
.banner .carousel-inner .item:first-child{
    background: url(../images/banner-image.png)no-repeat center center;
    background-size: cover;
}
.banner .carousel-inner .item:nth-child(2){
    background: url(../images/banner-image2.jpg)no-repeat center center;
    background-size: cover;
}
.banner .carousel-inner .item:last-child{
    background: url(../images/banner-image3.jpg)no-repeat left center;
    background-size: cover;
}
.bannerImgDiv{
    width: 100%;
    text-align: right;
    display: block;
    min-height: 520px;
    position: relative;
}
.bannerImgDiv img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
}


/*Banner CSS*/

/*About The Ferm Section Start*/
.aboutTheFermDiv{
    width: 100%;
    float: left;
    background: url(../images/about-the-ferm-img.png)no-repeat center center;
    background-size: cover;
}
.aboutTheFermCnt{
    width: 100%;
    float: left;
    padding-top: 86px;
    padding-bottom: 123px;
}
.aboutTheFermCnt h1{
    font-family: 'proxima_nova_altblack';
    color: #000000;
    font-size: 49px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 6px;
}
.aboutTheFermCnt h4{
    font-family: 'proxima_nova_altbold';
    color: #575757;
    font-size: 32px;
    line-height: 17px;
    margin-bottom: 38px;
    display: block;
}
.aboutTheFermCnt p{
    font-family: 'Proxima Nova';
    color: #000;
    font-size: 18px;
    text-transform: inherit;
}
/*About The Ferm Section End*/

/*Justice Served CSS start Here*/
.justiceServedDiv{
    width: 100%;
    float: left;
    background: url(../images/justice-served-image.png)no-repeat center center;
    background-size: cover;
}
.justiceServedDiv .aboutTheFermCnt h1{
    color: #fefefe;
}
.justiceServedDiv .aboutTheFermCnt h4{
    color: #89b6f6;
}
.justiceServedDiv .aboutTheFermCnt p{
    color: #fff;
}
/*Justice Served CSS End Here*/

/*Legal Part CSS Start Here*/
.legalPartMainDivBack{
    width: 100%;
    float: left;
    background: #ebebeb;
    padding-bottom: 75px;
}
.legalPartMainDiv{
    width: 100%;
    padding:15px 0;
    background: #fff;
    text-align: center;
    float: left;
    box-shadow: 0px 2px 5px 1px #d3d3d3;
}
.legalPartMainDivInner{
    width: 100%;
    float: left;  
}
.legalPartMainImgDiv{
    position: relative;
}
.legalPartIconAbso{
    position: absolute;
    width: auto;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%,0%);
}
.legalPartMainImgDiv img{
    max-width: 100%;
}
.legalPartMainCntDiv{
    width: 100%;
    float: left;
    padding-top: 98px;
    padding-bottom: 70px;
}
.legalPartMainCntDiv h1{
    font-family: 'proxima_nova_altblack';
    font-size: 35px;
    color: #000000;
    margin-bottom: 14px;
    
}
.legalPartMainCntDiv p{
    font-family: 'Proxima Nova';
    color: #000;
    font-size: 18px; 
}
/*Legal Part CSS End Here*/

/*Footer CSS Start Here*/
.footer{
    width: 100%;
    float: left;
    background: url(../images/footer-background-image.png)no-repeat top center;
    background-size: cover;
}
.footerMain{
    width: 100%;
    float: left;
    padding-top: 68px;    
}
.footerRight{
    width: 100%;
    float: left;
    padding-left: 68px;
}
.footerLeft h1{
    font-family: 'proxima_nova_altblack';
    font-size: 49.02px;
    color: #fefefe;
    margin-bottom: 12px;
}
.footerLeft p{
    font-family: 'proxima_nova_ltthin';
    font-size: 16.01px;
    color: #ffffff;
    padding-bottom: 32px;
}
.footerLeft .footerAddress{
    width: 100%;
    float: left;
    clear: both;
}
.footerLeft .footerAddress li{
    width: 100%;
    float: left;
    list-style: none;
    padding-left: 37px;
    padding-bottom: 12px;
}
.footerLeft .footerAddress li a{
    font-family: 'proxima_nova_altbold'; 
    color: #ffffff;
    font-size: 25.83px;
}
.footerLeft .footerAddress li:first-child{
    background: url(../images/footer-location-icon.png)no-repeat left top;
    background-position: 0 8px;
}
.footerLeft .footerAddress li:nth-child(2){
    background: url(../images/footer-telephone-icon.png)no-repeat left top;
    background-position: 0 9px;
}
.footerLeft .footerAddress li:nth-child(3){
    background: url(../images/footer-mobile-icon.png)no-repeat left top;
    background-position: 0 8px;
}
.footerLeft .footerAddress li:nth-child(4){
    background: url(../images/footer-telephone-icon.png)no-repeat left top;
    background-position: 0 9px;
}
.footerLeft .footerAddress li:nth-child(5){
    background: url(../images/footer-mobile-icon.png)no-repeat left top;
    background-position: 0 8px;
}
.footerLeft .footerAddress li:nth-child(6){
    background: url(../images/footer-email-icon.png)no-repeat left top;
    background-position: 0 13px;
}
.footerLeft .footerAddress li:last-child{
    background: url(../images/footer-web-icon.png)no-repeat left top;
    background-position: 0 10px;
    padding-bottom: 0;
}
.footerLeft .footerSocial{
    width: auto;
    float: left;
    clear: both;
    padding-top: 35px;
    margin-right: 10px;
}
.footerLeft .footerSocial li{
    float: left;
    list-style: none;
    margin-right: 10px;
}
.footerLeft .footerSocial li:last-child{
    margin-right: 0;
}
.footerLeft .footerSocial li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.footerLeft .footerSocial li a i{
    color: #fff;
}
.footerRight .inputDiv{
    width: 100%;
    float: left;
    clear: both;
    box-sizing: border-box;
    margin-bottom: 13px;
}
.footerRight .inputDiv input{
    width: 100%;
    border: 0px;
    border-radius: 4px;
    padding: 0px 14px;
    font-family: 'proxima_nova_ltsemibold';
    color: #000;
    font-size: 16.01px;
    border-bottom: 1px solid #d1d1d1;
    height: 42px;
}
.footerRight .inputDiv input:focus{
    outline: none;
    border: 0px;
    border-bottom: 1px solid #d1d1d1;
}
.footerRight .inputDiv .inputNameDiv{
    float: left;
    width: 50%;
    padding-right: 8px;
}
.footerRight .inputEmailDiv{
    float: left;
    width: 50%;
    padding-left: 8px;
}
.footerRight .inputDiv .inputNameDiv2{
    float: left;
    width: 65%;
    padding-right: 15px;
}
.footerRight .inputDiv .inputImgDiv2{
    float: left;
    width: 35%;
}
.footerRight .inputImgDiv{
    float: left;
    width: 50%;
    padding-left: 8px; 
} 
.footerRight .inputImgDiv img:first-child{
/*    margin-right: 20px;*/
}
.footerRight .inputDiv textarea{
    height: 144px;
    resize: none;
    border: 0px;
    border-radius: 4px;
    padding:15px 14px 15px;
    font-family: 'proxima_nova_ltsemibold';
    color: #000;
    font-size: 16.01px;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
}
.footerRight .inputDiv textarea:focus{
    outline: none;
    border: 0px;
    border-bottom: 1px solid #d1d1d1;
}
.footerRight button{
    display: block;
    width: 100%;
    background: #f92a26;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border:0px;
    font-family: 'proxima_nova_altbold';
    font-size: 18px;
    color: #fff;
    padding: 10px;
    transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    margin-top: 6px;
    float: left;
}
.footerRight button:hover{
    background: #000;
    color: #f92a26;
}
.disclaimerDiv{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 37px;
    border-top: 1px solid #838383;
    padding:10px 0;
}
.disclaimerDiv p{
    font-family: 'proxima_nova_ltthin';
    font-size: 16.01px;
    color: #ffffff;
}
.copyrightDiv{
    width: 100%;
    float: left;
    padding: 9px 0;
}
.copyrightDiv p{
    font-family: 'Proxima Nova';
    font-size: 13px;
    color: #7f7f7f;
}
.copyrightDiv .copyrightDivRight{
    text-align: right;
}
.thankYouDiv{
    width: 100%;
    float: left;
    text-align: center;
    height: 76vh;
    background: #ebebeb;
    position: relative;
}
.thankYouDiv h1{
    font-family: 'proxima_nova_altbold';
    font-size: 25px;
    color: #000;
    line-height: 30px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 100%;
}

/*Footer CSS End Here*/


/*Captcha CSS*/
.capbox {
	background-color: #92D433;
	border: #B3E272 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 8px 40px 8px 8px;
	}

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #DBF3BA;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
    font-family: 'proxima_nova_altblack';
	color: #f92a26;
	background-color: #FFFFFF;
	padding:0px 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    border-bottom: 1px solid #d1d1d1;
    height: 43px;
    line-height: 43px;
    margin-top: 1px;
    text-align: center;
	}

#CaptchaInput { margin: 1px 0px 1px 0px;}
.inputDiv p{
    width: 100%;
    float: left;
    color: #fff;
}
.logoTwo img{
    
}
/*
.logoTwo img:first-child{
    float: left;
}
*/
/*
.logoTwo img:last-child{
    float: right;
}
*/
.logoRightMobile{
    display: none;
    float: right;
    position: absolute;
    transform: translate(-50%,0%);
    left: 55%;
    top: 7px;
}
.twoImgDiv{
    text-align:center;
    margin-top: 20px;
    display: inline-block;
    width: 50%;
}
.footerLeft .footerAddress li.mobileVersion{
    display: none;
}




.custom_design li{
    float: left;
    list-style: none;
    margin-right: 10px;
}
.custom_design li:last-child{
    margin-right: 0;
}
.custom_design li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.custom_design li a i{
    color: #fff;
}
.custom_design { margin: 25px 0px; }

.custom_design_footerSocial {
    padding-top: 19px;}
	
.block_secimg {width:7%;}


.custom_design .column {
  float: left;
  width: 17%;
  padding: 5px;
}

.custom_design .custom_design_footerSocial {padding-top: 17px;}
.custom_design .block_secimg {width:7.3%;}
/* Clearfix (clear floats) */
.custom_design .row::after {
  content: "";
  clear: both;
  display: table;
}

.block_sec_iframe iframe {top: -19px !important; padding: 5px !important;}

.cus_legal_sec {
margin: 0 auto;
display: block;
text-align: center;
}

.cus_legal_sec h5 {
color: #000;
background: #fff;
font-size: 17px;
font-weight: 500;
padding-top: 15px;
padding: 10px 15px;
line-height: 20px;
margin-bottom: 25px;
border-radius: 3px;
cursor: pointer;
display: inline-block;
}

.cus_legal_sec a {
color: #fff;
font-size: 14px; 
}
.cus_legal_sec a:after {
 content:  " | ";
 padding: 0px 5px 0px 5px;
}

.cus_legal_sec a:last-child:after {
 content:  "";
 padding: 0px 5px 0px 5px;
}

.cus_legal_sec_docs {
display: flex;	
align-items: center;
justify-content: space-around;
width: 60%;
margin: 0 auto;
}



@media (max-width: 1191px){
.custom_design div {padding-bottom:10px; }
.custom_design_footerSocial {padding-bottom:10px; }
.block_img2 { clear:both;}

.custom_design .column {
    width: 18%;
    margin: 15px 15px;
}
.custom_design .block_secimg {
    width: 7%;
}

.block_sec_iframe iframe {top: -10px !important; padding: 0px !important;}

}

@media (max-width: 1024px){
.custom_design .column {
    width: 18%;
    margin: 0px 15px;
}

.custom_design .block_secimg {
   width: 6.5%;
}
}

@media (max-width: 991px){
.custom_design .column {
    width: 22%;
    margin: 0px 15px;
}

.custom_design .block_secimg {
   width: 7%;
}
}

@media (max-width: 767px){
.custom_design .column {
    width: 23%;
    margin: 0px 15px;
}

.custom_design .block_secimg {
    width: 7.5%;
}

.cus_legal_sec_docs {
    width: 100%;
    flex-wrap: wrap;
    /* flex-direction: column; */
}

}


@media (max-width: 680px){
.custom_design .column {
    width: 25%;
    margin: 0px 15px;
}

.custom_design .block_secimg {
    width: 7.5%;
}
}

@media (max-width: 620px){
.custom_design .column {
    width: 100%;
    margin: 0px 15px;
}

.custom_design .block_secimg {
    width: 7.5%;
}

}

@media (max-width: 480px){
.custom_design .column {
    width: 100%;
    margin: 0px 15px;
    display: block;
}

}
