/********************************************
    General Style
********************************************/
body {
    font-family: 'Karla', sans-serif;
    font-weight: 300;
    color: #212529;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Spectral', sans-serif;
    line-height: 1.2;
    margin-bottom: 1rem;
}



h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h2.profile-title {
    font-size: 1.5em !important;
}


h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1em;
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin-top: 2rem;
}

.search-title {
    line-height: 14px !important;
    font-size: 18px !important;
}

.search-result {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

a {
    text-decoration: none;
    transition: all .3s;
    font-weight: 400;
}

a:hover {
    color: #EE8434 !important;
    transition: all .3s;
}

ul, ol {
    list-style-position: inside;
    padding-left: 0;
}

li {
    margin-bottom: 10px;
}

.profile-area {
    padding-left: 40px;
    padding-right: 40px;
}
#main-content li, #profiles li, .about li {
    list-style: none;
}

#main-content ol, #profiles ol, .about ol {
    counter-reset: item;
}

#main-content ul li::before, #profiles ul li::before, .about ul li::before {
    align-items: center;
    background-color: #EE8434;
    border-radius: 50%;
    color: white;
    content: '>';
    display: inline-flex;
    font-weight: bold;
    height: 24px;
    justify-content: center;
    margin-right: 10px;
    width: 24px;
}

#main-content ol li::before, #profiles ol li::before {
    align-items: center;
    background-color: #EE8434;
    border-radius: 50%;
    color: white;
    display: inline-flex;
    font-weight: bold;
    height: 24px;
    justify-content: center;
    margin-right: 10px;
    width: 24px;
    counter-increment: item;
    content: counter(item)
}
.social-media li::before{
    content: unset !important;
}
.slick-slider ul li::before {
    content: none !important;
}

li a, p a {
    font-weight: 400;
}

blockquote {
    padding-left: 1.5rem;
    border-left: 3px solid #EE8434;
    font-style: italic;
    margin-bottom: 2rem;
}

blockquote .author {
    display: block;
    margin-top: 1rem;
    font-style: normal;
}

.white {
    color: #fff !important;
}

.orange {
    color: #EE8434 !important;
}

.blue {
    color: #036EB8 !important;
}

button,
button:focus {
    border: 0 !important;
    outline: none;
    box-shadow: none !important;;
}

img,
video {
    width: 100%;
    height: auto;
}

video {
    width: 100%;
    margin-bottom: 1rem;
}

video+h1,
video+h2,
video+h3,
video+h4,
video+h5,
video+h6 {
    margin-top: 1rem;
}

section {
    padding: 40px 0;
}

.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.container img {
    width: initial;
    max-width: 100%;
}

.meta-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEBED;
    margin-bottom: 20px;
}

.narrow {
    max-width: 600px;
    margin: 0 auto;
}

.text-wrapper {
    position: relative;
    padding: 20px;
    z-index: 9;
}

.bkg-grey {
    background-color: #f5f5f5;
}

.bkg-black {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.bkg-dark {
    background-color: #212529;
}

.learn-more-link {
    text-transform: uppercase;
    padding-right: 20px;
    background-image: url(../images/icons/double-right-arrows-blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px auto;
}

.learn-more-link.white {
    background-image: url(../images/icons/double-right-arrows.png);
}

.learn-more-link.blue {
    background-image: url(../images/icons/double-right-arrows-blue.png);
}

.learn-more-link.orange {
    background-image: url(../images/icons/double-right-arrows-orange.png);
}

.learn-more-link img {
    width: 14px;
    height: auto;
    margin-left: 10px;
    transition: all .3s;
    display: none;
}

.learn-more-link:hover {
    color: #EE8434 !important;
    padding-right: 30px;
    background-image: url(../images/icons/double-right-arrows-orange.png);
    transition: all .3s;
}

.learn-more-link.orange:hover {
    color: #036EB8 !important;
    background-image: url(../images/icons/double-right-arrows-blue.png);
}

.btn {
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    border: 0;
    padding: 12px 25px;
    margin-top: 15px;
    min-width: 160px;
}

.btn.small {
    margin-top: 0;
    padding: 9px 15px;
    min-width: 110px;
}

.btn.btn-primary,
.btn.btn-primary.orange-btn:hover {
    background-color: #036EB8;
    color: #fff !important;
}

.btn.btn-primary.orange-btn,
.btn.btn-primary:hover {
    background-color: #EE8434;
}

.btn-close {
    position: absolute;
    top: -40px;
    left: calc(50% - 10px);
    z-index: 999;
    opacity: 1;
    padding: 0;
    width: 20px;
    height: 20px;
}

.modal {
    background-color: rgba(0,0,0,.7);
    --bs-modal-width: 850px;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    text-align: center;
    border-top: 3px solid #EE8434;
    padding: 25px;
}

.category-label {
    display: inline-block;
    background-color: #EE8434;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

span.line {
    margin: 0 10px;
    width: 1px;
    height: 25px;
    background-color: rgba(0,0,0,.5);
}

span.month {
    font-size: 14px;
    font-weight: 500;
}

.border-bottom {
    border-color: rgba(255,255,255,.6) !important;
    padding-bottom: 1rem;
}

/**
Accordion styles
 */
.accordion-item {
    border-radius: 0 !important;
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: #F3F5F9;
}

.accordion-item:first-of-type {
    border-radius: 0 !important;
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: #F3F5F9;
}

.accordion-item .accordion-button {
    border-radius: 0 !important;
    background-color: #F3F5F9;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: rgb(3, 110, 184);
    border-top: 3px solid #EE8434 !important;
    color: #fff;
}



.accordion-button:not(.collapsed)::before {
    background-image: url(../images/icons/down-arrow-white.png);
}
.about .copy {
    padding: 30px;
}
/********************************************
    Header Style
********************************************/
.top-bar,
.dropdown-menu .dropdown-menu-column:nth-child(1) {
    display: none;
}

.main-navbar {
    width: 100%;
    padding-top: 10px;
}

.main-navbar .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 !important;
}

a.navbar-brand {
    display: block;
    margin-left: 15px;
    margin-bottom: 10px;
}

a.navbar-brand img {
    max-width: 90px;
}

button.navbar-toggler {
    padding: 7px;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 10px;
}

button.navbar-toggler[aria-expanded="false"] {
    border: 1px solid #036EB8 !important;
}

button.navbar-toggler[aria-expanded="true"] {
    border: 1px solid #EE8434 !important;
}

.animated-icon {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: #036EB8;
    border-radius: 30px;
}

.animated-icon.open {
    background-color: #EE8434;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 17px;
    background-color: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span:nth-child(1) {
    top: 11px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    left: 14px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    left: 14px;
}

.navbar-collapse {
    border-top: 3px solid #EE8434;
    overflow-y: scroll;
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    z-index: 999;
}

.navbar-nav {
    background-color: #f5f5f5;
}

.mob-lang {
    display: flex;
    margin-bottom: 0;
}

.mob-lang a {
    width: 50%;
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #212529;
    background-color: #fff;
}

.mob-lang a:nth-child(1) {
    border-right: 1px solid #EDEBED;
}

.nav-item {
    margin-bottom: 0;
    padding: 0 15px;
}

.nav-item .nav-link {
    padding: 15px 0;
    border-bottom: 1px solid #EDEBED;
    color: #036EB8;
    font-weight: 500;
}

.nav-item .nav-link.show {
    border-bottom: 1px solid #EE8434;
}

.nav-link:focus,
 .nav-link:hover {
    color: #EE8434;
}

.dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    right: 15px;
    top: 25px;
    position: absolute;
    background-color: #036EB8;
    width: 8px;
    height: 8px;
    border-radius: 5px;
}

.nav-link.dropdown-toggle:focus::after,
.nav-link.dropdown-toggle:hover::after {
    background-color: #EE8434;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    margin-top: 0 !important;
    padding: 0;
}

.dropdown-menu ul {
    list-style-type: none;
}

.dropdown-menu ul li {
    margin-bottom: 0;
}

.dropdown-item {
    padding: 10px 15px;
    border-bottom: 1px solid #EDEBED;
    color: #036EB8;
    font-weight: 500;
}

.bottom-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
}

.bottom-bar a:nth-child(1) {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.header-note {
    background-color: #EE8434;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    color: #fff !important;
    padding: 5px 15px;
    text-transform: uppercase;
}

.header-note:hover {
    background-color: #036EB8;
    color: #fff !important;
}

/********************************************
    Hero Section Style
********************************************/
.hero-item {
    height: 350px;
    position: relative;
}

.hero-item::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
}

.hero-copy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
}

.hero-item h1,
.hero-item h2,
.hero-item p {
    color: #fff;
}

.hero-item h1+p,
.hero-item h2+p {
    font-size: 16px;
}

.hero-item img {
    height: 100%;
    object-fit: cover;
}

.hero-wrapper .slick-dots {
    padding-right: 15px;
    bottom: 10px;
    z-index: 100;
    display: flex;
    justify-content: flex-end;
}

.hero-wrapper .slick-dots li {
    margin: 0 10px;
}

.hero-wrapper .slick-dots li:last-child {
    margin-right: 0;
}

.hero-wrapper .slick-dots li::after {
    display: block;
    content: '';
    width: 12px;
    height: 1px;
    background-color: rgba(255,255,255,.3);
    position: absolute;
    left: 24px;
    top: 10px;
}

.hero-wrapper .slick-dots li button {
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.hero-wrapper .slick-dots .slick-active button {
    background-color: #EE8434;
}

.hero-wrapper .slick-dots li:last-child::after,
.hero-wrapper .slick-dots li.slick-active button:before {
    display: none;
}

.hero-wrapper .icon-text-wrapper p {
    font-size: 14px;
    padding-bottom: 1rem;
}
/*********************************************************************************
    Slider Sections - About, News, Learning Resources, Case Studies Style
*********************************************************************************/
.content-slider,
.about-slider {
    padding-bottom: 50px;
}

.slick-prev,
.slick-next {
    font-size: 14px;
    line-height: 1;
    color: #212529 !important;
    top: initial;
    bottom: 0;
    width: 70px;
    height: 20px;
    display: flex;
    align-items: center;
}

.slick-prev {
    left: initial;
    right: 70px;
    padding-left: 30px;
    padding-right: 10px;
}

.slick-next {
    right: 0;
    padding-right: 30px;
    padding-left: 10px;
    border-left: 1px solid #EDEBED !important;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    background-size: 25px auto;
    background-repeat: no-repeat;
    opacity: 1;
    display: inline-block;
    height: 7px;
    width: 25px;
    position: absolute;
}

.slick-prev:before {
    left: 0;
    background-image: url(../images/icons/left-arrow.png);
}

.slick-next:before {
    right: 0;
    background-image: url(../images/icons/right-arrow.png);
}

.case-studies-item {
    position: relative;
}

.case-studies-item .text-wrapper {
    position: absolute;
    bottom: 0;
}

.case-studies-item h3,
.case-studies-item p {
    color: #fff;
}

.details-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #EDEBED;
}

#news .details-wrapper {
    border-bottom-color: #fff;
}

.date {
    display: flex;
    align-items: center;
}

/********************************************
    Contact Section Style
********************************************/
.contact-section {
    position: relative;
    background-image: url(../images/about-section-placeholder.jpg);
    background-repeat: no-repeat;
    background-size: 100% 400px;
}

.contact-section::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 400px;
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
}

.contact-section .text-wrapper {
    padding: 40px 0;
    text-align: center;
}

.contact-section .text-wrapper h2,
.contact-section .text-wrapper p {
    color: #fff;
}

.contact-form {
    z-index: 99;
    position: relative;
}

#contact-form {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.form-check-main-label {
    display: inline-block;
    color: #212529;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-check-main-label.left-aligned {
    display: block;
    text-align: left;
}

.form-control,
.form-select {
    padding: 10px 15px;
    text-align: center;
    color: #212529;
    border: 1px solid #EDEBED;
    border-radius: 25px;
}

.form-check {
    display: flex;
    gap: 15px;
}

.form-check-input:checked {
    background-color: #EE8434;
    border-color: #EE8434;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

/********************************************
    Workshops Style
********************************************/
.outline-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-bottom: 1px solid #EDEBED;
}

.outline-item .number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #036EB8;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.outline-item p {
    width: calc(100% - 28px - 15px);
}

.icon-text-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.icon-text-wrapper.gap {
    gap: 20px;
}

.icon-text-wrapper h3 {
    width: 100%;
}

.icon-text-wrapper img {
    height: 18px;
    width: auto;
    margin-right: 5px;
    display: inline-block;
}

.icon-text-wrapper.categories img {
    height: 16px !important;
}

.icon-text-wrapper p {
    margin-bottom: 0;
}

.icon-text-wrapper p a {
    color: inherit;
}

.icon-text-wrapper p.tag a {
    background-color: #EE8434;
    margin-right: 10px !important;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.icon-text-wrapper p.tag a:hover {
    color: #fff !important;
    background-color: #036EB8;
}

.sidebar {
    margin-top: 2rem;
}

.sidebar .icon-text-wrapper {
    border-top: 3px solid #EE8434;
    padding: 20px;
    color: #fff;
}

.sidebar .icon-text-wrapper p {
    margin-bottom: 1rem;
}

.social-media-wrapper {
    margin-top: 30px;
}

.social-media-wrapper h3 {
    background-image: url(../images/icons/arrow.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: right 10px;
    display: inline-block;
    padding-right: 35px;
}

.slider.slick-dotted.slick-slider {
    margin-top: 2rem;
    margin-bottom: 50px;
}

.slider .slide-item.slick-slide img {
    height: 300px;
    object-fit: cover;
}

.slider .slick-dots {
    display: flex;
    justify-content: flex-end;
}

.slider .slick-dots li {
    width: 8px;
    height: 8px;
}

.slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: rgba(0,0,0,.6);
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #EE8434;
}

.slider .slick-dots li button:before {
    display: none;
}

/********************************************
    Blog Style
********************************************/
.blog-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEBED;
}

.blog-item .text-wrapper {
    padding: 15px 0 0;
}

.blog-item .details-wrapper {
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.blog-pagination,
.dots-wrapper {
    display: flex;
    align-items: center;
}

.blog-pagination {
    justify-content: center;
    margin-bottom: 30px;
}

.dots-wrapper {
    margin-bottom: 0;
    list-style-type: none;
    gap: 20px;
}

.dots-wrapper li {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    position: relative;
}

.dots-wrapper li a {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: inherit;
}

.dots-wrapper li.active-dot a {
    color: #fff !important;
    background-color: #EE8434;
    width: 25px;
    height: 25px;
}

.dots-wrapper li:nth-child(1):after {
    display: block;
    content: '';
    width: 11px;
    height: 1px;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    right: -16px;
    top: 12px;
}

.dots-wrapper li:nth-child(3):after {
    display: block;
    content: '';
    width: 11px;
    height: 1px;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    left: -16px;
    top: 12px;
}

.blog-arrow {
    position: relative;
    background: transparent;
    font-size: 14px;
    line-height: 1;
    color: #212529 !important;
    width: 70px;
    height: 20px;
    display: flex;
    align-items: center;
}

.blog-next {
    padding-right: 30px;
    padding-left: 10px;
}

.blog-prev {
    padding-left: 30px;
    padding-right: 10px;
}

.blog-arrow:before {
    content: '';
    background-size: 25px auto;
    background-repeat: no-repeat;
    opacity: 1;
    display: inline-block;
    height: 7px;
    width: 25px;
    position: absolute;
}

.blog-prev:before {
    left: 0;
    background-image: url(../images/icons/left-arrow.png);
}

.blog-next:before {
    right: 0;
    background-image: url(../images/icons/right-arrow.png);
}

/********************************************
    Footer Style
********************************************/
footer {
    padding: 30px 0 20px;
}

footer ul {
    list-style-type: none;
}

footer p,
footer a,
footer li,
footer span {
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

footer a:hover {
    color: #EE8434;
}

h4.column-title {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}

h4.column-title::after {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 30px;
    height: 2px;
    background-color: rgba(255,255,255,.4);
}

.footer-logo {
    display: block;
    width: 90px;
    margin-bottom: 15px;
}

ul.contact-info li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

ul.contact-info li img {
    width: 16px;
    height: auto;
    margin-top: 2px;
}

ul.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style-type: none;
}

ul.social-media a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #EE8434;
}

ul.social-media a:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

footer ul.social-media a:hover {
    box-shadow: 0 0 10px rgb(255 255 255 / 20%);
}

ul.social-media img {
    height: 14px;
    width: auto;
}

.footer-bottom {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,.3);
    position: relative;
}

a.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #212529;
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);;
}

a.back-to-top img {
    width: 40px;
    height: 40px;
    background-color: #036EB8;
    padding: 8px;
    border-radius: 50%;
}

.copyright p {
    margin-bottom: 10px;
}

/********************************************
    Media Queries Style
********************************************/
@media(min-width:576px){
    .hero-wrapper .slick-dots {
        padding-right: calc((50% - 270px) + 15px);
    }
}

@media(min-width:768px) {
    .hero-wrapper .slick-dots {
        padding-right: calc((50% - 360px) + 15px);
    }
    footer .container {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
    }
    footer .column {
        width: calc(50% - 15px);
    }
    .footer-bottom .footer-menu {
        display: flex;
        gap: 20px;
        justify-content: flex-end;
    }
    .content-slider.slick-slider {
        margin: 0 -15px;
    }
    .content-slider.slick-slider .slick-slide {
        margin-left: 15px;
        margin-right: 15px;
    }
    .modal form {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .modal .form-group {
        width: calc(50% - 10px);
    }
    .form-submit-btn {
        width: 100%;
    }
    .modal .form-check-main-label {
        display: block;
        text-align: left;
        padding-left: 15px;
    }
    .modal ::placeholder {
        text-align: left;
    }
    .modal .form-check {
        margin-left: 15px;
    }
    .slider .slide-item.slick-slide img {
        height: 350px;
    }
}

@media(min-width:992px){
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1.25rem;
    }
    h1 {
        font-size: 2.25em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.75em;
    }
    section {
        padding: 60px 0;
    }
    #main-content img.left.ss-htmleditorfield-file {
        float: left;
        padding: 2%;
    }
    #main-content img.right.ss-htmleditorfield-file {
        float: right;
        padding: 2%;
    }
    .about-section {
        padding: 30px 0;
    }
    .hero-wrapper .icon-text-wrapper p {
        font-size: 16px;
    }
    .icon-text-wrapper img {
        height: 20px;
    }
    .mob-lang,
    .bottom-bar,
    .dropdown-toggle::after {
        display: none;
    }
    .navbar {
        flex-direction: column;
    }
    .top-bar {
        display: flex;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #EDEBED;
    }
    .top-bar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-bar p, .top-bar a {
        font-size: 11px;
        font-weight: 700;
        color: #212529;
    }
    .top-bar .form-control {
        width: 225px;
        font-size: 11px;
        text-align: left;
        padding: 4px 15px;
    }
    .top-bar .column {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    button.btn.search-btn {
        background-image: url(../images/icons/search-icon.png);
        background-repeat: no-repeat;
        background-size: 14px auto;
        background-position: center;
        position: absolute;
        right: 10px;
        top: 2px;
        margin-top: 0;
        padding: 0;
        width: 22px;
        height: 22px;
        min-width: auto;
    }
    .top-bar .lang {
        display: flex;
    }
    .top-bar .lang a {
        padding: 0 10px;
    }
    .top-bar .lang a:first-child {
        border-right: 1px solid #EDEBED;
    }
    .navbar-collapse {
        position: initial;
        border-top: 0;
        overflow-y: unset;
        width: calc(100% - 130px);
        justify-content: flex-end;
    }
    .navbar-nav {
        background-color: transparent;
        margin-right: 0 !important;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    .navbar-nav .dropdown {
        position: initial;
    }
    a.nav-link.dropdown-toggle .dropdown-icon {
        background-image: url(../images/icons/plus.png);
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: center;
        width: 15px;
        height: 8px;
        padding-left: 5px;
        display: inline-block;
        transition: all .3s;
    }
    a.nav-link.dropdown-toggle.show .dropdown-icon {
        background-image: url(../images/icons/minus.png);
        transition: all .3s;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        right: 0;
        top: 62px;
        background-color: rgba(3, 110, 184,.9);
        padding: 25px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.show {
        display: flex;
        gap: 20px;
    }
    .dropdown-menu-column {
        width: calc(33.33% - 20px);
        color: #fff;
    }
    .dropdown-menu .dropdown-menu-column:nth-child(1) {
        display: block;
    }
    .dropdown-menu-column h4 {
        padding-top: 12px;
        font-size: 16px;
    }
    .dropdown-menu-column a.learn-more-link {
        font-size: 14px;
    }
    .dropdown-menu-column a.dropdown-item {
        color: #fff;
        font-size: 14px;
        padding-left: 0;
        border-bottom: 0;
    }
    .dropdown-menu-column a.dropdown-item:hover {
        color: #EE8434;
        background-color: transparent;
    }
    .dropdown-menu-column p {
        color: rgba(255,255,255,.8);
        font-size: 14px;
    }
    .nav-link.dropdown-toggle.show::after {
        display: block;
        content: '';
        width: 100%;
        height: 3px;
        background-color: orange;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        border-radius: 0 !important;
    }
    .nav-item {
        padding: 0;
    }
    .nav-item .nav-link {
        border-bottom: 0;
        color: #212529;
        margin-top: 0;
        position: relative;
        font-size: 14px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .nav-item .nav-link:hover,
    .nav-item .nav-link.active {
        color: #036EB8;
    }
    .nav-item .nav-link.active::after {
        left: 25px;
        top: 5px;
        position: absolute;
        background-color: #EE8434;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        display: block;
        content: '';
    }
    .nav-item .nav-link.show {
        border-bottom: 0;
    }
    .hero-item {
        height: 450px;
    }
    .hero-wrapper .slick-dots {
        padding-right: calc((50% - 480px) + 15px);
        bottom: 0;
        top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-end;
        width: 30px;
        right: 0;
    }
    .hero-wrapper .slick-dots li {
        margin: 15px 0;
    }
    .hero-wrapper .slick-dots li::after {
        width: 1px;
        height: 20px;
        left: 15px;
        top: 35px;
    }
    .slick-dots li,
    .slick-dots li button {
        width: 30px;
        height: 30px;
    }
    .hero-item h1+p, .hero-item h2+p {
        font-size: 18px;
    }
    .about-slide-item {
        position: relative;
    }
    .about-slide-item .image-wrapper {
        width: 50%;
    }
    .about-slide-item .text-wrapper {
        position: absolute;
        width: calc(50% + 80px);
        top: 40px;
        right: 0;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-left: 3px solid #EE8434;
    }
    .container.full-container {
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container.full-container .slick-slider {
        padding-left: calc((50% - 480px) + 15px) !important;
    }
    .container .slick-prev {
        right: calc((50% - 480px) + 85px);
        bottom: initial;
        top: -45px;
    }
    .container .slick-next {
        right: calc((50% - 480px) + 15px);
        bottom: initial;
        top: -45px;
    }
    .container .about-slider .slick-prev {
        top: 0;
        z-index: 99;
    }
    .container .about-slider .slick-next {
        top: 0;
        z-index: 99;
    }
    .title-wrapper {
        max-width: 960px;
        padding-left: calc((50% - 480px) + 15px);
        padding-right: 15px;
    }
    section.news-section {
        padding-bottom: 80px;
    }
    .contact-section {
        background-size: 100% 500px;
        padding-bottom: 0;
        min-height: 500px;
    }
    .contact-section::after {
        height: 500px;
    }
    .contact-section .container {
        display: flex;
        align-items: center;
        height: 500px;
    }
    .contact-section .text-wrapper {
        padding: 40px 40px 40px 0;
        text-align: left;
        width: calc(100% - 540px);
    }
    .contact-form {
        z-index: 99;
        position: absolute;
        top: -40px;
        right: calc((50% - 480px) + 15px);
        height: calc(100% + 80px);
        width: 540px;
    }
    footer {
        padding: 80px 0 20px;
    }
    footer .container {
        gap: 0 40px;
    }
    footer .footer-columns-wrapper .column {
        width: calc(25% - 30px);
    }
    footer .footer-bottom .column {
        width: calc(50% - 20px);
    }
    footer p, footer a, footer li, footer span {
        font-size: 14px;
    }
    .main-content-section .container {
        display: flex;
        align-items: flex-start;
    }
    .main-content-section .content-wrapper {
        padding-right: 30px;
    }
    .social-media-wrapper h3 {
        background-position: right 16px;
    }
    ul.social-media a,
    .outline-item .number {
        width: 30px;
        height: 30px;
    }
    .outline-item p {
        width: calc(100% - 30px - 15px);
    }
    .modal-body {
        padding: 40px;
    }
    .slider .slide-item.slick-slide img {
        height: 400px;
    }
    .blog-item {
        flex-direction: row;
        width: calc(100% - 20px);
    }
    .blog-item .image-wrapper,
    .blog-item .text-wrapper {
        width: 50%;
    }
    .blog-item .text-wrapper {
        padding: 0 0 0 20px;
    }
    .dots-wrapper {
        gap: 30px;
    }
    .dots-wrapper li a {
        height: 30px;
    }
    .dots-wrapper li.active-dot a {
        width: 30px;
        height: 30px;
    }
    .dots-wrapper li:nth-child(1):after {
        width: 15px;
        right: -22px;
        top: 14px;
    }
    .dots-wrapper li:nth-child(3):after {
        width: 15px;
        left: -22px;
        top: 14px;
    }
    .sidebar {
        margin-top: 0;
    }

    section#about,
    .column-wrapper {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .column-wrapper:nth-child(even) {
        flex-direction: row-reverse;
    }
    .video,
    .column-wrapper .image {
        padding: 0;
        max-width: 50%;
        margin: 0;
    }
    .video video {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    #about .copy,
    .column-wrapper .copy {
        width: 50%;
        padding: 100px;
    }
    .column-wrapper:nth-child(even) .copy {
        width: 50%;
        padding-right: 100px;
    }
}

@media(min-width:1200px) {
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 2.25em;
    }
    h3 {
        font-size: 2em;
    }
    .btn {
        padding: 14px 25px;
        min-width: 175px;
    }
    .hero-wrapper .slick-dots {
        padding-right: calc((50% - 570px) + 15px);
    }
    .hero-item h1+p, .hero-item h2+p {
        font-size: 20px;
    }
    .container.full-container .slick-slider {
        padding-left: calc((50% - 570px) + 15px) !important;
    }
    .container .slick-prev {
        right: calc((50% - 570px) + 85px);
    }
    .container .slick-next {
        right: calc((50% - 570px) + 15px);
    }
    .title-wrapper {
        max-width: 1140px;
        padding-left: calc((50% - 570px) + 15px);
    }
    .contact-section .text-wrapper {
        width: 50%;
    }
    .contact-form {
        right: calc((50% - 570px) + 15px);
    }
    #contact-form {
        padding: 40px;
    }
    .contact-section {
        background-size: 100% 620px;
        min-height: 620px;
    }
    .contact-section::after {
        height: 620px;
    }
    .icon-text-wrapper img {
        height: 22px;
    }
    .slider .slide-item.slick-slide img {
        height: 450px;
    }
    .blog-item {
        margin-bottom: 45px;
        padding-bottom: 45px;
        width: calc(100% - 30px);
    }
    .blog-item .text-wrapper {
        padding: 0 0 0 30px;
    }
}

@media(min-width:1320px) {
    .hero-item {
        height: 600px;
    }
    .hero-item h1+p, .hero-item h2+p {
        font-size: 22px;
    }
    .hero-wrapper .slick-dots {
        padding-right: calc((50% - 660px) + 15px);
    }
    .container.full-container .slick-slider {
        padding-left: calc((50% - 660px) + 15px) !important;
    }
    .container .slick-prev {
        right: calc((50% - 660px) + 85px);
    }
    .container .slick-next {
        right: calc((50% - 660px) + 15px);
    }
    .title-wrapper {
        max-width: 1320px;
        padding-left: calc((50% - 660px) + 15px);
    }
    .contact-form {
        right: calc((50% - 660px) + 15px);
    }
}
