/* Start Goolge Fonts */
@font-face {
    font-family: 'Roboto';
    src: url('../google-fonts/Roboto-Regular.eot');
    src: url('../google-fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../google-fonts/Roboto-Regular.woff2') format('woff2'),
        url('../google-fonts/Roboto-Regular.woff') format('woff'),
        url('../google-fonts/Roboto-Regular.ttf') format('truetype'),
        url('../google-fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../google-fonts/Montserrat-Regular.eot');
    src: url('../google-fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../google-fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../google-fonts/Montserrat-Regular.woff') format('woff'),
        url('../google-fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../google-fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
/* End Goolge Fonts */

@font-face {
    font-family: 'AlltheWaytotheSun';
    src: url('../fonts/AlltheWaytotheSun.eot');
    src: url('../fonts/AlltheWaytotheSun.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlltheWaytotheSun.woff2') format('woff2'),
        url('../fonts/AlltheWaytotheSun.woff') format('woff'),
        url('../fonts/AlltheWaytotheSun.ttf') format('truetype'),
        url('../fonts/AlltheWaytotheSun.svg#AlltheWaytotheSun') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FlexoW01';
    src: url('../fonts/FlexoW01-Regular.eot');
    src: url('../fonts/FlexoW01-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FlexoW01-Regular.woff2') format('woff2'),
        url('../fonts/FlexoW01-Regular.woff') format('woff'),
        url('../fonts/FlexoW01-Regular.ttf') format('truetype'),
        url('../fonts/FlexoW01-Regular.svg#FlexoW01-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    scroll-behavior: smooth;
    font-family: 'Montserrat';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

img {
    border: 0;
    height: auto;
    display: block;
    max-width: 100%;
}

ul,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

ol,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

a {
    color: #346ef2;
    text-decoration: none;
}

a:focus,
a:active,
a:visited,
a:hover {
    color: #2f2f2f;
    text-decoration: none;
}

:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #1d2c50;
    line-height: 1.1;
    font-weight: 600;
    font-family: 'FlexoW01';
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.container:before,
.container:after {
    display: none !important;
}

/*.centered {
padding-right: calc((100% - 1285px) / 2);
padding-left: calc((100% - 1285px) / 2);
}*/

.btn {
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none;
    padding: 11px 15px;
    align-items: center;
    border-radius: 30px;
    text-transform: none;
    display: inline-block;
    justify-content: center;
    background-color: transparent;
    font-family: 'Proxima Nova Rg';
}

.btn-primary {
    color: #ffffff;
    background-color: #0755a6;
    border: 1px solid transparent;
}

.btn-primary:hover,.btn-primary:focus {
    color: #0755a6;
    border-color: #0755a6;
    background-color: transparent;
}

/* Down Arrow CSS Start */
.down_arrow {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.down_arrow i {
    margin: 0;
    padding: 0;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
}

/* Read More Arrow CSS Start */
.read_more {
    display: flex;
    font-size: 17px;
    font-weight: 300;
    align-items: center;
    text-decoration: none;
    font-family: 'Proxima Nova Lt';
}

.read_more i {
    font-size: 20px;
    font-weight: 700;
    margin: 0 15px 0 0;
}

/* Round Circle */
.round_circle {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.round_circle:after {
    top: -5px;
    z-index: -1;
    left: -15px;
    width: 50px;
    content: "";
    height: 50px;
    display: block;
    position: absolute;
    border-radius: 50%;
}

/* Title Super Text */
.title_super_text {
    opacity: .5;
    font-size: 120px;
    font-weight: 700;
    font-family: 'FlexoW01';
    background-image: linear-gradient(to bottom, #d6d6d6, #d6d6d61f);
    -webkit-text-fill-color: #fffefe00;
    -webkit-background-clip: text;
}

/* Title Underline */
.title_underline {
    position: relative;
    display: inline-block;
}

.title_underline:after {
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    margin: 15px 0 0;
    background-color: #815ee6;
}

/* Dialog Off Canvas Main Canvas */
.dialog-off-canvas-main-canvas {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Bg White */
.bg_white {
    background-color: #ffffff;
}

/* Bg Gray */
.bg_gray {
    background-color: #f3f3f3;
}

/* Bg Black */
.bg_black {
    background-color: #252525;
}

/* Bg Big Stone */
.bg_big_stone {
    background-color: #17313B;
}

/* Hyperlink URL CSS */
.hyperlink_url {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.iti__country-list {
    color: #3b3b3b;
}

/* DefaultModal */
.defaultModal {
    background-color: rgba(0, 0, 0, .7);
}

.defaultModal .modal-content {
    top: 50px;
    color: #888;
    border: none;
    background: 0 0;
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

.defaultModal .modal-content .closeNew {
    right: 0;
    border: 0;
    z-index: 2;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    outline: none;
    box-shadow: none;
    position: absolute;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    background-color: #eeeeee;
}

.defaultModal .modal-content .bs-example-modal-content {
    z-index: 1;
    text-align: center;
    padding: 50px 15px;
    position: relative;
}

.bs-example-modal-content .web_heading {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    text-transform: unset;
    font-family: 'FlexoW01';
}

.bottom-to-top {
    width: 1px;
    top: -85px;
    left: 30px;
    height: 150px;
    position: absolute;
    border-style: solid;
    border-width: 0 2px 0 0;
    transform: rotate(90deg);
    border-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0)) 1 100%;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), to(rgba(0, 0, 0, 0))) 1 100%;
}

.bs-example-modal-content .subtitle {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-align: right;
    position: relative;
    font-family: 'FlexoW01';
}

.bottom-to-bottom {
    width: 1px;
    top: -25px;
    right: 30px;
    height: 150px;
    position: absolute;
    border-style: solid;
    border-width: 0 2px 0 0;
    transform: rotate(-90deg);
    border-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0)) 1 100%;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), to(rgba(0, 0, 0, 0))) 1 100%;
}

.bs-example-modal-content .descriptions {
    color: #ffffff;
    font-size: 16px;
    word-spacing: 4px;
    padding: 40px 0 15px 0;
    font-family: 'FlexoW01';
}

.bs-example-modal-content-footer {
    display: flex;
    text-align: left;
    padding-top: 30px;
    align-items: center;
    justify-content: space-between;
}

.border-pesudo:before {
    top: -10px;
    z-index: -1;
    left: -10px;
    content: "";
    width: calc(100%);
    position: absolute;
    height: calc(100%);
    border-radius: 50px;
    border: 3px solid #07519e;
}

.bs-example-modal-content-footer a.btn-primary {
    width: 100%;
    padding: 15px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    transition: all .5s;
    text-decoration: none;
    display: inline-block;
    background-color: #0b76e5;
    background: -o-linear-gradient(left, #06498f, #0b76e5);
    background: -ms-linear-gradient(left, #06498f, #0b76e5);
    background: -moz-linear-gradient(left, #06498f, #0b76e5);
    background: -webkit-linear-gradient(left, #06498f, #0b76e5);
}

.bs-example-modal-content-footer a.btn-primary .pesudo_heading {
    display: grid;
    font-size: 19px;
    margin-bottom: 0;
    font-family: 'Proxima Nova Rg';
}

.border-pesudo {
    width: 40%;
    position: relative;
}

span.seprate {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Proxima Nova Rg';
}

ul.star-hierarchy li.blink-star1 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star2 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star3 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star4 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star5 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star6 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star7 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star8 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star9 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star10 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star11 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

ul.star-hierarchy li.blink-star12 {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

li.blink-star1 {
    top: 30%;
    left: 14%;
    position: absolute;
}

li.blink-star2 {
    top: 3%;
    left: 28%;
    position: absolute;
}

li.blink-star3 {
    top: 2%;
    left: 37%;
    position: absolute;
}

li.blink-star4 {
    top: -5%;
    left: 60%;
    position: absolute;
}

li.blink-star5 {
    top: 0;
    left: 82%;
    position: absolute;
}

li.blink-star6 {
    top: 0;
    left: 16%;
    position: absolute;
}

li.blink-star7 {
    top: 0;
    left: 10%;
    top: -16%;
    position: absolute;
}

li.blink-star8 {
    left: 20%;
    top: -12%;
    position: absolute;
}

li.blink-star9 {
    top: 65%;
    right: 12%;
    position: absolute;
}

li.blink-star10 {
    top: 74%;
    right: 20%;
    position: absolute;
}

li.blink-star11 {
    top: 81%;
    right: 13%;
    position: absolute;
}

li.blink-star12 {
    top: 96%;
    right: 11%;
    position: absolute;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.webform-confirmation__message {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    font-family: 'FlexoW01';
    text-transform: capitalize
}

.ui-widget-overlay {
    opacity: unset;
    background-color: rgba(0, 0, 0, .9);
    z-index: 999999!important;
}
.ui-widget.ui-widget-content {
    z-index: 9999999!important;
}
.ui-widget-content {
    color: #fff;
    font-size: 25px;
    text-align: center;
    background-color: #fff0;
    font-family: 'FlexoW01';
    border: none !important;
}

.ui-widget-header {
    border: none !important;
    background-color: #fff0;
}

.ui-widget-content button {
    z-index: 1;
    opacity: 1;
    display: block;
    right: 0 !important;
    border-radius: 100%;
    top: 60px !important;
    outline: 0 !important;
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    background: url(../images/thankyou_popup-close.webp) center center no-repeat #eee !important;
}

.ui-widget-content button .ui-icon {
    background-image: none !important
}

.ui-widget-content .ui-dialog-title {
    font-size: 0;
    height: 395px;
    position: relative;
}

.ui-widget-content .ui-dialog-title:before {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: url(../images/thankyou_popup.webp) no-repeat;
}

/* Header CSS Start */
.header {
    margin: 0;
    z-index: 4;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    position: relative;
    align-items: center;
    background-color: #ffffff;
    border-bottom: solid 1px #dbdbdb;
}

.header .swing {
    top: 65px;
    left: -3px;
    z-index: 3;
    width: 165px;
    position: absolute;
    transform-origin: center -20px;
    animation: swing ease-in-out 1s infinite alternate;
}

@keyframes swing {
    0% {
        transform: rotate(3deg)
    }
    100% {
        transform: rotate(-3deg)
    }
}

.header .swing:before {
    left: 48%;
    top: -4px;
    width: 5px;
    content: "";
    height: 5px;
    background: #000;
    position: absolute;
    border-radius: 50% 50%;
    box-shadow: 2px 0 2px #000;
}

.header .swing img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.header .header_wrap {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header .header_wrap .get-quote-mobile {
    display: none;
}

.header .header_wrap .brand_logo {
    top: 0;
    left: 0;
    z-index: 1;
    width: 147px;
    height: 68px;
    display: flex;
    padding: 22px;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 0 0 12px 0;
}

.header .header_wrap .brand_logo a, .header-logo {
    margin: 0;
    padding: 0;
    width: 120px;
    height: 51px;
    position: relative;
}

.header .header_wrap .brand_logo a img, .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .header_wrap .collapse {
    width: auto;
    display: block;
    flex-basis: auto;
    flex-grow: unset;
    align-items: unset;
    margin: 0 0 0 auto;
}

.header .header_wrap .collapse > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    flex-direction: unset;
}
.header .header_wrap .collapse > ul>li {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    position: relative;
}

/*.header .header_wrap .collapse > ul>li:not(:last-child):after {
    right: 0;
    top: 4px;
    width: 2px;
    content: "";
    height: 20px;
    position: absolute;
    background: #e3e3e3;
}*/

.header .header_wrap .collapse > ul>li:before {
    width: 0;
    top: 30px;
    height: 1px;
    content: "";
    margin: 0 auto;
    display: block;
    position: relative;
    transition: width .3s;
    background-color: #074a8f;
}

.header .header_wrap .collapse > ul>li.is-active:before,
.header .header_wrap .collapse > ul>li:hover:before {
    width: 100%;
}


.header .header_wrap .collapse > ul>li>a {
    margin: 0;
    padding: 0;
    color: #074a8f;
    font-size: 16px;
    font-weight: 500;
    font-family: 'FlexoW01';
}

.header .header_wrap .collapse > ul>li a:hover:after {
    transform: rotate(180deg);
    transition: all .1s ease .3s;
}

.scrolled .header {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background-color: #fff !important;    
    z-index: 9999999999;
    border-bottom: solid 1px #dbdbdb !important;
}

.scrolled .header .header_wrap .collapse > ul>li>a {
    color: #074a8f !important;
}

.mega-header .dropdown .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.07);
    width: 1520px!important;
    left: 50%;
    transform: translateX(-50%)!important;
}
.mega-header .dropdown .dropdown-menu span a{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.submenu-links .nav-link{
    font-size: 16px!important;
    color: #000000!important;
    padding: 0px!important;
    font-weight: 100!important;
}
.submenu-links {
    margin-bottom: 75px;
}
.last-col h3{
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}

.last-col h5{
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}
.last-col a{
   font-size: 17px;
   font-weight: 600;
   color: #000000;
   text-transform: uppercase;
}
.last-col a i{
    color: tomato;
    font-size: 25px;
}
.last-col a:hover i{
    padding-left: 15px;
    transition: .5s all;
}

/*.header .header_wrap .collapse > ul>li.dropdown {
	padding: 0 35px 0 20px;
}

.header .header_wrap .collapse > ul>li.dropdown .dropdown-toggle:after {
    top: 10px;
    right: 18px;
    position: absolute;
}

.header .header_wrap .collapse > ul>li> .dropdown-menu {
    border: 0;
    height: auto;
    padding: 10px 0;
    top: 35px!important;
    left: -190px!Important;
    transform: none!important;
    box-shadow: 0 0 25px -5px rgb(167 164 164 / 50%);
}

.header .header_wrap .collapse > ul>li> .dropdown-menu:before {
    width: 0;
    height: 0;
    top: -6px;
    content: "";
    display: block;
    position: absolute;
    left: calc(100% - 60px);
    transform: translateY(-50%);
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.header .header_wrap .collapse > ul>li> .dropdown-menu > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header_wrap .collapse > ul > li > .dropdown-menu > li > a {
    margin: 0;
    border: 0;
    outline: none;
    display: flex;
    color: #064b90;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    text-decoration: none;
    font-family: 'FlexoW01';
    padding: 12px 45px 12px 15px;
    background-color: transparent;
    justify-content: space-between;
}

.header .header_wrap .collapse > ul > li > .dropdown-menu > li > a > figure {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
}

.header .header_wrap .collapse > ul > li > .dropdown-menu > li > a > figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: contrast(0.4) grayscale(1);
}

.header .header_wrap .collapse > ul > li > .dropdown-menu > li > a>span {
    width: calc(100% - 30px);
}

.header .header_wrap .collapse > ul>li> .dropdown-menu > li:focus, 
.header .header_wrap .collapse > ul>li> .dropdown-menu > li:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #064b90;
}

.header .header_wrap .collapse > ul>li> .dropdown-menu > li:focus>a, 
.header .header_wrap .collapse > ul>li> .dropdown-menu > li:hover>a {
    color: #ffffff;
}

.header .header_wrap .collapse > ul>li> .dropdown-menu >li:focus >a>figure>img, 
.header .header_wrap .collapse > ul>li> .dropdown-menu >li:hover>a>figure>img {
    filter: invert(1) brightness(2);
}*/

.header .header_wrap .navbar-toggler {
    display: none;
}

/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-toggle:after {
    top: 50%!important;
    left: calc(100% - 10px);
    transform: translate(-100%, -50%);
}

.dropdown-submenu .dropdown-menu {
    margin: 0;
    top: -60px;
    padding: 0;
    width: 125px;
    position: absolute;
    left: calc(100% + 25px);
    background-color: #064b90;
    box-shadow: 0 0 25px -5px rgb(167 164 164 / 50%);
}

.dropdown-submenu .dropdown-menu:before {
    width: 0;
    height: 0;
    top: 80px;
    left: -15px;
    content: "";
    display: block;
    position: absolute;
    transform: translateY(-50%);
    border-right: 15px solid #064b90;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.dropdown-submenu .dropdown-menu li {
    width: 100%;
    padding: 5px;
    display: block;
    color: #ffffff;
    max-width: 100%;
    list-style: none;
    text-align: center;
    position: relative;
    white-space: normal;
}

.dropdown-submenu .dropdown-menu li:hover a {
    border-radius: 5px;
    background: #085cb0;
}

.dropdown-submenu .dropdown-menu li a {
    left: 0;
    margin: 0;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
    white-space: normal;
    text-decoration: none;
    word-break: break-word;
    font-family: 'FlexoW01';
    text-transform: capitalize;
    background-color: transparent;
}

.dropdown-submenu .dropdown-menu li a figure {
    width: 32px;
    height: 24px;
    margin: 0 auto 10px;
}

.dropdown-submenu .dropdown-menu li a figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1) brightness(2);
}

.dropdown-submenu .dropdown-menu li a span {
    width: 100%;
    display: block;
    word-break: break-word;
}

.dropdown-submenu .dropdown-toggle {
    position: relative;
}

.scrolled .header {
    top: 0;
    width: 100%;
    z-index: 999;
    position: static;
    background-color: #fff;
    animation: slide-down .7s;
    border-bottom: solid 1px #dbdbdb
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: .9;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: .9;
        transform: translateY(0)
    }
}*/

.dropdown-is-on {
    visibility: hidden;
}

.pushy {
        display: none;
}

.dropdown {
    position: static!important;
}

.dropdown .dropdown-menu {
    z-index: 1;
    opacity: 0;
    border: none;
    display: block;
    margin: 1px 0 0;
    min-width: 100%;
    padding: 50px 0;
    border-radius: 0;
    max-height: 100vh;
    visibility: hidden;
    top: 100%!important;
    overflow-y: overlay;
    width: 100%!important;
    position: absolute!important;
    -webkit-transition: all .1s ease .3s;
    -o-transition: all .1s ease .3s;
    transition: all .1s ease .3s;
    box-shadow: 0 50px 60px rgb(0 0 0 / 12%);
    transform: translate3d(0px, 0px, 0px)!important;
}

.dropdown .dropdown-menu header {
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
}

.dropdown .dropdown-menu header h4 {
    margin: 0;
    padding: 0;
    color: #000000;
}

.dropdown .dropdown-menu header h4 a {
    color: #000000;
    display: flex;
    text-decoration: none;
}
.dropdown .dropdown-menu header h4 a img{
    width: 30px;
    height: 15px;
    margin: 6px 0px;
}

.dropdown .dropdown-menu ul {
    margin: 0 0 15px;
    list-style: none;
    padding: 15px 0 0;
    border-top: 1px solid #cdd2d7;
}

.dropdown .dropdown-menu ul li {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    min-height: 19px;
}

.dropdown .dropdown-menu ul li a {
    margin: 0;
    padding: 0;
    display: flex;
    color: #064b90;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 500;
    font-family: 'FlexoW01';
    justify-content: space-between;
}
.dropdown .dropdown-menu ul li a span img{
    display: inline-block;
    width: 30px;
    height: 15px;
}

.dropdown .dropdown-menu ul li a:hover,
.dropdown .dropdown-menu ul li a:focus,
.dropdown .dropdown-menu ul li a:active {
    border: 0;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.dropdown .dropdown-menu ul li a figure {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
}

.dropdown .dropdown-menu ul li a span {
    border: 0;
    outline: none;
    text-align: left;
    box-shadow: none;
    background-color: transparent;
}
.header .header_wrap .collapse > ul>li .dropdown-menu ul>li a span:before {
    width: 0;
    top: 30px;
    height: 1px;
    content: "";
    margin: 0 auto;
    display: block;
    position: relative;
    transition: width .3s;
    background-color: #074a8f;
}
.header .header_wrap .collapse > ul>li .dropdown-menu ul>li:hover a span:before {
    width: 100%;
}
.dropdown .dropdown-menu ul li h5 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .1s ease .3s;
    -o-transition: all .1s ease .3s;
    transition: all .1s ease .3s;
    -webkit-box-shadow: 0 50px 60px rgb(0 0 0 / 12%);
    box-shadow: 0 50px 60px rgb(0 0 0 / 12%);
}


ul.navbar-nav li.nav-item.dropdown .dropdown-menu .row {
    margin-left: 25px;
}

/* Footer CSS Start */
.footer {
    width: 100%;
    padding: 20px 0 0;
    margin: 50px 0 0 0;
    position: relative;
    /*padding: 350px 0 0;*/
}

.footer .image_curve {
    left: 0;
    bottom: 0;
    z-index: 3;
    top: -250px;
    width: 100%;
    position: absolute;
}
.footer .image_curve img {
    width: 100%;
    height: 100%;
}

.footer .footer_menu {
    margin: 0;
    z-index: 4;
    width: 100%;
    padding: 0 0 50px;
    position: relative;
}

.footer .footer_menu .container {
    z-index: 2;
    position: relative;
}

/*.footer .footer_menu:after {
    z-index: 1;
    content: "";
    top: -450px;
    width: 100%;
    height: 250%;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('/themes/custom/auxesis/images/footer-curve-shape.webp');
}*/

.footer .footer_menu .footer_title {
    padding: 0;
    color: #ffffff;
    display: block;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.footer .footer_menu .indus {
    opacity: 0;
}

.footer .footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer_menu ul li {
    padding: 0;
    list-style: none;
    margin: 0 0 10px;
}

.footer .footer_menu ul li a{
    margin: 0;
    padding: 0;
    color: #898e9a;
    font-weight: 400;
    font-family: 'Proxima Nova Rg';    
}

.footer .footer_menu ul li a:hover,
.footer .footer_menu ul li a:focus,
.footer .footer_menu ul li.is-active a {
    color: #ffffff;
}

.footer .footer_menu .address ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer_menu .address ul li figure {
    padding: 0;
    width: 20px;
    height: 20px;
    margin: 5px 0 0;
}

.footer .footer_menu .address ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1) invert(.5) sepia(.5) hue-rotate(182deg) saturate(400%);
}

.footer .footer_menu .address ul li address {
    width: calc(100% - 30px);
}

.footer .footer_menu .row > .col-lg-3 {
    padding: 0 10px;
}

.footer .footer_menu address {
    margin: 0;
    padding: 0;
    color: #898e9a;
    font-weight: 400;
    font-style: normal;
    font-family: 'Proxima Nova Rg'; 
}

.footer .footer_menu .footer-social-media ul {
    padding: 10px 0 0 0;
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

.footer .footer_menu .footer-social-media ul li a {
    width: 30px;
    height: 30px;
    color: #e7e7e7;
    font-size: 20px;
    overflow: hidden;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #8b8b8b;
}

.footer .footer_menu .footer-social-media ul li:first-child {
    padding-left: 25px;
}

.footer .footer_menu .footer-social-media ul li {
    padding: 0 4px;
}

.footer .footer_menu .footer-social-media ul li a img{
    width: 17px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer .footer_copyright {
    margin: 0;
    z-index: 2;
    z-index: 4;
    width: 100%;
    padding: 15px 0;
    position: relative;
    background-color: #e7e7e7;
}

.footer .footer_copyright .footer_copyright_wrap {
    padding: 0;
    display: flex;
    /*flex-wrap: wrap;*/
    margin: 0 -15px;
    /*justify-content: space-between;*/
}

.footer .footer_copyright .footer_copyright_wrap .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;    
    padding-right: 10px;
    /*width: calc(100% - 505px);*/
    justify-content: space-between;
}

.footer .footer_copyright .footer_copyright_wrap .left p {
    margin: 0;
    padding: 0;
    /*width: 400px;*/
    font-size: 14px;
    font-weight: 400;
    font-family: 'Proxima Nova Rg';
}

.footer .footer_copyright .footer_copyright_wrap .left p a {
    color: #666666;
    text-decoration: none;
}

/*.footer .footer_copyright .footer_copyright_wrap .left ul {
    padding: 0;
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    /*width: calc(100% - 400px);*/
}*/

/*.footer .footer_copyright .footer_copyright_wrap .left ul li {
    padding: 0 4px;
}
*/
/*.footer .footer_copyright .footer_copyright_wrap .left ul li:first-child {
    padding-left: 0;
}*/

/*.footer .footer_copyright .footer_copyright_wrap .left ul li:last-child {
    padding-right: 0;
}*/

/*.footer .footer_copyright .footer_copyright_wrap .left ul li a {
    width: 30px;
    height: 30px;
    color: #e7e7e7;
    font-size: 20px;
    overflow: hidden;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #8b8b8b;
}*/

.footer .footer_copyright .footer_copyright_wrap .left ul li a img {
    width: 17px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer .footer_copyright .footer_copyright_wrap .right {
    margin: -50px 0 0;
}

.footer .footer_copyright .footer_copyright_wrap .right ul {
    padding: 0;
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

.footer .footer_copyright .footer_copyright_wrap .right ul li {
    padding: 0 5px;
    width: 100px;
}

.footer .footer_copyright .footer_copyright_wrap .right ul li:last-child {
    width: auto;
    padding: 0;
}

/* Recent Blogs */
.recent_blogs {
    z-index: 4;
    width: 100%;
    padding: 15px 0;
    margin: 0 0 -75px;
    position: relative;
}

.recent_blogs .round_circle {
    color: #333333;
    font-size: 24px;
    margin: 0 0 40px;
    font-weight: 700;
    font-family: 'FlexoW01';
    text-transform: uppercase;
}

.recent_blogs .round_circle:after {
    top: -15px;
    left: -15px;
    width: 60px;
    height: 60px;
    background-color: #d6d6d6;
}

.recent_blogs .recent_blogs_view {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    border-radius: 40px;
    background: #e0e0e0;
    justify-content: space-between;
    box-shadow: 0 0 25px -5px rgb(167 164 164 / 50%);
}

.recent_blogs .recent_blogs_view .recent_blogs_view_blog {
    margin: 0;
    width: 32%;
    padding: 15px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #ffffff;
}

.recent_blogs .recent_blogs_view .recent_blogs_view_blog figure {
    padding: 0;
    width: auto;
    overflow: hidden;
    margin: -15px -15px 0 -15px;
    border-radius: 20px 20px 0 0;
}

.recent_blogs .recent_blogs_view .recent_blogs_view_blog figure a {
    margin: 0;
    padding: 0;
    display: block;
}

.recent_blogs .recent_blogs_view .recent_blogs_view_blog figure a img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recent_blogs .recent_blogs_view .recent_blogs_view_blog aside {
    margin: 0;
    width: 100%;
    padding: 20px 0;
}

.recent_blogs .recent_blogs_view .recent_blogs_view_blog aside h5 {
    margin: 0;
    padding: 0;
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: 'Proxima Nova Rg';
}

#backtotop {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/back-to-top-icon.png);
}

/* Recent Blog */
.recent_blog {
    z-index: 4;
    width: 100%;
    padding: 15px 0;
    position: relative;
}

.recent_blog .round_circle {
    color: #333333;
    font-size: 24px;
    margin: 0 0 40px;
    font-weight: 700;
    font-family: 'FlexoW01';
    text-transform: uppercase;
}

.recent_blog .round_circle:after {
    top: -15px;
    left: -15px;
    width: 60px;
    height: 60px;
    background-color: #d6d6d6;
}

.recent_blog .recent_blog_wrap {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    border-radius: 40px;
    background: #e0e0e0;
    justify-content: space-between;
    box-shadow: 0 0 25px -5px rgb(167 164 164 / 50%);
}

.recent_blog .recent_blog_wrap .recent_blogs_blog {
    width: 32%;
    padding: 15px;
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 20px;
    background-color: #ffffff;
}

.recent_blog .recent_blog_wrap .recent_blogs_blog figure {
    padding: 0;
    width: auto;
    overflow: hidden;
    margin: -15px -15px 0 -15px;
    border-radius: 20px 20px 0 0;
}

.recent_blog .recent_blog_wrap .recent_blogs_blog figure a {
    margin: 0;
    padding: 0;
    display: block;
}

.recent_blog .recent_blog_wrap .recent_blogs_blog figure a img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recent_blog .recent_blog_wrap .recent_blogs_blog aside {
    margin: 0;
    width: 100%;
    padding: 20px 0;
}

.recent_blog .recent_blog_wrap .recent_blogs_blog aside h5 {
    margin: 0;
    padding: 0;
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: 'Proxima Nova Rg';
}

.recent_blog .recent_blog_wrap .recent_blogs_blog aside h5 a {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Proxima Nova Rg';
}

/* Contextual Region CSS Start */
#block-auxesis-local-tasks {
    margin: 0;
    width: 100%;
    max-width: 100%;
    /*padding: 0 calc((100% - 1140px)/2);*/
}

#block-auxesis-local-tasks ul {
    padding: 0;
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}

#block-auxesis-local-tasks ul li {
    margin: 0;
    padding: 0 5px;
    list-style: none;
}

#block-auxesis-local-tasks ul li a {
    display: flex;
    color: #064a91;
    font-size: 16px;
    margin-right: 0;
    transition: .3s;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    background-color: #dddddd;
    border: 1px solid #064a91;
    border-radius: 0 !important;
    font-family: 'Proxima Nova Rg';
}

#block-auxesis-local-tasks ul li a.is-active,
#block-auxesis-local-tasks ul li a:hover {
    color: #fff;
    background-color: #064a91;
}

.highlighted div[role="alert"]{
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    background-color: #fcf4f2;
    box-shadow: -8px 0 0 #e62600;
    padding: 15px 20px 15px 35px;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    overflow-wrap: break-word;
    margin: 9px 0 10px 8px;
}

input.error, 
select.error, 
textarea.error,
select.error ~ span span.selection .select2-selection {
    border-bottom: 1px solid red !important;
}

/*random pics css start*/

.random-pics-wrapper .header_breadcrumb {
    background: url(../images/bg-01.jpg) 0 0 repeat;
    border-bottom: solid 1px #dbdbdb;
    padding: 5px 50px;
    position: relative;
    padding-left: 100px;
}

.random-pics-wrapper .header_breadcrumb ul {
    padding: 15px 0;
    margin-bottom: 0;
}

.random-pics-wrapper .header_breadcrumb ul li {
    display: inline-block;
    padding: 0 5px;
    color: #666;
    z-index: 1;
    font-family: 'Proxima Nova Rg';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.random-pics-wrapper .header_breadcrumb ul li:nth-child(1):before {
    content: "";
    background-color: red;
    position: absolute;
    width: 10px;
    height: 2px;
    left: -20px;
    top: 8px;
}

.random-pics-wrapper .header_breadcrumb ul li a {
    text-decoration: none;
    color: #666;
}

.random-pics-wrapper .event-mements {
    margin-top: 50px;
    padding-bottom: 202px;
}

.random-pics-wrapper .event-mements .event-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.random-pics-wrapper .event-mements .event-box .Group-pics-one {
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 8px #959595;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.random-pics-wrapper .event-mements .event-box .Group-pics-one figure img {
    display: block;
    width: 100%;
    height: auto;
}

.random-pics-wrapper .event-mements .event-box .Group-pics-one .img-with-title {
    position: absolute;
    background: rgba(6, 74, 145, .7);
    padding: 5px 0;
    text-align: center;
    text-transform: capitalize;
    bottom: 0;
    color: #fff;
    width: 100%;
    font-size: 24px;
    font-family: 'Proxima Nova Rg';
}

/*random pics css end*/