body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
/*--Main CSS--*/
.header_part {
	width: 100%;
	padding: 15px 0 15px;
}
/* .header_part .container {
    width: 100%;
} */
.header_part .container .row {
    display: flex;
    align-items: center;
}
.maincontprt {
	padding: 0px 0px;
}
.logo {
	padding-left: 130px;
}
.logo a {
    display: inline-block;
}
.header_part.fixednav .navfixscrl .confixhd .srcfixnv .logo {
	text-align: right;
	padding-left: 115px;
}
.header_part.fixednav .navfixscrl .confixhd .srcfixnv .logo img {
    max-height: 68px;
    width: auto;
}
.logo a img { max-width: 210px;}
.menulist {
    padding: 0;
}
.menulist ul {
    text-align: right;
}
.menulist ul li {
	display: inline-block;
}
.menulist ul li a {
    display: inline-block;
    padding: 6px 7px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid transparent;
}
.menulist.menulistfixed ul li a {
    padding: 6px 5px;
}
.menulist ul li a:hover, .menulist ul li a:focus {
    border-bottom: 2px solid #ffc000;
}

.headbtn {
	float: none;
	text-align: right;
	width: 100%;
	padding-right: 100px;
	margin-bottom: 0px !important;
	padding-top: 10px;
}
.headbtn li {
	display: inline-block;
}
.rtinfolist .headbtn li {
    display: inline-block;
    margin: 0 4px;
}
.rtinfolist .headbtn li:first-child {
    margin-left: 0px;
}
.rtinfolist .headbtn li:last-child {
    margin-right: 0px;
}
.headbtn li a {
	width: auto;
	font-size: 14px;
	border: 2px solid #d5d2d2;
	line-height: 36px;
	height: auto;
	padding: 2px 25px;
}
.headbtn li a.btnc {
    background: #1a457b;
    border: 2px solid #1a457b;
    height: 40px;
    line-height: 34px;
}
.headbtn li a.btnc:hover {
    border: 2px solid #1a457b;
}
.headbtn li a.btnb {
	border: 2px solid #1a457b;
	color: #1a457b;
    height: 45px;
    line-height: 41px;
}
.headbtn li a.btnb:hover {
	border: 2px solid #f3d016;
}
.headbtn li a.btnz-1-a:hover {
	border: 2px solid #f3d016;
	color:#fff;
}
.headbtn li a.btnb span {
	color: #1a457b;
}
.headbtn li a.btnb span {
	background: transparent;
}
.headbtn li a.btnb::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3d016;
    border: 2px solid #f3d016;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.headbtn li a.btnb:hover:before{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
}
.headbtn li a:hover {}
.info {
    float: right;
    width: 12%;
    text-align: left;
}
/* .info li {
    display: inline-block;
    margin-left: -25px;
} */
.info li:nth-child(1) {
	display: none;
}
.info li a {
    display: inline-block;
}
.info li a img {

}
.info li a:hover {}
.btnb {
    background: transparent;
    border: 2px solid #f3d016;
}
.btnb:hover span{
    background: #ffc423;
}
.banner_part {
    width: 100%;
    overflow: hidden;
   /* min-height: 670px;*/
    min-height: 618px;
    background-image: url(../images/banner_short.jpg);
   /* background-size: cover;*/
   background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    transition: all .01s;
	background-position:center center !important;
}
.allbanner {}
.bannerin {
    position: relative;
    height: 100%;
    width: 100%;
}
.bannerin img {
	width: 100%;
	height: auto;
}
.bannner_info {
    position: absolute;
    /*top: 50%;*/
	/* margin-top:5%;
    left: 10%; */
    margin-top: 0px;
    left: 17%;
    /* background: rgba(26,69,123,.71); */
    padding: 10px;
    transform: translate(0, 50%);
    text-align: center;
    max-width: 476px;
    height: 215px;
    display: flex;
    align-items: center;
    margin-left: -100px;
    transition: 1s;
	z-index:999;
}
.bannner_info h2 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    letter-spacing: 8px;
    font-weight: 400;
    margin-bottom: 20px;
}
.bannner_info h1 {
	/* color: #fff; */
	/* letter-spacing: 4px; */
	/* font-weight: 200; */
	/* margin-bottom: 30px; */
	/* padding: 0 20px; */
	/* line-height: 25px; */
	margin: 0;
	font-size: 38px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 20px;
	line-height: 40px;
    font-family: "Nunito Sans", sans-serif;

}

.bannner_info p {
   /* color: #fff;
    letter-spacing: 4px;
    font-weight: 200;
    margin-bottom: 30px;
    padding: 0 20px;
    line-height: 25px;*/
	margin: 0;
    font-size: 26px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
	text-transform:uppercase;
    margin-bottom: 20px;
	line-height:40px;
}
.bannner_info a {
    font-size: 16px;
    width: 320px;
    height: 48px;
    line-height: 45px;
    letter-spacing: 6px;
    background: #f3d016;
    color: #1a457b;
    font-weight: 600;    
}
.bannner_info a span {
    color: #1a457b;
    background-image: url(../images/blue_ar.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 96%;
}
.bannner_info a.btnb:hover:before {
    background-color: #1a457b;
    border: 2px solid #1a457b;
    background-image: url(../images/white_ar.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 96%;    
}
#back-to-top, #back-to-top:hover {
    color: #000000;
    font-weight: bold;
    font-size: 52px;
    border: 0;
    background: transparent;
}
.bannner_info a:hover {
    border: 2px solid #1a457b;
}

.ctap_part {
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}
.ctap_part .container {
    max-width: 80%;
}

.mctap_part {
	background-color: #1a457b;
	padding: 80px 0px;
}
.mctap_part .clcptle h2 {
	color: #fff !important; 
	letter-spacing: 4px;
}

/* .mctap_part .ctpbox a.btnc {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	height: 44px;
	line-height: 43px;
	width: 260px;
} */

.mctap_part .ctpbox a.btnc {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	/* height: 44px; */
	line-height: 43px;
	/* width: 260px; */
    height: auto !important;
    width:auto !important;
	padding: 0px 20px !important;
}
.mctap_part .ctpbox:hover a.btnc, .mctap_part .ctpbox:focus a.btnc {
	border: 1px solid #fff;
}
.mctap_part .ctpbox a.btnc span {
	color: #fff;
}







.ctpbox {
	/* overflow: hidden;
	padding: 40px 0px;
	transition: all .5s; */
	/* text-align: center; */
	/* background: #f7f7f7;
	min-height: 375px;
    margin-bottom: 30px;
    cursor: pointer; */
}
/* .ctpbox:hover{box-shadow: 2px 1px 12px #ddd} */
.aiboxin:hover {
	box-shadow: 2px 1px 12px #ddd;
}
.iconprt {
    height: 60px;
    width: 52px;
    transition: all .5s;
}
.cticon1 {
    background: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}
/* .ctpbox:hover .cticon1 {
    background: url(../images/icon11.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
} */
.cticon2 {
    background: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    width: 60px;
}
/* .ctpbox:hover .cticon2 {
    background: url(../images/icon22.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
} */
.cticon3 {
    background: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}
/* .ctpbox:hover .cticon3 {
    background: url(../images/icon33.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
} */
.ctpbox h3 {
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 25px 0 15px;
    overflow: hidden;
}
.ctpbox p {
    font-size: 18px;
    color: #000;
    margin-bottom: 40px;
    padding: 0 35px;
}
.ctpbox a.btnc {
    background: transparent;
    border: 1px solid #f3d016;
    color: #1a457b;
    font-size: 14px;
    height: 44px;
    line-height: 43px;
    width: 260px;
}
.ctpbox a.btnc span {
    color: #1a457b;
}
.ctpbox a.btnc.ylobox {
    border: 1px solid #fff;
    color: #1a457b;
}
.ctpbox:hover a.btnc, .ctpbox:focus a.btnc  {
    border: 1px solid #1a457b;
}
.ctpbox:hover a.btnc::before, .ctpbox:focus a.btnc::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
}
.ctactive {
	background: #f3d016;
}
.ctactive > .iconprt.cticon2 {
    background: url(../images/icon22.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}
.whypart {
    overflow: hidden;
    width: 100%;
    padding: 60px 0;
}
.whypart .container {}
.why {
    text-align: center;
}
.why h2 {
	color: #164177;
	letter-spacing: 4px;
	margin: 0 0 25px;
	font-size: 34px;
	font-weight: bold;
	letter-spacing:0px;
	
}
.why h3 {
    color: #164177;
    letter-spacing: 4px;
    margin: 0 0 25px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;    
}
.why h4 {
    color: #164177;
    letter-spacing: 4px;
    margin: 0 0 25px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;    
}

.why h2 span {
    font-style: italic;
}

.why h3 span {
    font-style: italic;
}

.why h4 span {
    font-style: italic;
}
.why p {
    font-size: 20px;
    padding: 0 40px;
    line-height: 27px;
    font-weight: 400;
}
.get_started {
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 80px 0;
}
.headbtn.logbtnp {
    text-align: center;
    float: none;
    padding-top: 20px;
    margin: 0 auto;
}
.headbtn.logbtnp li {
    margin: 0 5px;
}
.headbtn.logbtnp li a {
    width: auto !important;
    height: 48px;
    line-height: 46px;
}
.headbtn.logbtnp li a.btnc {
    background: #1a457b;
    border: 2px solid #1a457b;
}
.headbtn.logbtnp li a.btnb {
    border: 2px solid #d5d2d2;
    color: #898989;
    line-height: 45px;
}
.headbtn.logbtnp li a.btnz-1-a {
    border: 2px solid #d5d2d2;
    color: #1a457b;
}
.headbtn.logbtnp li a.btnz-1-a:hover {
    color: #fff;
}


.headbtn.logbtnp li a.btnb span{
    color: #164177;
}
.headbtn.logbtnp li a:hover {
	border: 2px solid #f3d016;
}
.headbtn.logbtnp li .btnc::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3d016;
}
.headbtn.logbtnp li a.btnb::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3d016;
    border: 2px solid #f3d016;
}
.singtest {
	padding: 0 100px;
}
.singtest p {
	text-align: center;
	font-size: 14px;
}
.singtest h4 {
	margin-top: 70px;
	text-align: center;
    width: 100%;
    font-weight: 300;
    letter-spacing: 1px;
}
.testmoni  {
	position: relative;
}
.owl-dots {
	text-align: center;
}
.owl-dots button.owl-dot{
	text-align: center;
	width: 12px;
	border-radius: 50%;
	height: 12px;
	margin: 0 3px;
	background: #93adcf;
}
.owl-dots button.owl-dot.active{
	background: #3a6aa7;
}
.owl-prev {
    position: absolute;
    left: 10px;
    top: 40%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border: 2px solid #dedede !important;
    border-radius: 3px;
}
.owl-next {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border: 2px solid #dedede !important;
    border-radius: 3px;
}
.owl-prev span, .owl-next span {}
.testmoni .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 60px;
}
.testimonial {
	padding-top: 100px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}
.testimonial.inpagetxt {
	padding: 60px 0;
}
.tabpart {
	overflow: hidden;
	width: 100%;
	background: #f7f7f7;
	padding: 20px 0 20px;
}
.tabpart {}
.tabcont h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #164177;
    text-transform: uppercase;    
}
.tabcont p {
    line-height: 27px;
    font-weight: 400;
    font-size: 18px;
}
.tablist {}
.tablist li {
    text-align: center;
}
/*.tablist li a {
    background: #ffffff;
    display: block;
    margin: 10px 20px;
    min-height: 115px;
    border: 1px solid #ddd;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
}*/
.tablist li a {
	background: #ffffff;
	display: block;
	margin: 10px 10px 10px 0px;
	min-height: 115px;
	border: 1px solid #ddd;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-weight: 500;
	width: 225px;
}
.tablist li a:hover {
    box-shadow: 2px 1px 12px #ddd;
}
.tablist li.active a {
    box-shadow: 2px 1px 12px #ddd;
    background: #3a6aa7;
    color: #fff;
}

.tablist li:nth-child(1).active a {
	box-shadow: 2px 1px 12px #ddd;
	background: none;
	color: #000;
}
.tablist li:nth-child(1).active a span {
	border-bottom: solid 4px #57A947;
	color: #000;
	padding-bottom: 4px;
}
.tablist li:nth-child(1).active a {
    border: 1px solid #57A947;
}
.tablist li:nth-child(2).active a {
	box-shadow: 2px 1px 12px #ddd;
	background: none;
	color: #000;
}
.tablist li:nth-child(2).active a span {
	border-bottom: solid 4px #ffcc05;
	color: #000;
	padding-bottom: 4px;
}
.tablist li:nth-child(2).active a {
    border: 1px solid #ffcc05;
}
/*.tablist li:nth-child(3).active a {
	box-shadow: 2px 1px 12px #ddd;
	background: none;
	color: #000;
}
.tablist li:nth-child(3).active a span {
	border-bottom: solid 4px #e56125;
	color: #000;
	padding-bottom: 4px;
}
.tablist li:nth-child(3).active a {
    border: 1px solid #e56125;
}*/
.tablist li:nth-child(3).active a {
	box-shadow: 2px 1px 12px #ddd;
	background: none;
	color: #000;
}
.tablist li:nth-child(3).active a span {
	border-bottom: solid 4px #a4288f;
	color: #000;
	padding-bottom: 4px;
}
.tablist li:nth-child(3).active a {
    border: 1px solid #a4288f;
}
.tablist li:nth-child(4).active a {
	box-shadow: 2px 1px 12px #ddd;
	background: none;
	color: #000;
}
.tablist li:nth-child(4).active a span {
	border-bottom: solid 4px #00a9bf;
	color: #000;
	padding-bottom: 4px;
}
.tablist li:nth-child(4).active a {
    border: 1px solid #00a9bf;
}
.tablist li:nth-child(5).active a {
	box-shadow: 2px 1px 12px #ddd;
	background: none;
	color: #000;
}
.tablist li:nth-child(5).active a span {
	border-bottom: solid 4px #076fb6;
	color: #000;
	padding-bottom: 4px;
}
.tablist li:nth-child(5).active a {
    border: 1px solid #076fb6;
}


.tablist li a span {}
.menion {
    overflow: hidden;
    margin-bottom: 15px;
    height: 31px;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 10px;
    opacity: 0;
}
.tablist li .men1 {
    background-image: url(../images/tb0.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tablist li.active .men1 {
    background-image: url(../images/tb00.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tablist li .men2 {
    background-image: url(../images/tb1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tablist li.active .men2 {
    background-image: url(../images/tb11.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tablist li .men3 {
    background-image: url(../images/tb2.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tablist li.active .men3 {
    background-image: url(../images/tb22.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tablist li .men4 {
    background-image: url(../images/tb3.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tablist li.active .men4 {
    background-image: url(../images/tb33.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tablist li .men5 {
    background-image: url(../images/tb4.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tablist li.active .men5 {
    background-image: url(../images/tb44.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tab-content {
    padding: 0px 20px;
}
.tabplist {
	text-align: left;
	display: table;
	height: 200px;
}
.tabplist ul {
	display: table-cell;
	vertical-align: middle;
}
.tabplist ul li {
	display: block;
	line-height: 33px;
	font-size: 16px;
}
.tabplist ul li i{
	color: #f2ce09;
}
.footer_part {
	overflow: hidden;
	width: 100%;
	background: #f9f9f9;
	padding: 80px 0 50px;
}
.footelog {
	float: right;
	text-align: center;
	padding-right: 40px;
}
.footelog img {
	max-width: 240px;
}
.footelog p {
    overflow: hidden;
    margin: 25px 0 15px;
	color: #646464;
	font-size: 14px;
	line-height: 21px;
}
.footelog p a {
	color: #646464;
	font-size: 14px;
}
.footelog p a:hover {}
.footelog ul {}
.footelog ul li {
    display: inline-block;
    margin: 0 5px;
}
.footelog ul li a {
	color: #000;
}
.footelog ul li a:hover {
	color: #ffc528;
}
.footeremnu {
    overflow: hidden;
    padding-top: 30px;
}
.footeremnu ul {
    padding-left: 75px;
}
.footeremnu ul li {}
.footeremnu ul li a {
    font-size: 11px;
    letter-spacing: 3px;
    color: #646464;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 0 5px;
    position: relative;
    overflow: hidden;
}
.footeremnu ul li a:hover, .footeremnu ul li a:focus{
    color: #000;
}
.footeremnu ul li a:after{
    content: "";
    position: absolute;
    left: -50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: all .5s;
} 
.footeremnu ul li:hover a:after, .footeremnu ul li:focus a:after{
    content: "";
    position: absolute;
    left: 0;
    background: #ffc528;
} 
.footer_bottom {
	overflow: hidden;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 20px 0;
}
.footer_bottom p {
	color: #646464;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
}
.footer_bottom p a {
	color: #646464;
	font-size: 12px;
}
.footer_bottom p a:hover {
	color: #f3d016;
}
.phone_link {  color:#282828; }

.mapart {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
}
.mapart iframe {
	width: 100%;
	height: 100%;
}
.adress {
    position: absolute;
    top: 50%;
    background: #fff;
    transform: translate(0, -50%);
    left: 11%;
    padding: 46px 55px;
    overflow: hidden;
}
.adress p {
    letter-spacing: 1px;
    line-height: 25px;
    color: #000;
}
.adress p a {
    color: #000;
}
.adress ul {}
.adress ul li {
    display: inline-block;
    margin-right: 5px;
}
.adress ul li a {
	color: #000;
}
.adress ul li a:hover {
	color: #f3d016;
}

.temtle {
    margin-bottom: 45px;
    text-align: center;
    padding-top: 20px;
}
.temtle h3{
    margin: 0px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #164177;
}
.temmem {}
.loin {
    text-align: center;
    border-bottom: 1px solid #000101;
    padding-bottom: 25px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .5s;
}
.loin:hover {
    border-bottom: 1px solid #ffc528;
}
.loin a {}
.loin a img {
    max-width: 225px;
}
.loinfo {
    padding-top: 30px;
    overflow: hidden;
}
.loinfo p {
	color: #000;
}
.loinfo p span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #164177;
}
.teamlist {
    padding-top: 60px;
    padding-bottom: 20px;
}
.lo_slider {
	min-height: auto !important;
}
.pagebanner {
    min-height: 450px;
    overflow: hidden;
    width: 100%;
	position:relative;
	z-index:0;
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
}
.pgbnain {}
.pagebannercon {
    position: absolute;
    top: 50%;
    left: 5%;
    background: rgba(26,69,123,.71);
    padding: 30px 15px;
    transform: translate(0%, -50%);
    text-align: center;
    width: 500px;
    margin-left: -200px;
    transition: 1s;    
}

.pagebannercon.btlebg2 {
    background: rgba(79,58,1,.71);
}
.pagebannercon.btlebg3 {
    background: rgba(70,70,70,.71);
}
.pagebannercon h1 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 36px;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-weight:300;
}
.pagebannercon ul {}
.pagebannercon ul li {
    display: inline-block;
    margin: 0 10px;
}
.pagebannercon ul li a {
    display: inline-block;
    border: 1px solid #979a99;
    width: 210px;
    padding: inherit;
    color: #fff;
    /*letter-spacing: 6px;*/
	letter-spacing: 1px;
    line-height: 47px;
    font-weight: 700;
}
.pagebannercon ul li:nth-child(1) a.btnb::before {
    background-color: #1a457b;
    border: 2px solid #1a457b;
    background-image: url(../images/white_ar.png);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 8px;       
}
.pagebannercon ul li:nth-child(1) a:hover span {
    background-color: #1a457b;
}
.pagebannercon ul li:nth-child(1) a{
    background-color: #f3d016;
}
.pagebannercon ul li:nth-child(1) a span{
    color: #1a457b;
    background-image: url(../images/blue_ar.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 96%;
}
.pagebannercon ul li:nth-child(2) a{
    background-color: #1a457b;
}
.pagebannercon ul li:nth-child(2) a span{
    background-image: url(../images/white_ar.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 96%;
}
.pagebannercon ul li:nth-child(2) a.btnb:hover:before  {
    color: #1a457b;
    background-image: url(../images/blue_ar.png);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 8px;    
}
.branchoverview {
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
	padding-top: 60px;
}
.logpage {}
.logpage img {}
.brnchov {
    text-align: right;
    padding-left: 50px;
    padding-top: 75px;
}
.brnchov h3 {
    margin: 0;
    color: #164177;
    letter-spacing: 4px;
    font-size: 24px;
}
.brnchov h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 300;
}
.brnchov p {
    line-height: 27px;
}

.becohome {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 60px auto 0;
    padding: 30px 0;
}
.becohmin {
    background: #f8f8f8;
}
.becohomtt {
    padding: 50px 0px;
}
.becohomtt h3 {
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #164177;
}
.becohomtt p {
    line-height: 27px;
    padding: 0;
    margin: 0
}
.beimbg {
    background: url(../images/paralax-half_main.jpg);
    height: 363px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -30px;
    width: 95%;
}
.beimbglo {
    background: url(../images/paralax-half.jpg);
    height: 363px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -30px;
    width: 95%;
}
.loinfoge {
    overflow: hidden;
    padding-top: 70px;
}
.loofse {
    display: flex;
    align-items: center;
}
.lopge {}
.lopge img {}
.namre {
    overflow: hidden;
    border-bottom: 1px solid #000;
    padding-bottom: 23px;
    margin-bottom: 17px;
}
.namre h3 {
    font-size: 26px;
    margin: 0 0 8px;
    letter-spacing: 2px;
}
.namre p {
    font-size: 14px;
}
.namre img {
    max-width: 194px;
}
.mosrt {}
.mosrt p {
    font-size: 14px;
    line-height: 22px;
}
.mosrt p a {
    color: #000;
}
.mosrt ul {}
.mosrt ul li {
    display: inline-block;
    margin-right: 5px;
}
.mosrt ul li a {
    color: #000;
}
.mosrt ul li a:hover {
    color: #ffc423;
}
.logrp {
    display: flex;
    align-items: center;
}
.quotelo {
    padding-left: 60px;
}
.quotelo h4 {
    font-style: italic;
    font-weight: 400;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
    padding-left: 3px;
    line-height: 25px;
}
.quotelo h4 span {
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
}
.quotelo .qut1 {
    position: absolute;
    left: -18px;
    top: -6px;
}
.quotelo .qut2 {
    position: absolute;
    right: -18px;
    top: -6px;    
}
.quotelo p {
    line-height: 28px;
}
.page_cont {
    overflow: hidden;
    width: 100%;
    padding-top: 80px;
}
.home_page_cont {
	overflow: hidden;
	width: 100%;
	padding-top: 60px;
}
.pgcont {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 30px;
}
.pgcont h2 {
    margin: 0 0 25px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pgcont p {
    font-weight: 400;
    line-height: 28px;
    font-size: 20px
}
.pagebannercon p {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.continfo {
    background: #3b608d;
    overflow: hidden;
    padding: 50px 30px;
}
.sayhello {
    overflow: hidden;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 3px 5px #ddd;
    padding: 25px;
    max-width: 980px;
    margin: 10px auto;
}
.contform {
    padding-top: 10px;
}
.frmrow {
    margin-bottom: 35px;
    padding-top: 25px;
}
.sgrow h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 3;
    padding-bottom: 10px;;
}
.frmrow h2 span {
    border-bottom: 1px solid #3b3b3c;
    padding-bottom: 4px;
}
.frmfld {}
.inpf {
    overflow: hidden;
    margin-bottom: 20px;
}
.inpf input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    min-height: 40px;
    font-weight: 500;
    font-family: 'Poppins';
}
.inpf input:focus, .inpf textarea:focus{
    border: 1px solid #3b608d;
}

.inpf select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    min-height: 40px;
    font-weight: 300;
}
.inpf select:focus {
    border: 1px solid #3b608d;
}

.inpf textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    min-height: 160px;
    font-weight: 500;
    font-family: 'Poppins';
}
.insb {}
.insb input {
    background: #3b608d;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    padding: 9px 0;
    letter-spacing: 5px;
    font-weight: 300;
}
.insb input:hover {
    background: #000;
}
.continfo {}
.sgrow {
    margin-bottom: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.ctitle {}
.sgrow h2 {}
.cadress {
    padding-bottom: 20px;
    padding-top: 20px;
}
.contxp p, .contxp p a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}
.borw {
    width: 62px;
    height: 1px;
    background: #fff;
}
.imgpc {
    padding: 0;
    text-align: center;
}
.solist {
    padding-top: 20px;
}
.solist ul {
    text-align: center;
    overflow: hidden;
}
.solist ul li {
    display: inline-block;
    margin: 0 3px;
}
.solist ul li a {
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    font-size: 18px;
}
.solist ul li a:hover {
    background: #fff;
    color:#3b608d;
}
.frmrow img {
    float: left;
    max-width: 80px;
    margin-right: 10px;
}
.frmrow h2 {
    margin: 0;
    padding-top: 25px;
    letter-spacing: 2px;
    color: #3b3b3c;
    font-weight: 400;
    font-style: italic;
}
.frmrow h2 span {}
.contfrm {
    padding-right: 35px;
    padding-top: 20px;
}
.getstarted {
    max-width: 750px;
   /* overflow: hidden;*/
    border: 1px solid #f3f3f3;
    box-shadow: 0px 1px 15px #bfbfbf;
    padding: 60px 40px 20px;
    margin: 0px auto 0px;
	background-color:#fff;
	margin-top:0%;
}
.frmprogress {
    width: 100%;
    min-height: 40px;
    background: #1f4a80; /* Old browsers */
    background: -moz-linear-gradient(left, #1f4a80 0%, #1f4a80 0%, #1f4a80 0%, #1f4a80 0%, #1f4a80 0%, #1f4a80 1%, #f6faff 35%, #f6faff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1f4a80 0%,#1f4a80 0%,#1f4a80 0%,#1f4a80 0%,#1f4a80 0%,#1f4a80 1%,#f6faff 35%,#f6faff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1f4a80 0%,#1f4a80 0%,#1f4a80 0%,#1f4a80 0%,#1f4a80 0%,#1f4a80 1%,#f6faff 35%,#f6faff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4a80', endColorstr='#f6faff',GradientType=1 ); /* IE6-9 */
}
.getfrmin {
	padding: 20px 0 50px;
	text-align: center;
	background: transparent;
	position: relative;
	z-index: 9999;
}
.getfrmin h3 {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 50px;
}
.chkboxlist {}
.chkboxlist li {
    display: inline-block;
    margin: 0 20px;
	width:90px;
}
/*-Checkbox--*/


/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
    0% {
      height: 0;
    }
    100% {
      height: 50px;
    }
  }
@-webkit-keyframes dothabottomcheck {
0% {
    height: 0;
}
100% {
    height: 50px;
}
}
@keyframes dothabottomcheck {
0% {
    height: 0;
}
100% {
    height: 30px;
}
}
@keyframes dothatopcheck {
0% {
    height: 0;
}
50% {
    height: 0;
}
100% {
    height: 60px;
}
}
@-webkit-keyframes dothatopcheck {
0% {
    height: 0;
}
50% {
    height: 0;
}
100% {
    height: 95px;
}
}
@-moz-keyframes dothatopcheck {
0% {
    height: 0;
}
50% {
    height: 0;
}
100% {
    height: 95px;
}
}
input[type="checkbox"] {
    display: none;
}

.check-box {
    height: 60px;
    width: 60px;
    background-color: #dbeee9;
    border: 10px solid #d4d4d4;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
	
}
.check-box::before, .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 10px;
    background-color: #164177;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}
.check-box::before {
    top: 44px;
    left: 24px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.check-box::after {
    top: 23px;
    left: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked + .check-box,
.check-box.checked {
    border-color: #000;
}
input[type="checkbox"]:checked + .check-box::after,
.check-box.checked::after {
    height: 50px;
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type="checkbox"]:checked + .check-box::before,
.check-box.checked::before {
    height: 120px;
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards;
}

.purchase_ico {
	background-image: url("../images/icon_cal_green.png");
	background-size: 38px 38px;
	background-repeat: no-repeat;
	background-position: center;	
	
	}

.refinance_ico {
	background-image: url("../images/icon_checklist_bluegreen.png");
	background-size: 38px 38px;
	background-repeat: no-repeat;
	background-position: center;	
	
	}	
.check-box.ckbx1 {
    border: 7px solid #fad27d !important;
	background-color:#fff5dd !important;
}
.check-box.ckbx2 {
    border: 7px solid #83a060 !important;
	background-color:#dff1d7 !important;
}
.check-box.ckbx3 {
    border: 7px solid #d4d4d4 !important;
	background-color:#f2f2f2 !important;
}
.check-box.ckbx4 {
    border: 7px solid #b6bec9 !important;
	background-color:#e1e8f8 !important;
}
/*-Checkbox end--*/
.sstpbtn {
    text-align: right;
    padding-top: 40px;
}
.sstpbtn button {
    border: 0;
}
.sstpbtn button img {
    max-width: 160px;
}
.tstart {
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
}
.tstart li {
    display: inline-block;
}
.tstart li i{
    color:#ffc423;
    font-size: 24px;
}
.blogimg {
    overflow: hidden;
}
.sgblog:hover .blogimg {
    box-shadow: 4px 2px 11px #999;
}
.blogimg img {
    width: 100%;
    height: auto;
    border: 8px solid rgba(250,232,181,0);
    transition: all .5s;
}
.sgblog:hover .blogimg img {
    border: 8px solid rgba(250,232,181,1);
}
.blogauto {
    overflow: hidden;
    padding: 20px 15px 25px 13%;
    width: 100%;
}
.blogauto ul {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.blogauto ul li {
    display: inline-block;
    margin: 0 5px 7px;
}
.blogauto ul li a {
    color: #797979;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0,0,0,0);
    padding-bottom: 6px;
}
.blogauto ul li:first-child a {
    color: #000;
    border-bottom: 2px solid #164177;
}
.blogauto ul li a:hover{
    border-bottom: 2px solid #164177;
    color: #000;
}
.blogauto h3 {
    color: #000000;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    max-width: 352px;
    line-height: 24px;
    margin-bottom: 20px;
}
.blogauto h3 a{
    color: #000000;
}
.blogauto h3:hover a{
    color: #1a457b;
}
.blogauto p{
    color: #797979;
}
.blogauto p a {
    color: #797979;
    letter-spacing: 2px;
    font-size: 14px;
}
.blogauto p a:hover {
    color: #1a457b;
}
.blogpart {
    padding-top: 60px;
    min-height: 300px;
    margin-top: 155px;
    width: 100%;
    background: #f8f8f8;
    padding-bottom: 30px;
}
.blogrow {
    margin-top: -175px;
}
.boxpart {}
.flexrow {
    display: table;
}
.fbox {
    float: left;
    width: 23.2%;
    margin: 10px;
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    display: flex;
    align-items: center;
    min-height: 170px;
    transition: all .5s;
    border-bottom: 4px solid #ffc423;
    cursor: pointer;
}
.fbox:hover, .fbox:focus {
    background: #6d88a9;
    border-bottom: 4px solid #6d88a9;
}
/*.fbox h3 {
    color: #3f3f3f;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 0 0 15px;
    transition: all .5s;
    text-transform: uppercase;
}*/
.fbox h3 {
	color: #3f3f3f;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	margin: 0 0 15px;
	transition: all .5s;
	text-transform: uppercase;
	color: #164177;
}
.fbox:hover h3, .fbox:focus h3{
    color: #fff;
}
.fbox p {
    color: #3f3f3f;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0;
    transition: all .5s;
    font-weight: 300;
}
.fbox:hover p, .fbox:focus p{
    color: #fff;
}
/*.flxmiddle .fbox:nth-child(5) {
    margin-left: 13.2%;
}*/
/* Accordian */
.faqpart {
    padding: 40px 5%;
    overflow: hidden;
}
.accordprt > .accordion {
    background-color: #fafafa;
    color: #000;
    cursor: pointer;
    padding: 12px 18px 12px 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
}
.accordprt > .active, .accordprt > .accordion:hover {
    background-color: #fafafa;
}
.accordprt > .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: transparent;
    border: 0;
}
.accordprt > .panel p {
    padding: 13px 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #222;
    font-weight: 300;;
}
.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #000000;
    position: absolute;
    left: 15px;
    top: 14px;
    border: 0;
    box-shadow: unset;
    box-sizing: unset;
}
.accordprt > .active:after {
    content: "\2796";
    border: 0;
    box-shadow: unset;
    box-sizing: unset;    
}
/* Accordian end */
.bloarticle {
    overflow: hidden;
    padding-top: 80px;
}
.blogartl {
    overflow: hidden;
    width: 100%;
}
.blogartl ul {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.blogartl ul li {
    display: inline-block;
    margin: 0 5px 7px;
}
.blogartl ul li a {
    color: #797979;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0,0,0,0);
    padding-bottom: 6px;
}
.blogartl ul li:first-child a {
    color: #000;
    border-bottom: 2px solid #164177;
}
.blogartl ul li a:hover{
    border-bottom: 2px solid #164177;
    color: #000;
}
.blogartl h3 {
    color: #000000;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0;
    max-width: 670px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 300;
}
.blogartl h3 a {
    color: #000;
}
.blogartl h3 a:hover {}
.blogartl p {
    color: #797979;
}
.blogartl p a {
    color: #797979;
    letter-spacing: 2px;
    font-size: 14px;
}
.blogartl p a:hover {}
.blog_cont {
    padding: 40px 0;
}
.blog_cont p {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.blog_cont p i{
    font-weight: 300;
}
.socialinfor {
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.socialinfor h4 {
    margin: 0 0 15px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}
.socialinfor ul {
    margin: 0;
}
.socialinfor ul li {
    display: inline-block;
    margin: 0 10px;
}
.socialinfor ul li a {
    display: inline-block;
    color: #000000;
}
.socialinfor ul li a:hover {
    color: #1a457b;
}
.fapsh h2{
    font-style: unset;
}
.mpcntcont {
    text-align: left;
    padding: 30px 0;
}
.mpcnt ul {
    list-style-type: none;
    padding-left: 0px;
}
.mpcnt ul li i{
    line-height: 33px;
}
.mpcnt ul li i{
    color:#59b047;
    margin-right: 5px;
}
.fxbin {
    text-align: center;
    width: 100%;
}
.prgsec {
    overflow: hidden;
    width: 100%;
}
.prgsec {
    overflow: hidden;
    width: 100%;

}
.progsein {
    display: flex;
    align-items: center;
}
.sgboxpg {
    display: table-cell;
    padding: 30px 20px;
    background-color: #fafafa;
}
.prgof {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.colprgr {
    flex: 1;
    padding: 20px 50px;
    background: #fafafa;
    min-height: 360px;
    position: relative;
}
.sprg1 {
    background-image: url(../images/loan-type-fha.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sprg2 {
    background-image: url(../images/loan-type-conventional.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sprg3 {
    background-image: url(../images/loan-type-usda.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sprg4 {
    background-image: url(../images/loan-type-va.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sprg5 {
    background-image: url(../images/loan-type-jumbo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sprg6 {
    background-image: url(../images/loan-type-reverse.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.proinot {
    display: flex;
    align-items: center;
    height: 100%;
}
.prgsec .prgof .proinot{
    text-align: right
}
.proinot div {
    width: 100%;
}
.proinot h3 {
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0px;
    border-bottom: 0px solid #ddd;
    padding-bottom: 10px;
    font-size: 26px;
}
.proinot p {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 30px;
    color: #282828;
	text-align:left;
}
.proinot ul {
    margin-bottom: 30px;
    display: inline-block;
    list-style-type: none;  
	float:left;
}
.proinot ul li {
	font-weight: 300;
	text-align: left;
	/* line-height: 26px; */
	font-size: 14px;
	background-image: url(../images/do.png);
	background-size: 18px;
	background-repeat: no-repeat;
	padding-left: 26px;
	/* float: none; */
	display: block;
	background-position: left left;
	letter-spacing: .5px;
	/* align-items: flex-start; */
	/* flex-direction: initial; */
	margin-bottom: 10px;
}
.proinot a {
    border: 1px solid #333333;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 0px;
    letter-spacing: 4px;
    font-weight: 300;
    color: #333333;  
	float:left; 
    font-size: 14px;
}
.btm_get {
	text-align: center;
	margin: 15px auto 0px;
	width: 100%;
}
.btm_get a {
    border: 1px solid #fff;
	background-color:#fff;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 0px;
    letter-spacing: 4px;
    font-weight: 300;
    color: #333;  
    font-size: 14px;
}
.proinot a i{
    margin-left: 10px;
}
.proinot a:hover {
    background: #1a457b;
    color:#fff;
}
.brdcumbs {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}
.brdcmbs {
    text-align: right;
}
.brdcmbs ul {
    margin: 0;
    font-size: 9px;
}
.brdcmbs ul li {
    display: inline-block;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    margin: 0 3px;;
}
.brdcmbs ul li a {
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: underline;
    letter-spacing: 1px;
}
.brdcmbs ul li a:hover {}
.chklist {
    max-width: 900px;
    margin: 0 auto;
}
.cklistps li {
    padding-left: 40px;
    background-image: url(../images/do.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 5px 45px 2px 40px;
    background-position: left;
    margin-bottom: 4px;
}
/* .cklistps li:hover {
    padding-left: 40px;
    background-image: url(../images/cheylo.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 5px 45px 10px 40px;
    background-position: left;
} */
.cklistps li a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300
}
.cklistps li a:hover {
    text-decoration: underline;
    font-style: italic;
}
.frmpsec {
    overflow: hidden;
    margin-top: 20px;
    padding: 30px 0;
}
.frow {
    width: 100%;
    position: relative;
    display: flex;
}
.frmlink {
    flex: 1;
    padding: 45px 0;
}
.frlin {
    width: 430px;
    float: right;
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 300px;
}
.frlin ul {}
.frlin ul li {
    display: block;
    margin: 20px 0;
}
.frlin ul li a {
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    border-radius: 0;
    padding: 10px 20px;
    color: #000;
    letter-spacing: 1px;
    min-width: 205px;
    font-weight: 300;
}
.frlin ul li a:hover {
    background: #1a457b;
    color: #fff;
}
.frmnxt {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 11px #ddd;
}
.frmbxin {
    align-items: center;
    display: flex;
    height: 100%;
    padding-left: 10%;
    padding-top: 5%; 
    padding-bottom: 5%; 
}
.frmfldp h3 {
    margin: 0;
    padding-bottom: 35px;
    letter-spacing: 1px;
    color: #3b3b3c;
    font-weight: 400;
    font-style: italic;
}
.frmfldp h3 span {
    border-bottom: 1px solid #3b3b3c;
    padding-bottom: 4px;
}
.frmfldp {
    max-width: 520px;
}
.frmrw {}
.fldn {
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    min-height: 40px;
    font-weight: 300;
    margin-bottom: 20px;
}
.fldn:focus {
    border: 1px solid #3b608d;
}
.txrfl {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    min-height: 160px;
    font-weight: 300;
}
.txrfl:focus{
    border: 1px solid #3b608d;
}
.stndm {}
.stndm input {
    background: #3b608d;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    padding: 9px 0;
    letter-spacing: 5px;
    font-weight: 300;
}
.stndm input:hover {
    background: #000;
}
.bgclrop {
    overflow: hidden;
    background: #f8f8f8;
    height: 100%;
    width: 100%;
}
.cklpage ul {
    text-align: left
}
.cklpage ul li, .cklpage ul li:hover {
    background-position: left;
}
.cklpage {
    max-width: 710px;
    margin: 0 auto;
    padding-bottom:40px;
}
.info_section.chlistpg{
    margin-bottom: 20px;
}
.frmin {
    overflow: hidden;
    padding: 30px 15px;
}
.frmin h3 {
    margin: 0;
    padding-bottom: 35px;
    letter-spacing: 1px;
    color: #3b3b3c;
    font-weight: 400;
    font-style: italic;
}
.frmin h3 span {
    border-bottom: 1px solid #3b3b3c;
    padding-bottom: 4px;
}
.cklist_form {
    overflow: hidden;
    width: 100%;
    padding-top: 60px;
}
.formpart {
    display: flex;
    max-width: 980px;
    margin: 11px auto;
    border: 1px solid #ddd;
    padding: 30px 20px;
    box-shadow: 0px 1px 10px #ddd;
}
.formpart > .col-md-8.col-sm-8 {
    flex: 1;
}
.chbtli {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
}
.chbtli ul {
    width: 100%;
    text-align: center;
}
.chbtli ul li {
    display: block;
    margin: 20px 0;
}
.chbtli ul li a {
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    border-radius: 0;
    padding: 10px 15px;
    color: #000;
    letter-spacing: 1px;
    min-width: 188px;
    font-weight: 300;
    text-align: left;
}
.chbtli ul li a:hover {
    background: #3b608d;
    color: #fff;
}
.formpart > .col-md-3.col-sm-4 {
    background: #fafafa;
}
.frmrwc {
    overflow: hidden;
    margin-bottom: 15px;
}
.chlistpin {
    background: #f8f8f8;
    display: flex;
    align-items: center;
    min-height: 100%;
}
.cliks {
    width: 100%;
    padding: 20px 0;
}
.blispw {
    max-width: 574px;
    float: right;
}
.blispw h3 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-left: 30px;
    margin: 0 0 20px;

}
.ckboxpd {
    background: rgba(26,69,123,.71);
    padding: 90px 40px;
}
.chcklistbpro {
    padding-left: 30px;
}
.chcklistbpro h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 20px;
    color: #fff;    
    letter-spacing: 4px;
    text-transform: uppercase;    
}
.chcklistbpro ul.cklistps li a {
    color: #fff
}
.chcklistbpro ul.cklistps li{
    padding-left: 40px;
    background-image: url(../images/do_yellow.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 5px 45px 10px 40px;
    background-position: left;
}
.chcklistbpro ul.cklistps li:hover{
    padding-left: 40px;
    background-image: url(../images/do_white.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 5px 45px 10px 40px;
    background-position: left;
}
.cklistrw {
    display: flex;
}
.cklistrw .col-md-6.col-sm-6 {
    padding: 0;
    flex: 1;
}
.videopart {
    margin: -20px 0;
    max-width: 660px;
}
.videopart video {
    width: 100%;
    height: auto;
}
.chcklisv {
    background: #f8f8f8;
    width: 100%;
    margin-top: 90px;
    margin-bottom: 35px;
}
.pdb80 {
    padding-bottom: 80px;
}
.pdb60 {
    padding-bottom: 60px;
}
.pdt80 {
    padding-bottom: 80px;
}
.pdt60 {
    padding-bottom: 60px;
}
.mpcnt h3 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.csidebar{
    background: #f8f8f8;
    padding: 20px 15px;
}
.sgplecar {
    overflow: hidden;
    margin-bottom: 30px;
}
.sgplecar h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffc423;
    padding-bottom: 10px;
}
.sgplecar p {
    font-size: 13px;
    letter-spacing: .5px;
    overflow: hidden;
}
.sgplecar a {
    float: right;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
    text-decoration: underline;
}
.sgplecar a:hover {
    color: #ffc423;
}
.joball {
    overflow: hidden;
    text-align: center;
    padding-top: 40px;
}
.joball a {
    display: inline-block;
    border: 1px solid #000;
    padding: 8px 29px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #000;





}
.joball a:hover {
    background: #3b608d;
    border: 1px solid #3b608d;    
    color: #fff;
}
.mpcntcont .row {
    display: flex;
}
.careerscont {
    margin-bottom: 0px;;
}
.letterspage {}
.letterspage ul {
    text-align: center;
}
.letterspage ul li {
    display: inline-block;
    margin: 0 2px;
}
.letterspage ul li a {
    border: 1px solid #666;
    color: #666;
    width: 32px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border-radius: 50%;
}
.letterspage ul li a:hover {
    background: #3b608d;
    color: #fff;
}
.sgnlotrm {
    overflow: hidden;
    margin-bottom: 20px;
}
.lotemcont{
    padding-top: 60px;
}
.sgnlotrm h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 7px;
    transition: all .5s;
    position: relative;
    margin-bottom: 5px;
}
.sgnlotrm h3:after {
    content: "";
    position: absolute;
    left: -50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: all .5s;
}
.sgnlotrm:hover h3:after {
    background: #ffc423;
    left: 0;
}
.sgnlotrm p {
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
}
.dodontsec {
    width: 100%;
    margin-top: 20px;
    background-size: cover;
    width: 100%;
    background-attachment: fixed !important;
    background-position: center center;
    background: url(../images/paralax-half_main.jpg) no-repeat;
    margin-top: 40px;    
}
.do_donts {
    margin: 0 auto;
    display: flex;
}
.dolist {
    background: rgba(248, 248,248,.9);
    padding: 60px 28px;
    margin: 0 0px;
}
.dolist h3 {
    margin-top: 0;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
	color:#4f942a;
    padding-bottom: 8px;
    transition: all .5s;
    position: relative;
    margin-bottom: 14px;
    text-align: center;
}
.dolist ul li {
    background: url(../images/do.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    padding: 3px 0px 5px 40px;
    margin-bottom: 7px;
    background-position: left;
}
.donlist{  
    background: rgba(248, 248,248,.9);
    padding: 60px 28px;
    margin: 0 0px;
}
.donlist ul li {
    background: url(../images/dont.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    padding: 3px 0px 5px 40px;
    margin-bottom: 7px;
    background-position: left;
}
.donlist ul p {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.donlist h3 {
    margin-top: 0;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
	color:#be1e2d;
    text-transform: uppercase;
    display: block;
    padding-bottom: 8px;
    transition: all .5s;
    position: relative;
    text-align: center;
    margin-bottom: 14px;
}
.map_part {
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
}
.loctablis {
    overflow: hidden;
}
.loctablis ul {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}
.loctablis ul li {
    display: inline-block;
    margin-right: 4px;
}
.loctablis ul li a {
    display: inline-block;
    background: #f4f3f3;
    border: 1px solid #999;
    padding: 10px 25px;
    color: #000;
    letter-spacing: 2px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
}
.loctablis ul li a:hover{
    background: #3a6aa7;
    color: #fff;
    border: 1px solid #3a6aa7;
}
.loctablis ul li.active a{
    background: #3a6aa7;
    color: #fff;
    border: 1px solid #3a6aa7;
}
.loctabcont {
    background: #f7f7f7;
    padding: 30px 30px;
}
.mapifrm {
    padding-bottom: 60px;
}
.adressrows {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.sgadres {}
.sgadres a h3 {
    margin: 0 0 4px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    transition: all .5s;
    overflow: hidden;
}
.sgadres a h3:after {
    content: "";
    left: -50%;
    width: 200px;
    height: 3px;
    letter-spacing: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s;
}
.adressrows:hover .sgadres a h3:after {
    left: 0;
    background: #ffc528;
}
.sgadres a p {
    font-size: 16px;
    color: #000;
}
.brninfo {}
.brninfo p {
    color: #000;
}
.brninfo p a {
    color: #000;
}
.brninfo p a:hover {}
.broimg {}
.broimg a img {
    max-width: 160px;
}
.applypage {}
.applypage h2 {
    color: #235f87;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 36px;
    margin: 0 0 20px;
}
.applypage p {}
.applyibox {
    overflow: hidden;
    padding-top: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
.aiboxin {
    overflow: hidden;
    border-bottom: 5px solid #faf9f8;
    overflow: hidden;
    background: #faf9f8;
    padding: 40px 10px 10px;
    text-align: center;
    min-height: 330px;
}
.aiboxin img {
    max-width: 130px;
    margin-bottom: 15px;
}
.aiboxin h3 {
    color: #253d63;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 29px;
    margin: 8px 0 0;
    overflow: hidden;
}
.aibxc1 {
    border-bottom: 5px solid #235f87;
}
.aibxc2 {
    border-bottom: 5px solid #498a45;
}
.aibxc3 {
    border-bottom: 5px solid #f5bf47;
}
.lettboxi {}
.lettboxi ul {
    text-align: center;
    overflow: hidden;
}
.lettboxi ul li {
    display: inline-block;
    margin: 5px 15px;
}
.lettboxi ul li a {
    display: inline-block;
    border: 2px solid #ffc423;
    letter-spacing: 1px;
    color: #3b608d;
    font-size: 18px;
    padding: 3px 15px;
}
.lettboxi ul li a:hover {
    border: 2px solid #3b608d;
    color: #fff;
    background: #3b608d;
}
.iconnicpiramid {}
.iconnicpiramid .container {
	width: 1170px;
	padding: 0;
	overflow: hidden;
	position: relative;
	padding-top: 62px;
}
.homeprdm {
    background: url(../images/hompimg.jpg);
	background-color:#000;
    background-repeat: no-repeat;
    min-height: 350px;
    background-size: cover;
    position: relative;
    overflow: hidden;
	 height: 350px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.homeprdm::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.leftshp {
	background: #fff;
	width: 60%;
	position: absolute;
	height: 100%;
	left: -177px;
	top: -140px;
	z-index: 2;
	transform: rotate(-28.2deg);
	border-bottom: 10px solid #e6e7e9;
}
.rightshpe {
	background: #fff;
	width: 60%;
	position: absolute;
	height: 100%;
	right: -177px;
	top: -140px;
	z-index: 2;
	transform: rotate(28.1deg);
	border-bottom: 10px solid #e6e7e9;
}
.orgpr {
    padding-top: 170px;
    text-align: center;
    position: relative;
    z-index: 99;
}
.orgpr h2 {
    margin: 0;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 8px;
}
.orgpr h3 {
    margin: 0;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 8px;
}
.pgmdiconlist {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 120;
    text-align: center;
    padding-left: 45px;
}
.pgmdiconlist ul {
   /*overflow: hidden;*/
}
.pgmdiconlist ul li {
    float: left;
    width: 16%;
}
.pgmdiconlist ul li.pactive .prbox h4 {
    color: #000;
}
.pgmdiconlist ul li:nth-child(1){
    padding-top: 231px;
}
/*.pgmdiconlist ul li:nth-child(2){
    padding-top: 92px;
}*/
.pgmdiconlist ul li:nth-child(2) {
	padding-top: 131px;
	margin-left:14px;
}
/*.pgmdiconlist ul li:nth-child(3){

}*/
.pgmdiconlist ul li:nth-child(3) {
	margin-left: 74px;
	margin-top: 15px;
	z-index: 9999 !important;
}
/*.pgmdiconlist ul li:nth-child(4){

}*/
.pgmdiconlist ul li:nth-child(4) {
	padding-top: 131px;
	margin-left: 70px;
}
/*.pgmdiconlist ul li:nth-child(5){
    padding-top: 92px;
}*/
.pgmdiconlist ul li:nth-child(5) {
	padding-top: 231px;
	margin-left: 20px;
}
.pgmdiconlist ul li:nth-child(6){
    padding-top: 183px;
}
.prbox {

    text-align: center;
    cursor: pointer;
}
.prbox h4 {
    font-size: 17px;
    letter-spacing: .5px;
    margin: 0 0 8px;
    overflow: hidden;
	color:#164177 !important
}
.prbox img {
    max-width: 100px;
}

/*=================================================================================FULL SCREEN NAV==*/
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.90);
	z-index:9999;
}
.overlay_cont{ margin-top:100px; }
.overlay_cont .logo_s {  display:block; margin-bottom:50px; }
/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

.hompbtn { margin-bottom:50px; }
.nav_ff { text-align:center; }
.nav_ff .nav_bx { border:solid 1px #788eaa; background-color:#315683; text-align:center; padding:20px; }
.nav_bx i {
	font-size: 54px;
	margin-bottom: 15px;
}
.nav_bx img {
  padding-bottom: 10px;
}
.nav_ff a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
}
.nav_ff a:hover .nav_bx {
border:solid 1px #ab9a5a;
}
/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
/*	top: 50%;
	height: 60%;*/
	/*-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 6);
	min-height: 42px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding:0px 20px;
}
.overlay ul li:hover { background-color:#f3d016 }
.overlay ul li a {
	font-size: 18px;
	font-weight: 300;
	display: block;
	color: #000;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.overlay ul li a:hover{
    color: #fff;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.info_section {
	background-size: cover;
	width: 100%;
	background-attachment: fixed !important;
	background-position: center center;
	background: url(../images/paralax-half_main.jpg) no-repeat;
	margin-top:40px;
}
.padding_40 { padding:40px 0px; }
.info_section_about {
	background-size: cover;
	width: 100%;
	background-attachment: fixed !important;
	background-position: center center;
	background: url(../images/about_bragbar.jpg) no-repeat !important;
	background-size:cover !important;
	margin-top:40px;
}
.right_box {
	padding: 0 20px;
}
.right_box {
	background:rgba(26,69,123,.71);
}
.padding {
	padding: 80px 0;
}
.white_content > h3, .white_content > p, .white_content i {
	color: #fff;
}
.white_content > p { font-size:16px; }
.white_content:hover i, .white_content:focus i {
	transform: translateY(-15px);
}
.white_content:hover i, .white_content:focus i {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.top20 {
	margin-top: 20px;
}
.bottom30 {
	margin-bottom: 30px;
}
.white_content i {
	font-size: 45px;
}
.white_content i {
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .7s ease .1s;
	-o-transition: all .7s ease .1s;
	transition: all .7s ease .1s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

.clcptle h2 {
    color: #164177;
    letter-spacing: 4px;
}
.teststile {
    text-align: center;
}
.teststile h2 {
    margin: 0 0 40px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;   
    color:  #164177;
}
.brnchtle {
    text-align: center;
    padding-top: 10px;
}
.brnchtle h2 {
    margin: 0 0 40px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;   
    color:  #164177;
}
.testimonial.inpagetxt.brnbrmtxt {
    padding-bottom: 80px;
}
.cklistp {}
.cklistp li {
    position: relative;
    margin: 10px 0;
    background-image: url(../images/do.png);
    background-repeat: no-repeat;
    background-size: 26px auto;
    padding-left: 38px;
}
.cklistp li i {
    color: #59b047;
    position: absolute;
    left: -25px;
    top: 1px;
}
.cklistp li a{
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;    
}
.cklistp li a:hover{
    color: #59b047;
}
/*--Blog hover effect-- */
.blogimghv figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /* background: #164177; */
    background: #00154B;
    text-align: center;
    cursor: pointer;
}
.blogimghv figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;    
}
.blogimghv figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.blogimghv figure figcaption, .blogimghv figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blogimghv figure figcaption, .blogimghv figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blogimghv figure.effect-bubba figcaption::before, .blogimghv figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.blogimghv figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.blogimghv figure.effect-bubba h2 {
    padding-top: 8.5%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    visibility: hidden;
    opacity: 0;        
}
.blogimghv:hover figure.effect-bubba h2{
    visibility: visible;
    opacity: 1;    
}
.blogimghv figure.effect-bubba p {
    padding: 4px 2px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
}
.blogimghv figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.blogimghv figure.effect-bubba figcaption::before, .blogimghv figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.blogimghv figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.blogimghv figure.effect-bubba:hover img {
    /* opacity: 0.4; */
    opacity: 0.15;
}
.blogimghv figure.effect-bubba:hover figcaption::before, .blogimghv figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.blogimghv figure.effect-bubba:hover h2, .blogimghv figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.blogimghv figure.effect-bubba:hover h2, .blogimghv figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.blogimghv figure.effect-bubba:hover figcaption::before, .blogimghv figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*--Blog hover effect end-- */

/*--Loan prog img effect-- */
.logpgex .prgof .colprgr {
    padding: 0;
}
.logpgex .prgof .colprgr .proinot{
    padding: 20px 50px;
}
.colprgr.sprg1.imbhov1 {
    padding: 0;
}
.imbhov1 figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: rgba(22,65,119,0);
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.imbhov1 figure {
    background: rgba(22,65,119,.5);
}
.imbhov1 figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.imbhov1 figure figcaption, .imbhov1 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.imbhov1 figure figcaption, .imbhov1 figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.imbhov1 figure.effect-bubba figcaption::before, .imbhov1 figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.imbhov1 figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.imbhov1 figure.effect-bubba h2 {
    padding-top: 19%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    visibility: hidden;
    opacity: 0;        
}
.imbhov1 figure.effect-bubba h2{
    visibility: visible;
    opacity: 1;    
}
.imbhov1 figure.effect-bubba p {
    padding-top: 19%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 400;
}
.imbhov1 figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.imbhov1 figure.effect-bubba figcaption::before, .imbhov1 figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.imbhov1 figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.imbhov1 figure.effect-bubba img {
    opacity: 0.4;
}
.imbhov1 figure.effect-bubba figcaption::before, .imbhov1 figure.effect-bubba figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.imbhov1 figure.effect-bubba h2, .imbhov1 figure.effect-bubba p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.imbhov1 figure.effect-bubba h2, .imbhov1 figure.effect-bubba p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.imbhov1 figure.effect-bubba figcaption::before, .imbhov1 figure.effect-bubba figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*--Loan prog img effect end-- */

.loanprogpge h2 i{
    text-transform: capitalize;
}
.pgcont.clcptle.loanprogpge {
    text-align: left;
    max-width: 100%;
}
.pgcont.clcptle.loanprogpge h2{
    font-size: 28px;
}
.lpseclbogk {
    max-width: 100%;
    margin: 0 auto 15px;
    text-align: left;
    overflow: hidden;
    padding-top: 65px;
}
.lpseclbogk h2{
    font-size: 28px;
    color: #164177;
    letter-spacing: 4px;
    margin: 0 0 0px;
    font-weight: 400;
    text-transform: uppercase;  
    line-height: 38px;         
}
.lpseclbogk h2 span{ 
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: .5px;    
}
.lpseclbogk p{
    font-weight: 300;
    line-height: 24px;
}
.pdt0 {
    padding-top:0;
}
.abckcolm {
    overflow: hidden;
    padding: 10px 0 15px;
}
.loiconimg {
    overflow: hidden;
    min-height: 64px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px;
}


.iconwcim1 {
    background-image: url(../images/icon_cal_green.png);
}
.fbox:hover .fxbin .iconwcim1 {
    background-image: url(../images/icon_cal_white.png);
}


.iconwcim2 {
    background-image: url(../images/icon_programs_blue.png);
}
.fbox:hover .fxbin .iconwcim2 {
    background-image: url(../images/icon_programs_white.png);
}

.iconwcim3 {
    background-image: url(../images/icon_glossary_orange.png);
}
.fbox:hover .fxbin .iconwcim3 {
    background-image: url(../images/icon_glossary_white.png);
}

.iconwcim4 {
    background-image: url(../images/icon_checklist_bluegreen.png);
}
.fbox:hover .fxbin .iconwcim4 {
    background-image: url(../images/icon_checklist_white.png);
}

.iconwcim5 {
    background-image: url(../images/icon_do_blue2.png);
}
.fbox:hover .fxbin .iconwcim5 {
    background-image: url(../images/icon_do_white.png);
}

.iconwcim6 {
    background-image: url(../images/icon_faq_grey.png);
}
.fbox:hover .fxbin .iconwcim6 {
    background-image: url(../images/icon_faq_white.png);
}

.iconwcim7 {
    background-image: url(../images/icon_form_yellow.png);
}
.fbox:hover .fxbin .iconwcim7 {
    background-image: url(../images/icon_form_white.png);
}

.iconwcim8 {
    background-image: url(../images/icon_amortization_black.png);
}
.fbox:hover .fxbin .iconwcim8 {
    background-image: url(../images/icon_amortization_white.png);
}

.iconwcim9 {
    background-image: url(../images/icon_rent_bluegreen.png);
}
.fbox:hover .fxbin .iconwcim9 {
    background-image: url(../images/icon_rent_white.png);
}

.iconwcim10 {
    background-image: url(../images/icon_debt_orange.png);
}
.fbox:hover .fxbin .iconwcim10 {
    background-image: url(../images/icon_debt_white.png);
}

.iconwcim11 {
    background-image: url(../images/icon_savings_blue2.png);
}
.fbox:hover .fxbin .iconwcim11 {
    background-image: url(../images/icon_savings_white.png);
}


.iconwcim12 {
    background-image: url(../images/icon_lservicing_blue.png);
}
.fbox:hover .fxbin .iconwcim12 {
    background-image: url(../images/icon_lservicing_white.png);
}







.headbtn.logbtnp li a.btnb.crbtn {
    background: #408566;
    color: #fff;
    border: 1px solid #408566;
}
.headbtn.logbtnp li a.btnb.crbtn:hover {
    border: 1px solid #f3d016;
}
.headbtn.logbtnp li a.btnb.crbtn span{
    color: #fff;
}
.btnabt {
    text-align: right;
    overflow: hidden;
    margin-bottom: 40px;
}
.btnarow {
    border: 1px solid #333333;
    padding: 9px 20px;
    display: inline-block;
    border-radius: 0px;
    letter-spacing: 6px;
    font-weight: 300;
    color: #333333;
    font-size: 12px;
}
.btnarow i {
    margin-left: 10px;
}
.btnarow:hover {
    background: #1a457b;
    color: #fff;
}
/*--Nav Toggle--*/
.sdebra {
    position: fixed;
    right: -460px;
    background: rgba(255,255,255,.95);
    z-index: 999999;
    height: 100%;
    top: 0;
    min-width: 450px;
    transition: all 1s;
}
.sdebra.sdmenactive {
    right: 0;
    overflow-y: scroll;
    box-shadow: -3px 0px 5px #666;
}
.sdeclose {
    cursor: pointer;
    color: #1a457b;
    font-weight: 100;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
}
.sdeclose img {
    width: 28px;
    height: auto;
}
.sdrin{}
.sdintop {
    overflow: hidden;
    padding-top: 70px;
    margin-bottom: 30px;
}
.sdintop ul {
    text-align: center;
}
.sdintop ul li {
    display: inline-block;
    margin: 0 1px;
}
.sdintop ul li a {
    display: inline-block;
}
.sdintop ul li a img {
    max-width: 60%;
}
.sdinbtm {
    max-height: 465px;
    margin-bottom: 50px;
}
.sdinbtm ul {}
.sdinbtm ul li {
    margin-bottom: 15px;
}
.sdinbtm ul li a {
    display: block;
    padding: 4px 65px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 16px;
    color: #1a457b;
    font-weight: 300;
    position: relative;
}
.sdinbtm ul li a.sdmactive{
    font-weight: 400;
}
.sdinbtm ul li a.sdmactive:after{
    content: "";
    position: absolute;
    left: 65px;
    bottom: -3px;
    width: 220px;
    height: 3px;
    background-color: #ffc528;
}
.smneu ul li a.sdmactive:after{
    content: "";
    position: absolute;
    left: 31px;
    bottom: 1px;
    width: 192px;
    height: 2px;
    background-color: #ffc528;
}
.sdinbtm ul li a:hover {
    color: #000;
    background-color: rgba(0,0,0,.10);
}
.sdinbtm ul li a:hover {}
.sdintop ul li a:hover{}
.sdelog {
    overflow: hidden;
    text-align: center;
    padding: 0;
    width: 100%;
	display:none !important;
}
.sdelog img {
    max-width: 190px;
}
.sdsubmenu ul li a {
    padding-left: 85px;
}
.smneu ul{
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    padding-left: 65px;
}
.smneu.sdmenupx ul{
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 5px;
}
.smneu.sdmenupx a.cldlink{
    background-color: rgba(0,0,0,.10);  
    color: #000;
    font-style: italic;
}
.smneu.sdmenupx ul li a:hover {
    background-color: transparent;
}
.smneu ul li {
    margin-bottom: 0;
}
.smneu ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    padding: 5px 0px 4px 30px;
}
.sdinbtm ul li.smneu {
    background-image: url(../images/sdplus.png);
    background-repeat: no-repeat;
    background-position: 280px 11px;
    background-size: 14px;
}
.smneu.sdmenupx ul li a:hover {
    background-color: rgba(0,0,0,.10) !important;  
    color: #000 !important;   
}
.wlepge{
    transition: all .5s;
}
.sdmencont.wlepge {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 999999;
}
.{}

.map_intr { width:100%; background-color:#e6e6e6;  padding:70px 0 70px; 
	margin: 30px 0px 50px;
 }
.map_intr_inn {
	background-color: #fff;
	min-height: 651px;
    padding: 30px;
    box-shadow: -1px 0px 12px #bbbbbb;
}
.col-md-6.map_frm {
	padding: 50px 50px;
}
.map_intr_inn .map_frm h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 25px;
	letter-spacing: 1.2px;
	margin-top:5px;
}
.map_intr_inn .map_frm input[type="text"] {
	margin-bottom: 20px;
	padding: 20px 15px !important;
	border-radius: 0px !important;
	/* width: 60%; */
	letter-spacing: 2px;
	font-weight: 500;
	border: 1px solid #ddd;
	font-size: 16px;
}
.map_intr_inn .map_frm input[type="text"]:focus {
	border: 1px solid #3b608d;
	box-shadow:none;
}
.map_intr_inn .map_frm .submit_search {
	margin-top: 0;
	background-color: #1a457b;
	color: #fff;
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 14px;
	border:none;
}
.map_intr_inn .map_area {
	/*border: solid 4px #fbbe37;*/
}
.map_intr_inn .map_area img {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#map-results h4 {
    text-transform: uppercase;
}

#map-results p {
    font-size: 14px;
    margin-bottom: 10px;
}

.map-button {
	border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.map-result-cont .map-button {
	color: #000;
	background-color: transparent;
	border: solid 2px #f3d016;
	border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.map_intr_inn_sec .map-button {
	color: #000;
	background-color: transparent;
	border: solid 2px #f3d016;
	border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.map_intr_inn_sec .map-button:hover  {background-color:#f3d016; border-color:#f3d016; color:#000; }

.map-result-cont .map-button:hover { background-color:#f3d016; border-color:#f3d016; color:#000; }

.map-result-cont .col-md-4 .map-button {  background-color:#f3d016; border-color:#f3d016; color:#000; }
.map-result-cont .col-md-4 .map-button:hover {  background-color:#000; border-color:#000; color:#fff; }
.map_area .infoboxgen .map-button:last-child {  background-color:#f3d016; border-color:#f3d016; color:#000;  }
.map_area .infoboxgen .map-button:last-child:hover  { background-color:#000; border-color:#000; color:#fff  }
.infoboxgen h5 {
    text-transform: uppercase;
}

.bootstrap-select button{
    padding: 9px 15px !important;
    border-radius: 0px !important;
    letter-spacing: 2px;
    font-weight: 500;
    border: 1px solid #ddd;
    font-size: 16px;
}

a.cntmore {
    border: 1px solid #333333;
    padding: 9px 20px;
    display: inline-block;
    border-radius: 0px;
    letter-spacing: 6px;
    font-weight: 300;
    color: #ffffff;
    font-size: 12px;
    background: #1a457b; 
}
a.cntmore:hover {
    background: #f3d016;
    border: 1px solid #f3d016;
    color: #1a457b;
}

/* .contact_more {
    margin-left: 10px;
} */


/*--Nav Toggle-- end*/
.abbtnrow {
    text-align: right;
    padding-top: 21px;
}
.licensing {
    overflow: hidden;
    width: 100%;
}
.lysinging {
    background: url(../images/bg_welcome.png);
    background-size: cover;
    background-position: center;
    padding: 80px 0;    
}
.licstateprt {}
.liccol {
    text-align: center;
}
.liccol h3 {
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 400;
    border-bottom: 1px solid #ffc528;
    margin: 0 0 12px;
    min-height: 55px;
    position: relative;
    line-height: 22px;
}
.liccol h3 span{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    left: 0;   
}
.liccol p {
    line-height: 26px;
    letter-spacing: 1px;
}
.clcptle h2.fetjob {
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px;
}
.jobcobt .container .clcptle {
    text-align: left;
}
.page_cont.jobcobt {
    padding-bottom: 80px;
}
.jlrmore {
    border: 1px solid #333333;
    padding: 9px 20px;
    display: inline-block;
    border-radius: 0px;
    letter-spacing: 6px;
    font-weight: 300;
    color: #333333;
    font-size: 12px;
    margin-top: 20px;
    float: right;
}
.jlrmore:hover {
    background: #3b608d;
    border: 1px solid #3b608d;
    color: #fff;   
}
.sgnlotrm {
    overflow: hidden;
    margin-bottom: 20px;
}
.sgnlotrm h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 7px;
    transition: all .5s;
    position: relative;
    margin-bottom: 5px;
    color: #164177;
}
.sgnlotrm h3:after {
    content: "";
    position: absolute;
    left: -50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: all .5s;
}
.sgnlotrm:hover h3:after {
    background: #ffc423;
    left: 0;
}
.sdrcolor .namre h3 {
	color: #164177;
	font-size: 28px;
}
.mosrt .email_link {
	word-break: break-word;
}
.sdrcolor .namre p {
    text-transform: uppercase;
}
.sdrcolor .namre p span {
    font-weight: 600;
    letter-spacing: .5px;
}
.sdrcolor .mosrt p a.infcolr {
    color: #164177;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sdrcolor .namre {
    padding-bottom: 7px;
}
.veryf {
    overflow: hidden;
    padding: 0;
    text-align: center;
    padding-top: 50px;
}
.veryf p {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 21px;
    font-weight: 400;
}
.veryf p a {
    color: #000;
}
.veryf p img {
    margin-top: -15px;
}
.col-md-6.col-sm-6.maptwo {
    height: 400px;
    position: relative;
}
.mp2lt {
    padding-left: 0;
}
.mp2rt {
    padding-right: 0;
}
.form-control
{
    	color: #999;
	opacity: 1;
}

.form-control::-webkit-input-placeholder {
   	color: #999;
	opacity: 1;
}

.form-control:-moz-placeholder {
   	color: #999;
	opacity: 1;
}

.form-control::-moz-p {
   	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
  	color: #999;
	opacity: 1;
}
.container .temmem .col-md-3 .loin img { border: solid 8px #abc9c1; background:#abc9c1 !important; border-radius: 120px; box-shadow:8px 6px 10px #D6D6D6; }
#locaton-search {
	padding: 10px 20px 10px !important;
	color: #999;
	opacity: 1;
	width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #999;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #999;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #999;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #999;
  opacity: 1;
}
.mobile_version{ display:none; }
.desktop_version{ display:block; }

.email_link a {
	font-size: 14px;
	letter-spacing: 2px;
	color: #646464;
	text-transform: lowercase;
	display: inline-block;
	padding: 0px 0 5px;
	position: relative;
	overflow: hidden;
	font-family: 'Poppins', sans-serif;
}
.email_link a::after {
	content: "";
	position: absolute;
	left: -50%;
	bottom: 0;
	width: 100%;
	height: 2px;
	transition: all .5s;
}
.email_link:hover a::after {
	content: "";
	position: absolute;
	left: 0;
	background: #ffc528;
}
.footelog div {
	display: inline;
}
.footelog p {
	margin: 14px;
}

.bradcumbsr ul li a {
	color: #000;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-decoration: none;
}
.bradcumbsr ul {
	text-align: right;
}
.bradcumbsr ul li {
	display: inline-block;
	margin-right: 3px;
	padding-right: 15px;
	position: relative;
	color: #939699;
}
.bradcumbsr ul li::after {
	content: "/";
	font-size: 12px;
	position: absolute;
	right: 3px;
	top: 5px;
}
.bradcumbsr ul li:last-child a {
	text-decoration: underline;
}
.bradcumbsr ul li:last-child::after {
	content: "";
}
.bradcumbsr ul li:first-child::after {
	top: 7px !important;
}
.breadcrumb_sec { margin-top:20px; }
.mobile_only, .mobiled_only { display:none; }
.carousel-inner .item:first-child .pagebannercon { margin-left:-13% !important; } 

#myCarousel .carousel-inner .item img {
	background: cover;
	width: 100% !important;
}
.bradcumbsr li.email_link a {
	display: inline !important;
	text-transform: none;
}
.bradcumbsr ul li:first-child::after {
	content: "";
}
.bradcumbsr ul li:first-child {
	right: -12px;
}


.iconnicpiramid {
	overflow: hidden;
}

/*--Responsive Part--*/


@media screen and ( min-width: 1367px ){
	.menulist ul li a {
	font-size: 16px;
}
}
@media screen and ( min-width: 2000px ) and ( max-width: 6000px ){
.banner_part {min-height: 900px;}
}
@media screen and ( min-width: 2700px ) and ( max-width: 6000px ){
    .banner_part {min-height: 1000px;}
}

@media screen and ( min-width: 1701px ) and ( max-width: 5200px ){
    .logo {
        padding-left: 120px;
        display: block;
    }
/* .rtinfolist {
    padding-right: 160px;
} */
.menulist ul li a {
    padding: 6px 12px;
}




}
@media screen and ( min-width: 1560px ) and ( max-width: 1700px ){
.logo {
    padding-left: 139px;
}
/* .rtinfolist {
    padding-right: 139px;
} */
.menulist ul li a {
    padding: 6px 12px;
}


}
@media screen and ( min-width: 1201px ) and ( max-width: 6000px ){
/*--fix nav--*/
.navfixscrl {
    overflow: hidden;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: -50px;
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 6px #999;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    z-index: 99999;
}
.srcfixnv .menulist {
    text-align: right;
    padding: 24px 15px 0px;
}
.srcfixnv .menulist ul {
    border-top: 0;
    padding-top: 0;
    padding-left: 30px;
}
.fixlogo {
    padding: 0 0;
}
.fixlogo a img {
    margin-top: -10px;
}
.fxivd {
    position: absolute;
    top: 33px;
    left: 13px;
    z-index: 999;
}
.header_part.fixednav > .navfixscrl {
    top: 0px;
    visibility: visible;
    opacity: 1;
}
.logo.fixlogo {
    text-align: left;
}
.logo.fixlogo a img {
    margin-right: 30px;
}
.menulistfixed.menulist {
    text-align: right;
    padding: 0px 0px 0px;
}
/*--fix nav end--*/

}
@media screen and ( min-width: 1201px ) and ( max-width: 1350px ){
.menulist ul {margin-left: -50px;}
/* .headbtn {width: 72%;} */
.info {width: 28%;}
.tablist li a {margin: 10px 6px;}
.rtinfolist {
    padding-right: 15px;
}
.banner_part {
	background-size: cover !important;
}
}
@media screen and ( min-width: 1024px ) and ( max-width: 1200px ){
.ctap_part .container {max-width: 100%;}
.ctpbox h3 {font-size: 16px;letter-spacing: 1px}
.maincontprt {padding: 0px 15px;}
.ctap_part {margin-top: -25px;}
.owl-prev {left: -5px;}
.owl-next {right: -5px;}
.tabplist ul li {font-size: 14px;}
.menulist ul li a {padding: 6px 6px;font-size: 14px;}
.headbtn li a { width: 100%;}
.brnchov {padding-top: 0;}
.brnchov h2 {font-size: 26px;line-height: 36px;margin-bottom: 15px;}
.flexrow {display: block;width: 940px;margin: 0 auto;}
.fbox {float: left;width: 22%;margin: 1.4%;}
.menulist ul {margin-left: -80px;}
/* .headbtn {width: 69%;} */
.info {width: 30%;}
.iconnicpiramid .container {width: 1020px;}
.leftshp {left: -160px;top: -184px;}
.rightshpe {right: -138px;top: -183px;}
.pgmdiconlist {padding-left: 20px;}
.pgmdiconlist ul li:nth-child(1) {padding-top: 155px;}
.pgmdiconlist ul li:nth-child(6) {padding-top: 155px;}
.pgmdiconlist ul li:nth-child(2) {padding-top: 72px;}
.pgmdiconlist ul li:nth-child(5) {/*padding-top: 72px;*/}
.tablist li a {margin: 10px 3px;}
.navfixscrl {
    display: none;
}
.rtinfolist {
    padding-right: 15px;
}
.map_intr_inn .map_area img {
	max-width: 100%;
}
.map_frm h2 img {
	width: 37px;
}
.map_intr_inn .map_frm h2 {
	font-size: 22px;
}
.banner_part {
	background-size: cover !important;
}
.headbtn li a {
	width: auto;
	font-size: 13px;
}
.menulist ul li a {
	font-size: 13px;
}
.tablist li a {
	width: auto;
}
.loin {
	overflow: visible;
}	
.logo {
	padding-left: 0px;
}
.rtinfolist {
	padding-right: 15px;
}
}

@media screen and ( min-width: 768px ) and ( max-width: 1023px ){
.footeremnu ul {padding-left: 0px;}
.ctap_part .container {max-width: 100%;}
.ctap_part {margin-top: 34px;}
.bannner_info {position: absolute;transform: translate(0%, 0%);top: 20px;left: 15px;}
.tablist li a {margin: 0px 4px;font-size: 12px;}
.tabplist {text-align: left;}
.maincontprt {padding: 0;}
.owl-prev {left: -5px;}
.owl-next {right: -5px;}
.header_part .container .row {display: block;}
.rtinfolist {padding-top: 8px;max-width: 483px;padding-left: 15px;}
.logo {padding-top: 23px;}
.becohomtt p {line-height: 22px;font-size: 12px;}
.logpage {text-align: center;}
.fbox {float: left;width: 30.33%;margin: 1.4%;}
.flexrow {display: block;width: 740px; margin: 0 auto;}
.frlin {width: 318px;}
.blispw ul.cklistps {padding-left: 20px;}
.videopart {margin: 0;margin-top: 10px;}
.iconnicpiramid .container {width: 768px;}
.prbox h4 {font-size: 12px;letter-spacing: 0;}
.prbox img {max-width: 65px;}
.leftshp {left: -125px;top: -218px;}
.rightshpe {right: -125px;top: -211px;}
.pgmdiconlist {padding-left: 17px;}
.pgmdiconlist ul li:nth-child(1) {padding-top: 129px;}
.pgmdiconlist ul li:nth-child(6) {padding-top: 129px;}
.pgmdiconlist ul li:nth-child(2) {padding-top: 70px;}
.pgmdiconlist ul li:nth-child(5) {padding-top: 70px;}
.loin a img {max-width: 150px;}
.container .temmem .col-md-3 .loin img { box-shadow:none !important;}
.rtinfolist {padding-right: 0px !important;}
.navfixscrl {display: none;}
.map_intr_inn .map_area img {max-width: 100%;}
.map_frm h2 img {width: 37px;}
.map_intr_inn .map_frm h2 {font-size: 22px;}
.liccol h3 {font-size: 14px;letter-spacing: 3px;}
.banner_part {background-size: cover !important;}
.flxmiddle .fbox:nth-child(5) {margin-left: 10px}
.pagebanner {
	min-height: 260px;
}
.loin img:first-child {
	height: auto !important;
}
.single_banner .pagebannercon {
	margin-left: 2%;
}
.desktop_only { display:none; }
.mobile_only { display:block;  }
.bannner_info {
    margin-left: 0px;
}
.ctpbox a.btnc {
	background: transparent;
	border: 1px solid #f3d016;
	color: #1a457b;
	font-size: 12px;
	height: 44px;
	line-height: 43px;
	width: 200px;
}
.menulist {
	width:75%;
}
.logo, .menulist, .rtinfolist  {
	width:100%; 
	margin:0 auto;
	text-align:center;
	padding:0px;
	float:none;
}
.menulist {
	margin: 10px auto 18px !important;
}
.menulist ul {
	 text-align: center; 
}

.rtinfolist .headbtn {
	float: none;
	text-align: right;
	width: 100%;
	padding-right: 0px;
}
.rtinfolist .info {
	float: left;
	width: 17%;
	text-align: left;
	padding-left: 10px;
}
.iconnicpiramid {
	display:none;
}
.tablist li a {
	width: auto !important;
}
	.loin {
	overflow: visible;
}	
}

@media screen and ( min-width: 992px ) and ( max-width: 1023px ){
.menulist ul {margin-left: -118px;}
/* .headbtn li a {width: 100px;} */
.headbtn {width: 69%;}
.info {width: 31%;}
.menulist {padding-top: 12px;}
.logo {padding-top: 0;}
.rtinfolist {	padding-right: 0px !important;}
.tablist li a {
	width: auto;
}
	.loin {
	overflow: visible;
}	
}

@media screen and ( max-width: 767px ){
.ctap_part { margin-top: 35px;}
.ctap_part .container {max-width: 100%;}
.tabplist {text-align: left;}
.testmoni .owl-dots {position: static;}
.owl-nav {display: none;}
.singtest {padding: 0;}
.why p {padding: 0;}
.footeremnu ul {padding-left: 0;text-align: center;}
.bannner_info {position: static;padding: 30px;transform: translate(0%, 0%);max-width: 100%;}
.bannner_info h2 {font-size: 30px;letter-spacing: 3px;margin-bottom: 20px;}
.bannner_info a { width: 233px;}
.header_part .container .row {display: block;}
.rtinfolist .headbtn li {
	display: block;
	margin: 0 4px;
}
.headbtn li a {
	width: auto;
	font-size: 14px;
	letter-spacing: 2px;
}
.menulist ul li {margin-left: 20px;margin-bottom: 10px;}
.menulist ul li a {padding: 6px 3px;font-size: 14px;}
.menulist {padding: 15px 0;}
.why h2 {font-size: 35px;}
.logo {text-align: center;}
.rtinfolist {max-width: 96%;margin: 0 auto;padding: 15px 0 0;}
.maincontprt {padding: 0;}
.tabplist ul li {font-size: 14px;letter-spacing: .5px;}
.pagebannercon {padding: 20px 15px;width:372px;}
.pagebannercon ul li a {width: 145px;}
.loofse {display: block;}
.logrp {display: block;}
.namre {text-align: center;}
.lopge img {max-width: 370px;margin: 0 auto;}
.mosrt {text-align: center;}
.quotelo {padding-left: 15px;}
.becohomtt {padding: 40px 15px;text-align: center;}
.becohome {margin: 15px auto 0;}
.beimbg {top: 0;width: 100%;}
.beimbglo {top: 0;width: 100%;}
.beimprt {min-height: 400px;}
.temtle h3 {text-align: center;}
.teamlist {padding-top: 0;}
.adress {left: 15px;padding: 46px 20px;}
.loin {max-width: 320px;margin: 0 auto 25px;}
.lopge {text-align: center}
.brnchov {padding-left: 15px;padding-top: 45px;text-align: center;padding-bottom: 22px}
.pagebannercon h1 {letter-spacing: 5px;font-size: 30px;}
.branchoverview {margin-bottom: 30px;}
.testimonial.inpagetxt {padding: 22px 0;}
.pgcont {padding: 0 15px;}
.continfo {margin-top: 35px;}
.contfrm {padding-right: 15px;}
.blogauto {padding: 20px 15px 25px 5px;}
.fbox {float: none;width: 100%;margin: 20px 0;}
.flexrow {display: block;max-width: 300px;margin: 0 auto;}
.prgsec {margin: 0;}
.prgof {display: block;width: 100%;}
.colprgr {padding: 20px 17px;min-height: 200px;}
.frow { display: block;}
.frlin {width: 100%;float: none;text-align: center;display: block;align-items: center;min-height: auto;}
.frmlink {padding: 10px 0;}
.frmbxin {display: block;height: 100%;padding: 30px 0;}
.frmfldp {max-width: 100%;}
.cklistrw {display: block;padding: 20px;}
.blispw {float: none;padding-bottom: 20px;}
.formpart {display: block;padding: 10px 5px;}
.frmin h3 {font-size: 18px;}
.mpcntcont .row {display: block;}
.adressrows {display: block;}
.headbtn {width: 100%;float: none;overflow: hidden;text-align: center;}
.info {width: 70px;position: absolute;right: -26px;top: -111px;}
.iconnicpiramid .container {width: 100%;}
.pgmdiconlist {padding-left: 0;position: static;max-width: 375px; margin: 0 auto;}
.leftshp {display: none;}
.rightshpe {display: none;}
.pgmdiconlist ul li {width: 48%;padding: 17px 0 !important;}
.orgpr {padding-top: 132px;}
.whypart {padding: 15px 0;}
.map_intr_inn .map_area img {max-width: 100%;}
.map_intr_inn .map_frm input[type="text"] {letter-spacing: 1px;font-size: 13px;width: 100%;}
.map_frm h2 img {width: 30px;}
.map_intr_inn .map_frm h2 {font-size: 17px;margin-bottom: 30px;}
.map_intr_inn .map_frm .submit_search {margin-top: 20px;}
.logo {padding: 0px;}
.menulist ul {text-align: center;}
.logo_s img {width: 60%;}
.overlay_cont .logo_s {margin-bottom: 40px;}
.overlay ul li {min-height: 40px;}
.overlay ul li a {font-size: 20px;line-height: 30px;}
.do_donts {display: block;}
.dolist {margin: 0 0px;}
.donlist {margin: 20px 0 0px;}
.navfixscrl {display: none;}
.liccol h3 {max-width: 300px;margin: 0 auto 11px;}
.menulist {display: none;}
.header_part {padding: 20px 0;}
.header_part .container {padding: 0;}
.sdebra {min-width: 360px;}
.sayhello {padding: 0;max-width: 353px; margin: 0px auto;}
.tablist li a {width: 100%}
.testmoni {padding: 0 2%;}
.why {padding: 0 15px;margin: 0;}
.bannner_info {margin-top: 0%; }
.bannner_info a {font-size: 16px;letter-spacing: 2px;}
.header_part .row { margin:0px !important; }
.banner_part {min-height: auto;}
.flxmiddle .fbox:nth-child(5) {margin-left: 10px; }
.mobile_version{ display:block !important; }
.desktop_version{ display:none !important; }
.pagebanner {
	min-height: 260px;
}
.foot_mbtn {
	margin-top: 90px;
    text-align: center;
}
.foot_mbtn li {
	display: block;
	text-align: center !important;
	margin-bottom: 8px;
}
.desktop_only { display:none; }
.mobile_only { display:block;  }
.single_banner .pagebannercon {
	left: 0px;
	margin: 0 auto;
	text-align: center;
}
.loin img:first-child {
	height: auto !important;
}
.container .temmem .col-md-3 .loin img { box-shadow:none !important;}
.bannner_info {
    margin-left: 0px;
}
.rate_left {
	margin-bottom: 60px !important;
	 position: relative !important; 
	  text-align:center;
}
.iconnicpiramid {
	display:none;
}
.rating_area {
	text-align: center !important;
}

}
@media screen and ( max-width: 480px ){
.map_intr_inn .map_frm h2 {font-size: 14px;margin-bottom: 30px;}
.sayhello {max-width: 460px;}
.rtinfolist {max-width: 86%;}
.pagebannercon ul li a {
	width: 240px !important;
}
.pagebannercon {
	width: 320px;
}
.pagebannercon h1 {
	letter-spacing: 5px;
	font-size: 24px;
	line-height: 32px;
}
/*=================Mobile changes================ */
.rtinfolist .headbtn li {
	margin:0px !important;
}
.bannner_info p {
	font-size: 19px;
	line-height: 30px;
}
#prdmidlist { display:none !important; }
.pgcont h2 {
	font-size: 21px;
}
.homeprdm { display:none !important; }
.why h2 {
	font-size: 25px !important;
}
.rtinfolist {
	max-width: 82% !important;
}
.ctactive a.btnc {
	background-color: #fff !important;
}
.row .col-md-4:first-child .ctpbox a.btnc {
	/* background-color: #f3d016 !important; */
}
.row .col-md-4:last-child .ctpbox a.btnc {
	/* background-color: #f3d016 !important; */
}
.mctap_part .ctpbox a.btnc {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	height: 44px;
	line-height: 43px;
	width: 80% !important;
	padding: 0px 18px !important;
}
.modal-body .row {
	margin-top: 50px;
}
.close {
	font-size: 40px;
}
.modal-body .tabcont p {
	line-height: 22px;
	font-weight: 300;
	font-size: 14px;
}
.mobiled_only { display:block; }
#myCarousel .carousel-inner img { height:250px; }
.lo_slider { min-height:250px; }
.lo_slider .pagebannercon:last-child {
	left: 63% !important;
}
.carousel-inner .item:first-child .pagebannercon {
	margin-left: -55% !important;
}
.lo_slider .left {
	left: 1px;
}
.bradcumbsr ul {
	text-align: center;
}
.pagebanner {
	min-height: 250px;
	margin-bottom:30px;
}
.desktop_only { display:none; }
.mobile_only, .mobiled_only { display:block;  }
.single_banner .pagebannercon {
	left: 0px;
	margin: 0 auto;
	text-align: center;
}
.bannner_info {
    margin-left: 0px;
}
.banner_part {
	width: 100%;
	overflow: hidden;
	background-size: cover !important;
	background-size: 100% auto;
	background-position: top center !important;
	background-repeat: no-repeat;
}
.rating_area {
	text-align: center !important;
}
.rating_txt {
	text-align: center !important;
}
.rating_area li {
	margin-top: 10px;
}
.rate_left {
	margin-bottom: 60px !important;
	 position: relative !important; 
	 text-align:center;
}
.video_res iframe{ width:100%; }
.ctpbox {
	text-align: center;
	margin-bottom: 15px;
}

}
@media screen and ( min-width: 560px ) and ( max-width: 767px ){
.fbox {float: left;width: 46%;margin: 2%;padding: 18px;}
.flexrow {max-width: 533px;}
.logo_s img {width: 40%;}
.sayhello {max-width: 560px;}
.rtinfolist {max-width: 80%;}
}


.notice {
	padding-top: 12px;
	padding-bottom: 12px;
	background: #f3d016;
	color: #1a457b;
	text-align: center;
	margin-bottom: 15px;
}
.notice a { color:#1a457b !important; font-size:18px; }

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#1a457b;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid #92c753;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
.button.secondary.stop, .button.secondary.play {
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: -28px;
	display:block;
}
.covid_page{ padding-top:20px; }
.covid_page .pgcont {  text-align:left !important; max-width:100% !important; }
.covid_page .faqpart {
	padding: 0px 0% 40px !important;
}
.covid_page .clcptle h2 {
	font-weight: bold;
}
.covid_page .accordprt > .accordion {
	color: #164177;
	font-weight: bold;
}
.covid_page_top { padding-top:0px !important; }


.testimonial_block {
    overflow-y: scroll;
    max-height: 600px;
}


.testimonial_block_inside {
    overflow-y: scroll;
    max-height: 600px;
}

/* ===========================home pick */

.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: -50px;
    width: 15%;
    font-size: 60px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background:none !important;
    background-image:none !important;
}
.carousel-control.right {
    background:none !important;
    background-image:none !important;
}

.losrtingo, .ploimg{
    text-align: center;
}
.ofdertxt {
    text-align: left !important;
    padding: 0px 40px;
    line-height: 23px;
    font-size: 14px;
}
.navfixscrl {
    z-index: 1000 !important;
}
.temmem .modal { z-index:9999; }
.temmem .modal-dialog { z-index:9999 !important; }
.lo_infosec .modal-content {
    border-radius:0px;
}
.testmoni .owl-dots {
    bottom:50px;

}

/* .pagebanner::after {
    display: block;
    position: relative;
    background: rgb(26,69,123);
    background: linear-gradient(90deg, rgba(26,69,123,1) 0%, rgba(255,255,255,1) 39%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: '';
  } */

  .pagebanner{
    position:relative;
    display:inline-block;
  }
  
  .pagebanner:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: linear-gradient(90deg, rgba(26,69,123,0.96) 10%, rgba(255,255,255,0) 70%);
  }

  /* .cta_banner_sec {
	display: flex;
	margin: 0 auto;
	max-width: 900px;
	background-color: #f0f1f2;
	padding: 40px 30px;
	border: solid 24px #f3d016;
	text-align: center;
    border-radius: 40px;
} */
.whypart {
	overflow: hidden;
	width: 100%;
	padding: 60px 0;
	margin-top: 120px;
}
.desktop_only  { position: relative;}
.cta_banner_sec {
	display: flex;
	margin: 0 auto;
	max-width: 940px;
	background-color: #f0f1f2;
	padding: 8px 30px;
	border: solid 20px #f3d016;
	text-align: center;
	border-radius: 40px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -101px;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 40px;
	color: #01bcf3;
	font-weight: 600;
}
.cta_banner_sec .ctb_child {
	font-size: 54px;
	color: #01bcf3;
	display: block;
	min-width: 140px;
	margin: 0 34px;
	font-weight: bold;
    font-family: "Nunito Sans", sans-serif;

}
.cta_banner_sec .ctb_child span {
	font-size: 16px;
	display: block;
	font-weight: 500;
	color: #115a3c;
    font-family: "Nunito Sans", sans-serif;

}
.foot_mbtn { margin-top: 90px; }
.foot_mbtn li {display: block; text-align: left; margin-bottom: 10px;  } 
/* .cta_banner_sec .ctb_child:first-of-type::after {
    content: "+";
    display: inline;
  }

.cta_banner_sec .ctb_child:nth-child(2)::after {
    content: "=";
    display: inline;
  }   */
  .cta_banner_sec .ctb_child:last-child { color: #282828; } 
  .cta_banner_sec .ctb_child:last-child span { color: #282828; } 
  .mobile_only .bannner_info {
	background: rgba(26,69,123,.71);
	
}
.foot_social li a {
	font-size: 28px;
	margin: 0px 5px;
}
.banner_area img {
	width: 100%;
}
@media screen and ( min-width: 1700px ){
.bannner_info {
	position: absolute;
	left: 17%;
	padding: 10px;
	text-align: center;
	max-width: 476px;
	height: 215px;
	display: flex;
	align-items: center;
	margin-left: -100px;
	transition: 1s;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 11%;
    transform: none;
}
}

 

@media screen and ( max-width: 1200px ){

    .mctap_part .ctpbox a.btnc {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        height: 44px;
        line-height: 43px;
        width: auto;
        padding: 0px 18px !important;
    }
    .whypart {
        margin-top: 100px;
    }
    /* .mobile_only .banner_part {
        min-height: 320px;
      
    } */
    .mobile_only .banner_part {
        height: auto;
        background-size: cover;
    }
    .headbtn {
        text-align: right !important;
    }
    .mctap_part .ctpbox a.btnc span {
        color: #fff;
        letter-spacing: 0px;
    }
    .headbtn {
        float: none;
        text-align: right;
        width: 100%;
        padding-right: 0px;
        margin-bottom: 0px !important;
        padding-top: 10px;
    }
}

@media screen and ( max-width: 768px ){
.headbtn {
    text-align: center !important;
}
.whypart {
 padding: 10px;
}
}

@media screen and ( max-width: 1350px ){

}

@media screen and ( max-width: 1024px ){
    .whypart {
        margin-top: 10px;
        padding: 30px;
    }
    .mobile_only .banner_part {
        height: auto;
        background-size: cover !important;
        min-height: 300px;
    }

}  
@media screen and ( max-width: 460px ){
    .mobile_only .banner_part {
        min-height: auto;
    }
    .whypart {
        margin-top: 0px;
        padding: 40px 0px;
    }
    .bannner_info h1 {
        font-size: 30px;
    }
    .headbtn {
        float: none !important;
        text-align: center !important;
        width: 100% !important;
        padding-right: 0px;
        margin-bottom: 0px !important;
        padding-top: 10px;
    }
    .foot_mbtn {
        margin-top: 0px;
        text-align: center;
    }
    .footelog {
        float: none;
        text-align: center;
        padding-right: 0px;
    }
    .veryf {
        overflow: hidden;
        padding: 0;
        text-align: center;
        padding: 50px 20px;
    }
    .tablist li a {
        font-size: 18px;
    }
}    
