@import url('avenir/style.css');
html {
    font-size: 1rem;scroll-behavior: smooth;
}
body {
    color: #292929;    
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
input:focus, textarea:focus, button:focus, select:focus {outline: none;}
a, img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a, .main-menu a:hover, #header .topbar a:hover, #footer a:hover {color: #222061;}
a:hover {color: #4845b8;}
.head, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.3;
}
.fw6 {
    font-weight: 600;	
}
.head.nupper {
    text-transform: none;
}
a.spbtn, .spform button, .spform input[type="submit"] {
    font-size: 18px;
    font-family: 'Avenir';
    text-transform: uppercase;
    color: #fff;
    padding: 18px 60px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    z-index: 9;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
a.spbtn:before, .spform button:before, .spform input[type="submit"]:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #4845b8;
    top: 0;
    left: 28px;
    transform: skew( 40deg);
    z-index: -1;
}
a.spbtn:hover, .spform button:hover, .spform input[type="submit"]:hover {
    background-color: transparent;
}
a.spbtn:hover:before, .spform button:hover:before, .spform input[type="submit"]:hover:before {
    background-color: #222061;
}
.spform button, .spform input[type="submit"] {
    width: 100%;
}
.bgimg, .z-default-subpage-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.z-container .z-default-subpage-subpage {
    display: block;
}
#header a, .main-menu ul, .main-menu li, .main-menu i, .social, .btns {
    display: inline-block;
    vertical-align: top;
}
#header {
    position: relative;
    overflow: hidden;
}
#header .logoc {
	position: relative;
}
#header .logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 0;
    background-color: #fff;
}
#header .logo:before {
    content: '';
    position: absolute;
    width: 115%;
    height: 101%;
    background-color: #fff;
    left: 0;
    top: 0;
    transform: skewX(35deg);
}
#header .logo a {
	position: relative;
}
#header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    right: 72%;
    top: 0;
}
#header .topbar, #header .topbar2 {
    text-align: right;
}
#header .topbar {
    background-color: #4845b8;
    padding: 11px 15px;
}
#header .topbar2 {
    background-color: #222061;
    padding: 38px 15px;
}
#header .topbar a {
    vertical-align: bottom;
    margin: 0 0 0 10px;
}
.main-menu {
    background-color: #a1a1a1;
    text-align: center;
    padding: 18px 15px;
}
.main-menu li {
    margin: 0 8px;
}
#footer, .welsec, .subsec1 {
	background-image: url('../images/texture-bg.jpg');
}
.foobox {
    float: left;
    width: 30%;
    padding: 0 15px;
}
.foobox.box3 {
    width: 40%;
}
#footer, #footer a {
	color: #3e3d3d;
}
#footer .head {
    color: #222061;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.foomenu li {
    margin: 10px 0;
}
#footer .coppr {
    padding-top: 22px;
    width: 100%;
    text-align: center;
}
#footer .coppr, #footer .lic-cer {
    font-size: 14px;
}
.welsec .spform {
    float: right;
    width: 470px;
    max-width: 100%;
    background-color: #fff;
    box-shadow: 15px 15px 30px #8a8585;
    margin: -580px 0 30px 0;
    padding: 40px 40px 20px;
    position: relative;
    z-index: 9;
}
.welsec .spform .zPrivacyPolicyLink {
    display: none !important;
}
.welsec .spform .head, .welsec .spform .head2 {
    text-align: center;
}
.spform input[type="text"], .spform input[type="email"], .spform select {
    font-family: 'Open Sans';
    background-color: #f0f0f1;
    border: none;
    color: #292929;
    padding: 18px 20px;
    width: 100% !important;
    margin: 0 0 15px 0;
    vertical-align: top;
    font-size: 18px;
}
.spform ::placeholder{
	color: #848484;
}
.welsec .spform .head {
    color: #222061;
}
table.table-list, table.table-list tr, table.table-list td, table.table-list th {
    width: 100% !important;
    display: inline-block;
    margin: 0;
    padding: 0;
}
table.table-list tr:last-child {
    margin: 5px 0 0 0 ;
}
.zHelpToolTipLabel {
    padding-bottom: 5px;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    text-align: left;
}
.z-default-subpage-header .z-default-subpage-title {
    margin: 150px 0 30px 0;
    line-height: normal;
    padding: 0 15px;
    font-size: 60px;
    color: #FFFFFF;
}
.ctabox {
    max-width: 395px;
    padding: 0;
}
.ctabox a {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ctabox a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(34 32 97 / 80%);
    color: #fff;
    padding: 12px;
}
.ctabox a:hover img {
    transform: scale(1.1);
}
.ctabox #back {
    height: 280px;
}
.ctabox-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
    margin-bottom: 60px;
}

.testisec {
    background-image: url('../images/testimonial-bg.jpg');
}
.testislider {
    margin: 0 0 15px 0;
    padding: 0 70px;
}
.testislider p {
    line-height: 1.6;
}
.testislider a.slider-previous-button, .testislider .slider-next-button {
    width: 36px;
    height: 36px;
    line-height: normal;
    background-color: transparent;
    top: 40%;
    font-size: 30px;
    color: #fff;
    left: 0;
}
.testislider .slider-next-button {
    right: 0;
    left: auto;
}
.testislider a.slider-previous-button:hover, .testislider .slider-next-button:hover {
    color: #151342;
}
.welsec {
    margin-top: -8px;
}
.hide-label label, .hide-label span[style="font-size:80%;"], .z-manager-edit-head p{
    display: none;
}
.welsec a.zPrivacyPolicyLink, .contsec2 a.zPrivacyPolicyLink {
    margin-top: 10px !important;
    display: inline-block;
}
#footer .lic-cer p {
    padding-bottom: 10px;
}


.p-title, .subsec1 .head {
    color: #030162;
}

#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{background-color:#222061; color:#FFF; font-size:40px;line-height:1; padding:15px;  position:absolute; z-index:4; border:1px solid rgba(255,255,255,.7);}
.homeSlideshowPause,  .homeSlideshowPlay{ border:1px solid rgba(255,255,255,.7); width:60px; padding:7px; text-align:center;}
.homeSlideshowPrevious{bottom:45%; left:0px;}
.homeSlideshowNext{bottom:45%; right:0px; }
.homeSlideshowPlay, .homeSlideshowPause{bottom:15px; right:10px;}
.homeSlideshowPrevious:hover, .homeSlideshowNext:hover, .homeSlideshowPause:hover, .homeSlideshowPlay:hover {background-color: #4845b8;color: #FFF;}
.homeSlideshowPause:focus, .homeSlideshowPlay:focus, .homeSlideshowNext:focus, .homeSlideshowPrevious:focus{outline:2px dashed #FFF;}

.footer-cta {
    background:#030162;
    color: #fff;
    padding: 40px 20px;
}
.cta-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 30px;
}
.cta-grid-left {
    grid-column: 1 / 2;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 24px;
}
.cta-grid-left-content p {
    margin: 0;
    padding: 0;
}
.cta-grid-right {
    grid-column: 2 / 3;
    display: flex;
    align-items: center;
    justify-content: right;
}
.footer-cta .cta-button {
    background: #fff;
    color: #030162;
    padding: 10px 20px;
    border: 1px solid #030162;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}

.list-checkmark-bullets {
	list-style-image: url('/images/list-check.png');
}

.faq-content {
    max-width: 980px;
}
.faq-content a {
    color: #030162;
}
.faq-content h2 {
    background: #f4f4f4;
    padding: 8px 32px 8px 16px;
    margin: 0;
    font-size: 22px;
    /* font-style: italic; */
    line-height: 3rem;
    border: 1px solid #d9d9d9;
    position: relative;
}
.faq-content h2:after {
    content: "\f055";
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-size: 18px;
    color: #999;
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-content .accordionContent {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 16px;
}


@media screen and (max-width: 1362px) {
    .welsec .spform{
        width:400px;
    }
    #header .logo, #header::before {display: none;}    
    #header .logo {width: 270px;}
    #header .topbar {padding: 8px 15px;}
    #header .topbar2 {padding: 20px 15px;}
    #header .logo {padding: 14px 0;}
    .main-menu li {margin: 0 5px;}
    .welsec .spform {margin: -460px 0 70px 0;}
    .ctabox #back {height: 222px;}
    .contactInfoImageContainer img {height: 140px;}
}
@media screen and (max-width: 1100px) {
    .welsec .spform{
        width:auto; max-width:600px;
    }
    .welsec .spform {margin: -420px 0 70px 0;}
}
@media screen and (max-width: 992px) {
    #back .button{ font-size:15px !important;}
    .main-menu{display: none;}    
    .z-mobile-header, .z-mobile-header-fixed, .z-mobile-menu-icon.open span {background-color: #f7f7f7 !important;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background-color: #222061 !important;}
    .z-default-subpage-header {margin-top: 0;}
    #header .topbar, #header .topbar2 {padding: 8px 15px;text-align: center;}
    .z-mobile-header .z-mobile-header-logo {width: 200px;}
    .welsec .spform {margin: 70px auto;float: none;}
    .z-default-subpage-header .z-default-subpage-title {margin: 100px 0 15px 0;font-size: 50px;}
    .zEditorHTML {padding: 0 16px; word-wrap: break-word;}
    .cinfo p, .cinfo span {font-size: 1.5rem !important;}
    .contactInfoImageContainer img {width: 150px;}
    .z-mobile-header .z-mobile-header-logo {width: 250px !important;}
}
@media screen and (max-width: 767px) {
    .z-mobile-header .z-mobile-header-logo {width: 130px;}
    .foobox, .foobox.box3 {width: 100%;}
    #footer .head {margin: 0 0 10px 0;}
    .foomenu li {margin: 4px 0;}
    .foobox.box2 {margin: 30px 0;}
    .ctabox-container {grid-template-columns: 1fr; align-items: center;}
    .ctabox-container .ctabox {margin: 0 auto;}
    .ctabox a#service1, .ctabox #back {
        width: 100%;
    }
    .zEditorHTML img {
        width: 100% !important;
    }
}
@media screen and (max-width: 479px) {
    .welsec .spform {margin: 50px auto;max-width: 90%;padding: 20px;}
    .spform input[type="text"], .spform input[type="email"], .spform select {padding: 15px;}
    .testislider {padding: 0;}
    .testislider a.slider-previous-button {left: -20px;}
    .testislider .slider-next-button {right: -20px;}
    .testislider p {line-height: 1.2;}
    #footer .coppr {font-size: 15px;margin: 15px 0 0 0;}
    .z-default-subpage-header .z-default-subpage-title {margin: 70px 0 15px 0;font-size: 38px;}
    .z-mobile-header .z-mobile-header-logo img {max-width: 200px;}
}