@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'); */
@font-face {
    font-family: 'D-DIN-Bold';
    src: url('../fonts/D-DIN-Bold.otf');
    src: url('../fonts/D-DIN-Bold.otf?#iefix') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad-Pro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf');
    src: url('../fonts/MyriadPro-Regular.otf?#iefix') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Common Css Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #FFFFFF66 #231F2066;
}
/* ScrollBar CSS Start */
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #231F2066;
}
::-webkit-scrollbar-thumb {
    background-color: #FFFFFF66 !important;
    border-radius: 3px;
}
/* ScrollBar CSS End */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    outline: none;
    font-family: "Open Sans", sans-serif;
    background-color: #F7F7F7;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}
body.white-bg-body {
    background-color: #FFFFFF;
}
body.remove-overflow {
    overflow: hidden;
}
body.quote-body-section .dark-blue-bg {
    background-color: #f7f7f7;
    transition-duration: 1.5s;
}
h1 {
    font-size: 40px;
    line-height: 60px;
    color: #43A6EF;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
h2 {
    font-size: 36px;
    line-height: 54px;
    color: #43A6EF;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
h3 {
    font-size: 32px;
    line-height: 48px;
    color: #43A6EF;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
h4 {
    font-size: 28px;
    line-height: 42px;
    color: #43A6EF;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
h5 {
    font-size: 24px;
    line-height: 36px;
    color: #43A6EF;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
h6 {
    font-size: 20px;
    line-height: 30px;
    color: #43A6EF;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
p, span, li {
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
a, a:not([href]):not([class]) {
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    cursor: pointer;
}
a:hover,a:not([href]):not([class]):hover {
    color: blue;
    text-decoration: none;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-none {
    cursor: auto;
}
.spacer {
    flex: 1 1 auto;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mobile-view {
    display: none;
}
/* Common Button Css Start */
.transparent-bg-btn {
    background: transparent;
    border: solid 1px #FFFFFF;
    padding: 0 10px;
    min-width: 160px;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
	/*
	display:flex;
	align-items:center;
	justify-content:center;
	*/
}
.transparent-bg-btn:hover {
    background: #05295e;
    border: solid 1px #05295e;
}
.light-blue-bg-btn {
    background: #43A6EF;
    border: solid 1px #43A6EF;
    padding: 0 10px;
    min-width: 160px;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    line-height: 35px;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
}
.light-blue-bg-btn:hover {
    background: #05295e;
    border: solid 1px #05295e;
}
.light-gray-bg-btn {
    background: #F7F7F7;
    border: solid 1px #F7F7F7;
    padding: 0 10px;
    min-width: 160px;
    border-radius: 8px;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
}
.light-gray-bg-btn:hover,
.light-gray-bg-btn.active {
    background: #0C3279;
    border: solid 1px #0C3279;
    color: #FFFFFF;
}
.medium-blue-bg-btn {
    background: #43A6EF;
    border: solid 1px #43A6EF;
    padding: 0 10px;
    min-width: 160px;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
}
.medium-blue-bg-btn:hover {
    background: #CCCCCC;
    border: solid 1px #CCCCCC;
}
.dark-blue-bg-btn {
    background: #0C3279;
    border: solid 1px #0C3279;
    padding: 0 10px;
    min-width: 160px;
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s;
}
.dark-blue-bg-btn:hover {
    background: #43A6EF;
    border: solid 1px #43A6EF;
}
.download-document-btn {
    background: transparent;
    border: 0;
    border-radius: 0;
    min-width: 100px;
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
    width: auto;
}
.download-document-btn span {
    width: calc(100% - 50px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #021F4C;
    text-transform: uppercase;
}
.download-document-btn span .hover-border-bottom {
    padding-left: 0;
    width: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #021F4C;
    text-transform: uppercase;
    transition: all 0.5s;
    margin-bottom: 0;
}
.download-document-btn .right-down-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #43A6EF;
    transition: all 0.5s;
}
.download-document-btn .right-down-icon i {
    font-size: 30px;
    line-height: 50px;
    color: #FFFFFF;
}
.download-document-btn .right-down-icon i.down-icon,
.download-document-btn:hover .right-down-icon i.right-icon {
    display: none;
}
.download-document-btn:hover span .hover-border-bottom {
    border-bottom: solid 2px #43A6EF;
}
.download-document-btn:hover .right-down-icon {
    background: #0C3279;
}
.download-document-btn:hover .right-down-icon i.down-icon {
    display: inline-block;
}
.form-submit-btn {
    background: #43A6EF;
    padding: 10px 15px;
    border: 0;
    min-width: 160px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.form-submit-btn i {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 700;
    width: 20px;
}
.form-submit-btn p {
    width: calc(100% - 20px);
    padding-left: 20px;
    font-size: 16px !important;
    line-height: 18px !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.form-submit-btn:hover {
    background: #0C3279;
}
/* Common Button Css End */
/* Common FancyBox Css Start */
.fancybox-container {
    background: #021F4C !important;
}
.fancybox-bg {
    background: #021F4C;
    opacity: 1 !important;
}
.fancybox-toolbar {
    top: 30px;
    left: 40px;
    right: auto;
}
.fancybox-button.fancybox-button--close {
    background: transparent;
    padding: 0;
    height: 25px;
    width: 25px;
}
.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--play {
    display: none !important;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-toolbar,
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-infobar,
.fancybox-can-swipe.fancybox-is-open .fancybox-toolbar,
.fancybox-can-swipe.fancybox-is-open .fancybox-infobar {
    left: auto;
    right: 30px;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-infobar,
.fancybox-can-swipe.fancybox-is-open .fancybox-infobar {
    top: 60px;
    padding: 0;
    color: #43A6EF;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 26px;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-infobar span,
.fancybox-can-swipe.fancybox-is-open .fancybox-infobar span {
    color: #43A6EF;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-infobar span[data-fancybox-index=""],
.fancybox-can-swipe.fancybox-is-open .fancybox-infobar span[data-fancybox-index=""] {
    color: #43A6EF;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 26px;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-button.fancybox-button--arrow_right,
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-button.fancybox-button--arrow_left,
.fancybox-can-swipe.fancybox-is-open .fancybox-button.fancybox-button--arrow_right,
.fancybox-can-swipe.fancybox-is-open .fancybox-button.fancybox-button--arrow_left {
    background: transparent;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-button.fancybox-button--arrow_right,
.fancybox-can-swipe.fancybox-is-open .fancybox-button.fancybox-button--arrow_right {
    background-image: url(../images/photo-gallery-slider-next-icon.svg);
    right: 30px;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-button.fancybox-button--arrow_left,
.fancybox-can-swipe.fancybox-is-open .fancybox-button.fancybox-button--arrow_left {
    background-image: url(../images/photo-gallery-slider-previous-icon.svg);
    left: 30px;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-button.fancybox-button--arrow_right svg,
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-button.fancybox-button--arrow_left svg,
.fancybox-can-swipe.fancybox-is-open .fancybox-button.fancybox-button--arrow_right svg,
.fancybox-can-swipe.fancybox-is-open .fancybox-button.fancybox-button--arrow_left svg {
    display: none;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-button.fancybox-button--arrow_right[disabled],
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-button.fancybox-button--arrow_left[disabled],
.fancybox-can-swipe.fancybox-is-open .fancybox-button.fancybox-button--arrow_right[disabled],
.fancybox-can-swipe.fancybox-is-open .fancybox-button.fancybox-button--arrow_left[disabled] {
    opacity: 0.3;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-content,
.fancybox-can-swipe.fancybox-is-open .fancybox-content {
    padding: 30px;
}
.fancybox-is-zoomable.fancybox-can-zoomIn .fancybox-image,
.fancybox-can-swipe.fancybox-is-open .fancybox-image {
    border-radius: 15px;
    box-shadow: 0px 2px 8px 0px #0000009e;
    position: initial;
    width: 100%;
    object-fit: cover;
}
/* Common FancyBox Css End */
/* Header Css Start */
.header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 40px;
    transition: all 0.5s;
}
.header-section.scrolling-up {
    box-shadow: 0px 4px 12px 0px #00000040 !important;
    background: #05295e;
    padding: 10px 40px;
} 
.header-section.header-hide {
    top: -145px !important;
}
.header-section .header-box {
    align-items: center;
}
.header-section .header-box .header-logo-box .header-logo-img img {
    width: 330px;
}
.header-section.scrolling-up .header-box .header-logo-box .header-logo-img img {
    width: 230px;
}
.header-section .header-box .header-menu-icon-con {
    text-align: right;
}
.header-section .header-box .header-menu-icon-con .header-menu-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.header-section.scrolling-up .header-box .header-menu-icon-con .header-menu-icon-box .transparent-bg-btn:hover {
    border: solid 1px #FFFFFF;
}
.header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box {
    margin-left: 50px;
    border: solid 1px #FFFFFF;
    background: #FFFFFF;
    display: inline-block;
    height: 40px;
    width: 45px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box.mobile-view {
    display: none;
}
.header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75,-.27,.3,0.5);
}
.header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box img.visible {
    transform: translate(-50%,-50%);
}
.header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box img.hidden {
    transform: translate(60px,-50%);
}
.header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box:hover img.visible {
    transform: translate(-60px,-50%);
}
.header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box:hover img.hidden {
    transform: translate(-50%,-50%);
}
/* Header Css End */
/* Menu Css Start */
.menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F7F7F7;
    transform: translateX(100%);
    transition: all 1s;
    z-index: 99;
    padding: 15px;
}
.menu-nav.active {
    transform: translateX(0);
}
.menu-nav .menu-box {
    width: calc(100vw - 30px);
    height: calc(100vh - 30px);
    display: inline-flex;
    align-items: flex-start;
    background: url(../images/logo-bg-img.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 200px;
}
.menu-nav .menu-box .menu-left-box {
    padding: 15px 150px;
   /* width: calc(100vw - 350px); */
    width: calc(100vw - 545px);
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-bottom: 70px;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box:not(:last-child) {
    margin-right: 30px;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a {
    position: relative;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg {
    width: 24px;
    height: 24px;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path {
    fill: #43A6EF;
    stroke: #43A6EF;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path {
    fill: #0c3279;
    stroke: #0c3279;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a p {
    display: none;
    font-size: 14px;
    line-height: 18px;
    color: #0c3279;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin: 5px 0 0;
    position: absolute;
    left: -30px;
    text-align: center;
    width: 90px;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover p {
    display: block;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form {
    display: inline-flex;
    align-items: center;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form .form-control {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #43A6EF;
    width: 0;
    transition: all 0.6s;
    padding: 0;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    margin-left: 15px;
    height: 24px;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form .form-control::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
}
.menu-nav .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control {
    display: inline-block;
    width: 280px;
}
.menu-nav .menu-box .menu-left-box .other-links-box {
    height: calc(100vh - 155px);
    overflow-y: auto;
    overflow-x: hidden;
}
.other-links-box ul {
    padding-left: 0;
    margin-bottom: 0;
}
.other-links-box ul li {
    list-style: none;
}
.other-links-box .other-link-menu-box {
    position: relative;
}
.other-links-box .other-link-menu {
    padding-bottom: 20px;
    width: 60%;
}
.other-links-box .parent-menu-text {
    font-size: 34px;
    line-height: 42px;
    color: #0C3279;
    font-weight: 600;
}
.other-links-box .parent-menu-text i {
    display: none;
}
.other-links-box .other-link-menu .parent-menu-text:hover,
.other-links-box .other-link-menu .parent-menu-text.active-menu {
    /*
	font-family: "Crimson Text", sans-serif;
    font-weight: 900;	
	*/
    color: #43A6EF;
}
.other-links-box .other-link-menu .parent-menu-text:hover i,
.other-links-box .other-link-menu .parent-menu-text.active-menu i {
    display: inline-block;
    font-size: 34px;
    color: #43A6EF;
    margin-right: 5px;
}
.other-links-box .child-menu {
    display: none;
}
.other-links-box .child-menu.active-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    transition: all 5s ease-in-out;
}
.other-links-box .child-menu.active-menu li {
    padding-bottom: 15px;
}
.other-links-box .child-menu.active-menu a {
    font-size: 22px;
    line-height: 28px;
    color: #0C3279;
    font-weight: 300;
}
.other-links-box .child-menu.active-menu a:hover {
    /*color: #43A6EF;	
    font-family: "Crimson Text", sans-serif;
    font-weight: 900;
	*/
    border-bottom: solid 1px #43A6EF;
	border-color:#4d4d4d;
}
.menu-nav .menu-box .menu-right-box {
   /* width: 350px; */
    width: 545px;
    height: calc(100vh - 30px);
    background-color: #CCCCCC;
    border-radius: 15px;
    padding: 15px;
}
.menu-nav .menu-box .menu-right-box .close-icon-con .close-icon-box {
    text-align: right;
    padding-bottom: 30px !important;
}
.menu-nav .menu-box .menu-right-box .close-icon-con .close-icon-box .close-icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background: #0C3279;
    border-radius: 5px;
    text-align: center;
}
.menu-nav .menu-box .menu-right-box .close-icon-con .close-icon-box .close-icon img {
    width: 20px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box {
    text-align: center;
    /*height: calc(100vh - 184px);*/
	height: calc(100vh - 415px);
    overflow: auto;
    padding-top: 35px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box:not(:last-child) {
    margin-bottom: 30px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg {
    width: 30px;
    height: 30px;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg path {
    fill: #0c3279;
    stroke: #0c3279;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover svg path {
    fill: #43A6EF;
    stroke: #43A6EF;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg path.cls-1,
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover svg path.cls-1 {
    fill: #f4f3ec;
    stroke: #f4f3ec;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p {
    font-size: 14px;
    line-height: 20px;
   /* color: #000000;*/
    color:#0C3279;
    font-weight: 700;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover p {
    color: #43A6EF;
    /* font-family: "Crimson Text", sans-serif;
    font-weight: 900; */
}
.menu-nav .menu-box .menu-right-box .social-icon-con {
    padding-top: 30px;
    text-align: center;
}
.menu-nav .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon:not(:last-child) {
    margin-right: 40px;
}
.menu-nav .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i {
    font-size: 20px;
    color: #0c3279;
}
.menu-nav .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i:hover {
    color: #43A6EF;
}
.menu-nav.first-parent-active,
.menu-nav.seventh-parent-active {
    background-color: #021F4C;
}
.menu-nav.second-parent-active {
    background-color: #18427f;
}
.menu-nav.third-parent-active {
    background-color: #43A6EF;
}
.menu-nav.fourth-parent-active {
    background-color: #43A6EF;
}
.menu-nav.fifth-parent-active {
    background-color: #B3B3B3;
}
.menu-nav.sixth-parent-active {
    background-color: #4D4D4D;
}
.menu-nav.first-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
.menu-nav.seventh-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
.menu-nav.second-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
.menu-nav.third-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
.menu-nav.fifth-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
.menu-nav.sixth-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
.menu-nav.first-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path,
.menu-nav.seventh-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path,
.menu-nav.second-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path,
.menu-nav.fifth-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path,
.menu-nav.sixth-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path {
    fill: #43A6EF;
    stroke: #43A6EF;
}
.menu-nav.first-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
.menu-nav.seventh-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
.menu-nav.second-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
.menu-nav.third-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
.menu-nav.fifth-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
.menu-nav.sixth-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control {
    border-bottom: solid 1px #FFFFFF;
    color: #FFFFFF;
}
.menu-nav.first-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
.menu-nav.seventh-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
.menu-nav.second-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
.menu-nav.third-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
.menu-nav.fifth-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
.menu-nav.sixth-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder {
    color: #FFFFFF;
}
.menu-nav.first-parent-active .other-links-box .parent-menu-text,
.menu-nav.seventh-parent-active .other-links-box .parent-menu-text,
.menu-nav.second-parent-active .other-links-box .parent-menu-text,
.menu-nav.third-parent-active .other-links-box .parent-menu-text,
.menu-nav.sixth-parent-active .other-links-box .parent-menu-text {
    color: #FFFFFF;
    opacity: 40%;
}
.menu-nav.first-parent-active .other-links-box .other-link-menu .parent-menu-text:hover,
.menu-nav.seventh-parent-active .other-links-box .other-link-menu .parent-menu-text:hover,
.menu-nav.second-parent-active .other-links-box .other-link-menu .parent-menu-text:hover,
.menu-nav.third-parent-active .other-links-box .other-link-menu .parent-menu-text:hover,
.menu-nav.sixth-parent-active .other-links-box .other-link-menu .parent-menu-text:hover,
.menu-nav.first-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu,
.menu-nav.seventh-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu,
.menu-nav.second-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu,
.menu-nav.third-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu,
.menu-nav.sixth-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu,
.menu-nav.first-parent-active .other-links-box .other-link-menu .parent-menu-text i,
.menu-nav.seventh-parent-active .other-links-box .other-link-menu .parent-menu-text i,
.menu-nav.second-parent-active .other-links-box .other-link-menu .parent-menu-text i,
.menu-nav.third-parent-active .other-links-box .other-link-menu .parent-menu-text i,
.menu-nav.sixth-parent-active .other-links-box .other-link-menu .parent-menu-text i,
.menu-nav.first-parent-active .other-links-box .other-link-menu .parent-menu-text:hover i,
.menu-nav.seventh-parent-active .other-links-box .other-link-menu .parent-menu-text:hover i,
.menu-nav.second-parent-active .other-links-box .other-link-menu .parent-menu-text:hover i,
.menu-nav.third-parent-active .other-links-box .other-link-menu .parent-menu-text:hover i,
.menu-nav.sixth-parent-active .other-links-box .other-link-menu .parent-menu-text:hover i,
.menu-nav.first-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu i,
.menu-nav.seventh-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu i,
.menu-nav.second-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu i,
.menu-nav.third-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu i,
.menu-nav.sixth-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu i,
.menu-nav.first-parent-active .other-links-box .child-menu.active-menu a,
.menu-nav.seventh-parent-active .other-links-box .child-menu.active-menu a,
.menu-nav.second-parent-active .other-links-box .child-menu.active-menu a,
.menu-nav.third-parent-active .other-links-box .child-menu.active-menu a,
.menu-nav.sixth-parent-active .other-links-box .child-menu.active-menu a {
    color: #FFFFFF;
    opacity: 100%;
}
.menu-nav.first-parent-active .other-links-box .child-menu.active-menu a:hover,
.menu-nav.seventh-parent-active .other-links-box .child-menu.active-menu a:hover,
.menu-nav.second-parent-active .other-links-box .child-menu.active-menu a:hover,
.menu-nav.third-parent-active .other-links-box .child-menu.active-menu a:hover,
.menu-nav.sixth-parent-active .other-links-box .child-menu.active-menu a:hover {
    border-bottom: solid 1px #FFFFFF;
}
.menu-nav.first-parent-active .menu-box .menu-right-box,
.menu-nav.seventh-parent-active .menu-box .menu-right-box {
    background-color: rgba(113, 162, 204, 30%);
}
.menu-nav.first-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg path,
.menu-nav.seventh-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg path,
.menu-nav.second-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg path,
.menu-nav.third-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg path,
.menu-nav.fourth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg path,
.menu-nav.fifth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg path,
.menu-nav.sixth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
.menu-nav.first-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover svg path,
.menu-nav.seventh-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover svg path,
.menu-nav.second-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover svg path,
.menu-nav.third-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover svg path {
    fill: #43A6EF;
    stroke: #43A6EF;
}
.menu-nav.first-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p,
.menu-nav.seventh-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p,
.menu-nav.second-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p,
.menu-nav.third-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p,
.menu-nav.fourth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p,
.menu-nav.fifth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p,
.menu-nav.sixth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p {
    color: #FFFFFF;
}
.menu-nav.first-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover p,
.menu-nav.seventh-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover p,
.menu-nav.second-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover p,
.menu-nav.third-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover p {
    color: #43A6EF;
}
.menu-nav.first-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i,
.menu-nav.seventh-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i,
.menu-nav.second-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i,
.menu-nav.third-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i,
.menu-nav.fourth-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i,
.menu-nav.fifth-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i,
.menu-nav.sixth-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i {
    color: #FFFFFF;
}
.menu-nav.first-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i:hover,
.menu-nav.seventh-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i:hover,
.menu-nav.second-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i:hover,
.menu-nav.third-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i:hover {
    color: #43A6EF;
}
.menu-nav.second-parent-active .menu-box .menu-right-box {
    background-color: rgba(2, 31, 76, 66%);
}
.menu-nav.second-parent-active .menu-box .menu-right-box .close-icon-con .close-icon-box .close-icon i {
    color: #021F4C;
}
.menu-nav.third-parent-active .menu-box .menu-left-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path {
    fill: #021F4C;
    stroke: #021F4C;
}
.menu-nav.third-parent-active .menu-box {
    background: url(../images/third-menu-logo-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 200px;
}
.menu-nav.third-parent-active .menu-box .menu-right-box {
    background-color: rgba(2, 31, 76, 30%);
}
.menu-nav.fourth-parent-active .menu-box {
    background: url(../images/fourth-menu-logo-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 200px;
}
.menu-nav.fourth-parent-active .other-links-box .parent-menu-text {
    color: #0C3279;
    opacity: 40%;
}
.menu-nav.fourth-parent-active .other-links-box .other-link-menu .parent-menu-text:hover,
.menu-nav.fourth-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu,
.menu-nav.fourth-parent-active .other-links-box .other-link-menu .parent-menu-text i,
.menu-nav.fourth-parent-active .other-links-box .other-link-menu .parent-menu-text:hover i,
.menu-nav.fourth-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu i,
.menu-nav.fourth-parent-active .other-links-box .child-menu.active-menu a {
    color: #0C3279;
    opacity: 100%;
}
.menu-nav.fourth-parent-active .other-links-box .child-menu.active-menu a:hover {
    border-bottom: solid 1px #0C3279;
}
.menu-nav.fourth-parent-active .menu-box .menu-right-box,
.menu-nav.fifth-parent-active .menu-box .menu-right-box {
    background-color: #43A6EF;
}
.menu-nav.fourth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover svg path,
.menu-nav.fifth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover svg path,
.menu-nav.sixth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover svg path {
    fill: #0C3279;
    stroke: #0C3279;
}
.menu-nav.fourth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover p,
.menu-nav.fourth-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i:hover,
.menu-nav.fifth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover p,
.menu-nav.fifth-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i:hover,
.menu-nav.sixth-parent-active .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a:hover p,
.menu-nav.sixth-parent-active .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon i:hover {
    color: #0C3279;
}
.menu-nav.fifth-parent-active .menu-box {
    background: url(../images/fourth-menu-logo-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 200px;
}
.menu-nav.fifth-parent-active .other-links-box .parent-menu-text {
    color: #000000;
    opacity: 40%;
}
.menu-nav.fifth-parent-active .other-links-box .other-link-menu .parent-menu-text:hover,
.menu-nav.fifth-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu,
.menu-nav.fifth-parent-active .other-links-box .other-link-menu .parent-menu-text i,
.menu-nav.fifth-parent-active .other-links-box .other-link-menu .parent-menu-text:hover i,
.menu-nav.fifth-parent-active .other-links-box .other-link-menu .parent-menu-text.active-menu i,
.menu-nav.fifth-parent-active .other-links-box .child-menu.active-menu a {
    color: #000000;
    opacity: 100%;
}
.menu-nav.fifth-parent-active .other-links-box .child-menu.active-menu a:hover {
    border-bottom: solid 1px #000000;
}
.menu-nav.sixth-parent-active .menu-box .menu-right-box {
    background-color: #999999;
}
/* Menu Css End */
/* Also In This Edition Menu Css Start */
.also-in-edition-menu-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F7F7F7;
    transform: translateX(100%);
    transition: all 1s;
    z-index: 99;
    padding: 15px 0;
}
.also-in-edition-menu-nav.active {
    transform: translateX(0);
}
.also-in-edition-menu-nav .also-in-edition-menu-box {
    width: calc(100vw - 350px);
    height: calc(100vh - 30px);
    background: url(../images/third-menu-logo-bg.svg);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    background-size: 230px;
    background-color: #43A6EF;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-left: auto;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .close-icon-con .close-icon-box {
    text-align: right;
    padding-bottom: 30px !important;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .close-icon-con .close-icon-box .close-icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background: #0C3279;
    border-radius: 5px;
    text-align: center;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .close-icon-con .close-icon-box .close-icon img {
    width: 20px;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box {
    height: calc(100% - 160px);
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    padding: 50px 70px;
    overflow: auto;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-edition-heading-box {
    border-left: solid 2px #43A6EF;
    padding-left: 15px;
    width: 50%;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-edition-heading-box .also-in-edition-sub-title {
    font-size: 26px;
    line-height: 30px;
    color: rgba(216, 232, 247, 77%);
   /* font-family: "Crimson Text", sans-serif; */
    font-weight: 600;
    margin-bottom: 20px;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-edition-heading-box .also-in-edition-title {
    font-size: 44px;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-edition-heading-box .also-in-edition-time-txt {
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 0;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-this-edition-menu-content-box {
    width: 50%;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-this-edition-menu-content-box .also-in-this-edition-menu {
    padding-left: 0;
    margin-bottom: 0;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-this-edition-menu-content-box .also-in-this-edition-menu .also-in-this-edition-menu-txt {
    list-style: none;
    margin-bottom: 15px;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-this-edition-menu-content-box .also-in-this-edition-menu .also-in-this-edition-menu-txt .parent-menu-text {
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 700;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-this-edition-menu-content-box .also-in-this-edition-menu .also-in-this-edition-menu-txt .parent-menu-text:hover {
    color: #021F4C;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-con {
    padding: 0 70px;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-con .previous-edition-box .previous-edition-btn-box {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-con .previous-edition-box .previous-edition-btn-box p {
    margin-bottom: 0;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 54px;
    border-radius: 50%;
    background-color: #FFFFFF;
    text-align: center;
    margin-right: 10px;
}
.also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-con .previous-edition-box .previous-edition-btn-box p img {
    width: 30px;
}
/* Also In This Edition Menu Css End */
/* Floating Button Css Start */
.floating-button-section {
    display: none;
}
/* Floating Button Css End */
/* Banner Css Start */
.banner-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.banner-section .banner-con .banner-box video,
.banner-section .banner-con .banner-box .banner-img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.banner-section .banner-con .banner-box .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/home-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-section .banner-con .banner-box .carousel-item-two .carousel-caption {
    background-image: url(../images/home-banner-bg-two.png);
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: calc(100vh - 40px);
}
.banner-section .banner-con .banner-box .carousel-item-two .carousel-caption .caption-detail-con {
    align-items: flex-start;
    text-align: left;
    padding: 0 30px 0 155px;
}
.banner-section .banner-con .banner-box .carousel-item-three .carousel-caption .caption-detail-con {
    padding: 80px 30px 0 155px;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-title {
    font-size: 90px;
    line-height: 90px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -5px;
}
.banner-section .banner-con .banner-box .carousel-item-three .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-title {
    font-size: 110px;
    line-height: 90px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -5px;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-time {
    font-size: 38px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-sub-title {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-box {
    display: inline-flex;
    align-items: center;
    padding-left: 0 !important;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt {
    text-align: left;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt:not(:last-child) {
    margin-right: 50px;
    padding-right: 50px;
    border-right: solid 2px #43A6EF;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt .caption-sub-title {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.banner-section .banner-con .banner-box .carousel-item-two .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt .caption-sub-title {
    font-size: 14px;
    line-height: 18px;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt .caption-detail-title {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt .caption-detail-title img {
    width: 25px;
    margin-right: 10px;
}
.banner-section .banner-con .banner-box .carousel-item-two .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt .caption-detail-title img {
    width: 16px;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt .caption-detail-title h5 {
    font-size: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
}
.banner-section .banner-con .banner-box .carousel-item-two .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt .caption-detail-title h5 {
    font-size: 32px;
    line-height: 32px;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .scroll-txt-box {
    margin-top: 100px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .scroll-txt-box .border-left {
    height: 55px;
    width: 2px;
    background-color: #F7F7F4;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .scroll-txt-box .scroll-txt {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-play-video-box {
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-play-video-box .video-play-box .video-play-btn {
    display: inline-flex;
    align-items: center;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-play-video-box .video-play-box .video-play-btn i {
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 10px;
}
.banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-play-video-box .video-play-box .video-play-btn span {
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* General Pages Banner Css Start */
.banner-section.general-page-banner-section {
    height: 96vh;
}
.banner-section.general-page-banner-section .banner-con .banner-box .carousel {
    width: 50%;
}
.banner-section.general-page-banner-section .banner-con .banner-box video,
.banner-section.general-page-banner-section .banner-con .banner-box .banner-img {
    height: 96vh;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.banner-section.general-page-banner-section .banner-con .banner-box .banner-bg-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 96vh;
    background-image: url(../images/home-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.banner-section.general-page-banner-section .banner-con .banner-box .banner-content-con {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #021f4c;
    padding: 100px 50px 100px 130px;
    height: 90vh;
    width: 55%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.banner-section.general-page-banner-section .banner-con .banner-box .banner-content-box .banner-sub-title {
    font-size: 26px;
    line-height: 44px;
    color: #43A6EF;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}
.banner-section.general-page-banner-section .banner-con .banner-box .banner-content-box .banner-title {
    font-size: 58px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 40px;
    max-width: 770px;
}
.banner-section.general-page-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 0;
    border-left: solid 1px #43A6EF;
    padding-left: 20px;
    max-width: 770px;
}
/* General Pages Banner Css End */
/* Light Blue Banner Css Start */
.banner-section.light-blue-bg-banner-section .banner-con .banner-box .banner-content-con {
    background-color: #43A6EF;
}
.banner-section.light-blue-bg-banner-section .banner-con .banner-box .banner-content-box .banner-sub-title {
    color: #D8E8F7;
}
.banner-section.light-blue-bg-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
    border-left-color: #FFFFFF;
}
/* Light Blue Banner Css End */
/* Dark Cyan Banner Css Start */
.banner-section.dark-cyan-bg-banner-section .banner-con .banner-box .banner-content-con {
    background-color: #007686;
    padding: 100px 50px 50px 130px;
}
/* Dark Cyan Banner Css End */
/* Orange Banner Css Start */
.banner-section.orange-bg-banner-section .banner-con .banner-box .banner-content-con {
    background-color: #EB961E;
    padding: 100px 50px 50px 130px;
}
.banner-section.orange-bg-banner-section .banner-con .banner-box .banner-content-box .banner-sub-title,
.banner-section.latest-news-article-banner-section.orange-bg-banner-section .banner-con .banner-box .banner-content-box .latest-news-published-date,
.banner-section.latest-news-article-banner-section.orange-bg-banner-section .banner-con .banner-box .banner-content-box .latest-news-published-date span {
    color: #FFFFFF;
}
/* Orange Banner Css End */
/* Latest News Banner Css Start */
.banner-section.latest-news-banner-section .banner-con .banner-box .banner-content-box .banner-title {
    margin-bottom: 120px;
}
.banner-section.latest-news-banner-section .banner-con .banner-box .banner-content-box .banner-title br {
    display: none;
}
.banner-section.latest-news-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
    max-width: 550px;
    margin-bottom: 30px;
}
/* Latest News Banner Css End */
/* Latest News Article Banner Css Start */
.banner-section.latest-news-article-banner-section .banner-con .banner-box .banner-content-box .banner-title {
    margin-bottom: 70px;
}
.banner-section.latest-news-article-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
    max-width: 550px;
    margin-bottom: 60px;
}
.banner-section.latest-news-article-banner-section .banner-con .banner-box .banner-content-box .latest-news-published-date {
    font-size: 12px;
    line-height: 16px;
    color: #43A6EF;
    font-weight: 400;
    margin-bottom: 0;
   /* font-family: "Crimson Text", sans-serif; */
    letter-spacing: 2px;
}
.banner-section.latest-news-article-banner-section .banner-con .banner-box .banner-content-box .latest-news-published-date span {
    font-size: 12px;
    line-height: 16px;
    color: #43A6EF;
    font-weight: 400;
   /* font-family: "Crimson Text", sans-serif;*/
    text-transform: uppercase;
}
/* Latest News Article Banner Css End */
/* Newsletter Banner Css Start */
.banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-con {
    padding: 100px 50px 50px 130px;
}
.banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-box .banner-time-txt {
    font-size: 21px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
    font-size: 20px;
    line-height: 28px;
   /* font-family: "Crimson Text", sans-serif;*/
    font-weight: 400;
}
.banner-section.newsletter-banner-section .banner-con .banner-box .previous-edition-btn-box.mobile-view {
    display: none;
}
.banner-section.newsletter-banner-section .banner-con .banner-box .previous-edition-btn-box {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 40px;
    text-transform: uppercase;
}
.banner-section.newsletter-banner-section .banner-con .banner-box .previous-edition-btn-box p {
    margin-bottom: 0;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 54px;
    border-radius: 50%;
    background-color: #FFFFFF;
    text-align: center;
    margin-right: 10px;
}
.banner-section.newsletter-banner-section .banner-con .banner-box .previous-edition-btn-box p img {
    width: 30px;
}
.newsletter-banner-con {
    position: relative;
}
.newsletter-banner-con .also-in-this-edition-btn-box {
    position: fixed;
    bottom: 10px;
    right: 50px;
    z-index: 99;
    transition: all 1s;
}
.newsletter-banner-con .also-in-this-edition-btn-box .also-in-this-edition-btn {
    display: inline-flex;
    align-items: center;
    background: #43A6EF;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
.newsletter-banner-con .also-in-this-edition-btn-box .also-in-this-edition-btn img {
    width: 30px;
    margin-right: 15px;
}
/* Newsletter Banner Css End */
/* Banner Css End */
/* Footer Css Start */
.footer-section {
    background: #021F4C;
    padding: 70px 0 40px;
}
.footer-section .footer-logo-box {
    padding-bottom: 60px;
}
.footer-section .footer-logo-box img {
    width: 350px;
}
.footer-section .footer-detail-top-scroll-btn-box {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}
.footer-section .footer-detail-top-scroll-btn-box.mobile-view {
    display: none;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con {
    /* width: calc(100% - 100px);
    padding-right: 100px; */
    width: 100%;
    padding-right: 0;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-title-heading-box .footer-detail-box {
    /* border-bottom: solid 1px #43A6EF;
    margin-bottom: 30px !important;
    padding-bottom: 30px; */
    margin-bottom: 0 !important;
    border-bottom: 0;
    padding-bottom: 0;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-title-heading-box .footer-detail-box .footer-title {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-title-heading-box .footer-detail-box .footer-detail-txt {
    margin-top: 25px;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .footer-detail-txt.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box:first-child {
    padding-left: 0;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .footer-txt {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 15px;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box a.footer-txt:hover {
    color: #43A6EF;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .footer-link-txt {
    margin-bottom: 15px;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .footer-txt.shc-links-txt {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 1px;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .footer-txt.shc-connect-txt {
    color: #43A6EF;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .social-icon-box {
    margin-bottom: 10px;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .social-icon-box .social-icon:not(:last-child) {
    margin-right: 20px;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .social-icon-box .social-icon i {
    font-size: 20px;
    color: #43A6EF;
}
.footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .social-icon-box .social-icon i:hover {
    color: #FFFFFF;
}
.footer-section .footer-detail-top-scroll-btn-box .top-to-scroll-btn-box {
    width: 100px;
    text-align: center;
    padding-top: 30px;
}
.footer-section .footer-detail-top-scroll-btn-box .top-to-scroll-btn-box .top-to-scroll-btn {
    background: #43A6EF;
    border: 0;
    outline: 0;
    box-shadow: none;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
}
.footer-section .footer-detail-top-scroll-btn-box .top-to-scroll-btn-box .top-to-scroll-btn:hover {
    background: #FFFFFF;
}
.footer-section .footer-detail-top-scroll-btn-box .top-to-scroll-btn-box .top-to-scroll-btn i {
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
}
.footer-section .footer-detail-top-scroll-btn-box .top-to-scroll-btn-box .top-to-scroll-btn:hover i {
    color: #43A6EF;
}
.footer-section .footer-detail-top-scroll-btn-box .top-to-scroll-btn-box p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
    margin: 25px 0 0;
}
.footer-section .website-design-by-box {
    margin-top: 60px;
}
.footer-section .website-design-by-box p,
.footer-section .website-design-by-box p span {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 62%);
    font-weight: 300;
    margin-bottom: 0;
}
.footer-section .website-design-by-box p a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 62%);
    font-weight: 600;
}
.footer-section .website-design-by-box p a:hover {
    color: #43A6EF;
}
.footer-section .website-design-by-box .top-to-scroll-btn-box {
    display: none;
}
.footer-section .footer-detail-top-scroll-btn-box.footer-acknowledgement-box {
    margin-top: 70px;
}
.footer-section .footer-detail-top-scroll-btn-box.footer-acknowledgement-box .footer-detail-con .footer-detail-box .footer-txt {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-section .footer-detail-top-scroll-btn-box.footer-acknowledgement-box .footer-detail-con .footer-detail-box .footer-txt:not(:last-child) {
    margin-bottom: 30px;
}
/* Footer Css End */
/* Common Css End */
/* Home Page Css Start */
/* Welcome Message Css Start */
.welcome-message-section {
    padding: 50px 0;
}
.welcome-message-section .welcome-message-box {
    text-align: center;
    background-image: url(../images/logo-bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 50px 12px;
}
.welcome-message-section .welcome-message-box .welcome-message-title {
    font-size: 50px;
    line-height: 60px;
    color: #0C3279;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}
.welcome-message-section .welcome-message-box .welcome-message-txt {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
    max-width: 900px;
    margin: 0 auto;
}
/* Welcome Message Css End */
/* Editorial Module Css Start */
.editorial-module-section {
    padding: 10px 12px;
}
.editorial-module-section .editorial-module-box {
    background: linear-gradient(to right, #FFFFFF, #FFFFFF, #CCCCCC);
    padding: 15px;
    border-radius: 15px;
}
.editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail {
    padding: 80px 80px 80px 125px;
}
.editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-sub-title {
    font-size: 22px;
    line-height: 30px;
    color: #999999;
    /*font-family: "Crimson Text", sans-serif;*/
    font-weight: 400;
    margin-bottom: 30px;
}
.editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-title {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 40px;
}
.editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-txt {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
    max-width: 650px;
}
.editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-txt.light-txt {
    font-weight: 300;
}
.editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box {
    margin-top: 100px;
}
.editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-txt:not(:last-child) {
    margin-bottom: 25px;
}
.editorial-module-section .editorial-module-box .editorial-module-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.editorial-module-section .editorial-module-box .editorial-module-img-box img.logo-img {
    object-fit: contain;
}
.editorial-module-section.editorial-module-left-img-section .editorial-module-box {
    background: linear-gradient(to left, #FFFFFF, #FFFFFF, #CCCCCC);
}
.editorial-module-section.editorial-module-left-img-section .editorial-module-box .editorial-module-detail-box {
    order: 2;
}
.editorial-module-section.editorial-module-left-img-section .editorial-module-box .editorial-module-img-box {
    order: 1;
}
.editorial-module-section .editorial-module-box .editorial-module-img-box .editorial-bg-content-box {
    background-color: #021F4C;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 20px;
}
.editorial-module-section .editorial-module-box .editorial-module-img-box .editorial-bg-content-box p {
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
}
.editorial-module-section .editorial-module-box .editorial-module-img-box .editorial-bg-content-box p strong {
    font-weight: 600;
}
.editorial-module-section .editorial-module-box .editorial-module-img-box .editorial-bg-content-box h2 {
    font-size: 46px;
    line-height: 52px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 30px 0;
}
/* Editorial Module Css End */
/* Quote with Sliding Css Start */
.quote-with-sliding-section .quote-slider-card-box .carousel {
    margin-bottom: 45px;
}
.quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con {
    background: #FFFFFF;
    border-radius: 15px;
}
.quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-img-box {
    padding: 0;
}
.quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-img-box .quote-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box .quote-icon {
    width: 50px;
}
.quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box .quote-detail-txt {
    font-size: 26px;
    line-height: 38px;
    color: #4D4D4D;
    font-weight: 600;
    margin: 30px 0;
}
.quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box .quote-post-by-name {
    font-size: 22px;
    line-height: 30px;
    color: #B3B3B3;
    font-weight: 400;
    margin: 0;
}
.quote-with-sliding-section .quote-slider-card-box .carousel-indicators {
    bottom: -55px;
}
.quote-with-sliding-section .quote-slider-card-box .carousel-indicators [data-bs-target] {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #43A6EF;
    border: 0;
}
.quote-with-sliding-section .quote-slider-card-box .carousel-indicators .active {
    width: 24px;
    border-radius: 10px;
}
/* Quote with Sliding Css End */
/* Latest News Css Start */
.latest-news-section {
    padding: 0 0 0 15px;
}
.latest-news-section .latest-news-box {
    background-color: #FFFFFF;
    padding: 80px 15px 80px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.latest-news-section .latest-news-box .latest-news-title-social-icon-box {
    align-items: flex-end;
}
.latest-news-section .latest-news-box .latest-news-title-social-icon-box .latest-news-title-box {
    padding: 0 30px 0 0;
}
.latest-news-section .latest-news-box .latest-news-title-social-icon-box .latest-news-title-box p {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.latest-news-section .latest-news-box .latest-news-title-social-icon-box .latest-news-title-box h2 {
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 0;
}
.latest-news-section .latest-news-box .latest-news-title-social-icon-box .social-icon-btn-box {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.latest-news-section .latest-news-box .latest-news-title-social-icon-box .social-icon-btn-box .social-icon-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 50%;
    background: #43A6EF;
    text-align: center;
    margin-right: 15px;
}
.latest-news-section .latest-news-box .latest-news-title-social-icon-box .social-icon-btn-box .social-icon-btn:hover {
    background: #CCCCCC;
}
.latest-news-section .latest-news-box .latest-news-title-social-icon-box .social-icon-btn-box .social-icon-btn i {
    font-size: 22px;
    line-height: 45px;
    color: #FFFFFF;
}
.latest-news-section .latest-news-box .latest-news-slider-con {
    padding: 50px 0 0 0;
}
.latest-news-section .latest-news-box .latest-news-slick-slider {
    margin: 0;
}
.latest-news-section .latest-news-box .latest-news-slick-slider .slick-prev {
    display: none !important;
}
.latest-news-section .latest-news-box .latest-news-slick-slider .slick-next {
    background-image: url(../images/slider-previous-icon.svg);
    left: -50px;
    top: 50%;
    transform: translate(0, -50%);
}
.latest-news-section .latest-news-box .latest-news-slick-slider .slick-next:hover {
    background-image: url(../images/slider-previous-icon-hover.svg);
}
.latest-news-section .latest-news-box .latest-news-detail-box {
    background: linear-gradient(to top, #FFFFFF, #FFFFFF, #CCCCCC);
    padding: 9px;
    border-radius: 25px;
    border: solid 1px #a1a1a1;
    position: relative;
    margin: 0 10px;
    height: 760px;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-label-box {
    position: absolute;
    top: 9px;
    right: 9px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 19px;
    padding: 7px 25px;
    z-index: 1;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-label-box.light-blue-bg {
    background-color: #43A6EF;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-label-box.orange-bg {
    background-color: #EB961E;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-label-box.dark-blue-bg {
    background-color: #0C3279;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-label-box.purple-bg {
    background-color: #55396A;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-label-box.dark-cyan-bg {
    background-color: #007686;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-label-box span {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-img-box {
    overflow: hidden;
    border-radius: 20px;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-img-box .latest-news-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    transition: all 1s;
}
.latest-news-section .latest-news-box .latest-news-detail-box:hover .latest-news-img-box .latest-news-img {
    transform: scale(1.2);
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail {
    padding: 25px 25px 10px;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail h2 {
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .latest-news-detail-txt {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 350px;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .latest-news-published-date-name-read-more-box {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0;
    padding: 0 34px;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .latest-news-published-date-name {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .read-more-txt {
    display: none;
    transition: all 1s;
}
.latest-news-section .latest-news-box .latest-news-detail-box:hover .latest-news-detail .read-more-txt {
    display: inline-flex;
    align-items: center;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .read-more-txt img {
    width: 10px;
    margin-right: 10px;
}
.latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .read-more-txt span {
    font-size: 14px;
    line-height: 20px;
    color: #43A6EF;
    font-weight: 700;
    text-transform: uppercase;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box:hover {
    background: #FFFFFF;
    padding-top: 30px;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box {
    height: 370px;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box:hover {
    display: flex;
    align-items: center;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box:last-child {
    margin-top: 20px;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box .latest-news-img-box .latest-news-img {
    height: 220px;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box:hover .latest-news-img-box .latest-news-img {
    display: none;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box .latest-news-detail h2 {
    font-size: 20px;
    line-height: 28px;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box .latest-news-detail .latest-news-detail-txt {
    display: none;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box:hover .latest-news-detail .latest-news-detail-txt {
    display: block;
    margin-top: 30px;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box .latest-news-detail .latest-news-published-date-name {
    position: absolute;
    bottom: 19px;
    left: 0;
    padding: 0 34px;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box:hover .latest-news-detail .latest-news-published-date-name {
    position: initial;
    padding: 0;
}
.latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box .latest-news-detail .read-more-txt {
    margin-top: 20px;
}
/* Latest News Css End */
/* Call to Action Css Start */
.call-to-action-section {
    padding: 15px;
}
.call-to-action-section .call-to-action-box {
    position: relative;
}
.call-to-action-section .call-to-action-box .call-to-action-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.call-to-action-section .call-to-action-box .call-to-action-detail-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 77%);
    border-radius: 20px;
    padding: 40px 80px;
    text-align: left;
    max-width: 570px;
}
.call-to-action-section .call-to-action-box .call-to-action-detail-box p {
    font-size: 22px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 30px;
}
.call-to-action-section .call-to-action-box .call-to-action-detail-box h2 {
    font-size: 52px;
    line-height: 58px;
    color: #0C3279;
    font-weight: 700;
    margin-bottom: 40px;
}
.call-to-action-section .call-to-action-box .call-to-action-detail-box .medium-blue-bg-btn:hover {
    background: #0C3279;
    border: solid 1px #0C3279;
}
/* Call to Action Css End */
/* Acknowledgement Module Css Start */
.acknowledgement-section {
    padding: 0 0 15px;
    background: #021f4c;
}
.acknowledgement-section .acknowledgement-detail-box {
    text-align: center;
    padding: 70px 0;
}
.acknowledgement-section .acknowledgement-detail-box h5 {
    font-size: 24px;
    line-height: 30px;
    color: #43A6EF;
    font-family: "D-DIN-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
}
.acknowledgement-section .acknowledgement-detail-box p {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0 auto;
    max-width: 930px;
}
.acknowledgement-section .acknowledgement-box {
    position: relative;
    background-image: url(../images/acknowledgement-img.webp);
    background-position: center center;
    background-size: cover;
    min-height: 350px;
    background-attachment: initial;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.acknowledgement-section .acknowledgement-box .acknowledgement-detail-box {
    /* position: absolute;
    top: 0;
    left: 0; */
    background: #05295e94;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 40px;
    text-align: left;
    width: 100%;
    height: 100%;
}
.acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail .acknowledgement-title {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}
.acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail .acknowledgement-by-name {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
    margin: 30px 0 0px;
}
.acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail .medium-blue-bg-btn:hover {
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
    color: #43A6EF;
}
/* Acknowledgement Module Css End */
/* Join Us Css Start */
.join-us-section {
    padding: 100px 15px;
    text-align: center;
}
.join-us-section .join-us-box .join-us-txt {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.join-us-section .join-us-box .join-us-title {
    font-size: 40px;
    line-height: 48px;
    color: #0C3279;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}
.join-us-section .join-us-box .join-us-detail {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 70px;
}
.join-us-section .join-us-box .join-us-three-btn-con {
    display: inline-flex;
    align-items: center;
}
.join-us-section .join-us-box .join-us-three-btn-con .join-us-three-btn-box {
    display: block;
    text-align: left;
}
.join-us-section .join-us-box .join-us-three-btn-con .join-us-three-btn-box:not(:last-child) {
    padding-right: 80px;
}
.join-us-section .join-us-box .join-us-three-btn-con .join-us-three-btn-box .join-us-three-detail {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.join-us-section .join-us-box .join-us-three-btn-con .join-us-three-btn-box .join-us-three-detail img {
    width: 20px;
    margin-right: 10px;
}
.join-us-section .join-us-box .join-us-three-btn-con .join-us-three-btn-box .join-us-three-detail h5 {
    font-size: 16px;
    line-height: 20px;
    color: #0C3279;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
/* Join Us Css End */
/* Home Page Css End */
/* General Pages Css Start */
/* Full Text Editor Css Start */
.full-text-editor-section h1,
.full-text-editor-section h3,
.full-text-editor-section h5,
.accordion-content-section .accordion-body h1,
.accordion-content-section .accordion-body h3,
.accordion-content-section .accordion-body h5 {
    color: #43A6EF;
}
.full-text-editor-section h2,
.full-text-editor-section h4,
.full-text-editor-section h6,
.accordion-content-section .accordion-body h2,
.accordion-content-section .accordion-body h4,
.accordion-content-section .accordion-body h6 {
    color: #0C3279;
}
.full-text-editor-section blockquote,
.accordion-content-section .accordion-body blockquote {
    font-size: 20px;
    line-height: 28px;
    color: #666666;
   /* font-family: "Crimson Text", sans-serif;*/
    font-weight: 400;
    border-left: solid 2px #43A6EF;
    padding-left: 30px;
    margin-bottom: 20px;
}
.full-text-editor-section p,
.full-text-editor-section a,
.full-text-editor-section ul li,
.accordion-content-section .accordion-body p,
.accordion-content-section .accordion-body a,
.accordion-content-section .accordion-body ul li {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.full-text-editor-section a,
.accordion-content-section .accordion-body a {
    color: #43A6EF;
}
.full-text-editor-section ul,
.accordion-content-section .accordion-body ul {
    padding-left: 14px;
    margin-bottom: 30px;
}
.full-text-editor-section ul li,
.accordion-content-section .accordion-body ul li {
    margin-bottom: 0;
}
.full-text-editor-section h1,
.accordion-content-section .accordion-body h1 {
    font-size: 52px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 30px;
}
.full-text-editor-section h2,
.accordion-content-section .accordion-body h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    margin: 40px 0 30px;
}
.full-text-editor-section h3,
.accordion-content-section .accordion-body h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin: 40px 0 30px;
}
.full-text-editor-section h4,
.accordion-content-section .accordion-body h4 {
    font-size: 42px;
    line-height: 50px;
    /*font-family: "Crimson Text", sans-serif;*/
    font-weight: 400;
    margin: 40px 0 30px;
}
.full-text-editor-section h5,
.accordion-content-section .accordion-body h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 40px 0 30px;
}
.full-text-editor-section h6,
.accordion-content-section .accordion-body h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 40px 0 30px;
}
.full-text-editor-section .table-responsive,
.accordion-content-section .accordion-body .table-responsive {
    margin: 20px 0;
}
.full-text-editor-section .table thead tr th,
.accordion-content-section .accordion-body .table thead tr th {
    color: #43A6EF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border-bottom: solid 2px #43A6EF !important;
    padding-left: 0;
}
.full-text-editor-section .table tbody tr td,
.accordion-content-section .accordion-body .table tbody tr td {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    border-bottom: solid 1px #CCCCCC;
    padding-left: 0;
}
.full-text-editor-section .download-document-btn-con,
.accordion-content-section .accordion-body .download-document-btn-con {
    margin: 30px 0;
}
.full-text-editor-section .download-document-btn-con .download-document-btn-box,
.accordion-content-section .accordion-body .download-document-btn-con .download-document-btn-box {
    margin-bottom: 5px;
}
.full-text-editor-section .general-page-editor-img-box,
.accordion-content-section .accordion-body .general-page-editor-img-box {
    position: relative;
    margin-bottom: 30px;
}
.full-text-editor-section .general-page-editor-img-box img,
.accordion-content-section .accordion-body .general-page-editor-img-box img {
    width: 100%;
}
.full-text-editor-section .general-page-editor-img-box .img-caption-box,
.accordion-content-section .accordion-body .general-page-editor-img-box .img-caption-box {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: rgba(12, 50, 121, 83%);
    padding: 15px 30px;
    width: 400px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.full-text-editor-section .general-page-editor-img-box .img-caption-box p,
.accordion-content-section .accordion-body .general-page-editor-img-box .img-caption-box p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
/* Image and Text Side By Side Css Start */
.image-txt-side-by-side-section .general-page-editor-img-box {
    margin-bottom: 0;
    float: left; /* Makes the image float on the left */
    margin-right: 20px; /* Adds space to the right of the image */
    width: 450px; /* Adjust the width of the image */
    height: auto; /* Ensures the image retains its aspect ratio */
}
.image-txt-side-by-side-section .general-page-editor-img-box img {
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}
.image-txt-side-by-side-section .general-page-editor-img-content-box p {
    text-align: justify; /* Optional: Makes text look neat */
}
/* Image and Text Side By Side Css End */
/* Web Form Css Start */
.web-form-section .form-label,
.web-form-section .form-check .form-check-label,
.web-form-section .form-check-label {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 10px;
}
.web-form-section .form-control,
.web-form-section .form-select {
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px #CCCCCC;
    padding: 0;
    color: #43A6EF;
    caret-color: #43A6EF;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    background-color: transparent;
    height: 20px;
}
.web-form-section .form-control:focus,
.web-form-section .form-select:focus {
    box-shadow: none;
    border-bottom: solid 2px #43A6EF;
}
.web-form-section .form-select {
    height: 20px;
    background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%2398CDF4' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right 0px center/8px 10px no-repeat !important;
}
.web-form-section .form-select option {
    background: #FFFFFF;
    color: #231F20;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
.web-form-section .form-select option:first-child {
    display: none;
}
.web-form-section .custom-radio-btn-box {
    display: flex;
}
.web-form-section .form-check .form-check-label {
    cursor: pointer;
    margin-bottom: 0;
    padding: 0 20px 0 5px;
}
.web-form-section .form-check {
    position: relative;
    margin-top: 25px;
}
.web-form-section .form-check:not(:last-child) {
    margin-right: 15px;
}
.web-form-section .form-check input[type="radio"] {
    opacity: 0;
    display: none;
}
.web-form-section .form-check label::before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #43A6EF;
    background: transparent;
}
.web-form-section .freeform-fieldtype-checkbox .form-check label::before,
.web-form-section .freeform-fieldtype-checkboxes .form-check label::before{
	border-radius: 0;
}
.web-form-section .form-check input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #43A6EF;
    border-radius: 50%;
}
.web-form-section .custom-check-box {
    margin-bottom: 15px;
}
.web-form-section .form-check-label {
    margin-left: 15px;
    margin-bottom: 0;
    cursor: pointer;
}
.web-form-section .form-check-input {
    height: 20px;
    width: 20px;
    margin-top: 0;
    border: solid 1px #43A6EF;
    border-radius: 0;
    cursor: pointer;
}
.web-form-section .form-check-input:checked {
    background-color: #43A6EF;
}
.web-form-section .form-check-input:focus {
    box-shadow: none;
}
.web-form-section .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.web-form-section .text-danger li{
	color: #dc3545!important;
}
/* Web Form Css End */
/* Full Text Editor Css End */
/* Dark BG Full Text Editor Css Start */
.full-text-editor-section.dark-bg-editor-section {
    background-color: #021F4C;
}
.full-text-editor-section.dark-bg-editor-section h2,
.full-text-editor-section.dark-bg-editor-section h4,
.full-text-editor-section.dark-bg-editor-section h6 {
    color: #43A6EF;
}
.full-text-editor-section.dark-bg-editor-section p,
.full-text-editor-section.dark-bg-editor-section ul li {
    color: #FFFFFF;
}
.full-text-editor-section.dark-bg-editor-section blockquote {
    color: #98CCF4;
}
.full-text-editor-section.dark-bg-editor-section .download-document-btn span {
    color: #FFFFFF;
}
.full-text-editor-section.dark-bg-editor-section .download-document-btn:hover .right-down-icon {
    background: #FFFFFF;
}
.full-text-editor-section.dark-bg-editor-section .download-document-btn:hover .right-down-icon i {
    color: #43A6EF;
}
.full-text-editor-section.dark-bg-editor-section .table tbody tr td {
    color: #FFFFFF;
}
/* Web Form Css Start */
.full-text-editor-section.dark-bg-editor-section .web-form-section .form-label,
.full-text-editor-section.dark-bg-editor-section .web-form-section .form-check .form-check-label,
.full-text-editor-section.dark-bg-editor-section .web-form-section .form-check-label {
    color: #FFFFFF;
}
.full-text-editor-section.dark-bg-editor-section .web-form-section .form-submit-btn:hover {
    background: #FFFFFF;
}
.full-text-editor-section.dark-bg-editor-section .web-form-section .form-submit-btn:hover i {
    color: #43A6EF;
}
.full-text-editor-section.dark-bg-editor-section .web-form-section .form-submit-btn:hover p {
    color: #43A6EF !important;
}
/* Web Form Css End */
/* Dark BG Full Text Editor Css End */
/* Read Previous and Next Css Start */
.read-previous-next-section {
    padding: 50px 0;
}
.read-previous-next-section.latest-news-detail-read-previous-next-section {
    background-color: #FFFFFF;
}
.read-previous-next-section .read-previous-next-con:first-child {
    border-right: solid 1px #021f4c;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box {
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box {
    width: 100%;
    padding-right: 30px;
    text-align: right;
}
.read-previous-next-section .read-previous-next-con:last-child .read-previous-next-box .read-previous-next-detail-box {
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box p {
    font-size: 22px;
    line-height: 26px;
    color: #999999;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box h6 {
    font-size: 26px;
    line-height: 30px;
    color: #0C3279;
    font-weight: 700;
    margin-bottom: 20px;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box .read-previous-next-icon-btn {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #43A6EF;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box .read-previous-next-icon-btn i {
    font-size: 30px;
    line-height: 50px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75,-.27,.3,0.5);
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box .read-previous-next-icon-btn i.visible {
    transform: translate(-50%,-50%);
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box .read-previous-next-icon-btn i.hidden {
    transform: translate(60px,-50%);
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover .read-previous-next-detail-box .read-previous-next-icon-btn i.visible {
    transform: translate(-60px,-50%);
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover .read-previous-next-detail-box .read-previous-next-icon-btn i.hidden {
    transform: translate(-50%,-50%);
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box {
    /* width: 180px;
    overflow: hidden;
    border-radius: 15px; */
    display: none;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box .read-previous-next-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    cursor: pointer;
    transition: all 2s;
}
.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover .read-previous-next-img-box .read-previous-next-img {
    transform: scale(1.2);
}
/* Read Previous and Next Css End */
/* General Pages Css End */
/* Page Modules Css Start */
/* Editorial Module Css Start */
.page-module-editorial-section .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box {
    margin-top: 50px;
}
.page-module-editorial-section .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box .dark-blue-bg-btn,
.page-module-editorial-section .editorial-module-section.dark-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box .light-blue-bg-btn {
    padding: 0 20px;
}
.page-module-editorial-section .editorial-module-section.dark-blue-bg .editorial-module-box {
    background: #021F4C;
}
.page-module-editorial-section .editorial-module-section.dark-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-sub-title {
    color: #FFFFFF;
    font-style: italic;
}
.page-module-editorial-section .editorial-module-section.dark-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-txt {
    color: #FFFFFF;
}
.page-module-editorial-section .editorial-module-section.dark-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-txt strong {
    color: #FFFFFF;
    font-style: normal;
}
.page-module-editorial-section .editorial-module-section.dark-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box .light-blue-bg-btn:hover {
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
    color: #05295E;
}
.page-module-editorial-section .editorial-module-section.light-blue-bg .editorial-module-box {
    background: rgba(152, 205, 244, 21%);
}
.page-module-editorial-section .editorial-module-section.light-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-sub-title,
.page-module-editorial-section .editorial-module-section.light-grey-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-sub-title {
    color: #666666;
}
.page-module-editorial-section .editorial-module-section.light-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-txt,
.page-module-editorial-section .editorial-module-section.light-grey-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-txt {
    color: #4D4D4D;
}
.page-module-editorial-section .editorial-module-section.light-grey-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-txt a {
    color: #43A6EF;
}
.page-module-editorial-section .editorial-module-section.light-grey-bg .editorial-module-box {
    background: #F7F7F7;
}
.page-module-editorial-section .editorial-module-section.light-grey-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-sub-title {
    font-style: italic;
}
.page-module-editorial-section .editorial-module-section.light-grey-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box .light-blue-bg-btn:hover {
    background: #666666;
    border: solid 1px #666666;
    color: #FFFFFF;
}
/* Editorial Module Css End */
/* Video Module Css Start */
.video-module-section .video-module-con {
    position: relative;
}
.video-module-section .video-module-con .video-module-box {
    background-color: #021F4C;
    border-radius: 15px;
    padding: 130px 150px;
}
.video-module-section .video-module-con .video-module-box .video-module-detail-box {
    max-width: 370px;
}
.video-module-section .video-module-con .video-module-box .video-module-detail-box .video-module-title {
    font-size: 40px;
    line-height: 50px;
    color: #43A6EF;
    font-weight: 700;
    margin-bottom: 20px;
}
.video-module-section .video-module-con .video-module-box .video-module-detail-box .video-module-description {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 30px;
}
.video-module-section .video-module-con .video-module-box .video-module-detail-box .light-blue-bg-btn:hover {
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
    color: #05295E;
}
.video-module-section .video-module-con .video-box {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    height: 500px;
    width: 60%;
}
.video-module-section .video-module-con .video-box img,
.video-module-section .video-module-con .video-box video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.video-module-section .video-module-con .video-box .first-time-video-play-btn-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.video-module-section .video-module-con .video-box .first-time-video-play-btn-box .first-time-video-play-btn {
    height: 160px;
    width: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    border: solid 5px rgba(255, 255, 255, 49%);
    outline: 0;
}
.video-module-section .video-module-con .video-box .first-time-video-play-btn-box .first-time-video-play-btn i {
    font-size: 60px;
    line-height: 155px;
    font-weight: 700;
    color: #43A6EF;
}
.video-module-section .video-module-con .video-box .video-circle-btn-box {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.video-module-section .video-module-con .video-box .video-circle-btn-box .video-circle-btn {
    height: 50px;
    width: 50px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background: rgba(152, 205, 244, 72%);
    border: 0;
    outline: 0;
}
.video-module-section .video-module-con .video-box .video-circle-btn-box .video-circle-btn i {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
}
.video-module-section .video-module-con .video-box .video-circle-btn-box .video-circle-btn:hover {
    background: rgba(152, 205, 244, 1);
}
.video-module-section .video-module-con .video-box .video-circle-btn-box .video-circle-btn:not(:last-child) {
    margin-right: 10px;
}
/* Video Module Css End */
/* Image Divider Module Css Start */
.image-divider-content-section {
    padding: 15px;
}
.image-divider-content-section .image-divider-content-box {
    position: relative;
}
.image-divider-content-section .image-divider-content-box .image-divider-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.image-divider-content-section .image-divider-content-box .image-divider-detail-con {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 37%);
    border-radius: 15px;
    padding: 40px 130px;
    text-align: left;
    height: 100%;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.image-divider-content-section .image-divider-content-box .image-divider-detail-con .image-divider-detail-box {
    max-width: 600px;
}
.image-divider-content-section .image-divider-content-box .image-divider-detail-con .image-divider-detail-box h2 {
    font-size: 52px;
    line-height: 58px;
    color: #43A6EF;
    font-weight: 700;
    margin-bottom: 40px;
}
.image-divider-content-section .image-divider-content-box .image-divider-detail-con .image-divider-detail-box p {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 30px;
}
.image-divider-content-section .image-divider-content-box .image-divider-detail-con .image-divider-detail-box h6 {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
}
.image-divider-content-section .image-divider-content-box .image-divider-detail-con .image-divider-detail-box .medium-blue-bg-btn {
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
    color: #43A6EF;
}
.image-divider-content-section .image-divider-content-box .image-divider-detail-con .image-divider-detail-box .medium-blue-bg-btn:hover {
    background: #43A6EF;
    border: solid 1px #43A6EF;
    color: #FFFFFF;
}
.image-divider-content-section.image-divider-only-heading .image-divider-content-box .image-divider-detail-con {
    background: rgba(0, 0, 0, 22%);
}
.image-divider-content-section.image-divider-only-heading .image-divider-content-box .image-divider-detail-con .image-divider-detail-box h2 {
    font-size: 100px;
    line-height: 100px;
    color: #FFFFFF;
    margin-bottom: 0;
    text-transform: uppercase;
    max-width: 500px;
}
.image-divider-content-section.image-divider-content-center .image-divider-content-box .image-divider-detail-con {
    text-align: center;
    align-items: center;
}
.image-divider-content-section.dark-blue-bg-divider .image-divider-content-box {
    background: #021F4C;
}
.image-divider-content-section.light-blue-bg-divider .image-divider-content-box {
    background: #43A6EF;
}
.image-divider-content-section.dark-blue-bg-divider .image-divider-content-box,
.image-divider-content-section.light-blue-bg-divider .image-divider-content-box {
    height: 550px;
    border-radius: 15px;
}
.image-divider-content-section.dark-blue-bg-divider .image-divider-content-box .image-divider-detail-con,
.image-divider-content-section.light-blue-bg-divider .image-divider-content-box .image-divider-detail-con {
    background: transparent;
}
.image-divider-content-section.dark-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box,
.image-divider-content-section.light-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box {
    max-width: 650px;
}
.image-divider-content-section.dark-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box p,
.image-divider-content-section.light-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box p {
    margin-bottom: 0;
}
.image-divider-content-section.light-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box .quote-icon {
    margin-bottom: 50px;
}
.image-divider-content-section.light-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box .quote-icon svg {
    height: 50px;
    width: 50px;
}
.image-divider-content-section.light-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box .quote-icon svg path {
    fill: #0C3279;
}
.image-divider-content-section.image-divider-content-right .image-divider-content-box .image-divider-detail-con {
    text-align: right;
    align-items: flex-end;
}
.image-divider-content-section.light-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box h6 {
    margin-top: 30px;
}
/* Image Divider Full Screen Module Css Start */
.image-divider-full-screen-section .image-divider-full-screen-box {
    position: relative;
}
.image-divider-full-screen-section .image-divider-full-screen-box .image-divider-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.image-divider-full-screen-section .image-divider-full-screen-box .image-divider-detail-con {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 40px;
    text-align: left;
    height: 100%;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-divider-full-screen-section .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box {
    max-width: 600px;
}
.image-divider-full-screen-section .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box h2 {
    font-size: 140px;
    line-height: 140px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.image-divider-full-screen-section.image-divider-all-content .image-divider-full-screen-box .image-divider-detail-con {
    background: rgba(0, 0, 0, 50%);
    text-align: center;
}
.image-divider-full-screen-section.image-divider-all-content .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box {
    max-width: 750px;
}
.image-divider-full-screen-section.image-divider-all-content .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box h2 {
    font-size: 60px;
    line-height: 64px;
    color: #43A6EF;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: none;
}
.image-divider-full-screen-section.image-divider-all-content .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box p {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 30px;
}
.image-divider-full-screen-section.image-divider-all-content .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box .medium-blue-bg-btn {
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
    color: #43A6EF;
}
.image-divider-full-screen-section.image-divider-all-content .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box .medium-blue-bg-btn:hover {
    background: #43A6EF;
    border: solid 1px #43A6EF;
    color: #FFFFFF;
}
/* Image Divider Full Screen Module Css End */
/* Image Divider Module Css End */
/* Photo Gallery Module Css Start */
.photo-gallery-section .photo-gallery-slider-box {
    padding-top: 10px;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-prev,
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-next {
    height: 65px;
    width: 65px;
    line-height: 65px;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 1s;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-prev:hover,
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-next:hover {
    height: 80px;
    width: 80px;
    line-height: 80px;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-prev {
    left: 70px;
    z-index: 1;
    background-image: url(../images/photo-gallery-slider-previous-icon.svg);
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-prev:hover {
    background-image: url(../images/photo-gallery-slider-previous-icon.svg);
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-next {
    left: auto;
    right: 70px;
    z-index: 1;
    background-image: url(../images/photo-gallery-slider-next-icon.svg);
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-next:hover {
    background-image: url(../images/photo-gallery-slider-next-icon.svg);
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-list {
    padding: 20px 0 50px !important;
    min-height: 530px;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-track {
    display: flex !important;
    align-items: center;
    transition: all 0.5s;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider {
    margin: 0 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    padding: 0;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider .photo-gallery-slider-img-box {
    display: inline-block;
    position: relative;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider .photo-gallery-slider-img-box img {
    height: 430px;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 2px 8px 0px #00000084 !important;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider .photo-gallery-slider-img-box .plus-icon-box {
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 87%);
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider .photo-gallery-slider-img-box .plus-icon-box i {
    font-size: 22px;
    line-height: 55px;
    color: #0C3279;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-center .photo-gallery-slider-img-box img {
    height: 480px;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-center .photo-gallery-slider-img-box .plus-icon-box {
    background-color: #43A6EF;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-center .photo-gallery-slider-img-box .plus-icon-box i {
    color: #FFFFFF;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider .photo-gallery-slider-img-box .img-caption-box {
    display: none;
    transition: all 2s;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-center .photo-gallery-slider-img-box .img-caption-box {
    display: block;
    position: absolute;
    left: 60px;
    bottom: -40px;
    padding: 45px 10px 5px 20px;
    width: 100%;
    border-left: solid 2px #43A6EF;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-center .photo-gallery-slider-img-box .img-caption-box p {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 0;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-dots,
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slider-count {
    text-align: right;
    padding-right: 15%;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-dots li button {
    height: 4px;
    width: 25px;
    padding: 0;
    background-color: #43A6EF;
    border-radius: 10px;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-dots li.slick-active button {
    width: 35px;
    background-color: #0C3279;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-dots li button::before {
    display: none;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slider-count .photo-gallery-current-slide,
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slider-count .slash-txt {
    color: #0C3279;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 22px;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slider-count .slash-txt {
    font-weight: 400;
}
.photo-gallery-section .photo-gallery-slider-box .photo-gallery-slider-count .photo-gallery-total-slides {
    color: #0C3279;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 12px;
}
/* Photo Gallery Module Css End */
/* Link Tiles Css Start */
.link-tiles-section .container {
    padding: 0 100px;
}
.link-tiles-section .link-tiles-con {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.link-tiles-section .link-tiles-con .link-tiles-box {
    width: 33.33%;
    position: relative;
    padding: 8px;
    /* float: left; */
}
.link-tiles-section .link-tiles-con .link-tiles-box.tiles-two-half {
    width: 66.66%;
    background-color: #FFFFFF;
    border-radius: 15px;
}
.link-tiles-section .link-tiles-con .link-tiles-box.tiles-third-half {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 15px;
}
.link-tiles-section .tiles-content-con .tiles-content-box {
    height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 2px 8px 0px #00000073 !important;
}
.link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box {
    background: linear-gradient(to top, #02204CD3, transparent, transparent);
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 1;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.link-tiles-section .tiles-content-con.tiles-full-bg .tiles-content-box .tiles-bg-box {
    background: linear-gradient(to right, #02204CD3, transparent, transparent);
    justify-content: center;
}
.link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box h6 {
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0;
}
.link-tiles-section .tiles-content-con.tiles-full-bg .tiles-content-box .tiles-bg-box h6 {
    max-width: 350px;
}
.link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-sub-title {
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
   /* font-family: "Crimson Text", sans-serif;*/
    font-weight: 400;
}
.link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box .discover-more-txt-box {
    display: none;
    transition: all 1s;
}
.link-tiles-section .tiles-content-con:hover .tiles-content-box .tiles-bg-box .discover-more-txt-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}
.link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box .discover-more-txt-box svg {
    height: 25px;
    width: 25px;
}
.link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box .discover-more-txt-box svg path {
    fill: #43A6EF;
}
.link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box .discover-more-txt-box .discover-more-txt {
    font-size: 15px;
    line-height: 20px;
    color: #43A6EF;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    width: calc(100% - 25px);
    padding-left: 10px;
}
.link-tiles-section .tiles-content-con .tiles-content-box .tiles-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    transition: all 0.5s;
}
.link-tiles-section .tiles-content-con:hover .tiles-content-box .tiles-img {
    transform: scale(1.2);
}
.link-tiles-section .tiles-content-con.tiles-dark-blue-bg .tiles-content-box {
    background: #021F4C;
}
.link-tiles-section .tiles-content-con.tiles-cyan-bg .tiles-content-box {
    background: #007686;
}
.link-tiles-section .tiles-content-con.tiles-orange-bg .tiles-content-box {
    background: #EB961E;
}
.link-tiles-section .tiles-content-con.tiles-light-blue-bg .tiles-content-box {
    background: #43A6EF;
}
.link-tiles-section .tiles-content-con.tiles-purple-bg .tiles-content-box {
    background: #55396A;
}
.link-tiles-section .tiles-content-con.tiles-dark-blue-bg .tiles-content-box .tiles-bg-box,
.link-tiles-section .tiles-content-con.tiles-cyan-bg .tiles-content-box .tiles-bg-box,
.link-tiles-section .tiles-content-con.tiles-orange-bg .tiles-content-box .tiles-bg-box,
.link-tiles-section .tiles-content-con.tiles-light-blue-bg .tiles-content-box .tiles-bg-box,
.link-tiles-section .tiles-content-con.tiles-purple-bg .tiles-content-box .tiles-bg-box {
    background: transparent;
}
.link-tiles-section .tiles-content-con.tiles-dark-blue-bg .tiles-content-box .tiles-img,
.link-tiles-section .tiles-content-con.tiles-cyan-bg .tiles-content-box .tiles-img,
.link-tiles-section .tiles-content-con.tiles-orange-bg .tiles-content-box .tiles-img,
.link-tiles-section .tiles-content-con.tiles-light-blue-bg .tiles-content-box .tiles-img,
.link-tiles-section .tiles-content-con.tiles-purple-bg .tiles-content-box .tiles-img {
    height: 300px;
    object-fit: contain;
    margin-left: 80px;
    margin-top: 30px;
}
.link-tiles-section .tiles-content-con.tiles-orange-bg .tiles-content-box .tiles-bg-box .discover-more-txt-box svg path,
.link-tiles-section .tiles-content-con.tiles-light-blue-bg .tiles-content-box .tiles-bg-box .discover-more-txt-box svg path {
    fill: #021F4C;
}
.link-tiles-section .tiles-content-con.tiles-orange-bg .tiles-content-box .tiles-bg-box .discover-more-txt-box .discover-more-txt,
.link-tiles-section .tiles-content-con.tiles-light-blue-bg .tiles-content-box .tiles-bg-box .discover-more-txt-box .discover-more-txt {
    color: #021F4C;
}
.link-tiles-section .tiles-two-half .tiles-content-box .tiles-two-box,
.link-tiles-section .tiles-third-half .tiles-content-box .tiles-two-box {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 15px;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box {
    width: calc(100% - 360px);
    padding: 0 65px 0 30px;
}
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box {
    width: calc(100% - 650px);
    padding: 0 65px 0 30px;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box .discover-txt,
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box .discover-txt {
    font-size: 22px;
    line-height: 28px;
    color: #43A6EF;
   /* font-family: "Crimson Text", sans-serif;*/
    font-weight: 400;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box h6,
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box h6 {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin: 0;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box .discover-more-txt-box,
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box .discover-more-txt-box {
    display: none;
    transition: all 1s;
}
.link-tiles-section .tiles-two-half .tiles-content-con:hover .tiles-two-box .tiles-left-box .discover-more-txt-box,
.link-tiles-section .tiles-third-half .tiles-content-con:hover .tiles-two-box .tiles-left-box .discover-more-txt-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box .discover-more-txt-box svg,
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box .discover-more-txt-box svg {
    height: 25px;
    width: 25px;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box .discover-more-txt-box svg path,
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box .discover-more-txt-box svg path {
    fill: #43A6EF;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box .discover-more-txt-box .discover-more-txt,
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box .discover-more-txt-box .discover-more-txt {
    font-size: 15px;
    line-height: 20px;
    color: #43A6EF;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    width: calc(100% - 25px);
    padding-left: 10px;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-right-box {
    width: 360px;
    overflow: hidden;
    border-radius: 15px;
}
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-right-box {
    width: 650px;
    overflow: hidden;
    border-radius: 15px;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-right-box .tiles-img,
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-right-box .tiles-img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    transition: all 0.5s;
}
.link-tiles-section .tiles-two-half .tiles-two-box .tiles-right-box .tiles-img:hover,
.link-tiles-section .tiles-third-half .tiles-two-box .tiles-right-box .tiles-img:hover {
    transform: scale(1.2);
}
/* Link Tiles Css End */
/* Accordion Module Section Start */
.accordion-module-section .full-text-editor-section h2 {
    margin-bottom: 0;
}
.accordion-content-section .accordion .accordion-item {
    border: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-header {
    border-bottom: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #43A6EF;
    border-bottom: solid 1px #CCCCCC;
    padding: 1rem 0 0.5rem 0;
    align-items: flex-end;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    border-bottom: solid 1px #CCCCCC;
    border-radius: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url(../images/accordion-minus-icon.svg?1);
    background-size: 100%;
    transform: none;
    height: 40px;
    width: 40px;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    background-image: url(../images/accordion-plus-icon.svg?1);
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #43A6EF;
    border-bottom: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button:focus {
    border-color: #CCCCCC;
    box-shadow: none;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse {
    border-bottom: solid 1px #CCCCCC;
    border-radius: 0;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 1rem 0 1.5rem;
}
/* .accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body p,
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body span,
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #999999;
} */
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body > :last-child {
    margin-bottom: 0 !important;
}
/* Accordion Module Section End */
/* Pillars Module Css Start */
.pillar-module-section {
    padding: 70px 15px 30px;
}
.pillar-module-section .pillar-module-box {
    background: linear-gradient(to right, #FFFFFF, #FFFFFF, #CCCCCC);
    padding: 15px;
    border-radius: 15px;
}
.pillar-module-section .pillar-module-box .pillar-module-slider-tab .overlap-card-box {
    display: flex;
}
.pillar-module-section .pillar-module-box .pillar-module-slider-tab .overlap-card-box input {
    position: absolute;
    z-index: 10;
    width: 150px;
    height: 500px;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.pillar-module-section .first-input-card {
    left: 0;
}
.pillar-module-section .second-input-card {
    left: 120px;
}
.pillar-module-section .third-input-card {
    left: 240px;
}
.pillar-module-section .fourth-input-card {
    left: 360px;
}
.pillar-module-section .fifth-input-card {
    left: 480px;
}
.pillar-module-section .sixth-input-card {
    left: 600px;
}
.pillar-module-section .pillar-module-box .pillar-module-slider-tab .overlap-card-box .overlap-card-selector {
    display: inline-flex;
}
.pillar-module-section .first-input-card.checked ~ .overlap-card-selector,
.pillar-module-section .second-input-card.checked ~ .overlap-card-selector,
.pillar-module-section .third-input-card.checked ~ .overlap-card-selector,
.pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector,
.pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector,
.pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector {
    width: 100%;
}
.pillar-module-section .first-card,
.pillar-module-section .second-card,
.pillar-module-section .third-card,
.pillar-module-section .fourth-card,
.pillar-module-section .fifth-card,
.pillar-module-section .sixth-card {
    display: block;
    cursor: pointer;
    transition: all 1s ease;
    position: relative;
    width: 150px;
    height: 500px;
    box-shadow: 0px 2px 8px 0px #00000051 !important;
    border-radius: 20px;
}
.pillar-module-section .second-card,
.pillar-module-section .third-card,
.pillar-module-section .fourth-card,
.pillar-module-section .fifth-card,
.pillar-module-section .sixth-card {
    margin-left: -30px;
}
.pillar-module-section .first-input-card:hover ~ .overlap-card-selector .second-card,
.pillar-module-section .second-input-card:hover ~ .overlap-card-selector .third-card,
.pillar-module-section .third-input-card:hover ~ .overlap-card-selector .fourth-card,
.pillar-module-section .fourth-input-card:hover ~ .overlap-card-selector .fifth-card,
.pillar-module-section .fifth-input-card:hover ~ .overlap-card-selector .sixth-card {
    margin-left: -10px;
}
.pillar-module-section .first-card .first-card-content-box,
.pillar-module-section .second-card .second-card-content-box,
.pillar-module-section .third-card .third-card-content-box,
.pillar-module-section .fourth-card .fourth-card-content-box,
.pillar-module-section .fifth-card .fifth-card-content-box,
.pillar-module-section .sixth-card .sixth-card-content-box {
    position: relative;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}
.pillar-module-section .first-card .first-card-content-box {
    background: #55396A;
}
.pillar-module-section .second-card .second-card-content-box {
    background: #6FA2CE;
}
.pillar-module-section .third-card .third-card-content-box {
    background: #143F91;
}
.pillar-module-section .fourth-card .fourth-card-content-box {
    background: #C8332F;
}
.pillar-module-section .fifth-card .fifth-card-content-box {
    background: #EE981F;
}
.pillar-module-section .sixth-card .sixth-card-content-box {
    background: #017788;
}
.pillar-module-section .first-card .first-card-content-box .card-content-box,
.pillar-module-section .second-card .second-card-content-box .card-content-box,
.pillar-module-section .third-card .third-card-content-box .card-content-box,
.pillar-module-section .fourth-card .fourth-card-content-box .card-content-box,
.pillar-module-section .fifth-card .fifth-card-content-box .card-content-box,
.pillar-module-section .sixth-card .sixth-card-content-box .card-content-box {
    height: 100%;
    width: 100%;
    padding: 50px 40px;
}
.pillar-module-section .first-card .first-card-content-box .card-content,
.pillar-module-section .second-card .second-card-content-box .card-content,
.pillar-module-section .third-card .third-card-content-box .card-content,
.pillar-module-section .fourth-card .fourth-card-content-box .card-content,
.pillar-module-section .fifth-card .fifth-card-content-box .card-content,
.pillar-module-section .sixth-card .sixth-card-content-box .card-content {
    height: 100%;
    width: 100%;
    position: relative;
}
.pillar-module-section .sixth-card .sixth-card-content-box .card-content-box {
    text-align: center;
}
.pillar-module-section .first-card .first-card-content-box .card-title-box,
.pillar-module-section .second-card .second-card-content-box .card-title-box,
.pillar-module-section .third-card .third-card-content-box .card-title-box,
.pillar-module-section .fourth-card .fourth-card-content-box .card-title-box,
.pillar-module-section .fifth-card .fifth-card-content-box .card-title-box,
.pillar-module-section .sixth-card .sixth-card-content-box .card-title-box {
    position: absolute;
    bottom: 185px;
    left: -168px;
    transform: rotate(270deg);
    width: 400px;
}
.pillar-module-section .sixth-card .sixth-card-content-box .card-title-box {
    /* left: -10px; */
    text-align: left;
}
.pillar-module-section .first-card .first-card-content-box .card-title-box h3,
.pillar-module-section .second-card .second-card-content-box .card-title-box h3,
.pillar-module-section .third-card .third-card-content-box .card-title-box h3,
.pillar-module-section .fourth-card .fourth-card-content-box .card-title-box h3,
.pillar-module-section .fifth-card .fifth-card-content-box .card-title-box h3,
.pillar-module-section .sixth-card .sixth-card-content-box .card-title-box h3 {
    /* font-size: 50px;
    line-height: 52px; */
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 25px;
    line-height: normal;
}
.pillar-module-section .first-card .first-card-content-box .icon-img,
.pillar-module-section .second-card .second-card-content-box .icon-img,
.pillar-module-section .third-card .third-card-content-box .icon-img,
.pillar-module-section .fourth-card .fourth-card-content-box .icon-img,
.pillar-module-section .fifth-card .fifth-card-content-box .icon-img,
.pillar-module-section .sixth-card .sixth-card-content-box .icon-img {
    width: 50px;
}
.pillar-module-section .first-card .first-card-content-box .pillar-module-img,
.pillar-module-section .second-card .second-card-content-box .pillar-module-img,
.pillar-module-section .third-card .third-card-content-box .pillar-module-img,
.pillar-module-section .fourth-card .fourth-card-content-box .pillar-module-img,
.pillar-module-section .fifth-card .fifth-card-content-box .pillar-module-img,
.pillar-module-section .sixth-card .sixth-card-content-box .pillar-module-img,
.pillar-module-section .first-card .first-card-content-box .pillar-module-txt,
.pillar-module-section .second-card .second-card-content-box .pillar-module-txt,
.pillar-module-section .third-card .third-card-content-box .pillar-module-txt,
.pillar-module-section .fourth-card .fourth-card-content-box .pillar-module-txt,
.pillar-module-section .fifth-card .fifth-card-content-box .pillar-module-txt,
.pillar-module-section .sixth-card .sixth-card-content-box .pillar-module-txt,
.pillar-module-section .first-card .first-card-content-box .transparent-bg-btn,
.pillar-module-section .second-card .second-card-content-box .transparent-bg-btn,
.pillar-module-section .third-card .third-card-content-box .transparent-bg-btn,
.pillar-module-section .fourth-card .fourth-card-content-box .transparent-bg-btn,
.pillar-module-section .fifth-card .fifth-card-content-box .transparent-bg-btn,
.pillar-module-section .sixth-card .sixth-card-content-box .transparent-bg-btn {
    display: none;
}
.pillar-module-section .first-input-card ~ .overlap-card-selector .first-card {
    z-index: 1;
}
.pillar-module-section .second-input-card ~ .overlap-card-selector .second-card {
    z-index: 2;
}
.pillar-module-section .third-input-card ~ .overlap-card-selector .third-card {
    z-index: 3;
}
.pillar-module-section .fourth-input-card ~ .overlap-card-selector .fourth-card {
    z-index: 4;
}
.pillar-module-section .fifth-input-card ~ .overlap-card-selector .fifth-card {
    z-index: 5;
}
.pillar-module-section .sixth-input-card ~ .overlap-card-selector .sixth-card {
    z-index: 6;
}
.pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card,
.pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card,
.pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card,
.pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card,
.pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card,
.pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card {
    width: calc(100% - 600px);
    transition: all 1s ease;
}
.pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-content-box,
.pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-content-box,
.pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-content-box,
.pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-content-box,
.pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-content-box,
.pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-content-box {
    text-align: left;
    padding: 0;
}
.pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-content,
.pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-content,
.pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-content,
.pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-content,
.pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-content,
.pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-content {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    padding: 50px 40px;
}
.pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-content {
    background: rgba(85, 57, 106, 75%);
}
.pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-content {
    background: rgba(111, 162, 206, 75%);
}
.pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-content {
    background: rgba(20, 63, 145, 75%);
}
.pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-content {
    background: rgba(200, 51, 47, 75%);
}
.pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-content {
    background: rgba(238, 152, 31, 75%);
}
.pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-content {
    background: rgba(1, 119, 136, 75%);
}
.pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-title-box,
.pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-title-box,
.pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-title-box,
.pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-title-box,
.pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-title-box,
.pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-title-box {
    position: initial;
    transform: none;
    margin-top: 60px;
}
.pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .pillar-module-img,
.pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .pillar-module-img,
.pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .pillar-module-img,
.pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .pillar-module-img,
.pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .pillar-module-img,
.pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .pillar-module-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .pillar-module-txt,
.pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .pillar-module-txt,
.pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .pillar-module-txt,
.pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .pillar-module-txt,
.pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .pillar-module-txt,
.pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .pillar-module-txt {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 400;
    margin: 40px 0;
    max-width: 570px;
}
.pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .transparent-bg-btn,
.pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .transparent-bg-btn,
.pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .transparent-bg-btn,
.pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .transparent-bg-btn,
.pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .transparent-bg-btn,
.pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .transparent-bg-btn {
    display: block;
    position: absolute;
    bottom: 50px;
}
.pillar-module-section .first-input-card.checked ~ .pillar-module-detail-box,
.pillar-module-section .second-input-card.checked ~ .pillar-module-detail-box,
.pillar-module-section .third-input-card.checked ~ .pillar-module-detail-box,
.pillar-module-section .fourth-input-card.checked ~ .pillar-module-detail-box,
.pillar-module-section .fifth-input-card.checked ~ .pillar-module-detail-box,
.pillar-module-section .sixth-input-card.checked ~ .pillar-module-detail-box {
    display: none;
}
.pillar-module-section .pillar-module-detail-box {
    padding: 20px 110px;
    background: url(../images/fourth-menu-logo-bg.svg);
    background-repeat: no-repeat;
    background-position: 96% 96%;
    background-size: 200px;
}
.pillar-module-section .pillar-module-detail-box .pillar-module-detail-title {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 30px;
}
.pillar-module-section .pillar-module-detail-box .pillar-module-detail-txt {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 60px;
    max-width: 900px;
}
/* Pillars Module Css End */
/* Page Modules Css End */
/* Latest News Page Css Start */
.latest-news-page-section .latest-news-search-social-icon-box .latest-news-search-box .search-form {
    display: inline-flex;
    align-items: center;
}
.latest-news-page-section .latest-news-search-social-icon-box .latest-news-search-box .search-form a svg {
    width: 24px;
    height: 24px;
}
.latest-news-page-section .latest-news-search-social-icon-box .latest-news-search-box .search-form a svg path {
    fill: #43A6EF;
    stroke: #43A6EF;
}
.latest-news-page-section .latest-news-search-social-icon-box .latest-news-search-box .search-form .form-control {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid transparent;
    width: 280px;
    transition: all 0.6s;
    padding: 0;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
    margin-left: 15px;
    height: 45px;
}
.latest-news-page-section .latest-news-search-social-icon-box .latest-news-search-box .search-form .form-control::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #B3B3B3;
    font-weight: 700;
}
.latest-news-page-section .latest-news-search-social-icon-box .latest-news-search-box .search-form:hover .form-control,
.latest-news-page-section .latest-news-search-social-icon-box .latest-news-search-box .search-form .form-control:focus {
    border-bottom: 2px solid #43A6EF;
}
.latest-news-page-section .latest-news-search-social-icon-box .social-icon-btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.latest-news-page-section .latest-news-search-social-icon-box .social-icon-btn-box .social-icon-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 50%;
    background: #43A6EF;
    text-align: center;
}
.latest-news-page-section .latest-news-search-social-icon-box .social-icon-btn-box .social-icon-btn:not(:last-child) {
    margin-right: 15px;
}
.latest-news-page-section .latest-news-search-social-icon-box .social-icon-btn-box .social-icon-btn:hover {
    background: #CCCCCC;
}
.latest-news-page-section .latest-news-search-social-icon-box .social-icon-btn-box .social-icon-btn i {
    font-size: 22px;
    line-height: 45px;
    color: #FFFFFF;
}
.latest-news-page-section .latest-news-tab-box {
    padding: 40px 0 0;
}
.latest-news-page-section .latest-news-tab-box .latest-news-tab-header-box {
    margin-bottom: 20px;
}
.latest-news-page-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs {
    border-bottom: 0;
}
.latest-news-page-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link {
    border: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 24px;
    color: #B3B3B3;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    transition: all 1s;
    padding: 0 20px;
}
.latest-news-page-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-item.show .nav-link,
.latest-news-page-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link.active,
.latest-news-page-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link:hover {
    border: 0;
    background-color: transparent;
    color: #43A6EF;
}
.latest-news-page-section .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
    grid-auto-rows: 350px; /* Each row has a base height */
    gap: 20px;
    width: 100%;
    margin: 0;
}
.latest-news-page-section .grid-container .grid-item {
    position: relative;
    transition: all 1s;
    overflow: hidden;
    background: linear-gradient(to top, #FFFFFF, #FFFFFF, #CCCCCC);
    padding: 9px;
    border-radius: 25px;
    border: solid 1px #A1A1A1;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column {
    grid-row: span 1; /* Spans 1 row */
    grid-column: span 1; /* Spans 1 column */
}
.latest-news-page-section .grid-container .grid-item.two-row-two-column {
    grid-row: span 2; /* Spans 2 rows */
    grid-column: span 2; /* Spans 2 columns */
}
.latest-news-page-section .grid-container .grid-item .latest-news-label-box {
    position: absolute;
    top: 9px;
    right: 9px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 19px;
    padding: 7px 25px;
    z-index: 1;
}
.latest-news-page-section .grid-container .grid-item .latest-news-label-box.light-blue-bg {
    background-color: #43A6EF;
}
.latest-news-page-section .grid-container .grid-item .latest-news-label-box.orange-bg {
    background-color: #EB961E;
}
.latest-news-page-section .grid-container .grid-item .latest-news-label-box.dark-blue-bg {
    background-color: #143F91;
}
.latest-news-page-section .grid-container .grid-item .latest-news-label-box.red-bg {
    background-color: #C8332F;
}
.latest-news-page-section .grid-container .grid-item .latest-news-label-box.dark-cyan-bg {
    background-color: #007686;
}
.latest-news-page-section .grid-container .grid-item .latest-news-label-box span {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
}
.latest-news-page-section .grid-container .grid-item .latest-news-img-box {
    overflow: hidden;
    border-radius: 20px;
}
.latest-news-page-section .grid-container .grid-item .latest-news-img-box .latest-news-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    transition: all 1s;
}
.latest-news-page-section .grid-container .grid-item:hover .latest-news-img-box .latest-news-img {
    transform: scale(1.2);
}
.latest-news-page-section .grid-container .grid-item .latest-news-detail {
    padding: 25px 25px 10px;
}
.latest-news-page-section .grid-container .grid-item .latest-news-detail h2 {
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}
.latest-news-page-section .grid-container .grid-item .latest-news-detail .latest-news-detail-txt {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 450px;
}
.latest-news-page-section .grid-container .grid-item .latest-news-detail .latest-news-published-date-name-read-more-box {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0;
    padding: 0 34px;
}
.latest-news-page-section .grid-container .grid-item .latest-news-detail .latest-news-published-date-name {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 0;
    /*font-family: "Crimson Text", sans-serif;*/
    letter-spacing: 1.5px;
}
.latest-news-page-section .grid-container .grid-item .latest-news-detail .latest-news-published-date-name span {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    font-weight: 400;
   /* font-family: "Crimson Text", sans-serif;*/
    text-transform: uppercase;
}
.latest-news-page-section .grid-container .grid-item .latest-news-detail .read-more-txt {
    display: none;
    transition: all 1s;
}
.latest-news-page-section .grid-container .grid-item:hover .latest-news-detail .read-more-txt {
    display: inline-flex;
    align-items: center;
}
.latest-news-page-section .grid-container .grid-item .latest-news-detail .read-more-txt img {
    width: 10px;
    margin-right: 10px;
}
.latest-news-page-section .grid-container .grid-item .latest-news-detail .read-more-txt span {
    font-size: 14px;
    line-height: 20px;
    color: #43A6EF;
    font-weight: 700;
    text-transform: uppercase;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column:hover {
    background: #FFFFFF;
    padding-top: 30px;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column:hover {
    display: flex;
    align-items: center;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column .latest-news-img-box .latest-news-img {
    height: 220px;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column:hover .latest-news-img-box .latest-news-img {
    display: none;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column .latest-news-detail {
    padding-top: 15px;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column .latest-news-detail h2 {
    font-size: 20px;
    line-height: 28px;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column .latest-news-detail .latest-news-detail-txt {
    display: none;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column:hover .latest-news-detail .latest-news-detail-txt {
    display: block;
    margin-top: 30px;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column .latest-news-detail .latest-news-published-date-name {
    position: absolute;
    bottom: 19px;
    left: 0;
    padding: 0 34px;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column:hover .latest-news-detail .latest-news-published-date-name {
    position: initial;
    padding: 0;
}
.latest-news-page-section .grid-container .grid-item.one-row-one-column .latest-news-detail .read-more-txt {
    margin-top: 20px;
}
.latest-news-page-section .latest-news-list-pagination-box {
    display: flex;
    align-items: center;
    padding: 50px 0 0;
}
.latest-news-page-section .latest-news-list-pagination-box .previous-next-btn {
    display: inline-flex;
    align-items: center;
}
.latest-news-page-section .latest-news-list-pagination-box .previous-next-btn p {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #43A6EF;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 10px 0 0;
}
.latest-news-page-section .latest-news-list-pagination-box .previous-next-btn.previous-btn p {
    margin: 0 0 0 10px;
}
.latest-news-page-section .latest-news-list-pagination-box .previous-next-btn span {
    font-size: 22px;
    line-height: 24px;
    color: #999999;
   /* font-family: "Crimson Text", sans-serif;*/
    font-weight: 400;
    text-transform: capitalize;
}
.latest-news-page-section .latest-news-list-pagination-box .previous-next-btn p i {
    font-size: 30px;
    line-height: 50px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75,-.27,.3,0.5);
}
.latest-news-page-section .latest-news-list-pagination-box .previous-next-btn p i.visible {
    transform: translate(-50%,-50%);
}
.latest-news-page-section .latest-news-list-pagination-box .previous-next-btn p i.hidden {
    transform: translate(60px,-50%);
}
.latest-news-page-section .latest-news-list-pagination-box .previous-next-btn:hover p i.visible {
    transform: translate(-60px,-50%);
}
.latest-news-page-section .latest-news-list-pagination-box .previous-next-btn:hover p i.hidden {
    transform: translate(-50%,-50%);
}
/* Latest News Page Css End */
/* Newsletter List Page Css Start */
/* Full Text Editor Css Start */
.full-text-editor-section .newsletter-list-title-txt {
    font-size: 42px;
    line-height: 54px;
    color: #0C3279;
    /*font-family: "Crimson Text", sans-serif;*/
    font-weight: 400;
    margin: 50px 0 15px;
}
.full-text-editor-section h5 {
    margin-top: 0;
}
/* Full Text Editor Css End */
/* Particular Newsletter Article Header Css Start */
.newsletter-article-header-section {
    margin: 20px 0;
}
.newsletter-article-header-section .newsletter-article-header-box {
    position: relative;
    background: #43A6EF;
    border-radius: 20px;
    padding: 100px;
    background-image: url(../images/third-menu-logo-bg.svg);
    background-repeat: no-repeat;
    background-position: center left 2%;
    background-size: 220px;
    display: flex;
    align-items: center;
}
.newsletter-article-header-section .newsletter-article-header-box h2 {
    font-size: 58px;
    line-height: 70px;
    color: #FFFFFF;
    font-weight: 700;
}
.newsletter-article-header-section .newsletter-article-header-box p {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
   /* font-family: "Crimson Text", sans-serif;*/
    font-weight: 400;
    margin-bottom: 0;
    max-width: 600px;
}
/* Particular Newsletter Article Header Image Background Css Start */
.newsletter-article-header-section .newsletter-article-header-box.newsletter-article-header-img-bg-box {
    background-image: url(../images/newsletter-article-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.newsletter-article-header-section .newsletter-article-header-box.newsletter-article-header-img-bg-box::after {
    content: '';
    border-radius: 20px;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #02204CD3, transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.newsletter-article-header-section .newsletter-article-header-box.newsletter-article-header-img-bg-box h2 {
    z-index: 1;
    position: inherit;
}
/* Particular Newsletter Article Header Image Background Css End */
/* Particular Newsletter Article Header Css End */
/* Week Ahead Section Start */
.week-ahead-section {
    background: #021F4C;
    padding: 40px 0;
}
.week-ahead-section .week-ahead-title {
    font-size: 50px;
    line-height: 56px;
}
.week-ahead-section .week-ahead-detail-box {
    margin-top: 30px;
}
.week-ahead-section .week-ahead-detail-box h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
}
.week-ahead-section .week-ahead-detail-box p {
    color: #FFFFFF;
    margin-bottom: 0;
}
.week-ahead-section .week-ahead-detail-box p span {
    color: #FFFFFF;
    font-weight: 300;
}
/* Week Ahead Section End */
/* Newsletter List Page Css End */
/* Newsletter Previous Edition Page Css Start */
.previous-edition-list-section .previous-edition-list-con {
    margin-bottom: 30px;
}
.previous-edition-list-section .previous-edition-list-con .previous-edition-list-box {
    border: solid 1px #a1a1a1;
    background: linear-gradient(to top, #FFFFFF, #FFFFFF, #CCCCCC);
    padding: 10px;
    border-radius: 25px;
    display: block;
    height: 100%;
}
.previous-edition-list-section .previous-edition-list-con .previous-edition-list-box .previous-edition-list-img-box {
    overflow: hidden;
    border-radius: 15px;
}
.previous-edition-list-section .previous-edition-list-con .previous-edition-list-box .previous-edition-list-img-box img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    transition: all 1s;
}
.previous-edition-list-section .previous-edition-list-con .previous-edition-list-box:hover .previous-edition-list-img-box img {
    transform: scale(1.2);
}
.previous-edition-list-section .previous-edition-list-con .previous-edition-list-box .previous-edition-list-time-txt {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
    margin: 15px 20px 10px;
}
.previous-edition-list-section .previous-edition-year-txt {
    font-size: 52px;
    line-height: 58px;
    color: #43A6EF;
    margin: 30px 0 60px;
}
/* Newsletter Previous Edition Page Css End */

/* Responsive Css Start */
@media only screen and (min-width: 1600px) {
    /* Home Page Css Start */
    /* Latest News Css Start */
    .latest-news-section .latest-news-box .container {
        max-width: 1500px;
    }
    /* Latest News Css End */
    /* Home Page Css End */
}
@media only screen and (min-width: 1700px) {}
@media only screen and (min-width: 1800px) {
    /* Common Css Start */
    .container {
        max-width: 1700px;
    }
    /* Banner Css Start */
    /* General Pages Banner Css Start */
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-content-con {
        padding: 100px 50px 100px 180px;
    }
    .banner-section .banner-con .banner-box .carousel-item-three .carousel-caption .caption-detail-con .caption-detail-box,
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-play-video-box {
        margin-bottom: 35px;
    }
    /* General Pages Banner Css End */
    /* Banner Css End */
    /* Menu Css Start */
    .menu-nav .menu-box .menu-left-box {
        padding: 15px 250px;
    }
    .other-links-box .other-link-menu {
        padding-bottom: 40px;
    }
    .other-links-box .child-menu.active-menu li {
        padding-bottom: 25px;
    }
    .menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p {
        font-size: 20px;
        line-height: 26px;
    }
    /* Menu Css End */
    /* Also In This Edition Menu Css Start */
    .also-in-edition-menu-nav .also-in-edition-menu-box {
        width: calc(100vw - 450px);
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box {
        padding: 50px 150px;
    }
    /* Also In This Edition Menu Css End */
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-title-heading-box .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-title-heading-box .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-title-heading-box .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    /* Common Css End */
    /* Home Page Css Start */
    /* Editorial Module Css Start */
    .editorial-module-section .editorial-module-box .editorial-module-img-box img,
    .editorial-module-section.light-blue-bg .editorial-module-box .editorial-module-img-box img {
        max-height: 800px;
    }
    .editorial-module-section.dark-blue-bg .editorial-module-box .editorial-module-img-box img,
    .editorial-module-section.light-grey-bg .editorial-module-box .editorial-module-img-box img {
        max-height: 860px;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box {
        display: flex;
        align-items: center;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail,
    .editorial-module-section.light-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail {
        padding: 50px 80px 50px 125px;
    }
    .editorial-module-section.dark-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail,
    .editorial-module-section.light-blue-bg .editorial-module-box .editorial-module-detail-box .editorial-module-detail {
        padding: 50px 80px 50px 125px;
    }
    /* Editorial Module Css End */
    /* Quote with Sliding Css Start */
    .quote-with-sliding-section {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    /* Quote with Sliding Css End */
    /* Latest News Css Start */
    .latest-news-section .latest-news-box .container {
        max-width: 1700px;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box {
        height: 920px;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-img-box .latest-news-img {
        height: 650px;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .latest-news-detail-txt {
        max-width: 550px;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box {
        height: 450px;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box.two-row-latest-news-detail-box .latest-news-img-box .latest-news-img {
        height: 300px;
    }
    .latest-news-section .latest-news-box .latest-news-slick-slider .slick-next {
        left: -60px;
        height: 55px;
        width: 55px;
        line-height: 55px;
    }
    /* Latest News Css End */    
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-box .call-to-action-img {
        height: 750px;
    }
    /* Call to Action Css End */
    /* Acknowledgement Module Css Start */
    .acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail {
        max-width: 1700px;
    }
    /* .acknowledgement-section .acknowledgement-box {
        min-height: 550px;
    } */
    /* Acknowledgement Module Css End */
    /* Home Page Css End */
    /* Page Modules Css Start */
    /* Video Module Css Start */
    .video-module-section .video-module-con .container-fluid {
        max-width: 1700px;
        position: relative;
    }
    .video-module-section .video-module-con .video-module-box {
        padding: 180px 200px;
    }
    .video-module-section .video-module-con .video-box {
        height: 600px;
    }
    /* Video Module Css End */
    /* Image Divider Module Css Start */
    .image-divider-content-section .image-divider-content-box .image-divider-img,
    .image-divider-content-section.dark-blue-bg-divider .image-divider-content-box,
    .image-divider-content-section.light-blue-bg-divider .image-divider-content-box {
        height: 700px;
    }
    /* Image Divider Module Css End */
    /* Image Divider Full Screen Module Css Start */
    .image-divider-full-screen-section .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box h2 {
        font-size: 160px;
        line-height: 160px;
    }
    /* Image Divider Full Screen Module Css End */
    /* Photo Gallery Module Css Start */
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-list {
        min-height: 660px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider .photo-gallery-slider-img-box img {
        height: 560px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-current .photo-gallery-slider-img-box img {
        height: 610px;
    }
    /* Photo Gallery Module Css End */
    /* Link Tiles Css Start */
    .link-tiles-section .container {
        max-width: 1400px;
    }
    /* Link Tiles Css End */
    /* Pillars Module Css Start */
    .pillar-module-section .pillar-module-box .pillar-module-slider-tab .overlap-card-box input {
        /*width: 180px;*/
        width: 200px;
        height: 600px;
    }
    .pillar-module-section .second-input-card {
        left: 150px;
    }
    .pillar-module-section .third-input-card {
        left: 300px;
    }
    .pillar-module-section .fourth-input-card {
        left: 450px;
    }
    .pillar-module-section .fifth-input-card {
        left: 600px;
    }
    .pillar-module-section .sixth-input-card {
        left: 750px;
    }
    .pillar-module-section .first-card,
    .pillar-module-section .second-card,
    .pillar-module-section .third-card,
    .pillar-module-section .fourth-card,
    .pillar-module-section .fifth-card,
    .pillar-module-section .sixth-card {
        /*width: 180px;*/
		width:200px;
        height: 600px;
    }
    .pillar-module-section .first-card .first-card-content-box .card-content-box,
    .pillar-module-section .second-card .second-card-content-box .card-content-box,
    .pillar-module-section .third-card .third-card-content-box .card-content-box,
    .pillar-module-section .fourth-card .fourth-card-content-box .card-content-box,
    .pillar-module-section .fifth-card .fifth-card-content-box .card-content-box,
    .pillar-module-section .sixth-card .sixth-card-content-box .card-content-box {
        padding: 50px 60px;
    }
    .pillar-module-section .first-card .first-card-content-box .card-title-box,
    .pillar-module-section .second-card .second-card-content-box .card-title-box,
    .pillar-module-section .third-card .third-card-content-box .card-title-box,
    .pillar-module-section .fourth-card .fourth-card-content-box .card-title-box,
    .pillar-module-section .fifth-card .fifth-card-content-box .card-title-box,
    .pillar-module-section .sixth-card .sixth-card-content-box .card-title-box {
        bottom: 260px;
        left: -236px;
        width: 550px;
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card {
        width: calc(100% - 750px);
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-content,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-content,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-content,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-content,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-content,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-content {
        padding: 50px 60px;
    }
    .pillar-module-section .pillar-module-detail-box {
        padding: 115px 150px;
    }
    /* Pillars Module Css End */
    /* Page Modules Css End */
    /* Latest News Page Css Start */
    .latest-news-page-section .container {
        max-width: 1400px;
    }
    /* Latest News Page Css End */
}
@media only screen and (min-width: 1900px) {}
@media only screen and (min-width: 2000px) {}
@media only screen and (min-width: 2100px) {
	.menu-nav .menu-box .menu-right-box .quick-link-box{
		height: calc(100vh - 525px);
	}
    /* Common Css Start */
    /* Menu Css Start */
    .other-links-box .parent-menu-text {
        /*font-size: 50px;*/
		font-size:40px;
        line-height: 58px;
    }
    /* Menu Css End */
    /* Also In This Edition Menu Css Start */
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box {
        padding: 100px 150px;
    }
    /* Also In This Edition Menu Css End */
    /* Banner Css Start */
    /* Newsletter List Banner Css Start */
    .newsletter-banner-con .banner-section.general-page-banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-con {
        padding: 100px 50px 100px 250px;
    }
    .newsletter-banner-con .banner-section.light-blue-bg-banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-box .banner-sub-title {
        margin-bottom: 40px;
    }
    .newsletter-banner-con .banner-section.general-page-banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-box .banner-title {
        margin-bottom: 80px;
    }
    .newsletter-banner-con .banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-box .banner-time-txt {
        margin-bottom: 50px;
    }
    .newsletter-banner-con .banner-section.newsletter-banner-section .banner-con .banner-box .previous-edition-btn-box {
        margin-top: 60px;
    }
    /* Newsletter List Banner Css End */
    /* Banner Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Latest News Css Start */
    .latest-news-section .latest-news-box .container {
        max-width: 1900px;
    }
    /* Latest News Css End */
    /* Home Page Css End */
    /* Page Modules Css Start */
    /* Pillars Module Css Start */
    .pillar-module-section .pillar-module-detail-box {
        padding: 115px 250px;
    }
    /* Pillars Module Css End */
    /* Page Modules Css End */
}
@media only screen and (min-width: 2200px) {}
@media only screen and (min-width: 2300px) {}
@media only screen and (min-width: 2400px) {
    /* Page Modules Css Start */
    /* Pillars Module Css Start */
    .pillar-module-section .pillar-module-box .pillar-module-slider-tab .overlap-card-box input {
        width: 210px;
    }
    .pillar-module-section .second-input-card {
        left: 180px;
    }
    .pillar-module-section .third-input-card {
        left: 360px;
    }
    .pillar-module-section .fourth-input-card {
        left: 540px;
    }
    .pillar-module-section .fifth-input-card {
        left: 720px;
    }
    .pillar-module-section .sixth-input-card {
        left: 900px;
    }
    .pillar-module-section .first-card,
    .pillar-module-section .second-card,
    .pillar-module-section .third-card,
    .pillar-module-section .fourth-card,
    .pillar-module-section .fifth-card,
    .pillar-module-section .sixth-card {
        width: 210px;
    }
    .pillar-module-section .first-card .first-card-content-box .card-content-box,
    .pillar-module-section .second-card .second-card-content-box .card-content-box,
    .pillar-module-section .third-card .third-card-content-box .card-content-box,
    .pillar-module-section .fourth-card .fourth-card-content-box .card-content-box,
    .pillar-module-section .fifth-card .fifth-card-content-box .card-content-box,
    .pillar-module-section .sixth-card .sixth-card-content-box .card-content-box {
        padding: 50px 75px;
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card {
        width: calc(100% - 900px);
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-content,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-content,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-content,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-content,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-content,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-content {
        padding: 50px 75px;
    }
    .pillar-module-section .pillar-module-detail-box {
        padding: 115px 250px;
    }
    /* Pillars Module Css End */
    /* Page Modules Css End */
}
@media only screen and (max-width: 1600px) {
	.menu-nav .menu-box .menu-left-box{
		padding:15px 80px;
	}	
}
@media only screen and (max-width: 1400px) and (min-width: 1199px) {
	.other-links-box .parent-menu-text{font-size:28px;}
	.other-links-box .other-link-menu .parent-menu-text:hover i, .other-links-box .other-link-menu .parent-menu-text.active-menu i{font-size:25px;}
	.other-links-box .child-menu.active-menu a{font-size:18px;}
    /* Common Css Start */
    /* Menu Css Start */
    .menu-nav .menu-box .menu-left-box {
        padding: 15px 50px;
    }
    /* Menu Css End */
    /* Also In This Edition Menu Css Start */
    .also-in-edition-menu-nav .also-in-edition-menu-box {
        width: calc(100vw - 200px);
    }
    /* Also In This Edition Menu Css End */
    /* Footer Css Start */
    .footer-section .website-design-by-box p,
    .footer-section .website-design-by-box p span,
    .footer-section .website-design-by-box p a,
    .footer-section .footer-detail-top-scroll-btn-box.desktop-view .footer-detail-con .footer-title-heading-box .footer-detail-box .footer-title,
    .footer-section .footer-detail-top-scroll-btn-box.desktop-view .footer-detail-con .footer-detail-box .footer-txt {
        font-size: 14px;
        line-height: 20px;
    }
    /* Footer Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Latest News Css Start */
    .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail h2 {
        font-size: 20px;
        line-height: 28px;
    }
    /* .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .latest-news-published-date-name-read-more-box {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .read-more-txt {
        margin-top: 20px;
    } */
    /* Latest News Css End */
    /* Home Page Css End */
    /* Page Modules Css Start */
    /* Video Module Css Start */
    .video-module-section .video-module-con .video-module-box {
        padding: 100px;
    }
    .video-module-section .video-module-con .video-box {
        height: 350px;
        width: 55%;
    }
    /* Video Module Css End */
    /* Image Divider Module Css Start */
    /* Image Divider Full Screen Module Css Start */
    .image-divider-full-screen-section .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box h2 {
        font-size: 120px;
        line-height: 120px;
    }
    /* Image Divider Full Screen Module Css End */
    /* Image Divider Module Css End */
    /* Photo Gallery Module Css Start */
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider {
        margin: 0 15px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-center .photo-gallery-slider-img-box .img-caption-box {
        left: 40px;
    }
    /* Photo Gallery Module Css End */
    /* Link Tiles Css Start */
    .link-tiles-section .container {
        padding: 0 30px;
    }
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box {
        padding: 0 45px 0 30px;
    }
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box {
        padding: 0 45px 0 30px;
    }
    /* Link Tiles Css End */
    /* Pillars Module Css Start */
    .pillar-module-section .pillar-module-box .pillar-module-slider-tab .overlap-card-box input {
        width: 120px;
    }
    .pillar-module-section .second-input-card {
        left: 90px;
    }
    .pillar-module-section .third-input-card {
        left: 180px;
    }
    .pillar-module-section .fourth-input-card {
        left: 270px;
    }
    .pillar-module-section .fifth-input-card {
        left: 360px;
    }
    .pillar-module-section .sixth-input-card {
        left: 450px;
    }
    .pillar-module-section .first-card,
    .pillar-module-section .second-card,
    .pillar-module-section .third-card,
    .pillar-module-section .fourth-card,
    .pillar-module-section .fifth-card,
    .pillar-module-section .sixth-card {
        width: 120px;
    }
    .pillar-module-section .first-card .first-card-content-box .card-content-box,
    .pillar-module-section .second-card .second-card-content-box .card-content-box,
    .pillar-module-section .third-card .third-card-content-box .card-content-box,
    .pillar-module-section .fourth-card .fourth-card-content-box .card-content-box,
    .pillar-module-section .fifth-card .fifth-card-content-box .card-content-box,
    .pillar-module-section .sixth-card .sixth-card-content-box .card-content-box {
        padding: 50px 30px;
    }
    .pillar-module-section .first-card .first-card-content-box .card-title-box,
    .pillar-module-section .second-card .second-card-content-box .card-title-box,
    .pillar-module-section .third-card .third-card-content-box .card-title-box,
    .pillar-module-section .fourth-card .fourth-card-content-box .card-title-box,
    .pillar-module-section .fifth-card .fifth-card-content-box .card-title-box,
    .pillar-module-section .sixth-card .sixth-card-content-box .card-title-box {
        bottom: 190px;
        left: -174px;
    }
    .pillar-module-section .first-card .first-card-content-box .card-title-box h3,
    .pillar-module-section .second-card .second-card-content-box .card-title-box h3,
    .pillar-module-section .third-card .third-card-content-box .card-title-box h3,
    .pillar-module-section .fourth-card .fourth-card-content-box .card-title-box h3,
    .pillar-module-section .fifth-card .fifth-card-content-box .card-title-box h3,
    .pillar-module-section .sixth-card .sixth-card-content-box .card-title-box h3 {
        font-size: 20px;
    }
    .pillar-module-section .first-card .first-card-content-box .icon-img,
    .pillar-module-section .second-card .second-card-content-box .icon-img,
    .pillar-module-section .third-card .third-card-content-box .icon-img,
    .pillar-module-section .fourth-card .fourth-card-content-box .icon-img,
    .pillar-module-section .fifth-card .fifth-card-content-box .icon-img,
    .pillar-module-section .sixth-card .sixth-card-content-box .icon-img {
        width: 40px;
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card {
        width: calc(100% - 450px);
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-content,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-content,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-content,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-content,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-content,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-content {
        padding: 50px 30px;
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-title-box,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-title-box,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-title-box,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-title-box,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-title-box,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-title-box {
        margin-top: 40px;
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .pillar-module-txt,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .pillar-module-txt,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .pillar-module-txt,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .pillar-module-txt,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .pillar-module-txt,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .pillar-module-txt {
        font-size: 14px;
        line-height: 26px;
        margin: 30px 0;
    }
    .pillar-module-section .pillar-module-detail-box {
        padding: 40px 100px;
    }
    .pillar-module-section .pillar-module-detail-box .pillar-module-detail-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 20px;
    }
    .pillar-module-section .pillar-module-detail-box .pillar-module-detail-txt {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    /* Pillars Module Css End */
    /* Page Modules Css End */
}
@media only screen and (max-width: 1199px) {
    /* Common Css Start */
    h1 {
        font-size: 36px;
        line-height: 54px;
    }
    h2 {
        font-size: 32px;
        line-height: 48px;
    }
    h3 {
        font-size: 30px;
        line-height: 45px;
    }
    h4 {
        font-size: 26px;
        line-height: 39px;
    }
    h5 {
        font-size: 22px;
        line-height: 33px;
    }
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* Menu Css Start */
    .menu-nav .menu-box .menu-left-box {
        padding: 15px 30px;
		width: calc(100vw - 350px);
        /*width: calc(100vw - 200px);*/
    }
    .other-links-box .parent-menu-text {
        font-size: 25px;
        line-height: 35px;
    }
	/*
    .other-links-box .other-link-menu .parent-menu-text:hover i,
    .other-links-box .other-link-menu .parent-menu-text.active-menu i {
        font-size: 30px;
    }
	*/
    .other-links-box .child-menu.active-menu a {
        font-size: 19px;
        line-height: 28px;
    }
	.other-links-box .other-link-menu .parent-menu-text:hover i, .other-links-box .other-link-menu .parent-menu-text.active-menu i{font-size:22px;}
    .menu-nav .menu-box .menu-right-box {
        /*width: 200px;*/
		width:350px;
    }
    .menu-nav .menu-box .menu-right-box .quick-link-box .quick-link-menu-box a p {
        font-size: 14px;
        line-height: 20px;
    }
    .menu-nav .menu-box .menu-right-box .social-icon-con .social-icon-box .social-icon:not(:last-child) {
        margin-right: 20px;
    }
    /* Menu Css End */
    /* Also In This Edition Menu Css Start */
    .also-in-edition-menu-nav .also-in-edition-menu-box {
        width: calc(100vw - 100px);
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box {
        padding: 50px;
    }
    /* Also In This Edition Menu Css End */
    /* Banner Css Start */
    .banner-section .banner-con .banner-box .carousel-item-two .carousel-caption .caption-detail-con {
        padding: 0 30px 0 55px;
    }
    .banner-section .banner-con .banner-box .carousel-item-three .carousel-caption .caption-detail-con {
        padding: 80px 30px 0 55px;
    }
    /* General Pages Banner Css Start */
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-content-con {
        padding: 110px 40px 40px 80px;
    }
    /* General Pages Banner Css End */
    /* Banner Css End */
    /* Footer Css Start */
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con {
        width: 100%;
        padding-right: 0;
    }
    .footer-section .website-design-by-box p,
    .footer-section .website-design-by-box p span,
    .footer-section .website-design-by-box p a,
    .footer-section .footer-detail-top-scroll-btn-box.desktop-view .footer-detail-con .footer-title-heading-box .footer-detail-box .footer-title,
    .footer-section .footer-detail-top-scroll-btn-box.desktop-view .footer-detail-con .footer-detail-box .footer-txt {
        font-size: 12px;
        line-height: 18px;
    }
    .footer-section .footer-detail-top-scroll-btn-box.desktop-view .top-to-scroll-btn-box {
        display: none;
    }
    .footer-section .website-design-by-box {
        margin-top: 20px;
        display: inline-flex;
        align-items: flex-end;
        width: 100%;
        justify-content: space-between;
    }
    .footer-section .website-design-by-box .top-to-scroll-btn-box {
        display: inline-block;
        text-align: center;
    }
    .footer-section .website-design-by-box .top-to-scroll-btn-box .top-to-scroll-btn {
        background: #43A6EF;
        border: 0;
        outline: 0;
        box-shadow: none;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        text-align: center;
    }
    .footer-section .website-design-by-box .top-to-scroll-btn-box .top-to-scroll-btn:hover {
        background: #FFFFFF;
    }
    .footer-section .website-design-by-box .top-to-scroll-btn-box .top-to-scroll-btn i {
        font-size: 30px;
        line-height: 45px;
        color: #FFFFFF;
    }
    .footer-section .website-design-by-box .top-to-scroll-btn-box .top-to-scroll-btn:hover i {
        color: #43A6EF;
    }
    .footer-section .website-design-by-box .top-to-scroll-btn-box p {
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        font-weight: 400;
        margin: 25px 0 0;
    }
    /* Footer Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Editorial Module Css Start */
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail {
        padding: 15px 10px;
    }
    /* Editorial Module Css End */
    /* Quote with Sliding Css Start */
    .quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box {
        padding: 30px;
    }
    .quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box .quote-detail-txt {
        font-size: 22px;
        line-height: 32px;
    }
    /* Quote with Sliding Css End */
    /* Latest News Css Start */
    /* .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .latest-news-published-date-name-read-more-box {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .read-more-txt {
        margin-top: 20px;
    } */
    /* Latest News Css End */
    /* Acknowledgement Module Css Start */
    .acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail {
        max-width: 900px;
    }
    /* Acknowledgement Module Css End */
    /* Home Page Css End */
    /* General Pages Css Start */
    /* Read Previous and Next Css Start */
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box p {
        font-size: 16px;
        line-height: 20px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box h6 {
        font-size: 18px;
        line-height: 22px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box .read-previous-next-icon-btn {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box .read-previous-next-icon-btn i {
        font-size: 24px;
        line-height: 40px;
    }
    /* Read Previous and Next Css End */
    /* General Pages Css End */
    /* Page Modules Css Start */
    /* Video Module Css Start */
    .video-module-section .video-module-con .video-module-box {
        padding: 60px;
    }
    .video-module-section .video-module-con .video-box {
        height: 350px;
        width: 50%;
    }
    /* Video Module Css End */
    /* Image Divider Module Css Start */
    /* Image Divider Full Screen Module Css Start */
    .image-divider-full-screen-section .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box h2 {
        font-size: 120px;
        line-height: 120px;
    }
    /* Image Divider Full Screen Module Css End */
    /* Image Divider Module Css End */
    /* Photo Gallery Module Css Start */
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider {
        margin: 0 20px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-list {
        min-height: 390px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider .photo-gallery-slider-img-box img {
        height: 300px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-current .photo-gallery-slider-img-box img {
        height: 350px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-center .photo-gallery-slider-img-box .img-caption-box {
        left: 10px;
        padding: 45px 10px 5px 10px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-center .photo-gallery-slider-img-box .img-caption-box p {
        font-size: 12px;
        line-height: 18px;
    }
    /* Photo Gallery Module Css End */
    /* Link Tiles Css Start */
    .link-tiles-section .container {
        padding: 0;
    }
    .link-tiles-section .link-tiles-con {
        margin-top: 10px;
    }
    .link-tiles-section .link-tiles-con .link-tiles-box {
        padding: 8px 4px;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box {
        height: 300px;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box {
        height: 300px;
        padding: 20px;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box h6,
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box h6,
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box h6 {
        font-size: 22px;
        line-height: 26px;
    }
    .link-tiles-section .tiles-content-con.tiles-full-bg .tiles-content-box .tiles-bg-box h6 {
        max-width: 250px;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-sub-title,
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box .discover-txt,
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box .discover-txt {
        font-size: 16px;
        line-height: 20px;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box .tiles-img {
        height: 300px;
    }
    .link-tiles-section .tiles-content-con.tiles-dark-blue-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-cyan-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-orange-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-light-blue-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-purple-bg .tiles-content-box .tiles-img {
        height: 220px;
    }
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box {
        width: calc(100% - 290px);
        padding: 0 35px 0 10px;
    }
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box {
        width: calc(100% - 550px);
        padding: 0 35px 0 10px;
    }
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-right-box {
        width: 290px;
    }
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-right-box {
        width: 550px;
    }
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-right-box .tiles-img,
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-right-box .tiles-img {
        height: 270px;
    }
    /* Link Tiles Css End */
    /* Pillars Module Css Start */
    .pillar-module-section .pillar-module-box .pillar-module-slider-tab .overlap-card-box input {
        width: 120px;
    }
    .pillar-module-section .second-input-card {
        left: 90px;
    }
    .pillar-module-section .third-input-card {
        left: 180px;
    }
    .pillar-module-section .fourth-input-card {
        left: 270px;
    }
    .pillar-module-section .fifth-input-card {
        left: 360px;
    }
    .pillar-module-section .sixth-input-card {
        left: 450px;
    }
    .pillar-module-section .first-card,
    .pillar-module-section .second-card,
    .pillar-module-section .third-card,
    .pillar-module-section .fourth-card,
    .pillar-module-section .fifth-card,
    .pillar-module-section .sixth-card {
        width: 120px;
    }
    .pillar-module-section .first-card .first-card-content-box .card-content-box,
    .pillar-module-section .second-card .second-card-content-box .card-content-box,
    .pillar-module-section .third-card .third-card-content-box .card-content-box,
    .pillar-module-section .fourth-card .fourth-card-content-box .card-content-box,
    .pillar-module-section .fifth-card .fifth-card-content-box .card-content-box,
    .pillar-module-section .sixth-card .sixth-card-content-box .card-content-box {
        padding: 50px 30px;
    }
    .pillar-module-section .first-card .first-card-content-box .card-title-box,
    .pillar-module-section .second-card .second-card-content-box .card-title-box,
    .pillar-module-section .third-card .third-card-content-box .card-title-box,
    .pillar-module-section .fourth-card .fourth-card-content-box .card-title-box,
    .pillar-module-section .fifth-card .fifth-card-content-box .card-title-box,
    .pillar-module-section .sixth-card .sixth-card-content-box .card-title-box {
        bottom: 190px;
        left: -174px;
    }
    .pillar-module-section .first-card .first-card-content-box .card-title-box h3,
    .pillar-module-section .second-card .second-card-content-box .card-title-box h3,
    .pillar-module-section .third-card .third-card-content-box .card-title-box h3,
    .pillar-module-section .fourth-card .fourth-card-content-box .card-title-box h3,
    .pillar-module-section .fifth-card .fifth-card-content-box .card-title-box h3,
    .pillar-module-section .sixth-card .sixth-card-content-box .card-title-box h3 {
        font-size: 20px;
    }
    .pillar-module-section .first-card .first-card-content-box .icon-img,
    .pillar-module-section .second-card .second-card-content-box .icon-img,
    .pillar-module-section .third-card .third-card-content-box .icon-img,
    .pillar-module-section .fourth-card .fourth-card-content-box .icon-img,
    .pillar-module-section .fifth-card .fifth-card-content-box .icon-img,
    .pillar-module-section .sixth-card .sixth-card-content-box .icon-img {
        width: 40px;
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card {
        width: calc(100% - 450px);
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-content,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-content,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-content,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-content,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-content,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-content {
        padding: 50px 30px;
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .card-title-box,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .card-title-box,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .card-title-box,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .card-title-box,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .card-title-box,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .card-title-box {
        margin-top: 40px;
    }
    .pillar-module-section .first-input-card.checked ~ .overlap-card-selector .first-card .first-card-content-box .pillar-module-txt,
    .pillar-module-section .second-input-card.checked ~ .overlap-card-selector .second-card .second-card-content-box .pillar-module-txt,
    .pillar-module-section .third-input-card.checked ~ .overlap-card-selector .third-card .third-card-content-box .pillar-module-txt,
    .pillar-module-section .fourth-input-card.checked ~ .overlap-card-selector .fourth-card .fourth-card-content-box .pillar-module-txt,
    .pillar-module-section .fifth-input-card.checked ~ .overlap-card-selector .fifth-card .fifth-card-content-box .pillar-module-txt,
    .pillar-module-section .sixth-input-card.checked ~ .overlap-card-selector .sixth-card .sixth-card-content-box .pillar-module-txt {
        font-size: 14px;
        line-height: 26px;
        margin: 30px 0;
    }
    .pillar-module-section .pillar-module-detail-box {
        padding: 0 30px;
    }
    .pillar-module-section .pillar-module-detail-box .pillar-module-detail-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 20px;
    }
    .pillar-module-section .pillar-module-detail-box .pillar-module-detail-txt {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    /* Pillars Module Css End */
    /* Page Modules Css End */
    /* Newsletter List Page Css Start */
    /* Particular Newsletter Article Header Css Start */
    .newsletter-article-header-section .newsletter-article-header-box p {
        max-width: 400px;
    }
    /* Particular Newsletter Article Header Css End */
    /* Newsletter List Page Css End */
}
@media only screen and (max-width: 992px) {
    /* Common Css Start */
    h1 {
        font-size: 32px;
        line-height: 48px;
    }
    h2 {
        font-size: 28px;
        line-height: 42px;
    }
    h3 {
        font-size: 26px;
        line-height: 39px;
    }
    h4 {
        font-size: 22px;
        line-height: 33px;
    }
    h5 {
        font-size: 20px;
        line-height: 30px;
    }
    h6 {
        font-size: 18px;
        line-height: 27px;
    }
    p, span, li, a {
        font-size: 14px;
        line-height: 21px;
    }
    /* Header Css Start */
    .header-section .header-box .header-menu-icon-con {
        margin-top: 5px;
    }
    .header-section .header-box .header-menu-icon-con .header-menu-icon-box .transparent-bg-btn {
        display: none;
    }
    .header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box {
        margin-left: 0;
        height: 50px;
        width: 55px;
    }
    .header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box img {
        width: 50px;
    }
    .header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box:hover img.visible {
        transform: translate(-70px,-50%);
    }
    /* Header Css End */
    /* Menu Css Start */
    .menu-nav .menu-box {
        height: calc(100vh - 79px);
    }
    .menu-nav .menu-box .menu-left-box {
        padding: 15px;
        width: calc(100vw - 200px);
    }
    .menu-nav .menu-box .menu-left-box .other-links-box {
        height: calc(100vh - 191px);
    }
    .other-links-box .parent-menu-text {
        font-size: 30px;
        line-height: 38px;
        font-weight: 700;
    }
    .other-links-box .other-link-menu .parent-menu-text:hover i,
    .other-links-box .other-link-menu .parent-menu-text.active-menu i {
        font-size: 26px;
    }
    .other-links-box .child-menu.active-menu a {
        font-size: 20px;
        line-height: 26px;
    }
    .menu-nav .menu-box .menu-right-box {
        width: 200px;
        height: calc(100vh - 80px);
    }
    .menu-nav .menu-box .menu-right-box .quick-link-box {
        height: calc(100vh - 234px);
    }
    /* Menu Css End */
    /* Also In This Edition Menu Css Start */
    .also-in-edition-menu-con .desktop-view {
        display: none;
    }
    .also-in-edition-menu-con .mobile-view {
        display: block;
    }
    .also-in-edition-menu-nav {
        padding: 0 0 0 15px;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box {
        width: calc(100vw - 15px);
        height: 100vh;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-close-icon-con {
        padding-bottom: 30px !important;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-close-icon-con .previous-edition-box .previous-edition-btn-box {
        display: inline-flex;
        align-items: center;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        font-weight: 700;
        text-transform: uppercase;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-close-icon-con .previous-edition-box .previous-edition-btn-box p {
        margin-bottom: 0;
        display: block;
        height: 50px;
        width: 50px;
        line-height: 45px;
        border-radius: 50%;
        background-color: #FFFFFF;
        text-align: center;
        margin-right: 10px;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-close-icon-con .previous-edition-box .previous-edition-btn-box p img {
        width: 30px;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-close-icon-con .close-icon-box {
        text-align: right;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-close-icon-con .close-icon-box .close-icon {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 38px;
        background: #0C3279;
        border-radius: 5px;
        text-align: center;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .previous-edition-close-icon-con .close-icon-box .close-icon img {
        width: 20px;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box {
        height: calc(100% - 80px);
        display: inline-block;
        padding: 20px 20px;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-edition-heading-box {
        width: 100%;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-edition-heading-box .also-in-edition-sub-title {
        font-size: 24px;
        line-height: 28px;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-edition-heading-box .also-in-edition-title {
        font-size: 34px;
        line-height: 40px;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-edition-heading-box .also-in-edition-time-txt {
        font-size: 18px;
        line-height: 22px;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-this-edition-menu-content-box {
        margin-top: 70px;
        width: 100%;
    }
    .also-in-edition-menu-nav .also-in-edition-menu-box .also-in-this-edition-menu-detail-box .also-in-this-edition-menu-content-box .also-in-this-edition-menu .also-in-this-edition-menu-txt .parent-menu-text {
        font-size: 16px;
        line-height: 22px;
    }
    /* Also In This Edition Menu Css End */
    /* Floating Button Css Start */
    .floating-button-section {
        display: block;
        position: fixed;
        height: auto;
        width: 100%;
        top: auto;
        right: auto;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 0 30px;
        z-index: 99;
        text-align: center;
    }
    .floating-button-section.scrolling-up .transparent-bg-btn {
        background: #05295e;
        border: solid 1px #05295e;
    }
    .floating-button-section .transparent-bg-btn {
        background: #05295e;
        border: solid 1px #05295e;
        color: #05295e;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    /* Floating Button Css End */
    /* Banner Css Start */
    .banner-section,
    .banner-section .banner-con .banner-box video,
    .banner-section .banner-con .banner-box .banner-img,
    .banner-section .banner-con .banner-box .carousel-caption {
        height: 100vh;
    }
    .banner-section .banner-con .banner-box .carousel-caption {
        background-position: left;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con {
        align-items: flex-start;
        text-align: left;
        height: calc(100vh - 40px);
        padding: 0 50px;
    }
    .banner-section .banner-con .banner-box .carousel-item-two .carousel-caption .caption-detail-con {
        padding: 0 50px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box {
        margin: 130px 0 50px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-title {
        font-size: 70px;
        line-height: 75px;
    }
    .banner-section .banner-con .banner-box .carousel-item-three .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-title {
        font-size: 90px;
        line-height: 75px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-time {
        font-size: 36px;
        line-height: 42px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-box {
       margin-bottom: 100px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-box .caption-detail-txt:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .banner-section .banner-con .banner-box .carousel-item-two .carousel-caption .caption-detail-con .caption-detail-box,
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .scroll-txt-box,
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .mobile-view-none {
        display: none;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-play-video-box {
        display: inline-block;
        margin-bottom: 50px;
    }
    .banner-caption-animation-text {
        display: none;
    }
    .banner-caption-animation-text.active {
        display: inline-block;
    }
    /* General Pages Banner Css Start */
    .banner-section.general-page-banner-section {
        height: 100%;
    }
    .banner-section.general-page-banner-section .banner-con .banner-box {
        display: flex;
        flex-direction: column;
    }
    .banner-section.general-page-banner-section .banner-con .banner-box .carousel {
        order: 2;
        margin-top: -30px;
        width: 100%;
    }
    .banner-section.general-page-banner-section .banner-con .banner-box video,
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-img,
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-bg-box {
        height: 400px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-content-con {
        padding: 150px 30px 50px;
        height: auto;
        width: 100%;
        z-index: 2;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        position: initial;
        order: 1;
    }
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-content-box .banner-sub-title {
        margin-bottom: 20px;
    }
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-content-box .banner-title {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 30px;
    }
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
        font-size: 14px;
        line-height: 22px;
    }
    /* General Pages Banner Css End */
    /* Latest News Banner Css Start */
    .banner-section.latest-news-banner-section .banner-con .banner-box .banner-content-box .banner-title {
        margin-bottom: 50px;
    }
    .banner-section.latest-news-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
        margin-bottom: 0;
    }
    /* Latest News Banner Css End */
    /* Newsletter Banner Css Start */
    .banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-con {
        padding: 150px 30px 30px;
    }
    .banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-box .banner-time-txt {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .banner-section.newsletter-banner-section .banner-con .banner-box .previous-edition-btn-box.desktop-view,
    .banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
        display: none;
    }
    .banner-section.newsletter-banner-section .banner-con .banner-box .previous-edition-btn-box.mobile-view {
        display: inline-flex;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 0;
    }
    .newsletter-banner-con .also-in-this-edition-btn-box.desktop-view {
        display: none;
    }
    .newsletter-banner-con .also-in-this-edition-btn-box.mobile-view.display-none {
        display: none;
    }
    .newsletter-banner-con .also-in-this-edition-btn-box.mobile-view {
        display: block;
        position: fixed;
        height: auto;
        width: 100%;
        top: auto;
        right: auto;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 0 30px;
        z-index: 99;
        text-align: center;
        transition: none;
    }
    .newsletter-banner-con .also-in-this-edition-btn-box.mobile-view .also-in-this-edition-btn {
        padding: 10px 30px;
    }
    /* Newsletter Banner Css End */
    /* Banner Css End */
    /* Footer Css Start */
    .footer-section {
        padding: 70px 0 80px;
    }
    /* Footer Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Editorial Module Css Start */
    .editorial-module-section {
        padding: 10px 0;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-sub-title {
        margin-bottom: 20px;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 30px;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box {
        margin-top: 20px;
    }
    /* Editorial Module Css End */
    /* Quote with Sliding Css Start */
    .quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box .quote-detail-txt {
        font-size: 20px;
        line-height: 30px;
    }
    /* Quote with Sliding Css End */
    /* Latest News Css Start */
    .latest-news-section .latest-news-box .latest-news-title-social-icon-box .latest-news-title-box {
        padding: 0 20px 0 0;
    }
    .latest-news-section .latest-news-box .latest-news-title-social-icon-box .latest-news-title-box h2 {
        font-size: 40px;
        line-height: 46px;
    }
    .latest-news-section .latest-news-box .latest-news-title-social-icon-box .social-icon-btn-box .social-icon-btn {
        height: 35px;
        width: 35px;
        line-height: 35px;
        margin-right: 10px;
    }
    .latest-news-section .latest-news-box .latest-news-title-social-icon-box .social-icon-btn-box .social-icon-btn i {
        font-size: 20px;
        line-height: 35px;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail h2 {
        font-size: 20px;
        line-height: 28px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    /* Latest News Css End */
    /* Acknowledgement Module Css Start */
    .acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail {
        max-width: 700px;
    }
    .acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail .acknowledgement-title {
        font-size: 22px;
        line-height: 28px;
    }
    .acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail .acknowledgement-by-name {
        font-size: 14px;
        line-height: 20px;
    }
    /* Acknowledgement Module Css End */
    /* Join Us Css Start */
    .join-us-section .join-us-box .join-us-title {
        font-size: 24px;
        line-height: 30px;
    }
    .join-us-section .join-us-box .join-us-three-btn-con .join-us-three-btn-box:not(:last-child) {
        padding-right: 35px;
    }
    /* Join Us Css End */
    /* Home Page Css End */
    /* General Pages Css Start */
    /* Image and Text Side By Side Css Start */
    .image-txt-side-by-side-section .general-page-editor-img-box {
        margin-bottom: 20px;
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .image-txt-side-by-side-section .general-page-editor-img-content-box p {
        text-align: left;
    }
    /* Image and Text Side By Side Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section .read-previous-next-con .read-previous-next-box {
        padding: 20px 10px;
        flex-direction: column;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box {
        width: 100%;
        padding-right: 0;
        order: 2;
        margin-top: 20px;
        text-align: center;
    }
    .read-previous-next-section .read-previous-next-con:last-child .read-previous-next-box .read-previous-next-detail-box {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box p {
        font-size: 18px;
        line-height: 22px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box h6 {
        font-size: 22px;
        line-height: 28px;
    }
    /* Read Previous and Next Css End */
    /* General Pages Css End */
    /* Page Modules Css Start */
    /* Video Module Css Start */
    .video-module-section .video-module-con .video-module-box {
        padding: 390px 20px 15px;
    }
    .video-module-section .video-module-con .video-module-box .video-module-detail-box {
        max-width: 100%;
    }
    .video-module-section .video-module-con .video-box {
        left: 50%;
        right: 0px;
        top: 15px;
        transform: translate(-50%, 0);
        width: 94%;
    }
    /* Video Module Css End */
    /* Image Divider Module Css Start */
    .image-divider-content-section .image-divider-content-box .image-divider-img,
    .image-divider-content-section.dark-blue-bg-divider .image-divider-content-box,
    .image-divider-content-section.light-blue-bg-divider .image-divider-content-box {
        height: 500px;
    }
    .image-divider-content-section .image-divider-content-box .image-divider-detail-con {
        padding: 40px 60px;
    }
    /* Image Divider Module Css End */
    /* Photo Gallery Module Css Start */
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider {
        margin: 0 10px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-list {
        min-height: 340px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider .photo-gallery-slider-img-box img {
        height: 250px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-current .photo-gallery-slider-img-box img {
        height: 300px;
    }
    /* Photo Gallery Module Css End */
    /* Link Tiles Css Start */
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box {
        width: calc(100% - 200px);
    }
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box {
        width: calc(100% - 400px);
    }
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-right-box {
        width: 200px;
    }
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-right-box {
        width: 400px;
    }
    /* Link Tiles Css End */
    /* Pillars Module Css Start */
    .pillar-module-section.desktop-view {
        display: none;
    }
    .pillar-module-mobile-section.mobile-view {
        display: block;
    }
    .pillar-module-mobile-section {
        padding: 50px 15px;
    }
    .pillar-module-mobile-section .pillar-module-box {
        background: #F7F7F7;
        padding: 30px 15px;
        border-radius: 15px;
    }
    .pillar-module-mobile-section .pillar-module-box .pillar-module-detail-box .pillar-module-detail-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .pillar-module-mobile-section .pillar-module-box .pillar-module-detail-box .pillar-module-detail-txt {
        font-size: 16px;
        line-height: 28px;
        color: #666666;
        margin-bottom: 50px;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider {
        height: 400px;
        border-radius: 15px;
        margin-right: 15px;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider .card-content-box {
        position: relative;
        border-radius: 15px;
        height: 100%;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider .card-content-box .pillar-module-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider .card-content-box .card-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        padding: 40px 20px;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(1) .card-content-box .card-content {
        background: rgba(85, 57, 106, 75%);
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(2) .card-content-box .card-content {
        background: rgba(111, 162, 206, 75%);
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(3) .card-content-box .card-content {
        background: rgba(20, 63, 145, 75%);
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(4) .card-content-box .card-content {
        background: rgba(200, 51, 47, 75%);
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(5) .card-content-box .card-content {
        background: rgba(238, 152, 31, 75%);
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(6) .card-content-box .card-content {
        background: rgba(1, 119, 136, 75%);
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider .card-content-box .card-content .icon-img {
        width: 50px;
        margin-bottom: 10px;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider .card-content-box .card-content div {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider .card-content-box .card-content h3 {
        font-size: 30px;
        line-height: 36px;
        color: #FFFFFF;
        margin-bottom: 15px;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider .card-content-box .card-content .pillar-module-txt {
        font-size: 14px;
        line-height: 22px;
        color: #FFFFFF;
        margin-bottom: 15px;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider .card-content-box .card-content .transparent-bg-btn:hover {
        background: #FFFFFF;
        border: solid 1px #FFFFFF;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(1) .card-content-box .card-content .transparent-bg-btn:hover {
        color: #55396A;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(2) .card-content-box .card-content .transparent-bg-btn:hover {
        color: #6FA2CE;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(3) .card-content-box .card-content .transparent-bg-btn:hover {
        color: #143F91;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(4) .card-content-box .card-content .transparent-bg-btn:hover {
        color: #C8332F;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(5) .card-content-box .card-content .transparent-bg-btn:hover {
        color: #EE981F;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider:nth-child(6) .card-content-box .card-content .transparent-bg-btn:hover {
        color: #017788;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .slick-dots {
        bottom: -55px;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .slick-dots,
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider-count {
        text-align: left;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .slick-dots li button {
        height: 4px;
        width: 25px;
        padding: 0;
        background-color: #43A6EF;
        border-radius: 10px;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .slick-dots li.slick-active button {
        width: 35px;
        background-color: #0C3279;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .slick-dots li button::before {
        display: none;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider-count .pillar-module-current-slide,
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider-count .slash-txt {
        color: #0C3279;
        font-weight: 700;
        margin-bottom: 0;
        font-size: 22px;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider-count .slash-txt {
        font-weight: 400;
    }
    .pillar-module-mobile-section .pillar-module-slider-box .pillar-module-slider-count .pillar-module-total-slides {
        color: #0C3279;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 12px;
    }
    /* Pillars Module Css End */
    /* Page Modules Css End */
    /* Latest News Page Css Start */
    .latest-news-page-section .grid-container {
        grid-template-columns: repeat(2, 1fr); /* 1 equal-width columns */
    }
    /* Latest News Page Css End */
    /* Newsletter List Page Css Start */
    /* Particular Newsletter Article Header Css Start */
    .newsletter-article-header-section .newsletter-article-header-box p {
        font-size: 18px;
        line-height: 24px;
        max-width: 250px;
    }
    /* Particular Newsletter Article Header Css End */
    /* Newsletter List Page Css End */
}
@media only screen and (max-width: 767px) {
    /* Common Css Start */
    body {
        width: 100%;
    }
    h1 {
        font-size: 28px;
        line-height: 42px;
    }
    h2 {
        font-size: 26px;
        line-height: 39px;
    }
    h3 {
        font-size: 22px;
        line-height: 33px;
    }
    h4 {
        font-size: 20px;
        line-height: 30px;
    }
    h5 {
        font-size: 18px;
        line-height: 27px;
    }
    h6 {
        font-size: 16px;
        line-height: 24px;
    }
    p, span, li, a {
        font-size: 12px;
        line-height: 18px;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    /* Header Css Start */
    .header-section,
    .header-section.scrolling-up {
        padding: 15px 20px;
    }
    .header-section .header-box .header-logo-box .header-logo-img img,
    .header-section.scrolling-up .header-box .header-logo-box .header-logo-img img {
        width: 200px;
    }
    .header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box.desktop-view {
        display: none;
    }
    .header-section .header-box .header-menu-icon-con .header-menu-icon-box .burger-icon-box.mobile-view {
        display: inline-block;
    }
    /* Header Css End */
    /* Menu Css Start */
    .menu-nav {
        padding: 15px 30px;
    }
    .menu-nav .menu-box {
        background: transparent;
        height: calc(100vh - 77px);
        width: calc(100vw - 60px);
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con {
        display: inline-flex;
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box:not(:last-child) {
        margin-right: 20px;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a {
        position: relative;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg {
        width: 24px;
        height: 24px;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path {
        fill: #0c3279;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path {
        fill: #43A6EF;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a p {
        display: none;
        font-size: 12px;
        line-height: 16px;
        color: #0c3279;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        margin: 5px 0 0;
        position: absolute;
        left: -32px;
        text-align: center;
        width: 90px;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover p {
        display: block;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form {
        display: inline-flex;
        align-items: center;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form .form-control {
        background: transparent;
        border-radius: 0;
        border: 0;
        border-bottom: 2px solid #0C3279;
        width: 0;
        transition: all 0.6s;
        padding: 0;
        outline: 0;
        box-shadow: none;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        font-weight: 700;
        margin-left: 15px;
        height: 24px;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form .form-control::placeholder {
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        font-weight: 700;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control {
        display: inline-block;
        width: 150px;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .close-icon-box {
        display: inline-block;
        height: 40px;
        width: 40px;
        line-height: 38px;
        background: #0C3279;
        border-radius: 5px;
        text-align: center;
    }
    .menu-nav .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .close-icon-box img {
        width: 20px;
    }
    .menu-nav .menu-box .other-links-box,
    .menu-nav .menu-box .quick-link-box {
        height: calc(100vh - 320px);
        overflow: auto;
    }
    .menu-nav .menu-box .quick-link-box {
        background-color: #CCCCCC;
        border-radius: 15px;
        padding: 40px 15px 0;
        text-align: center;
    }
    .menu-nav .menu-box .quick-link-box .quick-link .quick-link-menu-box {
        margin-bottom: 45px;
    }
    .menu-nav .menu-box .quick-link-box .quick-link .quick-link-menu-box a svg {
        width: 30px;
        height: 30px;
    }
    .menu-nav .menu-box .quick-link-box .quick-link .quick-link-menu-box a svg path {
        fill: #0c3279;
        stroke: #0c3279;
    }
    .menu-nav .menu-box .quick-link-box .quick-link .quick-link-menu-box a:hover svg path {
        fill: #43A6EF;
        stroke: #43A6EF;
    }
    .menu-nav .menu-box .quick-link-box .quick-link .quick-link-menu-box a svg path.cls-1,
    .menu-nav .menu-box .quick-link-box .quick-link .quick-link-menu-box a:hover svg path.cls-1 {
        fill: #f4f3ec;
        stroke: #f4f3ec;
    }
    .menu-nav .menu-box .quick-link-box .quick-link .quick-link-menu-box a p {
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        font-weight: 700;
        margin: 10px 0 0;
        text-transform: uppercase;
    }
    .menu-nav .menu-box .quick-link-box .quick-link .quick-link-menu-box a:hover p {
        color: #43A6EF;
    }
    .menu-nav .menu-box .quick-links-menu-click-box .quick-links-menu-click,
    .menu-nav .menu-box .other-links-box,
    .menu-nav .menu-box .quick-link-box {
        display: none;
    }
    .menu-nav .menu-box .other-links-box.active,
    .menu-nav .menu-box .quick-link-box.active {
        display: block;
    }
    .menu-nav .menu-box .quick-links-menu-click-box .quick-links-menu-click.active {
        display: inline-flex;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .menu-nav .menu-box .quick-links-menu-click-box .quick-links-menu-click svg {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .menu-nav .menu-box .quick-links-menu-click-box .quick-links-menu-click svg path {
        fill: #0c3279;
    }
    .menu-nav .menu-box .quick-links-menu-click-box .quick-links-menu-click svg line {
        stroke: #0c3279;
        stroke-linecap: round;
        stroke-miterlimit: 10;
        stroke-width: 1.8px;
    }
    .menu-nav .menu-box .quick-links-menu-click-box .quick-links-menu-click span {
        font-size: 20px;
        line-height: 24px;
        color: #0c3279;
    }
    .menu-nav .menu-box .other-links-box .other-link-menu {
        padding-bottom: 22px;
        width: 100%;
    }
    .menu-nav .menu-box .other-links-box .child-menu.active-menu {
        position: initial;
        width: 100%;
        height: 100%;
        padding-top: 20px;
        padding-left: 35px;
    }
    .menu-nav .menu-box .menu .social-icon-con {
        padding-top: 40px;
    }
    .menu-nav .menu-box .menu .social-icon-con .social-icon-box .social-icon:not(:last-child) {
        margin-right: 40px;
    }
    .menu-nav .menu-box .menu .social-icon-con .social-icon-box .social-icon i {
        font-size: 20px;
        color: #43A6EF;
    }
    .menu-nav .menu-box .menu .social-icon-con .social-icon-box .social-icon i:hover {
        color: #0c3279;
    }
    .menu-nav.first-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg line,
    .menu-nav.seventh-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg line,
    .menu-nav.second-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg line,
    .menu-nav.third-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg line,
    .menu-nav.fifth-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg line,
    .menu-nav.sixth-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg line {
        stroke: #FFFFFF;
    }
    .menu-nav.first-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg path,
    .menu-nav.seventh-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg path,
    .menu-nav.second-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg path,
    .menu-nav.third-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg path,
    .menu-nav.fifth-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg path,
    .menu-nav.sixth-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click svg path,
    .menu-nav.first-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
    .menu-nav.seventh-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
    .menu-nav.second-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
    .menu-nav.third-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
    .menu-nav.fifth-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path,
    .menu-nav.sixth-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a svg path {
        fill: #FFFFFF;
    }
    .menu-nav.first-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path,
    .menu-nav.seventh-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path,
    .menu-nav.second-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path,
    .menu-nav.fifth-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path,
    .menu-nav.sixth-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box a:hover svg path {
        fill: #43A6EF;
    }
    .menu-nav.first-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
    .menu-nav.seventh-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
    .menu-nav.second-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
    .menu-nav.third-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
    .menu-nav.fifth-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control,
    .menu-nav.sixth-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control {
        border-bottom: solid 1px #FFFFFF;
        color: #FFFFFF;
    }
    .menu-nav.first-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
    .menu-nav.seventh-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
    .menu-nav.second-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
    .menu-nav.third-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
    .menu-nav.fifth-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
    .menu-nav.sixth-parent-active .menu-box .translate-fingerprint-search-icon-con .translate-fingerprint-search-icon-box .search-form:hover .form-control::placeholder,
    .menu-nav.first-parent-active .menu-box .menu .social-icon-con .social-icon-box .social-icon i,
    .menu-nav.seventh-parent-active .menu-box .menu .social-icon-con .social-icon-box .social-icon i,
    .menu-nav.second-parent-active .menu-box .menu .social-icon-con .social-icon-box .social-icon i,
    .menu-nav.third-parent-active .menu-box .menu .social-icon-con .social-icon-box .social-icon i,
    .menu-nav.fifth-parent-active .menu-box .menu .social-icon-con .social-icon-box .social-icon i,
    .menu-nav.sixth-parent-active .menu-box .menu .social-icon-con .social-icon-box .social-icon i,
    .menu-nav.first-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click span,
    .menu-nav.seventh-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click span,
    .menu-nav.second-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click span,
    .menu-nav.third-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click span,
    .menu-nav.fifth-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click span,
    .menu-nav.sixth-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click span,
    .menu-nav.first-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click i,
    .menu-nav.seventh-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click i,
    .menu-nav.second-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click i,
    .menu-nav.third-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click i,
    .menu-nav.fifth-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click i,
    .menu-nav.sixth-parent-active .menu-box .quick-links-menu-click-box .quick-links-menu-click i {
        color: #FFFFFF;
    }
    .menu-nav.first-parent-active .menu-box .quick-link-box .quick-link-menu-box a svg path,
    .menu-nav.seventh-parent-active .menu-box .quick-link-box .quick-link-menu-box a svg path,
    .menu-nav.second-parent-active .menu-box .quick-link-box .quick-link-menu-box a svg path,
    .menu-nav.third-parent-active .menu-box .quick-link-box .quick-link-menu-box a svg path,
    .menu-nav.fourth-parent-active .menu-box .quick-link-box .quick-link-menu-box a svg path,
    .menu-nav.fifth-parent-active .menu-box .quick-link-box .quick-link-menu-box a svg path,
    .menu-nav.sixth-parent-active .menu-box .quick-link-box .quick-link-menu-box a svg path {
        fill: #FFFFFF;
        stroke: #FFFFFF;
    }
    .menu-nav.first-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover svg path,
    .menu-nav.seventh-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover svg path,
    .menu-nav.second-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover svg path,
    .menu-nav.third-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover svg path {
        fill: #43A6EF;
        stroke: #43A6EF;
    }
    .menu-nav.first-parent-active .menu-box .quick-link-box .quick-link-menu-box a p,
    .menu-nav.seventh-parent-active .menu-box .quick-link-box .quick-link-menu-box a p,
    .menu-nav.second-parent-active .menu-box .quick-link-box .quick-link-menu-box a p,
    .menu-nav.third-parent-active .menu-box .quick-link-box .quick-link-menu-box a p,
    .menu-nav.fourth-parent-active .menu-box .quick-link-box .quick-link-menu-box a p,
    .menu-nav.fifth-parent-active .menu-box .quick-link-box .quick-link-menu-box a p,
    .menu-nav.sixth-parent-active .menu-box .quick-link-box .quick-link-menu-box a p {
        color: #FFFFFF;
    }
    .menu-nav.first-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover p,
    .menu-nav.seventh-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover p,
    .menu-nav.second-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover p,
    .menu-nav.third-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover p {
        color: #43A6EF;
    }
    .menu-nav.first-parent-active .menu-box .quick-link-box {
        background-color: rgba(113, 162, 204, 30%);
    }
    .menu-nav.second-parent-active .menu-box .quick-link-box {
        background-color: rgba(2, 31, 76, 66%);
    }
    .menu-nav.third-parent-active .menu-box .quick-link-box {
        background-color: rgba(2, 31, 76, 30%);
    }
    .menu-nav.fourth-parent-active .menu-box .quick-link-box,
    .menu-nav.fifth-parent-active .menu-box .quick-link-box {
        background-color: #43A6EF;
    }
    .menu-nav.sixth-parent-active .menu-box .quick-link-box {
        background-color: #999999;
    }
    .menu-nav.fourth-parent-active .menu-box .quick-link-box .quick-link .quick-link-menu-box a:hover svg path,
    .menu-nav.fifth-parent-active .menu-box .quick-link-box .quick-link .quick-link-menu-box a:hover svg path,
    .menu-nav.sixth-parent-active .menu-box .quick-link-box .quick-link .quick-link-menu-box a:hover svg path {
        fill: #0c3279;
        stroke: #0c3279;
    }
    .menu-nav.third-parent-active .menu-box,
    .menu-nav.fourth-parent-active .menu-box,
    .menu-nav.fifth-parent-active .menu-box {
        background: transparent;
    }
    .menu-nav.fourth-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover p,
    .menu-nav.fifth-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover p,
    .menu-nav.sixth-parent-active .menu-box .quick-link-box .quick-link-menu-box a:hover p {
        color: #0c3279;
    }
    /* Menu Css End */
    /* Banner Css Start */
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con {
        padding: 0 30px;
    }
    .banner-section .banner-con .banner-box .carousel-item-two .carousel-caption .caption-detail-con {
        padding: 0 30px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box {
        margin: 100px 0 50px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-title {
        font-size: 50px;
        line-height: 65px;
    }
    .banner-section .banner-con .banner-box .carousel-item-three .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-title {
        font-size: 80px;
        line-height: 70px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-time {
        font-size: 32px;
        line-height: 38px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-main-description-box .caption-main-description-sub-title {
        font-size: 20px;
        line-height: 28px;
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-play-video-box {
        margin-bottom: 100px;
    }
    /* General Pages Banner Css Start */
    .banner-section.general-page-banner-section .banner-con .banner-box video,
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-img,
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-bg-box {
        height: 350px;
    }
    .banner-section.general-page-banner-section .banner-con .banner-box .banner-content-con {
        padding: 110px 30px 50px;
    }
    /* General Pages Banner Css End */
    /* Light Blue Banner Css Start */
    .banner-section.light-blue-bg-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
        color: rgba(255, 255, 255, 57%);
    }
    /* Light Blue Banner Css End */
    /* Dark Cyan Banner Css Start */
    .banner-section.dark-cyan-bg-banner-section .banner-con .banner-box .banner-content-con {
        padding: 110px 30px 30px;
    }
    /* Dark Cyan Banner Css End */
    /* Orange Banner Css Start */
    .banner-section.orange-bg-banner-section .banner-con .banner-box .banner-content-con {
        padding: 110px 30px 0;
    }
    /* Orange Banner Css End */
    /* Latest News Banner Css Start */
    .banner-section.latest-news-banner-section .banner-con .banner-box .banner-content-box .banner-title br {
        display: block;
    }
    .banner-section.latest-news-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
        max-width: 500px;
    }
    /* Latest News Banner Css End */
    /* Latest News Article Banner Css Start */
    .banner-section.latest-news-article-banner-section .banner-con .banner-box .banner-content-box .banner-detail-txt {
        max-width: 500px;
        margin-bottom: 30px;
    }
    /* Latest News Article Banner Css End */
    /* Newsletter Banner Css Start */
    .banner-section.newsletter-banner-section .banner-con .banner-box .banner-content-con {
        padding: 110px 30px 30px;
    }
    /* Newsletter Banner Css End */
    /* Banner Css End */
    /* Footer Css Start */
    .footer-section {
        padding: 40px 0;
    }
    .footer-section .footer-logo-box {
        text-align: center;
    }
    .footer-section .footer-logo-box img.mobile-view {
        width: 135px;
        display: inline-block;
    }
    .footer-section .footer-detail-top-scroll-btn-box.desktop-view {
        display: none;
    }
    .footer-section .footer-detail-top-scroll-btn-box.mobile-view {
        display: inline-block;
        text-align: center;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con {
        width: 100%;
        padding-right: 0;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-title-heading-box .footer-detail-box {
        border-bottom: 0;
        padding-bottom: 20px;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-title-heading-box .footer-detail-box .footer-title {
        margin-bottom: 20px;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box:first-child {
        padding-left: 12px;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .footer-txt,
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .footer-link-txt {
        margin-bottom: 15px;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .social-icon-box .social-icon:not(:last-child) {
        margin-right: 30px;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .social-icon-box .social-icon i {
        font-size: 26px;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box .footer-txt.shc-connect-txt {
        display: none;
    }
    .footer-section .footer-detail-top-scroll-btn-box .top-to-scroll-btn-box {
        width: 100%;
        padding-top: 10px;
    }
    .footer-section .website-design-by-box {
        margin-top: 20px;
        text-align: center;
        display: inline-block;
    }
    .footer-section .website-design-by-box p {
        margin-bottom: 10px;
    }
    .footer-section .website-design-by-box .top-to-scroll-btn-box {
        display: none;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box.footer-acknowledgement-box .footer-txt {       
        font-size: 14px;
        line-height: 26px;
        color: #FFFFFF;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .footer-section .footer-detail-top-scroll-btn-box .footer-detail-con .footer-detail-box.footer-acknowledgement-box .footer-txt:not(:last-child) {
        margin-bottom: 30px;
    }
    /* Footer Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Welcome Message Css Start */
    .welcome-message-section .welcome-message-box .welcome-message-title {
        font-size: 40px;
        line-height: 50px;
    }
    /* Welcome Message Css End */
    /* Editorial Module Css Start */
    .editorial-module-section {
        padding: 10px 0;
    }
    .editorial-module-section .editorial-module-box,
    .editorial-module-section.editorial-module-left-img-section .editorial-module-box {
        background: linear-gradient(to top, #FFFFFF, #FFFFFF, #CCCCCC);
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box {
        order: 2;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail {
        padding: 20px 15px;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-sub-title {
        margin-bottom: 20px;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 30px;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box {
        margin-top: 20px;
        display: inline-flex;
        flex-direction: column;
    }
    .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box .light-gray-bg-btn:first-child {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .editorial-module-section .editorial-module-box .editorial-module-img-box img {
        width: 100%;
        height: 350px;
    }
    /* Editorial Module Css End */
    /* Quote with Sliding Css Start */
    .dark-blue-bg {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .quote-with-sliding-section .quote-slider-card-box .carousel {
        margin-bottom: 0;
    }
    .quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-img-box .quote-img {
        min-height: 360px;
    }
    .quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box {
        margin-top: -70px;
        padding: 0 20px 30px;
    }
    .quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box .quote-detail-txt {
        margin: 60px 0 30px;
    }
    .quote-with-sliding-section .quote-slider-card-box .quote-slide-content-con .quote-slide-content-box .quote-post-by-name {
        color: #43A6EF;
        margin-bottom: 50px;
    }
    .quote-with-sliding-section .quote-slider-card-box .carousel-indicators {
        bottom: 10px;
    }
    /* Quote with Sliding Css End */
    /* Latest News Css Start */
    .latest-news-section {
        padding: 0 0 0 12px;
    }
    .latest-news-section .latest-news-box {
        background-color: #FFFFFF;
        padding: 30px 0 30px 15px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .latest-news-section .latest-news-box .latest-news-title-social-icon-con .latest-news-title-social-icon-box p {
        font-size: 16px;
        line-height: 20px;
        color: #999999;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .latest-news-section .latest-news-box .latest-news-title-social-icon-con .latest-news-title-social-icon-box h2 {
        font-size: 40px;
        line-height: 46px;
        font-weight: 700;
        margin: 30px 0 0;
    }
    .latest-news-section .latest-news-box .latest-news-title-social-icon-con .latest-news-title-social-icon-box .social-icon-btn {
        display: inline-block;
        text-align: center;
        margin-right: 35px;
    }
    .latest-news-section .latest-news-box .latest-news-title-social-icon-con .latest-news-title-social-icon-box .social-icon-btn i {
        font-size: 24px;
        line-height: 45px;
        color: #43A6EF;
    }
    .latest-news-section .latest-news-box .latest-news-slider-con {
        padding: 30px 0 90px;
    }
    .latest-news-section .latest-news-box .latest-news-slick-slider .slick-prev,
    .latest-news-section .latest-news-box .latest-news-slick-slider .slick-next {
        display: block !important;
        bottom: -75px;
        top: auto;
        transform: none;
        height: 60px;
        width: 60px;
    }
    .latest-news-section .latest-news-box .latest-news-slick-slider .slick-prev {
        left: 0;
        background-image: url(../images/photo-gallery-slider-previous-icon.svg);
    }
    .latest-news-section .latest-news-box .latest-news-slick-slider .slick-next {
        left: 50px;
        background-image: url(../images/photo-gallery-slider-next-icon.svg);
    }
    .latest-news-section .latest-news-box .latest-news-slick-slider .slick-next:hover {
        background-image: url(../images/photo-gallery-slider-next-icon.svg);
    }
    .latest-news-section .latest-news-box .latest-news-detail-box {
        margin: 0 5px;
        height: 520px;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-img-box .latest-news-img {
        height: 310px;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .read-more-txt {
        display: inline-flex;
        align-items: center;
        position: absolute;
        bottom: 25px;
        left: 25px;
    }
    .latest-news-section .latest-news-box .latest-news-detail-box .latest-news-detail .read-more-txt img {
        width: 16px;
    }
    /* Latest News Css End */
    /* Call to Action Css Start */
    .call-to-action-section .call-to-action-box {
        margin-bottom: 120px;
    }
    .call-to-action-section .call-to-action-box .call-to-action-img {
        height: 430px;
    }
    .call-to-action-section .call-to-action-box .call-to-action-detail-box {
        bottom: -120px;
        left: auto;
        right: 0px;
        background: #FFFFFF;
        padding: 20px 40px;
        max-width: 350px;
    }
    .call-to-action-section .call-to-action-box .call-to-action-detail-box h2 {
        font-size: 32px;
        line-height: 40px;
    }
    /* Call to Action Css End */
    /* Acknowledgement Module Css Start */
    .acknowledgement-section .acknowledgement-box {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .acknowledgement-section .acknowledgement-box .acknowledgement-detail-box {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 50px 20px;
    }
    .acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail .acknowledgement-title {
        font-size: 20px;
        line-height: 26px;
    }
    .acknowledgement-section .acknowledgement-box .acknowledgement-detail-box .acknowledgement-detail .acknowledgement-by-name {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 0px;
    }
    /* Acknowledgement Module Css End */
    /* Join Us Css Start */
    .join-us-section .join-us-box .join-us-detail {
        margin-bottom: 50px;
    }
    .join-us-section .join-us-box .join-us-three-btn-con {
        display: inline-block;
    }
    .join-us-section .join-us-box .join-us-three-btn-con .join-us-three-btn-box {
        text-align: center;
    }
    .join-us-section .join-us-box .join-us-three-btn-con .join-us-three-btn-box:not(:last-child) {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .join-us-section .join-us-box .join-us-three-btn-con .join-us-three-btn-box .join-us-three-detail {
        justify-content: center;
    }
    /* Join Us Css End */
    /* Home Page Css End */
    /* General Pages Css Start */
    /* Full Text Editor Css Start */
    .full-text-editor-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .full-text-editor-section blockquote,
    .accordion-content-section .accordion-body blockquote {
        font-size: 18px;
        line-height: 24px;
    }
    .full-text-editor-section h1,
    .accordion-content-section .accordion-body h1 {
        font-size: 52px;
        line-height: 70px;
    }
    .full-text-editor-section h2,
    .accordion-content-section .accordion-body h2 {
        font-size: 42px;
        line-height: 56px;
    }
    .full-text-editor-section h4,
    .accordion-content-section .accordion-body h4 {
        font-size: 62px;
        line-height: 62px;
    }
    /* Full Text Editor Css End */
    /* Read Previous and Next Css Start */
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box p {
        font-size: 14px;
        line-height: 18px;
    }
    .read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-detail-box h6 {
        font-size: 16px;
        line-height: 20px;
    }
    /* Read Previous and Next Css End */
    /* General Pages Css End */
    /* Page Modules Css Start */
    /* Editorial Module Css Start */
    .page-module-editorial-section .editorial-module-section .editorial-module-box .editorial-module-detail-box .editorial-module-detail .editorial-module-btn-box {
        margin-top: 30px;
    }
    /* Editorial Module Css End */
    /* Video Module Css Start */
    .video-module-section .video-module-con .video-module-box {
        padding: 300px 20px 15px;
    }
    .video-module-section .video-module-con .video-module-box .video-module-detail-box .video-module-title {
        font-size: 32px;
        line-height: 40px;
    }
    .video-module-section .video-module-con .video-box {
        height: 260px;
        width: 88%;
    }
    .video-module-section .video-module-con .video-box .video-circle-btn-box .video-circle-btn {
        height: 40px;
        width: 40px;
        line-height: 44px;
    }
    .video-module-section .video-module-con .video-box .video-circle-btn-box .video-circle-btn i {
        font-size: 18px;
    }
    .video-module-section .video-module-con .video-box .video-circle-btn-box .video-circle-btn:not(:last-child) {
        margin-right: 5px;
    }
    /* Video Module Css End */
    /* Image Divider Module Css Start */
    .image-divider-content-section .image-divider-content-box .image-divider-img,
    .image-divider-content-section.dark-blue-bg-divider .image-divider-content-box,
    .image-divider-content-section.light-blue-bg-divider .image-divider-content-box {
        height: 450px;
    }
    .image-divider-content-section .image-divider-content-box .image-divider-detail-con {
        padding: 20px;
    }
    .image-divider-content-section .image-divider-content-box .image-divider-detail-con .image-divider-detail-box h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .image-divider-content-section .image-divider-content-box .image-divider-detail-con .image-divider-detail-box p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .image-divider-content-section.image-divider-only-heading .image-divider-content-box .image-divider-detail-con .image-divider-detail-box h2 {
        font-size: 80px;
        line-height: 80px;
    }
    .image-divider-content-section.light-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box .quote-icon {
        margin-bottom: 30px;
    }
    .image-divider-content-section.light-blue-bg-divider .image-divider-content-box .image-divider-detail-con .image-divider-detail-box h6 {
        margin-top: 20px;
    }
    /* Image Divider Full Screen Module Css Start */
    .image-divider-full-screen-section .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box h2 {
        font-size: 90px;
        line-height: 90px;
    }
    .image-divider-full-screen-section.image-divider-all-content .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box h2 {
        font-size: 50px;
        line-height: 54px;
    }
    .image-divider-full-screen-section.image-divider-all-content .image-divider-full-screen-box .image-divider-detail-con .image-divider-detail-box p {
        font-size: 18px;
        line-height: 26px;
    }
    /* Image Divider Full Screen Module Css End */
    /* Image Divider Module Css End */
    /* Photo Gallery Module Css Start */
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-prev {
        left: 10px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-next {
        right: 10px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .slick-list {
        min-height: 440px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider .photo-gallery-slider-img-box img {
        height: 350px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-current .photo-gallery-slider-img-box img {
        height: 400px;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-current.slick-active .photo-gallery-slider-img-box .img-caption-box {
        display: block;
        position: absolute;
        left: 30px;
        bottom: -40px;
        padding: 45px 10px 5px 20px;
        width: 100%;
        border-left: solid 2px #43A6EF;
    }
    .photo-gallery-section .photo-gallery-slider-box .photo-gallery-slick-slider .photo-gallery-slider.slick-current.slick-active .photo-gallery-slider-img-box .img-caption-box p {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
        font-weight: 400;
        margin-bottom: 0;
    }
    /* Photo Gallery Module Css End */
    /* Link Tiles Css Start */
    .link-tiles-section .link-tiles-con .link-tiles-box {
        width: 100%;
        padding: 8px 0;
    }
    .link-tiles-section .link-tiles-con .link-tiles-box.tiles-two-half {
        width: 100%;
        background: transparent;
    }
    .link-tiles-section .link-tiles-con .link-tiles-box.tiles-third-half {
        width: 100%;
        background: transparent;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box {
        height: 400px;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box {
        background: linear-gradient(to top, #02204CD3, transparent);
        height: 400px;
    }
    .link-tiles-section .tiles-content-con.tiles-full-bg .tiles-content-box .tiles-bg-box {
        background: linear-gradient(to top, #02204CD3, transparent);
        justify-content: flex-end;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box h6,
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box h6,
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box h6 {
        font-size: 26px;
        line-height: 32px;
        color: #FFFFFF;
    }
    .link-tiles-section .tiles-content-con.tiles-full-bg .tiles-content-box .tiles-bg-box h6 {
        max-width: 100%;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box .tiles-bg-box .tiles-sub-title,
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box .discover-txt,
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box .discover-txt {
        font-size: 18px;
        line-height: 22px;
    }
    .link-tiles-section .tiles-content-con .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-right-box .tiles-img,
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-right-box .tiles-img {
        height: 400px;
    }
    .link-tiles-section .tiles-content-con.tiles-dark-blue-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-cyan-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-orange-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-light-blue-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-purple-bg .tiles-content-box .tiles-img {
        height: 300px;
        margin-left: 150px;
    }
    .link-tiles-section .tiles-two-half .tiles-content-box .tiles-two-box,
    .link-tiles-section .tiles-third-half .tiles-content-box .tiles-two-box {
        padding: 0;
        position: relative;
        height: 400px;
    }
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-left-box,
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-left-box {
        background: linear-gradient(to top, #02204CD3, transparent);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        padding: 20px;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        z-index: 1;
        height: 400px;
    }
    .link-tiles-section .tiles-two-half .tiles-two-box .tiles-right-box,
    .link-tiles-section .tiles-third-half .tiles-two-box .tiles-right-box {
        width: 100%;
    }
    /* Link Tiles Css End */
    /* Accordion Module Section Start */
    .accordion-module-section {
        padding: 0 20px;
    }
    .accordion-module-section .full-text-editor-section {
        padding: 0 !important;
    }
    .accordion-content-section .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
        line-height: 24px;
    }
    /* .accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body p,
    .accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body span,
    .accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body ul li {
        font-size: 14px;
        line-height: 22px;
    } */
    /* Accordion Module Section End */
    /* Page Modules Css End */
    /* Latest News Page Css Start */
    .latest-news-page-section .latest-news-search-social-icon-box .latest-news-search-box .search-form {
        width: 100%;
    }
    .latest-news-page-section .latest-news-search-social-icon-box .latest-news-search-box .search-form .form-control {
        width: 100%;
        height: 30px;
    }
    .latest-news-page-section .latest-news-search-social-icon-box .social-icon-btn-box {
        display: none;
    }
    .latest-news-page-section .latest-news-tab-box {
        padding: 30px 0 0;
    }
    .latest-news-page-section .latest-news-tab-box .latest-news-tab-header-box .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 18px;
        padding: 0 10px 0 20px;
    }
    .latest-news-page-section .grid-container {
        grid-template-columns: repeat(1, 1fr); /* 1 equal-width columns */
        grid-auto-rows: 400px; /* Each row has a base height */
    }
    .latest-news-page-section .grid-container .grid-item .latest-news-detail .read-more-txt {
        display: inline-flex;
        margin-top: 30px !important;
    }
    .latest-news-page-section .grid-container .grid-item.one-row-one-column .latest-news-detail .latest-news-published-date-name,
    .latest-news-page-section .grid-container .grid-item.one-row-one-column:hover .latest-news-detail .latest-news-published-date-name {
        position: initial;
        padding: 0;
    }
    /* Latest News Page Css End */
    /* Newsletter List Page Css Start */
    /* Particular Newsletter Article Header Css Start */
    .newsletter-article-header-section .newsletter-article-header-box {
        padding: 100px 30px;
        background-position: center right -90px;
        background-size: 200px;
        display: inline-block;
        width: 100%;
    }
    .newsletter-article-header-section .newsletter-article-header-box h2 {
        font-size: 46px;
        line-height: 56px;
    }
    .newsletter-article-header-section .newsletter-article-header-box p {
        margin-top: 20px;
        max-width: 600px;
    }
    /* Particular Newsletter Article Header Image Background Css Start */
    .newsletter-article-header-section .newsletter-article-header-box.newsletter-article-header-img-bg-box::after {
        background: linear-gradient(to right, #02204CD3, #02204CD3);
    }
    /* Particular Newsletter Article Header Image Background Css End */
    /* Particular Newsletter Article Header Css End */
    /* Newsletter List Page Css End */
    /* Newsletter Previous Edition Page Css Start */
    .previous-edition-list-section .previous-edition-list-con {
        margin-bottom: 15px;
    }
    .previous-edition-list-section .previous-edition-year-txt {
        margin: 15px 0 30px;
    }
    /* Newsletter Previous Edition Page Css End */
}
@media only screen and (max-width: 575px) {
    /* Common Css Start */
    h1 {
        font-size: 26px;
        line-height: 39px;
    }
    h2 {
        font-size: 22px;
        line-height: 33px;
    }
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    h4 {
        font-size: 18px;
        line-height: 27px;
    }
    h5 {
        font-size: 16px;
        line-height: 24px;
    }
    h6 {
        font-size: 14px;
        line-height: 21px;
    }
    /* Common Css End */
    /* Page Modules Css Start */
    /* Link Tiles Css Start */
    .link-tiles-section .tiles-content-con.tiles-dark-blue-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-cyan-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-orange-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-light-blue-bg .tiles-content-box .tiles-img,
    .link-tiles-section .tiles-content-con.tiles-purple-bg .tiles-content-box .tiles-img {
        margin-left: 100px;
    }
    /* Link Tiles Css End */
    /* Page Modules Css End */
}
@media only screen and (max-width: 525px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 400px) {}
/* Responsive Css End */

/* For Iphone Css Start */
@media only screen and (max-width: 430px) and (-webkit-device-pixel-ratio: 3) {
    /* Common Css Start */
    /* Menu Css Start */
    .menu-nav {
        height: 130vh;
    }
    .menu-nav .menu-box .other-links-box,
    .menu-nav .menu-box .quick-link-box {
        height: calc(100vh - 360px);
    }
    /* Menu Css End */
    /* Floating Button Css Start */
    .floating-button-section .transparent-bg-btn {
        min-width: 140px;
    }
    /* Floating Button Css End */
    /* Banner Css Start */
    .banner-section,
    .banner-section .banner-con .banner-box video,
    .banner-section .banner-con .banner-box .banner-img,
    .banner-section .banner-con .banner-box .carousel-caption {
        height: calc(100vh - 70px);
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con {
        height: calc(100vh - 110px);
    }
    .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-play-video-box {
        margin-bottom: 100px;
    }
    /* Banner Css End */
    /* Common Css End */
    /* Home Page Css Start */
    /* Acknowledgement Module Css Start */
    .acknowledgement-section .acknowledgement-box {
        background-attachment: initial;
    }
    /* Acknowledgement Module Css End */
    /* Home Page Css End */
}
/* For Iphone Css End */
/* For Iphone Safari Css Start */
.iphone-safari-body .menu-nav {
    height: 130vh;
}
/* Common Css Start */
/* Banner Css Start */
.iphone-safari-body .banner-section,
.iphone-safari-body .banner-section .banner-con .banner-box video,
.iphone-safari-body .banner-section .banner-con .banner-box .banner-img,
.iphone-safari-body .banner-section .banner-con .banner-box .carousel-caption {
    height: calc(100vh - 70px);
}
.iphone-safari-body .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con {
    height: calc(100vh - 190px);
}
.iphone-safari-body .banner-section .banner-con .banner-box .carousel-caption .caption-detail-con .caption-detail-play-video-box {
    margin-bottom: 180px;
}
.iphone-safari-body .banner-section.general-page-banner-section {
    height: 100%;
}
.iphone-safari-body .banner-section.general-page-banner-section .banner-con .banner-box video,
.iphone-safari-body .banner-section.general-page-banner-section .banner-con .banner-box .banner-img,
.iphone-safari-body .banner-section.general-page-banner-section .banner-con .banner-box .banner-bg-box {
    height: 350px;
}
/* Banner Css End */
/* Common Css End */
/* For Iphone Safari Css End */
/* For Android Css Start */
.android-body .menu-nav {
    height: 130vh;
}
/* For Android Css End */

/* Animation Css Start */
@keyframes splitCenterToLeftTransition {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes splitCenterToRightTransition {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes wipe-in-right {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
/* Animation Css End */