* {
    padding:0;
    margin:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
    padding:0;
    margin:0;
}
blockquote, q { 
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
} 
i {
    font-style: italic !important;
}
body {
    font-family: 'work_sansregular';
    font-size: 16px;
    color: #2B2B2B;
    line-height: 25px;
    background-color:#fff;
    padding:0;
    margin:0;
}
html {   
	scroll-behavior: smooth;
}
.before-load > * {
    width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:0;
}
p {
    margin: 0 0 20px 0;
    line-height: 25px;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #1F3859;
    text-decoration: none;
    transition:all ease .3s;
}
a:focus, 
button:focus {
    outline:none;
}
button {
    border:0;
    background-color:transparent;
    cursor: pointer;
}
strong {
    font-weight: bold;
}
.slick-dots li,
.slick-dots li button {
    width:14px;
    height:14px;
    border-radius: 50%;
}
.slick-dots li button {
    background-color:transparent;
    border:2px solid #4A45D1;
}
.slick-dots li.slick-active button {
    background-color:#4A45D1 !important;
}
p:empty, .slick-dots li button:before {
    display: none;
}
.inner {
    margin:0 auto;
}

/* helping classes ------------------------------- */
.flex {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}
.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;    
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-flex-pack: start;    
    -o-flex-pack: start;
    justify-content: flex-start;
}
.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-flex-pack: end;
    -o-flex-pack: end;
    justify-content: flex-end; 
}
.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-flex-pack: center;
    -o-flex-pack: center;
    justify-content: center;
}
.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-flex-pack: justify;
    -o-flex-pack: justify;
    justify-content: space-between;
}
.space-around {
    -ms-flex-pack: distribute;
    -moz-flex-pack: distribute;
    -o-flex-pack: distribute;
    justify-content: space-around;
}
.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-flex-align: start;
    -o-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-flex-align: center;
    -o-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-flex-align: end;
    -o-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.column-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

/* chatwrapper live chat starts here ------------------ */
.chatwrapper {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.88);
    z-index: 99999;
}
.chatwrapper .chatpopup {
    width: 780px;
    height: 425px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
    background: url(../images/CCL-Photo.png) left top no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.chatwrapper.show {
    display: block;
}
.chatwrapper .popup-canvas {
    width: 485px;
    margin: 0 35px 55px 0;
    text-align: center;
}
.chatwrapper span.popup-title {
    color:#fff;
    font-size:55px;
    line-height: 1.1;
    margin:0 0 20px 0;
    display: block;
    text-transform: capitalize;
    width:100%;
    text-align:center;
}
.chatwrapper .popup-canvas h3 {
    font-family: 'Ibarra Real Nova Regular';
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
}
.chatwrapper .popup-canvas h3 strong {
    font-family: 'Ibarra Real Nova Bold';
}
.chatwrapper .popup-canvas ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.chatwrapper li {
    margin: 0 6px;
}
.chatwrapper li a {
    font-family: 'work_sansmedium';
    font-size: 14px;
    color: #050362;
    background-color: #C5C3F5;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 97px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
.chatwrapper .chatpopup img {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

/* chatwrapper live chat ends here ----------------- */

@keyframes bounceTop {
 0%,
  20%,
  50%,
  80%,
  100% {
   top: 5px;
  }
 
  60% {
     top: -5px;
  }
}
/* atf fix buttons ends ---------------------------- */

/* header starts here ------------------------- */
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.header.header-fixed, .header.ip-header {
    background-color:#fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    z-index: 999;
}
.header.header-inner {
    align-items: flex-start;
}
.header .logo a img, .header .logo a {
    display:flex;
    width:100%;
}
.header .logo .normal-logo {
    display: block;
}
.header .logo .hover-logo {
    display: none;
}
.header.header-fixed .normal-logo, .header.ip-header .normal-logo {
    display: none;
}
.header.header-fixed .hover-logo, .header.ip-header .hover-logo {
    display: block;
}
.header.header-fixed .logo, .header.ip-header .logo {
    margin: 18px 0;
}
.header .nav ul {
    display: flex;
    justify-content: space-between;
    width:100%;
}
.header .nav ul li {
    display: flex;
    align-self: flex-start;
    position:relative;
    line-height: .9;
}
.header .nav ul li a {
    display: inline-block;
    font-family: 'work_sansregular';
}
.header .nav ul li a a:not([href]) {
    pointer-events: none;
}
.header .nav ul li.parent > a:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #C5C3F5;
    content: "";
    position: absolute;
    right: -12px;
    top: 5px;
    transition: all ease 0.3s;
}
.header .nav ul li.parent:hover > a:before {
    transform: rotate(180deg);
    border-top: 7px solid rgba( 26, 18, 158, 1 );
}
.header .nav ul li .sub-menu {
    position: absolute;
    left: -55px;
    top: 35px;
    margin: 0 auto;
    text-align: left;
    width: 232px;
    background-color:#fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    max-height: 0px;
    opacity: 0;
    visibility:hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header .nav ul > li:hover .sub-menu {
    height: auto;
    opacity: 1;
    visibility:visible;
    max-height: 93vh;
}
.header .nav ul li .sub-menu li {
    display: inline-block;
    width:100%;
}
.header .nav ul li .sub-menu li:before {
    display: none;
}
.header .nav ul li .sub-menu li a {
    font-size: 16px;
    display: inline-block;
    width:auto;
    color: #707070;
    padding: 0 10px;
}
.header .nav ul li.item-active .sub-menu li a {
    font-size: 16px;
    padding: 25px 5px 15px;
    display: block;
    color: #221E22;
    text-transform: uppercase;
}
.nav-button {
    display: none;
}

/* header ends here -------------------------------- */

/* form row starts here ---------------------------- */
.gform_wrapper {
}
.gform_wrapper ul.gform_fields li.gfield {
    display: inline-block;
    vertical-align: top;
}
.gform_wrapper ul.gform_fields li:last-child.gfield {
    width: 100%;
}
.inner .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), 
.contact-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper textarea.medium {
    box-shadow: none;
    height: 50px;
    padding: 15px !important;
    width: 100% !important;
    margin-top: 0px !important;
}
.gform_wrapper textarea.large {
    background:transparent;
    border:0;
    border-bottom:1px solid #fff;
    border-bottom: 2px solid #021A1E;
    height:80px !important;
    border-radius: 0 !important;
}
.gform_wrapper textarea.medium {
    height: 125px !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
.gform_wrapper .top_label input[type="text"]:focus,
.gform_wrapper .top_label input[type="email"]:focus,
.gform_wrapper .top_label input[type="number"]:focus,
.gform_wrapper .top_label input[type="select"]:focus,
.gform_wrapper textarea:focus {
    border-bottom:2px solid #243756;
}
.gform_wrapper .top_label input.medium::-webkit-input-placeholder,
.gform_wrapper .top_label select.medium::-webkit-input-placeholder,
.gform_wrapper textarea.medium::-webkit-input-placeholder { 
  color: #2B2B2B;
}
.gform_wrapper .top_label input.medium::-moz-placeholder,
.gform_wrapper .top_label select.medium::-moz-placeholder,
.gform_wrapper textarea.medium::-moz-placeholder { 
  color: #2B2B2B;
}
.gform_wrapper .top_label input.medium:-ms-input-placeholder,
.gform_wrapper .top_label select.medium:-ms-input-placeholder,
.gform_wrapper textarea.medium:-ms-input-placeholder { 
  color: #2B2B2B;
}
.gform_wrapper .top_label input.medium:-moz-placeholder,
.gform_wrapper .top_label select.medium:-moz-placeholder,
.gform_wrapper textarea.medium:-moz-placeholder { 
  color: #2B2B2B;
}
.gform_wrapper textarea.medium::placeholder {
  color: #2B2B2B; 
}
.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 20px !important;
    color: #fff !important;
    line-height: 58px;
    text-align: center;
    padding: 0 !important;
    background: #1F3859 !important;
    display: inline-block !important;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    width: 205px !important;
    text-transform: uppercase;
    border-radius: 15px !important;
    border:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    text-transform: capitalize;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #4A45D1 !important;
}
.gform_wrapper li.gfield.gfield_error {
    border-top: none !important;
    border-bottom: none !important;
    background: none !important;
}
.gform_wrapper .field_description_below .gfield_description.validation_message {
    padding-top: 5px !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper div.validation_error {
    margin: 30px auto 0 !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #790000 !important;
}
.gform_wrapper .gfield {
    position:relative;
}
.gform_wrapper .gfield input {
    transition: .1s all linear;
}
.gform_wrapper .gfield label {
    position: absolute;
    top: 15px;
    left: 15px;
    transition: .1s all linear;
    cursor: text;
    color:#5D5D5D;
    font-size: 16px !important;
    line-height: 1;
    font-family: 'work_sansbold';
    margin-top: 0px !important;
    text-transform: capitalize;

}
.gform_wrapper .gfield .gfield_required {
    color:#221E22;
    font-size:16px;
    display: none;
}
.gform_wrapper .gfield.active label {
    top: -5px;
}
.gform_wrapper .gform_body {
    position:relative;
}

.gform_validation_errors>h2 {
    font-size: 16px !important;
    color: #790000 !important;
    margin: 0px !important;
    text-transform: none !important;

}
.gform_validation_errors>h2::before {
    display: none !important;
}


/* footer form ends here --------------------------- */

/* form row starts here ---------------------------- */


/* form row ends here ------------------------------ */

/* footer starts here ------------------------------ */
.footer {
    position: relative;
}
.footer .footer-top .footer-left {
    padding-top: 95px;
}
.footer .footer-logo img {
    width: 100%;
}
.footer .quick-links {
    margin-top: 60px;
}
.footer .quick-links span {
    font-family: 'work_sansbold';
    font-size: 16px;
    line-height: 1.3;
    color: #1A129E;
    padding-bottom: 7px;
    border-bottom: thin solid #707070;
    display: block;
    text-transform: uppercase;
}
.footer .quick-links .quick-nav {
    padding-top: 15px;
}
.footer .quick-links .quick-nav li {
    margin-bottom: 5px;
}
.footer .quick-links .quick-nav li a {
    padding: 10px 0;
    font-family: 'work_sansmedium';
    line-height: 1.2;
    font-size: 16px;
    color: #0E0E0E;
    display: block;
}
.footer .quick-links .footer-social-icons {
    padding-right: 20px;
    margin: 30px 0 25px;
}
.footer .quick-links .footer-social-icons li a img {
    transition: all ease 0.3s;
}
.footer .quick-links .footer-social-icons li:hover a img {
    transform: scale(1.2);
}
.footer .site-powered {
    padding: 10px 0 0;
}
.footer .site-powered p {
    font-size: 16px;
    color: #393A39;
    line-height: 1.3;
    margin-bottom: 12px;

}
.footer .footer-top .footer-right {
    background: rgba(26,18,158,0.10);
    border-radius: 22px;
    margin-top: -70px;
}
.footer .footer-address .address-info {
    margin: 0 0 40px;
}
.footer .footer-address .address-info p {
    line-height: 1.3;
    margin: 0;
    color: #0E0E0E;
}
.footer .footer-address span {
    font-family: 'work_sansbold';
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #1A129E;
}
.footer .footer-address .contact-info {
    margin-bottom: 60px;
}
.footer .footer-address .contact-info ul li {
    line-height: 1.3;
    color: #0E0E0E;
    font-size: 16px;
}
.footer .footer-address .contact-info ul li strong {
    font-family: 'work_sanssemibold';
}
.footer .footer-address .contact-info ul li a {
    color: #0E0E0E;
}
.footer .footer-map iframe {
    border-radius: 22px;
}
.footer .footer-address .footer-address-text p {
    color: #0E0E0E;
    line-height: 1.2;
    margin: 0;
}
.footer .footer-bottom {
    margin: 70px 0 0;
}
.footer .footer-bottom .footer-bottom-text, .footer .footer-bottom .copyright-text, .copyright-text ul li a {
    font-family: 'helveticaneuemedium';
    font-size: 10px;
    line-height: 1.1;
    color: #0E0E0E;
}
.footer .footer-bottom .copyright-text {
    margin-bottom: 25px;
}
.footer .footer-bottom .copyright-text p {
    margin: 0px;
}
.footer .footer-bottom .copyright-text ul li a {
    padding: 0 7px;
    position: relative;
    display: inline-block;
}
.footer .footer-bottom .copyright-text ul li a::after {
    content: "/";
    position: absolute;
    right: -2px;
    top: 0px;
    color: #0E0E0E;
}
.footer .footer-bottom .copyright-text ul li:last-child a::after,
.footer-logo-text-mobile, .footer-address.mobile {
    display: none;
}
.footer .footer-bottom .copyright-text p,
.footer .footer-bottom .copyright-text ul li a {
    font-size: 10px;
}



/* footer ends here -------------------------------- */



/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(0,0,0, 0.82);
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}
.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
}

@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
    }
}

@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
    }
}

.close-video-modal {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1.0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}
.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}
.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}
.show-video-modal iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
}


/* media query starts here ------------------------- */
@media screen and ( max-width:767px ) {
    .header {
        align-items: center;
        height:58px;
        box-shadow:none;
    }
    .header .logo {
        margin:0;
        padding:0;
        width:148px;
        align-items: center;
    }

    .header .nav ul li.item-active .sub-menu li a {
        color:#fff;
    }
    .sticky-nav-outer {
        position:fixed;
        left:0;
        bottom:0;
        width:100%;
        background: #1A129E; 
        z-index: 99;       
    }
    .sticky-nav-outer ul {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        width:100%;
        margin:0;
    }
    .sticky-nav-outer ul li {
        border-right: 1px solid #fff;
        list-style: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }   
    .sticky-nav-outer ul li a {
        font-size: 16px;
        color: #fff;
        line-height: 42px;
        display: block;
        text-transform: uppercase;
    }
    .sticky-nav-outer ul li:last-child {
        border: none;
    }

    .nav-button span, .nav-button:before, .nav-button:after {
        background-color: #fff !important;
    }
    .nav-button.nav-button-scroll span, .nav-button.nav-button-scroll:before, .nav-button.nav-button-scroll:after {
        background-color: #1A129E !important;
    }

    .footer .footer-top .footer-left {
        margin: 65px 0px 10px;
        padding: 0px;
    }
    .footer-logo-text-mobile,
    .footer-address.mobile  {
        display: block;
    }
    p.footer-logo-text-mobile {
    	padding: 0 25px;
    }
    .footer-logo {
        margin:0 25px 20px;
    }
    .footer-logo-text-mobile p {
        font-family: 'work_sansregular';
        font-size: 16px;
        line-height: 1.9;
        color: #0E0E0E;
        margin: 0px 25px 15px;
    }
    .footer .quick-links {
        background: rgba(26,18,158,0.1);
        padding: 40px 25px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 5px;
    }
    .footer .quick-links .quick-nav {
        padding: 7px 0;
    }
    .footer .quick-links .quick-nav li {
        margin-bottom: 17px;
    }
    .footer .footer-address .address-info {
        margin: 0 0 28px;
    }
    .footer .footer-address .contact-info {
        margin-bottom: 30px;
    }
    .footer .footer-address span {
        margin-bottom: 15px;
    }
    .footer .quick-links .footer-social-icons {
        width: 100%;
        padding-right: 0px;
    }
    .footer-right {
        display: none;
    }
    .footer .site-powered {
        padding: 40px 25px 0;
    }
    .footer .footer-bottom {
        margin: 10px 25px 70px;
    }
    .footer .footer-bottom .footer-bottom-text, .footer .footer-bottom .copyright-text, .copyright-text ul li a {
        font-size: 10px;
    }
    .footer .footer-bottom .copyright-text {
        flex-wrap: wrap;
    }
    .footer .quick-links span {
        padding-bottom: 10px;
    }
    .footer-address.mobile {
        width: 54%;
    }
    .chatwrapper.show {
    	display: none;
    }
}

@media only screen and ( min-width:320px ) and ( max-width:991px ) {
    .header .nav ul li.parent:before, .header-right .header-tel, 
    .body-fixed .nav-button.change-navicon span {
        display: none;
    }
    body.body-fixed {
        position:relative;
    }
    body.body-fixed .header:before {
        content:'';
        position: absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background-color:#fff;
        z-index: 1;
    }
    body.body-fixed .nav-button.change-navicon:before, 
    body.body-fixed .nav-button.change-navicon:after, 
    body.contact-header .nav-button.change-navicon:before, 
    body.contact-header .nav-button:before, 
    body.contact-header .nav-button:after,
    body.contact-header .nav-button span,
    body.scroll .nav-button span,
    .nav-button.active:before,
    .nav-button.active:after,
    .header.header-fixed .nav-button span,
    .header.header-fixed .nav-button:before,
    .header.header-fixed .nav-button:after, .header.header-inner .nav-button span,
    .header.header-inner .nav-button:before, .header.header-inner .nav-button:after {
        background-color:#1A129E !important;
    }
    .header {
        padding:0 20px;
        height:auto;
    }
    .header.header-fixed .logo {
        margin: 10px 0;
    }
    .header.header-inner {
        background-color:#fff;
    }
    .header .logo, .header.ip-header .logo {
        width:203px;
        margin: 12px 0 5px 0;
        padding: 5px 0 10px;
        position:relative;
        z-index: 2;
    }
    .nav-button {
        position: fixed;
        z-index: 9999;
        top: 20px;
        right: 28px;
        width: 25px;
        height: 20px;
        cursor: pointer;
        text-align: center;
        padding-top: 0;
        display: block;
    }
    .nav-button span {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 10px;
        background-color: #1A129E;
        width: 25px;
        height: 2px;
        display: inline-block;
    }
    .nav-button:before, .nav-button:after {
        content: '';
        background-color: #1A129E;
        width: 25px;
        height: 2px;
        top: 18px;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .nav-button:before {
        top:2px;
    }
    .nav-button.change-navicon span,
    body.scroll .nav-button.change-navicon span,
    body.contact-header .nav-button.change-navicon span,
    .body-fixed .header.header-inner .nav-button span {
        background-color:transparent;
    }
    .nav-button.change-navicon:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 13.5px;
    }
    .nav-button.change-navicon:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 13.5px;
    }
    .nav-button .change-navicon span, 
    .nav-button .change-navicon.change-naviconcolor span {
        background-color: transparent;
    }
    .nav {
        display: block;
        border: none;
        border-top-style: none;
        padding: 0;
        position: fixed;
        width: 0 !important;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        border-top: 1px solid #ddd;
        right: -100%;
        top: 55px;
        margin:0;
        -webkit-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }
    .nav ul li {
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        position: relative;
        flex-wrap: wrap;
    }
    .nav ul li.parent:after {
        content: "";
        position: absolute;
        right: 35px;
        top: 16px;
        width: 8px;
        height: 8px;
        border-style: solid;
        border-width: 1px 0px 0px 1px;
        border-color: rgba(18,18,18,1);
        transform: rotate(225deg);
    }
    .header .nav ul li a {
        display: block;
        color: rgba(18,18,18,1);
        font-size: 16px;
        font-weight: normal;
        padding: 15px 0 15px 25px;
        text-decoration:none;
        line-height: 1;
        width: 85%;
    }
    .nav ul li.parent > a:before {
        width: 13px;
        height: 9px;
        right: -28px;
        top: 20px;
    }
    .header .nav {
        margin:0;
    }
    .nav.toggle-nav {
        right: 0;
        top: 63px;
        width: 100% !important;
        margin: 0;
        z-index: 11;
        align-items: flex-start;
        padding:0;
    }
    .header .nav ul li .sub-menu, .header .nav ul li.parent.item-active .sub-menu li.parent .sub-menu, 
    .header .nav ul > li:hover .sub-menu {
        height:0;
        opacity: 0;
        visibility: hidden;
        overflow:hidden;
        max-height:0;
        position:initial;
        width:100%;
        padding:0;
        transition:all .5s ease;
    }
    .header .nav ul li.parent.item-active .sub-menu li.parent.show-submenu .sub-menu, 
    .header .nav ul li.item-active .sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: initial;
        overflow:visible;
        height:auto;
        max-height:initial;
        border-top:1px solid #f2f2f2;
        display: block;
    }
    .header .nav ul li .sub-menu li .sub-menu {
        width:100%;
        border-top:1px solid #fff;
    }
    .header .nav ul li .sub-menu li a, .header .nav ul li.item-active .sub-menu li a {
        padding: 13px 15px 13px 40px;
        border-bottom: 0;
        font-weight: 400;
        font-size:16px;
        width:90%;
        line-height: 1.3;
        color: rgba(18,18,18,1);
        text-align: left;
        text-transform: none;
    }
    .header .nav ul li.item-active .sub-menu li .sub-menu li:last-child {
        border:0;
    }
    .header .nav ul li.item-active .sub-menu li .sub-menu li a {
        padding:12px 15px 12px 42px;
    }
    .header .nav ul li.parent {
        margin:0;
    }
    .header .nav ul li.parent .sub-menu li.parent:before {
        right:20px;
        transform: rotate(0);
        font-size:20px;
    }
    .header .nav ul li.parent:hover:before,
    .header .nav ul li.columns-space .sub-menu:before {
        display:none;
    }
    .header .nav > ul {
        margin:0 0 120px 0;
    }
    .header .nav ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .header .nav ul li.parent > a:before, .header.fix-header .nav ul li.parent > a:before {
        display: none;
    }
    .header .nav ul li .sub-menu li {
        padding:0;
        margin:0;
        display: flex;
        width: 100%;
    }
    .header .nav ul li.parent.item-active .sub-menu li.parent:hover .sub-menu li a {
        padding-left:50px;
    }
    .header .nav ul li.parent .sub-menu li.parent a:before, 
    .header .nav ul li.parent .sub-menu li.parent:hover a:before {
        top:30%;
        right:-20px;
        transform:rotate(0);
        color:#fff;
    }
    .header .nav ul li.parent .sub-menu li.parent:after {
        color:#fff;
        content:"\f107";
    }
    .header.fix-header .normal-logo {
        display: none;
    }
    .header.fix-header .hover-logo {
        display: block;
    }

}

@media screen and ( min-width:768px ) {
    .chatwrapper .chatpopup {
        margin:0 auto;
        max-width:720px;
        width: 100%;
        background-size: contain;
    }   

    .footer .inner {
		margin: 0 20px 0 30px;
	}
	.footer .footer-logo {
		width: 100%;
        padding-bottom: 20px;
	}
	.footer .footer-top .footer-left {
		width: 240px;
	}
	.footer .footer-top .footer-right {
		width: calc(100% - 265px);
        padding: 165px 20px 80px;
	}
	.footer .footer-address {
		margin-left: 10px;
		width: 172px;
	}
	.footer .footer-map {
		width: calc(100% - 210px);
	}

    .footer.inner-footer .footer-top {
        position: relative;
    }
    .footer.inner-footer .footer-top::before {
        background: rgba(26,18,158,0.1);
        border-radius: 22px;
        position: absolute;
        content: "";
        height: 106%;
        width: 57%;
        left: -30px;
        top: 0;
        z-index: -1;
    }
    .footer.inner-footer .footer-top .footer-right {
        padding-top: 65px;
        margin-top: -50px;
        background: #C5C3F5;
    }
    .footer.inner-footer .footer-top .footer-left {
        padding-top: 60px;
    }
    .footer.inner-footer .quick-links {
        margin-top: 30px;
    }
    .gform_wrapper .gform_footer {
        margin: 30px auto 0 !important;
        padding-bottom: 0px !important;
    }
    .sticky-nav-outer {
        display: none;
    }


}

@media screen and ( min-width:991px ) {
    .header {
        padding:0 30px;
    }
    .header .logo {
        width:285px;
        margin:18px 0 0 0;
    }
    .header.header-inner .logo {
        margin:0;
    }
    .header .header-right {
        width: 46%;
    }
    .header .nav {
        width: calc(100% - 135px);
    }
    .header .nav ul {
        display: flex;
    }
    .header .nav ul li .sub-menu li {
        padding:0 0 20px 0;
    }
    .header .nav ul li .sub-menu li:last-child {
        padding: 0px 0 15px 0;
    }
    .header .nav ul li a {
        font-size:16px;
        color: rgba(18,18,18,1);
        transition:all .3s ease-in-out;
    }
    .header .nav.active-hover ul li a {
        color: rgba( 18,18,18,0.25 );
    }

    .header .nav ul li .sub-menu {
        padding: 20px;
        border-radius: 0 0 40px 40px;
        box-shadow: 0px 10px 15px -2px rgb(0 0 0 / 16%);
    }
    .header .nav ul li .sub-menu li .sub-menu {
        padding: 7px;
        border-radius: 0px;
        box-shadow: 0px 0px 0px #fff;
    }
    .header .nav ul li .sub-menu li .sub-menu li a {
        font-size: 14px;
    }
    .header .nav ul li .sub-menu li:hover .sub-menu li a {
        color: rgba(18,18,18,1) !important;
    }
    .header .nav ul li .sub-menu li:hover .sub-menu li:hover a {
        color: rgba( 26, 18, 158, 1 ) !important;
    } 
    .header.header-fixed .nav ul li a,
    .header.header-inner .nav ul li a {
        font-family: 'work_sansregular';
    }
    .header.header-fixed .nav.active-hover ul li a {
        color:rgba( 131, 123, 89, .34 );
    }
    .header .nav ul li:hover a, .header.header-fixed .nav.active-hover li:hover a {
        color:rgba( 26, 18, 158, 1 );
    }
    .header .nav.active-hover ul li:hover .sub-menu li a {
        color:rgba( 131, 123, 89, 1 );
    }
    .header .nav ul li .sub-menu li:hover a {
        font-family: 'work_sansmedium';
        color: #1A129E !important;
    }
    .header .nav ul li .sub-menu li .sub-menu {
        display:none;
        width:100%;
        border:0;
        position:relative;
        left:0;
        top:10px;
    }
    .header .nav ul li .sub-menu li:hover .sub-menu {
        display: block;
    }

    .header .header-tel {
        width: 125px;
        border-left: thin solid #707070;
    }
    .header .header-tel a {
        font-size: 18px;
        line-height: 1.2;
        color: #1A129E;
    }

    .footer .inner {
        margin: 0 20px 0 60px;
    }
    .footer .footer-logo {
		width: 285px;
	}
	.footer .footer-top .footer-left {
		width: 320px;
	}
	.footer .footer-address {
        margin-left: 40px;
		width: 192px;
	}
	.footer .footer-map {
		width: calc(100% - 250px);
	}
	.footer .footer-top .footer-right {
        width: calc(100% - 355px);
		padding: 165px 40px 80px;
	}

    .chatwrapper .chatpopup {
        max-width: 780px;
        background-size: contain;
    }

}

@media screen and ( min-width:1199px ) {
    .header {
        padding: 0 60px;
    }
    .header .header-tel {
        width: 155px;
    }
    .header .header-tel a {
        font-size: 22px;
    }
    .header .nav {
        width: calc(100% - 180px);
    }
    .header .nav ul li.parent > a:before {
        right: -16px;
    }
    .header .nav ul li.parent ul li.parent a:before {
        right: 5px;
    }
    .footer .footer-address {
		width: 232px;
	}
	.footer .footer-map {
		width: calc(100% - 360px);
	}
	.footer .footer-top .footer-right {
		width: calc(100% - 395px);
	}

    .footer.inner-footer .footer-top::before  {
        height: 106.5%;
        width: 57%;
    }
}

@media screen and ( min-width:1359px ) {
    .header .header-tel {
        width: 175px;
    }
    .header .nav {
        width: calc(100% - 210px);
    }
    
    .footer.inner-footer .footer-top::before  {
        width: 66.5%;
        height: 109%;    
    }
    
}


/* Modal Form Starts here --------------------- */
.modal-form {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:all .8s ease-in-out;
  z-index:99999;
  top:-110%;
}
.modal-form.show-modalform:before {
  content:'';
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba( 235,235,235,.88 );
  z-index:9;
}
.modal-form .footer-form {
  z-index: 99;
  background-color: #fff;
  padding: 110px 100px 35px 100px;
  max-width: 1100px;
  position:relative;
}
.close-formmodal {
  width: 28px;
  height: 28px;
  display: flex;
  object-fit: contain;
  justify-content: flex-end;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor:pointer;
}
.modal-formtitle {
  text-align:center;
  color:#8E8E8EC7;
  font-size:86px;
  line-height:1.1;
  letter-spacing: -3.2px;
  display: inline-block;
  width:100%;
  text-align:center;
}
.modal-formtagline {
  color:#0D0D0D;
  font-size:27px;
  line-height:1.1;
  display: inline-block;
  width:100%;
  text-align:center;
  margin:0 0 20px 0;
}
.modal-form .footer-form .gform_wrapper .gform_footer {
  text-align:center;
}
.modal-form .gform_wrapper ul.gform_fields li.requiredtxt-item {
  bottom: 15px;
  right: 0;
  left: 0;
  text-align: center;
  padding-right: 0 !important;
}
.modal-form .gform_wrapper ul.gform_fields li .requiredtxt {
  font-size:16px;
}
.modalform-tel {
  position: absolute;
  right: 100px;
  bottom: 60px;
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-end;
}
.modalform-tel .modalformtel-title {
  color:#0d0d0d;
  font-weight:800;
}
.modalform-tel span.atf-phone {
  display: flex;
  justify-content: flex-end;
  width:100%;
  font-size:25px;
  margin:5px 0 0 0;
  color:#8E8E8EC7;
}
.modal-form .gform_wrapper .top_label .gfield_label span, 
.modal-form .gform_wrapper legend.gfield_label span {
  color:#347FCB;
}
.modal-form .gform_legacy_markup_wrapper {
  margin:0 !important;
}
.modal-form .gform_wrapper .gform_body {
  margin-top:0 !important;  
}
.modal-form .gform_wrapper.gform_validation_error ul li.gfield {
  margin: 0 !important;
  padding: 0 !important;
}
.modal-form.show-modalform {
    top:0;
}
.modal-form .gform_legacy_markup_wrapper div.validation_error {
    display: none;
}
.modal-form .gform_wrapper .gform_body:before {
	content: '* All Fields Required';
	color: #221E22;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -110px;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	justify-content: center;
	font-family: 'open_sansregular';
}
.modal-form .gform_legacy_markup_wrapper .gform_footer {
	padding-top:0 !important;
}

@media ( max-width:767px ) {
    .modalform-tel {
        display:none;
    }
    .modal-form.show-modalform {
        top:0;
    }
    .modal-form.show-modalform2 {
        top:0;   
    }
    .modal-form.show-modalform3 {
        top:0;
    }
    .modal-form .footer-form {
        padding:30px;
    }
    .modal-formtitle {
        font-size:40px;
        letter-spacing: 0;
    }
    .modal-formtagline {
        font-size:18px;
    }
	.modal-form .gform_wrapper ul.gform_fields li.gfield {
		width:100% !important;
	}

}

@media ( min-width:768px ) {
	.modal-form .gform_wrapper ul.gform_fields li.gfield {
		width:33.2% !important;
		padding:0 !important;
		margin:0 0 10px 0 !important;
	}
	.modal-form .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
		padding:0 8px !important;
	}
	.modal-form .gform_wrapper ul.gform_fields li:last-child.gfield {
		width:100% !important;
		padding:0 !important;
	}
	.modal-form .gform_wrapper ul.gform_fields li.gfield input {
		height:50px;
	}
	
}