@font-face {
    font-family: "TT Norms";
    src: url("/font/TTNorms-ExtraLight.eot");
    src: url("../font/TTNorms-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-ExtraLight.woff2") format("woff2"), url("../font/TTNorms-ExtraLight.woff") format("woff"), url("../font/TTNorms-ExtraLight.ttf") format("truetype"), url("../font/TTNorms-ExtraLight.svg#TTNorms-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms";
    src: url("../font/TTNorms-Bold.eot");
    src: url("../font/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Bold.woff2") format("woff2"), url("../font/TTNorms-Bold.woff") format("woff"), url("../font/TTNorms-Bold.ttf") format("truetype"), url("../font/TTNorms-Bold.svg#TTNorms-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms";
    src: url("../font/TTNorms-Light.eot");
    src: url("../font/TTNorms-Light.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Light.woff2") format("woff2"), url("../font/TTNorms-Light.woff") format("woff"), url("../font/TTNorms-Light.ttf") format("truetype"), url("../font/TTNorms-Light.svg#TTNorms-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms";
    src: url("../font/TTNorms-ExtraBold.eot");
    src: url("../font/TTNorms-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-ExtraBold.woff2") format("woff2"), url("../font/TTNorms-ExtraBold.woff") format("woff"), url("../font/TTNorms-ExtraBold.ttf") format("truetype"), url("../font/TTNorms-ExtraBold.svg#TTNorms-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms";
    src: url("../font/TTNorms-Regular.eot");
    src: url("../font/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Regular.woff2") format("woff2"), url("../font/TTNorms-Regular.woff") format("woff"), url("../font/TTNorms-Regular.ttf") format("truetype"), url("../font/TTNorms-Regular.svg#TTNorms-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms";
    src: url("../font/TTNorms-Black.eot");
    src: url("../font/TTNorms-Black.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Black.woff2") format("woff2"), url("../font/TTNorms-Black.woff") format("woff"), url("../font/TTNorms-Black.ttf") format("truetype"), url("../font/TTNorms-Black.svg#TTNorms-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms";
    src: url("../font/TTNorms-Heavy.eot");
    src: url("../font/TTNorms-Heavy.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Heavy.woff2") format("woff2"), url("../font/TTNorms-Heavy.woff") format("woff"), url("../font/TTNorms-Heavy.ttf") format("truetype"), url("../font/TTNorms-Heavy.svg#TTNorms-Heavy") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms";
    src: url("../font/TTNorms-Medium.eot");
    src: url("../font/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Medium.woff2") format("woff2"), url("../font/TTNorms-Medium.woff") format("woff"), url("../font/TTNorms-Medium.ttf") format("truetype"), url("../font/TTNorms-Medium.svg#TTNorms-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms";
    src: url("../font/TTNorms-Thin.eot");
    src: url("../font/TTNorms-Thin.eot?#iefix") format("embedded-opentype"), url("../font/TTNorms-Thin.woff2") format("woff2"), url("../font/TTNorms-Thin.woff") format("woff"), url("../font/TTNorms-Thin.ttf") format("truetype"), url("../font/TTNorms-Thin.svg#TTNorms-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    text-decoration: none;
}

body.page {
    margin: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.container {
    max-width: 1365px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    max-width: 1580px;
    margin: auto;
}

.container-lg {
    max-width: 1780px;
    margin: auto;
    /* padding-left: 40px;
    padding-right: 40px; */
}

a {
    text-decoration: none;
}

.bg-nevy {
    background-color: #001866;
}

.defualt-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 21px;
    font-feature-settings: "liga" off;
    color: #ffffff !important;
    background: #009fe3;
    border-radius: 150px;
    padding: 16px 32px;
    display: inline-block;
    font-family: "TT Norms";
    transition: all 0.4s;
}

.defualt-btn:hover {
    background: #7CD8FF;
    color: #011866 !important;
}

.btn-border {
    background: none;
    border: 2px solid #009fe3;
    border-radius: 150px;
    padding: 14px 30px;
    color: #ffffff !important;
    cursor: pointer;
    transition: all 0.4s;
}

.btn-border:hover {
    background: #7CD8FF;
    border: 2px solid transparent;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}


/*header*/

.header {
    background: #001866;
    padding: 45px 0;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all 0.5s;
}

.header.sticky .custom-logo-link {
    max-width: 250px;
}

.header.sticky {
    padding: 25px 0;
}

.nav-bar ul {
    text-align: right;
    /* margin: 0 -20px; */
}

.nav-bar ul li {
    display: inline-block;
    padding: 0 20px 0 20px;
    position: relative;
}

.nav-bar ul li.defualt-btn {
    padding: 7px 20px;
    margin-left: 15px;
}

.nav-bar ul li.defualt-btn:hover a {
    color: #191970;
}

.nav-bar ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #ffffff;
    font-family: "TT Norms";
    cursor: pointer;
    transition: all 0.5s;
}

.nav-bar ul li a:not([href]):not([class]) {
    color: #ffffff;
}

.nav-bar ul li a:not([href]):not([class]):hover {
    color: #009fe3;
}

.nav-bar ul li a:hover {
    color: #009fe3;
}

.menu-icon {
    position: absolute;
    right: 20px;
}

.menu-icon span {
    border-radius: 15px;
}

.menu-icon .two {
    background: #ffffff;
    width: 32px;
    height: 3px;
    position: absolute;
    top: 10px;
    transition: all 0.5s;
}

.menu-icon .one {
    display: block;
    background: #ffffff;
    width: 32px;
    height: 3px;
    transition: all 0.5s;
}

.menu-icon .three {
    background: #ffffff;
    width: 32px;
    height: 3px;
    position: absolute;
    top: -10px;
    transition: all 0.5s;
}

body.menu-open .three {
    transform: rotate(-45deg);
    top: 0;
}

body.menu-open .two {
    transform: rotate(45deg);
    top: 0;
}

body.menu-open .one {
    background: transparent;
}

.nav-bar ul li .arrow {
    background-image: url(../img/down-arrow.png);
    display: block;
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    top: 50%;
    right: 0px;
    transition: all 0.5s;
    transform: translateY(-50%);
    background-position: center;
    cursor: pointer;
}

.nav-bar ul li.active ul {
    display: block;
    opacity: 1;
}

.nav-bar ul li.active span.arrow {
    transform: translateY(-50%) rotate(180deg);
}

.nav-bar ul li:last-child a {
    font-weight: 500;
}

.nav-bar ul li .sub-menu {
    text-align: left;
    margin: 0;
}

.sub-menu {
    position: absolute;
    left: 0;
    width: 250px;
    background: white;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    z-index: 9;
}

.nav-bar ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}


/* .sub-menu.active {
    display: block;
} */

.nav-bar ul li .sub-menu li a {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.nav-bar ul li .sub-menu li {
    width: 100%;
    padding: 10px 20px;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.nav-bar ul li .sub-menu li.current-menu-item {
    background: #7CD8FF;
}

.nav-bar ul li .sub-menu li:hover {
    background: #7CD8FF;
}


/* .nav-bar ul li .sub-menu li:hover a {
    color: #ffffff;
} */

.newsletter h4 {
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    font-feature-settings: "liga" off;
    font-family: "TT Norms";
    margin-bottom: 0;
}

.newsletter:before {
    content: "";
    display: block;
    background-image: url(../img/Vector.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 216px;
    max-width: 37px;
    width: 100%;
    height: 100%;
    top: -216px;
}

.newsletter {
    position: relative;
    padding: 100px 0;
}


/*homepage banner*/

.banner-left {
    padding-right: 100px;
}

.homepage-banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 245px;
}

.homepage-banner:before {
    content: "";
    display: block;
    background: #001866;
    opacity: 0.9;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}

.title h1 span {
    background: #009fe3;
}

.title h1 {
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "liga" off;
}

.title p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    font-feature-settings: "liga" off;
    margin-bottom: 40px;
}

.banner-video {
    position: relative;
    margin-top: 95px;
    transition: all 0.5s;
}

.banner-video .play-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    border-radius: 50%;
    height: 135px;
    width: 135px;
}

.banner-video a {
    width: 100%;
    max-height: 388px;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

.banner-video a img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.banner-video a {
    position: relative;
    padding-top: 50%;
    display: block;
}

.banner-video:hover a {
    background: #011866;
}


/* 27-05-2023*/

ul.em-wc-attendee-meta {
    display: none;
}

/* coda_em_wc_attendee_name_fix (inc/wc-functions.php) rebuilds each
   attendee's title+list into this table on cart/thank-you/My Account, so
   the blanket hide above never applies there — the original <ul> is
   replaced entirely, not just re-shown. */
.coda-attendee-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
    margin: 6px 0 10px;
}

.coda-attendee-table th,
.coda-attendee-table td {
    border: 1px solid #ddd;
    padding: 4px 8px;
    text-align: left;
}

.coda-attendee-table thead th {
    background: #f5f5f5;
    font-weight: 600;
}

.coda-attendee-table-label {
    font-weight: 600;
    white-space: nowrap;
}

.direction_box {
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    max-width: 420px;
    width: 100%;
    padding: 15px;
    margin-top: 60px;
}

.direction_left_content h5 {
    color: #ffff;
    margin-bottom: 5px;
}

.direction_left_content h6 {
    margin: 0;
    color: #fff;
}

.banner-text .direction_left_content p {
    color: #ffffff;
    margin-top: 0;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}

.direction_btn .defualt-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

.direction_item {
    text-align: center;
}

.direction_item img {
    height: 97px;
    object-fit: cover;
}

#how_you_will_study ul li {
    list-style-type: disc;
    margin-left: 13px;
}

/* .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9::before {
	padding-top: 50.25%;
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
} */

.small-title {
    margin-right: 24px;
}

.small-title h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 49px;
    text-align: right;
    font-feature-settings: "liga" off;
    margin: 0;
    position: relative;
    padding-right: 12px;
    border-right: 3px solid #90dafe;
}

.small-content a h5 {
    font-feature-settings: "liga" off;
    line-height: 1.6;
    margin-bottom: 24px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    color: #ffffff;
}

.small-content span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    display: block;
    font-family: "TT Norms";
    font-feature-settings: "liga" off;
}

.small-content span.time {
    margin-bottom: 24px;
}

.event-slider {
    padding-bottom: 64px;
}

.news-slider {
    padding-bottom: 70px;
}


/* .banner-blog>div {
    padding-bottom: 50px;
    padding-top: 50px;
} */


/* .banner-blog{
    margin-top: 25px;
    margin-bottom: 25px;
}
.news-box{min-height: 407px;}
.event-box {
    min-height: 407px;
} */

.small-content p {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    margin-bottom: 0;
}

.slick-arrow {
    background: none;
    border: none;
    font-size: 0;
    width: 88px;
    height: 56px;
    border: 2px solid #009fe3;
    border-radius: 150px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transition: all 0.4s;
}

.slick-arrow:hover {
    background-color: #009fe3;
    border: transparent 2px solid;
}

.slick-prev {
    background-image: url(../img/left-arrow.svg);
}

.slick-next {
    background-image: url(../img/right-arrow.svg);
}

.event-slider .slick-arrow {
    display: none !important;
}

.banner-slider .slick-prev {
    position: absolute;
    bottom: -30px;
    right: 100px;
}

.banner-slider .slick-next {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.banner-slider .slick-dots {
    bottom: -20px;
    right: 230px;
}

.tab-slider li:hover:after {
    opacity: 1;
}


/* .tab-slider li.active {
	background-image: url(https://dddemo.net/wordpress/2022/coda/wp-content/uploads/2022/06/casestudy-offshore-colour-small-min-1.png);
	background-repeat: no-repeat;
	background-size: cover;
} */

.tab-slider li.active h5 {
    color: #fff;
}


/* .banner-right{
    height: 100%;
}
.banner-slider {
  height: 100%;
} */

.slick-dots {
    position: absolute;
    bottom: 0px;
    right: 260px;
    margin: 0 -5px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    border: 0;
    font-size: 0;
    background: none;
    display: inline-block;
    border: 2px solid #ffffff;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    position: relative;
}

.team-slider .slick-arrow:focus {
    border-color: #009fe3;
}

.slick-dots li button {
    border: 0;
}

.slick-dots li.slick-active {
    position: relative;
}

.slick-dots li.slick-active:after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background: #009fe3;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*aboutcoda  */

.about-title p {
    margin-bottom: 40px;
}

.about-title img {
    margin-bottom: 32px;
}

.about-service-box img {
    margin-bottom: 24px;
}

.about-service .row {
    margin-bottom: -40px;
}

.about-service .row>div {
    margin-bottom: 40px;
}

.about-service-box p {
    margin: 0;
}

.about-coda {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.about-coda-blog {
    background: #ffffff;
    height: 100%;
    width: calc(100% - 168px);
    margin: 0 auto;
    margin-top: -70px;
    padding: 80px 80px 110px;
}

.over-billion {
    margin-top: 80px;
}

.over-billion-blog {
    background: #e9f8ff;
    border-radius: 3px;
    padding: 50px 15px;
    display: flex;
    justify-content: center;
    position: relative;
}

.over-billion-blog h3 {
    color: #011866;
    font-weight: 700;
}

.over-billion-blog img {
    position: absolute;
    bottom: 0;
}

.over-billion-blog span {
    font-weight: 700;
}

.over-billion-blog h6 {
    color: #011866;
}


/*knowledge-hub*/

.knowledge-hub {
    padding: 80px 0;
    background: #ffffff;
}

.knowledge-hub-blog {
    background: #e9f8ff;
    border-radius: 2px;
    overflow: hidden;
}

.knowledge-hub-icon {
    position: relative;
    z-index: 1;
    padding: 0;
    max-width: var(--size);
    width: 100%;
    margin: 0 auto;
    height: var(--size);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    --size: 480px;
    z-index: 1;
}

.knowledge-hub-icon ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -48px;
}

.knowledge-hub-icon ul li {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 48px;
    justify-content: center;
}

.knowledge-hub-icon ul li span {
    border: 3px solid #001866;
    height: 88px;
    width: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.knowledge-hub-icon:after {
    content: "";
    display: block;
    height: 150%;
    width: 150%;
    border: 42.3345px solid #011866;
    position: absolute;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.knowledge-hub-icon:before {
    content: "";
    display: block;
    height: 120%;
    width: 120%;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.knowledge-hub-icon ul li h5 {
    margin: 0;
}

.sec-title h6 {
    border-left: 3px solid #001866;
    padding-left: 10px;
}

.sec-title h4 {
    color: #001866;
    font-weight: 700;
    max-width: 480px;
    width: 100%;
    margin-bottom: 40px;
    line-height: 1.2;
}



.single-post-data ol li,
.event-top-section ol li {
    list-style-type: auto;
}

.single-post-data ol,
.event-top-section ol {
    margin-left: 18px;
    padding-left: 0;
}


/*casestudies */

.case-studies {}

.tab-slider:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
}

.tab-slider:not(.slick-slider) li {
    width: 25%;
}

.case-studies .sec-title {
    height: 100%;
}

.tab-slider li {
    border-right: 1px solid #c4c4c4;
    height: auto;
    position: relative;
    transition: all 0.5s;
}

.tab-slider li a {
    padding: 25px 25px 50px 25px;
    display: block;
}

.case-studies-tab {
    border-left: 1px solid #c4c4c4;
}

.overlay-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}


/* .tab-slider li:before {
    content: "";
    display: block;
    background-image: url(../img/casestudy-offshore-colour-small-min1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: calc(100% + 30px);
    width: 100%;
    object-fit: cover;
    top: -30px;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
} */

.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
}

.overlay-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tab-slider li.active {
    margin-top: -30px;
}

.tab-slider li:hover {
    margin-top: -30px;
}

.tab-slider li:hover .overlay-img,
.tab-slider li.active .overlay-img {
    opacity: 1;
}

.tab-slider .slick-list {
    z-index: 1;
    padding-top: 30px;
    margin-top: -30px;
}

.tab-slider li:hover:before {
    opacity: 1;
}

.tab-slider li h5 {
    margin: 0;
    color: #000000;
    white-space: break-spaces;
}

.tab-slider li:hover h5 {
    color: #ffffff;
}

.tab-slider li a span img {
    display: inline-block;
}

.tab-slider li a span {
    height: 50px;
    width: 50px;
    display: inline-block;
    border: 2px solid #e5e5e5;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.tab-slider li:hover span {
    border: 2px solid #fff;
}

.tab-slider li:hover span img {
    filter: invert(1) brightness(30);
}

.tab-slider li.active span img {
    filter: invert(1) brightness(10);
}

.sec-title h3 {
    font-weight: 700;
    color: #001866;
}

.case-studies-content .sec-title h4 {
    max-width: 100%;
}

.Case-studies-button {
    padding-left: 65px;
}

.case-studies .case-border {
    display: flex;
    border-left: 1px solid #c4c4c4;
}

.case-studies-img-wrp:before {
    display: block;
    content: "";
    background-image: url(../img/before-white.png);
    background-repeat: no-repeat;
    width: 221px;
    position: absolute;
    bottom: 0;
    height: 37px;
    bottom: 0;
    background-position: bottom left;
    left: 0;
}

.case-studies-img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-studies-img-wrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
}

.case-studies-text {
    padding: 80px 15px;
}

.tab-slider .slick-next {
    position: absolute;
    right: -24px;
    background-color: rgba(0, 0, 0, 0.8);
    height: calc(100% - 30px);
    padding: 30px;
    border-radius: unset;
    width: 84px;
    border: none;
    z-index: 1;
    bottom: 0;
}

.tab-slider .slick-prev {
    display: none !important;
}

.tab-slider li.active:after {
    opacity: 1;
}

.case-border .sec-title {
    text-align: left !important;
    padding-left: 100px;
}


/* .case-studies .case-studies-tab.addedactive {
    margin-right: calc(-100vw / 2 + 1340px / 2);
    border-bottom: 1px solid #c4c4c4;
} */

.case-studies-content>div {
    display: none;
}


/*alliances*/

.alliances {
    padding: 45px 0 85px;
    position: relative;
    background: #ffffff;
}

.alliances:before {
    content: "";
    display: block;
    background-image: url(../img/before-grey.png);
    background-repeat: no-repeat;
    width: 350px;
    height: 53px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: right;
}

.alliances-slider {
    padding-top: 40px;
}

.alliances-slider.slick-slider .slick-track {
    display: flex;
    align-items: center;
    margin: 0 -50px;
}

.alliances-slider img {
    padding: 0 50px;
}

.alliances-slider .slick-dots {
    bottom: -95px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
}

.alliances-slider .slick-dots li {
    background: #011866;
    z-index: 1;
}

.tab-slider li:after {
    content: "";
    display: block;
    background: #009fe3;
    width: calc(100% - 60px);
    height: 4px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s;
}


/*coda teame*/

.coda-team {
    overflow: hidden;
    background: #ffffff;
}

.coda-title h4 {
    color: #001866;
    font-weight: 700;
    margin-bottom: 15px;
}

.coda-title img {
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}

.team-list ul {
    margin-bottom: -15px;
}

.team-list ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    font-feature-settings: "liga" off;
    color: #000000;
    font-family: "TT Norms";
    padding: 26px 40px 26px 16px;
    width: 100%;
}

.team-list ul li:hover a {
    color: #ffffff;
}

.team-list ul li:hover:before {
    filter: invert(1) brightness(10);
}

.team-list ul li {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
    background: #ffffff;
}

.team-list ul li:hover {
    background: #001866;
}

.team-list ul li:before {
    content: "";
    display: block;
    background-image: url(../img/right-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.team-slider-box {
    padding: 0 15px;
}

.team-slider {
    margin: 0 -15px;
    padding-bottom: 85px;
    margin-bottom: 85px;
}

/* .team-slider .slick-list {
    margin-right: calc(-100vw / 2 + 1322px / 2);
} */
.slick-dots li {
    display: inline-block;
}

.slick-dots li:only-child {
    display: none;
}

.team-slider .slick-track {
    margin-left: 0;
}

.team-slider-box img {
    margin-bottom: 15px;
    width: 100%;
}

.team-slider-box h5,
.team-slider-box p {
    margin: 0;
}

.team-slider .slick-next {
    position: absolute;
    bottom: 0;
    right: 15px;
    background-image: url(../img/right-arrow-black.svg);
}

.team-slider .slick-prev {
    position: absolute;
    bottom: 0;
    right: 115px;
    background-image: url(../img/left-arrow-black.svg);
}

.team-slider .slick-dots {
    bottom: 12px;
}

.team-slider .slick-dots li {
    border: 2px solid #000000;
}


/*collaborate-with-us*/

.collaborate-with-us .sec-title h4 {
    color: #fff;
    max-width: 100%;
}

.collaborate-with-us {
    padding: 110px 0 70px;
    background: #011866;
    position: relative;
    z-index: 1;
}

.collaborate-with-us:before {
    display: block;
    content: "";
    background-image: url(../img/circular_halftone_texture-2.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center left;
    opacity: 0.4;
    z-index: -1;
    background-size: contain;
}


/*footer*/

footer {
    overflow: hidden;
}

.footer-logo {
    padding: 65px 0;
}

.footer-menu {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.footer-link {
    margin: 0 -50px;
}

.footer-link .links {
    padding: 0 50px;
    border-right: 1px solid #c4c4c4;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 0;
}

.footer-link .links:last-child {
    border-right: unset;
}

.footer-link .links h5 {
    margin-bottom: 40px;
}

.footer-link-1.links ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #000000;
    font-family: "TT Norms";
    margin-bottom: 30px;
}

.footer-nav ul li {
    padding-bottom: 40px;
}

.footer-link-3 .footer-nav ul li {
    padding-bottom: 24px;
}

.footer-nav ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #000000;
    font-family: "TT Norms";
    cursor: pointer;
    transition: all 0.4s;
}

.footer-nav ul li a:hover {
    color: #009fe3;
}

.view-all {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    font-feature-settings: "liga" off;
    color: #000000;
    font-family: "TT Norms";
    transition: all 0.4s;
}

.view-all:hover {
    color: #009fe3;
}

.footer-nav ul li:last-child {
    padding: 0;
}

.footer-link .links p {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    font-feature-settings: "liga" off;
    color: #000000;
    margin-bottom: 30px;
}

.footer-link .links .defualt-btn {
    margin-bottom: 45px;
}

.social-link ul li a span {
    margin-right: 10px;
    flex-shrink: 0;
}

.social-link ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-feature-settings: "liga" off;
    color: #000000;
    font-family: "TT Norms";
    display: flex;
    transition: all 0.4s;
    cursor: pointer;
    text-align: left;
}

.social-link ul li a:hover {
    color: #009fe3;
}

.social-link ul li:last-child {
    padding: 0;
}

.social-link ul li {
    padding-bottom: 20px;
}

.footer-link-4 {
    width: 35%;
}

.footer-link-3 {
    width: 15%;
}

.footer-link-2 {
    width: 20%;
}

.footer-link-1 {
    width: 30%;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 12px;
}

.footer-bottom ul {
    margin: 0 -12px;
}

.footer-bottom {
    padding: 50px 0;
}

.footer-bottom ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #000000;
    font-family: "TT Norms";
    cursor: pointer;
    transition: all 0.4s;
}

.footer-bottom ul li a:hover {
    color: #009fe3;
}

.footer-bottom p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-feature-settings: "liga" off;
    color: #000000;
}

.tab-slider .slick-track {
    display: flex;
    margin-left: 0;
}


/*slider*/


/*slider*/

.collaborate-with-us .collapsed-slider {
    position: relative;
}

.collaborate-with-us .slide-item__container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    pointer-events: none;
}

.collaborate-with-us .slide-item__img-wrapper:first-child {
    position: absolute;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 38.6%;
}

.collaborate-with-us .swiper-slide .slide-item__img-wrapper:nth-child(2) {
    position: absolute;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 74.5%;
}

.collaborate-with-us img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.collaborate-with-us .slide-item__img-wrapper:first-child {
    top: 9.5%;
    left: 0;
}

.collaborate-with-us .slide-item__img-wrapper:nth-child(2) {
    top: 0;
    left: 42.2%;
}

.collaborate-with-us .slide-item__img-wrapper:last-child {
    top: 44%;
    left: 53.2%;
}

.collaborate-with-us .swiper-slide {
    width: 100%;
    height: 100%;
    /* -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    will-change: opacity; */
}

.collaborate-with-us .slide-item__img-wrapper {
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.collaborate-with-us .slide-item__img-wrapper:first-child {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 33.6%;
    position: absolute;
}

.collaborate-with-us .slide-item__img-wrapper:first-child {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 33.6%;
    position: absolute;
}

.collaborate-with-us .slide-item__img-wrapper:not(:first-child):not(:last-child) {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 56.3%;
    position: absolute;
}

.collaborate-with-us .slide-item__img-wrapper:last-child {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 33.6%;
    position: absolute;
}

.collaborate-with-us #swiperparent_1>*>*> :first-child {
    top: 0;
    left: 52.2%;
}


/* .collaborate-with-us #swiperparent_3>*>*> :first-child {
    top: 48.6%;
    left: 19.4%;
} */

.collaborate-with-us #swiperparent_2>*>*> :first-child {
    top: 55%;
    left: 50%;
}


/* .collaborate-with-us #swiperparent_3>*>*> :first-child {
    top: 48.6%;
    left: 19.4%;
} */

.collaborate-with-us #swiperparent_1>*>*> :not(:first-child):not(:last-child) {
    top: 50%;
    left: 48.2%;
}

.collaborate-with-us #swiperparent_2>*>*> :not(:first-child):not(:last-child) {
    top: 5%;
    left: -6.7%;
}


/* .collaborate-with-us #swiperparent_3>*>*> :not(:first-child):not(:last-child) {
    top: 0.3%;
    left: -3.1%;
} */

.collaborate-with-us #swiperparent_1>*>*> :last-child {
    top: 0%;
    left: 0%;
}

.collaborate-with-us #swiperparent_2>*>*> :last-child {
    top: -10%;
    left: 52.3%;
}


/* .collaborate-with-us #swiperparent_3>*>*> :last-child {
    top: 35.1%;
    left: 60%;
} */

.collaborate-with-us .swiper-slide {
    opacity: 1;
    visibility: hidden;
}

.policy-topcontent ol li {
    list-style-type: auto;
}

.policy-topcontent ul {
    margin-left: 20px;
}

.policy-topcontent ol {
    margin-left: 20px;
    padding: 0;
}

.partner_content ul {
    margin-left: 20px;
}

.company_modal_right ul li {
    list-style-type: disc;
}

.cpability_wrapper ul li {
    list-style-type: none;
}

.ck-content ul li {
    list-style-type: disc;
}

.policy-topcontent ul li {
    list-style-type: disc;
}

.collaborate-with-us .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.collaborate-with-us .swiper-container {
    margin-bottom: -30px;
    padding-top: 30px;
    position: relative;
    pointer-events: none;
    padding-left: 50px;
}

.collaborate-with-us .swiper-wrapper:before {
    content: "";
    position: absolute;
    top: -30px;
    max-height: 454px;
    max-width: 422px;
    border: 1px solid #fff;
    opacity: 0.5;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.collaborate-with-us .swiper-pagination {
    right: 10px;
    text-align: right;
    height: auto;
    width: auto;
    display: inline-block;
    writing-mode: vertical-rl;
    bottom: 75px;
    pointer-events: all;
}

.collaborate-with-us .swiper-pagination-clickable .swiper-pagination-bullet {
    opacity: 1;
    border: 7px solid #021866;
    /* outline: 2px solid #fff; */
    box-shadow: 0px 0px 0px 2px rgb(255 255 255);
    height: 26px;
    width: 26px;
    margin: 8px 0;
    background-color: #021866;
}

.collaborate-with-us .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #009fe3;
    border: 5px solid #021866;
}

.collaborate-btn .swiper-prev {
    margin-right: 15px;
}

.collaborate-btn .defualt-btn {
    margin-right: 30px;
}

.collaborate-btn .slick-arrow {
    position: static;
    margin-top: 0;
    z-index: 99;
}

.collaborate-btn .slick-arrow:after {
    opacity: 0;
}

.collaborate-with-us .swiper-wrapper:after {
    content: "";
    display: block;
    width: 153px;
    background: #E9F8FF;
    height: 1px;
    position: absolute;
    top: -30px;
    left: 25%;
}

.description-title h5 {
    color: #FFFFFF;
    position: relative;
}

.description-title h5:before {
    content: "";
    display: block;
    background: #90DAFE;
    height: 33px;
    width: 3px;
    position: absolute;
    left: -14px;
}

.swiper-description {
    max-width: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.swiper-description>div:first-child {
    display: block;
}

.swiper-description>div {
    display: none;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    will-change: opacity;
}

.description-item__caption p {
    line-height: 1.4;
}

.newsletter .defualt-btn:hover {
    background: white;
    color: #000000 !important;
}

/*01-09-2022*/

.page-id-35 .newsletter {
    display: none;
}

.gform_wrapper.gravity-theme .gfield select.large option {
    text-transform: uppercase;
    font-size: 16px;
}

.case-studies-content {
    border-top: 1px solid #c4c4c4;
}

.alliances .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.alliances .sec-title h6 {
    margin: 0;
}

.alignnone-list-blog ul li {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.alignnone-list-blog ul li img {
    margin-right: 20px;
}

.case-studies-content .slick-arrow {
    display: none;
}

.case-studies-content .slick-prev {
    position: absolute;
    top: -102px;
    left: revert;
    right: 120px;
    background-image: url(../img/left-arrow-black.svg);
}

.case-studies-content .slick-next {
    position: absolute;
    top: -102px;
    right: 20px;
    background-image: url(../img/right-arrow-black.svg);
}

.case-studies-content .slick-arrow {
    height: 53px;
}

.em-login-trigger {
    display: none;
}


@media only screen and (max-width: 1780px) {
    .container-lg {
        max-width: 1780px;
        margin: auto;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1680px) {
    .tab-slider li h5 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1441px) {
    .case-studies .case-studies-tab.addedactive {
        margin-right: calc(-100vw / 2 + 1340px / 2);

    }

}

@media only screen and (min-width: 1499px) {}

@media only screen and (max-width: 1440px) {
    .footer-link .links {
        padding: 15px;
    }

    .footer-link {
        margin: 0 -15px;
    }

    .collaborate-with-us .swiper-wrapper:before {
        max-height: 400px;
        max-width: 400px;
    }

    .description-title h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about-coda-blog {
        padding: 40px 20px 80px;
    }
}

@media only screen and (min-width: 1341px) {
    .team-slider .slick-list {
        margin-right: calc(-100vw / 2 + 1355px / 2);
    }
}

@media only screen and (max-width: 1399px) {
    .container {
        max-width: 1200px;
    }

    .over-billion-blog h3 {
        font-size: 34px;
    }

    .tab-slider .slick-next {
        width: 50px;
    }

    .nav-bar ul li a {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-bar ul li {
        padding: 0 20px 0 10px;
    }

    .nav-bar ul li a {
        font-size: 14px;
    }

    .homepage-banner {
        padding-top: 200px;
    }

    .title h1 {
        font-size: 40px;
    }

    .knowledge-hub-icon ul li {
        margin-bottom: 30px;
    }

    .knowledge-hub-icon ul li span {
        height: 60px;
        width: 60px;
    }

    .knowledge-hub-icon ul li span img {
        max-width: 30px;
    }

    .knowledge-hub-icon ul li h5 {
        font-size: 20px;
    }

    .knowledge-hub-icon:after {
        border: 22px solid #011866;
    }

    .knowledge-hub-icon {
        --size: 340px;
    }

    .case-studies-img-wrp {
        width: 50%;
    }

    .case-studies-text {
        padding: 60px 30px;
    }

    .about-coda-blog {
        width: calc(100% - 84px);
    }

    /* .case-studies .case-studies-tab.addedactive {
        margin-right: calc(-100vw / 2 + 1199px / 2);
    } */
    .banner-slider .slick-dots {
        right: 210px;
    }

    .team-list ul li a {
        font-size: 14px;
    }

    .team-list ul li a {
        padding: 10px 40px 10px 16px;
    }

    .banner-left {
        padding-right: 60px;
    }

    .case-border .sec-title {
        padding-left: 70px;
    }

    .footer-link .links .defualt-btn {
        font-size: 20px;
    }

    .footer-link-1.links ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-link .links h5 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .footer-nav ul li a {
        font-size: 16px;
    }

    .footer-nav ul li {
        padding-bottom: 15px;
    }

    .social-link ul li a {
        font-size: 14px;
    }

    .about-service-box h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .about-service-box p {
        font-size: 14px;
        line-height: 1.4;
    }

    .about-service .row>div {
        margin-bottom: 20px;
    }

    .about-service .row {
        margin-bottom: -20px;
    }

    .about-service-box img {
        margin-bottom: 15px;
    }

    .about-title p {
        margin-bottom: 20px;
    }

    .about-title img {
        margin-bottom: 20px;
    }

    .about-coda-blog .defualt-btn {
        font-size: 20px;
    }

    .over-billion-blog h3 {
        font-size: 28px;
    }

    .over-billion-blog h6 {
        font-size: 16px;
    }

    .case-studies .sec-title h3 {
        font-size: 34px;
    }

    .footer-bottom {
        padding: 30px 0;
    }

    .collaborate-with-us .swiper-wrapper:before {
        max-height: 300px;
        max-width: 300px;
    }

    .description-title h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .description-title h5:before {
        height: 23px;
    }

    .about-coda-blog {
        margin-top: -50px;
    }

    .swiper-description {
        max-width: 50%;
        bottom: -50px;
    }

    .description-item__caption p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-bar ul li:hover .arrow {
        top: 50%;
        transform: translateY(-50%) rotate(-180deg);
    }
}

@media only screen and (max-width: 991px) {

    .top-pannel-wrapper {
        position: static;
    }

    .header {
        padding: 25px 0;
    }

    .homepage-banner {
        padding-top: 160px;
    }

    /* .banner-video a {
        max-width: 50px;
    } */
    .banner-left {
        padding-right: 0;
    }

    .banner-video .play-btn {
        height: 90px;
        width: 90px;
    }

    .about-coda-blog {
        padding: 40px 0 60px;
    }

    .alliances {
        padding: 30px 0;
    }

    .sec-title h4 {
        font-size: 24px;
    }

    .title h1 {
        font-size: 33px;
    }

    .nav-bar ul li {
        display: block;
    }

    /* .custom-logo-link {
        max-width: 180px;
    } */
    .nav-bar {
        position: absolute;
        top: 100%;
        background: white;
        z-index: 2;
        right: 100%;
        width: 100%;
        height: 100vh;
        transition: all 0.5s;
        opacity: 0;
    }

    .nav-bar ul li {
        text-align: left;
        padding: 15px;
        border-bottom: 1px solid #000;
        visibility: visible;
    }

    .sub-menu {
        display: none;
    }

    .nav-bar ul li a {
        color: #000000;
    }

    .nav-bar ul li .sub-menu li a {
        font-size: 14px;
        visibility: visible;
    }

    body.menu-open .nav-bar {
        opacity: 1;
        right: 0;
    }

    body.menu-open {
        overflow: hidden;
    }

    /* .nav-bar ul li:hover .arrow {
        top: 0;
        transform: translateY(0) rotate(0);
    } */
    .nav-bar ul li.active span.arrow {
        transform: translateY(0) rotate(180deg);
        top: 30px;
    }

    .nav-bar ul li a:not([href]):not([class]) {
        color: #000000;
    }

    .defualt-btn {
        font-size: 16px;
    }

    .about-title {
        margin-bottom: 25px;
    }

    .about-title .defualt-btn {
        font-size: 20px;
    }

    .about-coda:before {
        display: none;
    }

    .studies-img {
        right: 0;
        width: 100%;
        position: static;
    }

    .small-box a img {
        width: 100%;
    }

    .small-title {
        margin-bottom: 25px;
    }

    .small-content a h5 {
        font-size: 18px;
    }

    .small-title h6 {
        font-size: 18px;
        line-height: 30px;
    }

    .title p {
        font-size: 18px;
    }

    /* .banner-slider .slick-prev {
        bottom: 0;
        right: 100px;
    }
    .banner-slider .slick-next {
        bottom: 0;
        right: 0;
    } */
    .over-billion-blog {
        padding: 25px 15px;
    }

    .case-studies .sec-title h3 br {
        display: none;
    }

    .case-studies-tab {
        margin-right: 0;
    }

    .knowledge-hub-icon ul li {
        display: flex;
    }

    .knowledge-hub-icon ul li span {
        height: 60px;
        width: 60px;
    }

    .knowledge-hub-icon ul li span img {
        max-width: 30px;
    }

    .knowledge-hub-blog .sec-title {
        padding: 0 15px;
        text-align: center;
    }

    .knowledge-hub-blog .sec-title h4 {
        max-width: 100%;
    }

    .knowledge-hub-blog .sec-title h6 {
        display: inline-block;
    }

    .Case-studies-button {
        padding: 0;
    }

    .alliances-slider.slick-slider .slick-track {
        margin: auto;
    }

    .team-slider .slick-list {
        margin-right: 0;
    }

    .nav-bar ul {
        margin: 0;
    }

    .footer-logo {
        padding: 30px 0;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .footer-link .links .defualt-btn {
        font-size: 14px;
        padding: 14px 53px;
        margin: 18px 0;
    }

    .footer-link .links {
        width: 33.333%;
    }

    .footer-link-4.links {
        width: 100%;
        text-align: center;
    }

    .footer-link .footer-link-3 {
        border-right: 0;
    }

    .social-link ul {
        display: flex;
        justify-content: center;
    }

    .social-link ul li {
        padding: 0 40px;
    }

    .social-link ul li a {
        font-size: 14px;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .footer-bottom ul li a {
        font-size: 14px;
    }

    .about-coda {
        margin-top: 0;
    }

    .knowledge-hub-icon {
        margin-bottom: 0;
        padding: 50px;
        max-width: 768px;
        height: 100%;
        overflow: hidden;
        justify-content: center;
    }

    .knowledge-hub-icon:before {
        height: 200%;
        width: 60%;
    }

    .knowledge-hub-icon:after {
        width: 73%;
        height: 250%;
    }

    .knowledge-hub-icon .image-radar {
        height: 250%;
        width: 76%;
    }

    .nav-bar ul li .arrow {
        filter: invert(1);
        top: 30px;
        right: 20px;
        height: 15px;
        width: 15px;
        background-position: center;
    }

    .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
    }

    .sub-menu li:last-child {
        border-bottom: none;
    }

    /* .case-studies .case-studies-tab.addedactive {
        margin-right: 0;
    } */
    .tab-slider .slick-next {
        width: 50px;
        padding: 20px;
    }

    .over-billion {
        margin-top: 25px;
    }

    .case-studies-text {
        padding: 50px 30px;
    }

    .about-coda-blog {
        margin-top: -40px;
    }

    .newsletter:before {
        top: -150px;
    }

    .newsletter .text-wrapper {
        display: block;
    }

    .collaborate-btn .defualt-btn {
        padding: 14px 13px;
        margin-right: 10px;
        font-size: 14px;
    }

    .collaborate-btn .swiper-prev {
        margin-right: 10px;
    }

    .newsletter .left-side .text-wrapper {
        text-align: center;
        display: inline-block;
    }

    .case-border .sec-title {
        padding-left: 10px;
    }

    .coda-title img {
        max-width: 175px;
    }

    .case-studies .sec-title h3 {
        font-size: 28px;
    }

    .team-slider-box h5 {
        font-size: 16px;
    }

    .team-slider-box p {
        font-size: 14px;
    }

    .team-slider {
        margin-bottom: 40px;
    }

    .tab-slider li h5 {
        font-size: 18px;
    }

    .alliances-slider .slick-dots {
        bottom: -40px;
    }

    .alliances-slider {
        padding-top: 30px;
    }

    .collaborate-with-us {
        padding: 110px 0 150px;
    }

    .collaborate-with-us .swiper-wrapper:before {
        max-height: 260px;
        max-width: 210px;
    }

    .description-title h5 {
        font-size: 16px;
    }

    .swiper-description {
        bottom: -45px;
    }

    .collaborate-with-us .swiper-wrapper:after {
        left: 30%;
        width: 75px;
    }

    .swiper-description {
        max-width: 60%;
        bottom: -90px;
    }

    .description-item__caption p {
        font-size: 12px;
    }

    .nav-bar ul li.defualt-btn {
        padding: 15px;
        margin-left: 0;
        border: none;
        border-radius: unset;
    }

    .nav-bar ul li:last-child {
        border-bottom: 1px solid #000;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom ul {
        display: flex;
        justify-content: center;
    }

    .footer-link .links {
        width: 50%;
    }

    .social-link ul li {
        padding: 0;
    }

    .social-link ul {
        display: block;
    }

    .footer-link .footer-link-2 {
        border-right: 0;
    }

    .knowledge-hub-icon ul li span {
        height: 50px;
        width: 50px;
    }

    .knowledge-hub-icon ul li span img {
        max-width: 25px;
    }

    .knowledge-hub-icon ul li h5 {
        font-size: 17px;
    }

    .case-studies-img-wrp {
        width: 100%;
        position: static;
    }

    .case-studies-img-wrp:before {
        display: none;
    }

    .alliances:before {
        display: none;
    }

    .case-studies-text {
        padding: 15px;
    }

    .about-coda-blog {
        width: calc(100% - 30px);
    }

    .collaborate-with-us .swiper-pagination-clickable .swiper-pagination-bullet {
        height: 18px;
        width: 18px;
    }

    .collaborate-with-us .swiper-pagination {
        right: 0;
        bottom: 0;
    }

    .collaborate-with-us .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 5px 0;
    }

    /* .collaborate-with-us #swiperparent_2 > * > * > :last-child {
		left: 5%;
		top: -7%;
	} */
    .collaborate-with-us #swiperparent_2>*>*> :first-child {
        left: 53%;
    }

    /* .collaborate-with-us
		#swiperparent_2
		> *
		> *
		> :not(:first-child):not(:last-child) {
		top: 53%;
		left: 10%;
	} */
    .collaborate-with-us #swiperparent_3>*>*> :not(:first-child):not(:last-child) {
        left: 0;
        width: 53.3%;
    }

    .case-border .sec-title {
        padding-left: 0;
    }

    .over-billion-blog img {
        height: 90px;
        display: flex;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .over-billion-blog h6 {
        padding-bottom: 40px;
    }

    .swiper-description {
        position: static;
        margin-top: 50px;
        max-width: 100%;
    }

    .collaborate-with-us .swiper-pagination {
        right: 0;
        bottom: 150px;
        right: 0px;
    }

    .knowledge-hub {
        padding: 40px 0;
        background: #ffffff;
    }

    .collaborate-with-us .swiper-wrapper:before {
        display: none;
    }

    .banner-video {
        margin-top: 30px;
    }

    .banner-slider .slick-next {
        right: 0;
        left: 100px;
    }

    .banner-slider .slick-prev {
        right: 0;
        left: 0;
    }

    .case-studies .case-border {
        border: none;
    }

    .tab-slider li {
        border: 1px solid #c4c4c4;
    }

    .small-title h6 {
        text-align: left;
        display: inline;
    }

    .team-slider .slick-prev {
        right: 0;
        left: 20px;
    }

    .team-slider .slick-next {
        right: 0;
        left: 120px;
    }

    /* .small-content a h5 {
        -webkit-line-clamp: 1;
    }
    .small-content a h5 {
        -webkit-line-clamp: 1;
    } */
    .event-slider .slick-arrow {
        display: block !important;
    }

    .banner-video .play-btn {
        height: 60px;
        width: 60px;
    }

    .banner-right .banner-slider .slick-list {
        margin: 0 -10px;
    }

    .banner-right .banner-slider .slick-slide {
        padding: 0 10px;
    }

    /* .case-border .sec-title {
        margin-bottom: 50px;
    } */
    .slide-item__img-wrapper {
        /*opacity: 0!important;
	    visibility: hidden;*/
        height: 100% !important;
        width: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        will-change: unset;
    }

    .collaborate-with-us .slide-item__img-wrapper {
        -webkit-transition: unsets;
        -o-transition: unset;
        transition: unset;
    }

    .collaborate-with-us .slide-item__container {
        position: relative;
        width: 80%;
        height: 100%;
        padding-bottom: 65%;
    }

    .slide-item__container:before {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        border: 1px solid #fff;
        opacity: 0.5;
        position: absolute;
        top: 20px;
        right: -20px;
    }

    .collaborate-with-us .swiper-wrapper:after {
        display: none;
    }

    .collaborate-with-us .swiper-container {
        pointer-events: all;
    }

    .collaborate-with-us .swiper-container {
        padding-left: 0;
    }

    .tab-slider .slick-prev {
        display: block !important;
        position: absolute;
        top: -100px;
        right: 100px;
        background-image: url(../img/left-arrow-black.svg);
    }

    .tab-slider .slick-next {
        background: none;
        border: none;
        font-size: 0;
        width: 88px;
        height: 56px;
        border: 2px solid #009fe3;
        border-radius: 150px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
        transition: all 0.4s;
        position: absolute;
        top: -100px;
        right: 0;
        background-image: url(../img/right-arrow-black.svg);
    }

    .tab-slider .slick-next:hover.slick-arrow:hover {
        background-color: #009fe3;
        border: transparent 2px solid;
    }

    .case-studies-tab {
        border-left: none;
        display: none;
    }

    .collaborate-with-us img {
        height: 100%;
    }

    .case-studies-content>div {
        display: block;
    }

    .case-studies-content .slick-arrow {
        display: block;
    }

    .direction_box {
        background: rgb(0 24 102 / 10%);
    }

    .alliances-slider img {
        padding: 0;
    }

    .event-slider {
        margin-bottom: 60px;
    }

}

@media only screen and (max-width: 575px) {
    .footer-link .links {
        width: 100%;
        border-right: unset;
    }

    .knowledge-hub-icon ul li h5 {
        font-size: 12px;
    }

    .knowledge-hub-icon ul li span img {
        max-width: 20px;
    }

    .knowledge-hub-icon ul li span {
        height: 40px;
        width: 40px;
        margin-right: 5px;
    }

    .knowledge-hub-icon:after {
        width: 90%;
        height: 150%;
        border: 10px solid #011866;
    }

    .knowledge-hub-icon:before {
        height: 129%;
        width: 73%;
    }

    .knowledge-hub-icon {
        max-width: 320px;
    }

    .knowledge-hub-icon .image-radar {
        height: 154%;
        width: 94%;
    }

    .footer-link .links {
        width: 100%;
    }

    .collaborate-with-us:before {
        display: none;
    }

    .collaborate-with-us .swiper-wrapper:after {
        width: 100px;
    }

    .collaborate-with-us .swiper-wrapper:after {
        left: 25%;
    }

    .collaborate-btn .defualt-btn {
        margin-right: 10px;
        font-size: 12px;
    }

    .collaborate-btn .swiper-prev {
        margin-right: 10px;
    }

    /* .small-content a h5 {
        -webkit-line-clamp: 2;
    } */
    /* 27-05-2023*/


}

@media only screen and (max-width: 425px) {}

@media only screen and (max-width: 374px) {
    .collaborate-btn .slick-arrow {
        width: 60px;
    }

    .collaborate-with-us .swiper-wrapper:after {
        width: 75px;
    }

    .tab-slider .slick-arrow {
        width: 75px;
    }

    .tab-slider .slick-prev {
        right: 85px;
    }

    .case-studies .defualt-btn {
        font-size: 14px;
        padding: 16px 22px;
    }

    .case-studies-content .slick-arrow {
        width: 80px;
    }

    .case-studies-content .slick-prev {
        right: 110px;
    }
}

.image-radar {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150%;
    width: 150%;
    border: 2px solid #011866;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-animation: radarScale 3s ease-out infinite;
    animation: radarScale 3s ease-out infinite;
    z-index: -1;
}

@-webkit-keyframes radarScale {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.6);
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes radarScale {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.6);
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.small-content img {
    height: 180px;
    object-fit: cover;
}

.footer-link-1.links ul li a {
    color: #000;
}

form.em-booking-form .em-ticket-booking .input-textarea textarea,
.em-tickets input {
    font-family: 'TT Norms';
    font-feature-settings: 'liga' off;
}

.custom-cart-item-menu a {
    display: flex;
    position: relative;
    top: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-cart-item-menu a svg {
    width: 20px;
}

.tp-floating-cart-wrapper {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.floating-cart-btn {
    background: #ffffff;
    color: #001866;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 24px;
    transition: all .25s ease;
}

.floating-cart-btn:hover {
    background: #001866;
    color: #ffffff;
}

.cart-icon svg {
    width: 28px;
    height: 28px;
}

.floating-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #001866;
    color: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Checkout billing form: pair up .form-row-first/.form-row-last as 50/50
   columns. inline-block (not float) so WooCommerce's AJAX field refresh
   (e.g. state dropdown swap on country change) can't break the layout. */
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
}

.woocommerce-page form .form-row-first {
    margin-right: 6%;
}

.woocommerce-page form .form-row-wide {
    display: block;
    width: 100%;
    clear: both;
}

@media screen and (max-width: 767px) {
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
        display: block;
        margin-right: 0;
    }
}

.cart_item .em-wc-attendees {
	float: none !important;
	width: 100% !important;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	font-size: 28px !important;
}

.woocommerce-table__product-name .em-wc-attendees {
    width: 100%;
}

.woocommerce-order-received .woocommerce-table__product-total.product-total {
    vertical-align: top !important ;
}

/* Same issue as the order-received rule above, but for the cart table: the
   attendee table makes .product-name tall, which otherwise pushes
   .product-price (and its neighbours) to look vertically centered against
   it. */
.cart_item td.product-price,
.cart_item td.product-quantity,
.cart_item td.product-subtotal {
    vertical-align: top !important;
}

.coda-attendee-table-label {
    width: 20%;
}

/* "?" help-tip badge for the checkout account-password label
   (coda_make_checkout_account_password_optional, inc/wc-functions.php).
   CSS-only hover/focus tooltip, no JS dependency. */
.coda-help-tip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #6d6d6d;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    cursor: help;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.coda-help-tip::after {
    content: attr(data-tip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    padding: 8px 10px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease;
    z-index: 10;
}

.coda-help-tip:hover::after,
.coda-help-tip:focus::after {
    opacity: 1;
    visibility: visible;
}
