@font-face {
    font-family: 'Araboto';
    src: url('../font/Araboto/Araboto-Bold.woff2') format('woff2'),
        url('../font/Araboto/Araboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Araboto';
    src: url('../font/Araboto/Araboto-Black.woff2') format('woff2'),
        url('../font/Araboto/Araboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Araboto';
    src: url('../font/Araboto/Araboto-Light.woff2') format('woff2'),
        url('../font/Araboto/Araboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Araboto';
    src: url('../font/Araboto/Araboto-Medium.woff2') format('woff2'),
        url('../font/Araboto/Araboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Araboto';
    src: url('../font/Araboto/Araboto-Thin.woff2') format('woff2'),
        url('../font/Araboto/Araboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Araboto-Normal';
    src: url('../font/Araboto/Araboto-Normal.woff2') format('woff2'),
        url('../font/Araboto/Araboto-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
header {
    background-image: url(../images/home-banner.jpg);
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}
header .col-md-5 nav.navbar.navbar-expand-lg a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Araboto-Normal';
    line-height: 1;
}
header .col-md-7 li a.nav-link {
    color: #ffffff;
}
header .col-md-7 a.nav-link.active {
    color: #ffffff !important;
}
header .col-md-7 nav.navbar.navbar-expand-lg {
    text-align: right;
    float: right;
    padding-top: 0;
}
header .col-md-5 nav a.nav-link:hover, 
header .col-md-5 nav a.nav-link.active {
    color: #e28f33 !important;
}
}
header .col-md-7 a.nav-link.active {
    color: #ffffff !important;
    font-size: 14px;
}
.banner .col-md-3 img {
    width: 97px;
    height: auto;
}
header .col-md-9 h2 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 400;
    font-weight: 300;
    font-family: 'Araboto';
}
header .col-md-9 h2 span {
    color: #e28f33;
}
.banner .col-md-3 {
    text-align: center;
}
header .inner {
    border-bottom: 1px solid #ffffff;
}
header .col-md-5 nav.navbar.navbar-expand-lg a:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    display: block;
    top: 3px;
    bottom: 0;
    background: #ffffff;
    right: -10px;
}
header .col-md-5 nav.navbar.navbar-expand-lg li:nth-child(4) a:before {
    display: none;
}
.inner .container-fluid .row {
    align-items: center;
    justify-content: space-between;
}
.inner .container-fluid .row nav.navbar {
    padding: 0;
    margin: 0;
}
.banner .container .row .col-md-3 {
    width: auto;
    padding-right: 50px;
}
section.main h3 {
    font-size: 34px;
    font-family: 'Araboto';
    font-weight: 300;
    margin-bottom: 20px;
    color: #3b3b3b;
}
section.main {
    padding-top: 35px;
    padding-bottom: 35px;
}
section.main h3 {
    font-size: 24px;
    color: #3b3b3b;
    font-family: 'Araboto-Normal';
    font-weight: 300;
    padding-bottom: 20px;
}
section.main p {
    font-size: 24px;
    color: #3b3b3b;
    font-family: 'Araboto-Normal';
    font-weight: normal;
}
footer .contact {
    color: #ffffff;
    background: #282728;
    padding: 50px 0px 50px 0px;
}
footer .col-md-8 h3 {
    font-size: 36px;
    font-family: 'Araboto';
}
footer .contact .col-md-4 a {
    background: #f89d27;
    border: #f89d27;
    color: #ffffff;
    font-size: 20px;
    padding: 20px;
    position: relative;
    font-family: 'Araboto';
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: bold;
    line-height: 1;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .contact .row {
    align-items: center;
}
footer .get {
    padding-top: 25px;
}
footer .get .col-md-6 .text {
    background: #282728;
    text-align: center;
    color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
footer .get .col-md-6 {
    margin: 0 auto;
}
footer .get .col-md-6 a {
    background: #f89d27;
    border: #f89d27;
    color: #ffffff;
    font-size: 20px;
    padding: 20px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Araboto';
    font-weight: bold;
    line-height: 1;
    width: max-content;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.content .col-md-4:last-child {
    padding-right: 0;
}
footer .icons {
    background: #282728;
    margin-top: 30px;
    color: #ffffff;
    padding: 30px 0px 30px 0px;
}
footer .icons .col-md-4 h4 {
    font-size: 18px;
    position: relative;
    margin-bottom: 0;
    padding-right: 10px;
    font-family: 'Araboto-Normal';
    text-align: right;
}
footer .icons .col-md-4:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .col-md-7 a.nav-link img {
    padding-right: 0;
}
header .col-md-7 nav.navbar.navbar-expand-lg a.nav-link {
    font-size: 14px;
    position: relative;
    font-family: 'Araboto';
    padding: 17px 13px !important;
    display: flex;
    align-items: center;
    line-height: 1;
}
footer .icons img:first-child {
    height: auto;
    position: relative;
}
footer .get .col-md-6 h3 {
    font-size: 51px;
    color: #f89d27;
    font-family: 'Araboto';
    font-weight: 300;
}
footer .get .col-md-6 h5 {
    font-size: 30px;
    font-family: 'Araboto';
    font-weight: 300;
}
section.content .col-md-4 h3 {
    font-size: 24px;
    color: #e28f33;
    font-family: 'Araboto';
    font-weight: 700;
}

section.content .col-md-4 p {
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 300;
    font-family: 'Araboto-Normal';
    line-height: 30px;
}
section.feedback,
section.key-language {
    background: #282728;
    color: #e28f33;
    padding: 40px 40px 55px 40px;
    font-family: 'Araboto';
}
section.key-language {
    padding: 25px 0;
}
section.feedback h2 {
    font-size: 55px;
    line-height: 1;
    margin: 0;
    font-family: 'Araboto';
    font-weight: 300;
}
section.lluk {
    padding-top: 40px;
}

section.lluk h5 {
    font-size: 24px;
    color: #e28f33;
    padding-top: 15px;
    font-family: 'Araboto';
}
section.lluk p {
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 300;
    font-family: 'Araboto-Normal';
    line-height: 30px;
}
section.content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.goodman {
    border-top: 1px solid #3b3b3bb3;
    padding-top: 30px;
    border-bottom: 1px solid #3b3b3bb3;
}
section.lluk .leader {
    border-top: 1px solid #3b3b3bb3;
    padding-top: 30px;
}
section.lluk .col-md-6 {
    position: relative;
}
section.lluk .col-md-6:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    display: block;
    top: 0;
    bottom: 31px;
    background: #3b3b3bb3;
    right: 0;
}

.banner {
    padding-top: 30px;
}
header.Ideation {
    background: #282728;
    height: auto;

}
header.what.we.do {
    background-image: url(../images/what-do-you-get.jpg);
}
section.lluk .col-md-6:first-child {
    padding-right: 80px;
}
section.lluk .col-md-6:last-child {
    padding-left: 80px;
}
section.lluk .leader .col-md-6:first-child img {
    width: 100%;
}
.navbar-expand-lg .navbar-collapse li.nav-item:nth-child(4) {
    padding-right: 0;
}
.navbar-expand-lg .navbar-collapse li.nav-item:first-child {
    padding-left: 0;
}
header .col-md-7 nav.navbar ul.navbar-nav li:first-child a img, header .col-md-7 nav.navbar ul.navbar-nav li:last-child a img {
    margin-right: 10px;
}

.vector {
    text-align: center;
}
.vector img {
    width: 12%;
    text-align: center;
}
.diagram .col-md-3 img {
    width: 40%;
}
.diagram .col-md-3:first-child {
    text-align: right;
}
.diagram .col-md-6 {
    text-align: center;
}
.diagram .col-md-6 img {
    width: 55%;
    top: 30px;
    position: relative;
}
.diagram .vector.end .col-md-6 img {
    width: 25%;
    top: 0 !important;
}
.diagram h5 {
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 15px;
    font-family: 'Araboto';
}
.diagram .vector.end h5 {
    width: 40%;
    margin: 0 auto;
}
.diagram .col-md-3 h5 {
    width: 47%;
    text-align: center;
}
.vector h5 {
    width: 18%;
    margin: 0 auto;
    
}
.diagram .col-md-3:first-child h5 {
    width: 42%;
    text-align: center;
    margin: 0 auto;
    margin-right: 0;
}

.diagram .vector.end .col-md-6:first-child {
    text-align: right;
    position: relative;
    top: 70px;
    right: 70px;
}
.diagram .vector.end .col-md-6:first-child h5 {
    margin-right: 0;
}

.diagram .vector.end .col-md-6:last-child {
    top: 55px;
    position: relative;
    text-align: left;
    left: 90px;
}
.diagram .vector.end .col-md-6:last-child h5 {
    margin-left: 0;
}
.diagram .vector.end .col-md-6:last-child img {
    width: 20%;
}
.checkbtn{
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.navbar-expand-lg .navbar-collapse {
    list-style: none;
}
.navbar-expand-lg .navbar-collapse li.nav-item {
    padding: 0 10px;
    margin-top: 0;
}
.inner .container-fluid .row nav.navbar ul {
    margin-bottom: 0;
}
header nav.navbar.navbar-expand-lg {
    padding: 0;
}
footer .icons .col-md-4 a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.pentagon-container {
    position: relative;
    width: 932px !important;
    max-width: 100% !important;
    height: 962px;
    margin: auto;
}
section.tab-main-section {
    background: #282728;
    display: flex;
    align-items: center;
    justify-content: center;    
    padding-bottom: 5rem;

}
	.top-center-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0px auto;
	width: 200px;
	height: auto;
	text-align: center;
	z-index: 1;
	}
	.right-image {
	position: absolute;
	right: 0;
	top: 30%;
	width: 200px;
	height: auto;
	text-align: center;
	z-index: 1;
	}
	.left-image {
	position: absolute;
	left: 0;
	top: 30%;
	width: 200px;
	height: auto;
	text-align: center;
	z-index: 1;
	}
	.bottom-right-image {
	position: absolute;
	right: 183px;
	bottom: 0;
	width: 200px;
	height: auto;
	text-align: center;
	z-index: 1;
	}
	.bottom-left-image {
	position: absolute;
	left: 109px;
	bottom: 0;
	width: 200px;
	height: auto;
	text-align: center;
	z-index: 1;
	}
	.pentagon-container h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0;
	font-family: 'Araboto';
    font-weight: 700;
	}
	.top-center-image img {
	width: 150px;
	height: auto;
	}
	.right-image img {
	width: 183px;
	height: auto;
	}
	.bottom-right-image img {
	width: 123px;
	}
	.bottom-left-image img {
	width: 200px;
	height: auto;
	}
	.left-image img {
	width: 109px;
	height: auto;
	}
	.pentagon-container ul li,
	section.home.tab-main-section .pentagon-container p {
	color: #fff;
	text-align: left;
	font-size: 20px;
    font-family: 'Araboto';
	font-weight: 500;
    margin-bottom: 5px;
	}
    .pentagon-container ul li:last-child,
	section.home.tab-main-section .pentagon-container p:last-child {
       margin-bottom: 0;
    }
.pentagon-container .main-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    z-index: 0;
    display: none;
    width: 400px;
}
.pentagon-container .main-content.current {
    display: flex;
}
.pentagon-container .main-center-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    z-index: 0;
    display: flex;
    width: 60%;
    height: 55%;
    text-align: center;
}
.pentagon-container .main-center-image img {
    max-width: 100%;
}
.pentagon-container div a {
    display: block;
    text-decoration: none;
}
.pentagon-container.for-fade .main-content:not(.main-content.current),
.pentagon-container.for-fade > div > a:not(a.current) {
    opacity: 0.4;
}

/*new*/
.pentagon-container a.hovered {
    opacity: .65 !important;
    transition: .2s ease;
}
.pentagon-container .main-center-image > img:not(.full_img) {
    display: none;
}
.pentagon-container .main-center-image > img.show {
    display: block !important;
}
.pentagon-container.for-fade .main-center-image img {
    display: none !important;
}
.pentagon-container .main-center-image img.full_img.display-none {
    display: none !important;
}
header nav.navbar.navbar-expand-lg ul#navbarSupportedContent li.nav-item-responsive {
    display: none;
}
header .col-md-7 nav.navbar.navbar-expand-lg li.nav-item {
    border-right: 1px solid #ffffff;
}
footer .icons .container .row {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}
footer .icons .container .row > .col-md-4 {
    width: auto;
}
header nav.navbar.navbar-expand-lg button.navbar-toggler i {
    color: #ffffff;
}
header .col-md-7 nav.navbar.navbar-expand-lg a.nav-link:hover {
    color: #e28f33 !important;
}
footer .get .col-md-6 a img {
    padding-left: 15px;
}
::marker {
    color: #f89d27 !important;
}
footer .get .col-md-6 .text .col-md-6 {
    margin-top: 30px;
}

section.content .col-md-4:first-child {
    padding-right: 62px;
}
section.content .col-md-4:nth-child(2) {
    padding-left: 37px;
    padding-right: 37px;
}
section.content .col-md-4:last-child {
    padding-left: 37px;
}
footer .get .col-md-6 a:hover, footer .contact .col-md-4 a:hover {
    background: #cb7a1f;
    border: #cb7a1f;
    transition: ease .2s;
}
footer .contact .col-md-4 a img {
    margin-left: 15px !important;
}

header nav.navbar.navbar-expand-lg button.navbar-toggler {
    box-shadow: none;
}
header.Ideation .banner {
    padding-bottom: 30px;
}

/*20-06-2023*/
.CXO-services p {
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 300;
    font-family: 'Araboto-Normal';
    line-height: 30px;
    margin-bottom: 25px;
}
.CXO-services h2 {
    font-size: 24px;
    color: #3b3b3b;
    font-family: 'Araboto';
    font-weight: 700;
    margin-bottom: 25px;
}
.CXO-services {
    padding: 54px 0 0px 0;
}
.CXO-services ul li {
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 300;
    font-family: 'Araboto-Normal';
    line-height: 30px;
    margin-bottom: 25px;
    padding-left: 70px;
    list-style: none;
    position: relative;
}
.CXO-services ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #3b3b3b;
    border-radius: 5px;
    left: 33px;
    top: 15px;
}
.CXO-services ul {
    padding-top: 25px;
}

header.executive-summary {
    background-image: url(../images/new-executive-summary.jpg);
}
section.main-summery h3 {
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 300;
    font-family: 'Araboto-Normal';
    padding-bottom: 20px;
}
section.main-summery {
    padding-top: 35px;
    padding-bottom: 35px;
}
section.main-summery .col-md-2 img {
    width: 100%;
    height: auto;
}
section.key-language h2 {
    font-size: 36px;
    line-height: 1;
    margin: 0;
    font-family: 'Araboto';
    font-weight: 300;
    color: #f89d27;
}
section.key-language {
    padding: 25px 0 35px 0;
}
section.key-language-main .main-content h3 {
    color: #f89d27;
    font-size: 19px;
    font-family: 'Araboto';
    font-weight: bold;
    line-height: 1.2;
}
section.key-language-main .main-content ul li {
    font-size: 17px;
    color: #3b3b3b;
    font-weight: 300;
    font-family: 'Araboto-Normal';
    line-height: 1.2;
    margin-bottom: 2px;
}
section.key-language-main .main-content ul li::marker {
    color: #3b3b3b !important;
    font-size: 14px;
}
section.key-language-main .main-content ul {
    padding-left: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
section.key-language-main .main-content {
    border: 1px solid #212121;
    height: 100%;
    padding: 15px;
}
section.key-language-main > .container > .row:not(:last-child) {
    margin-bottom: 30px;
}
section.key-language-main .vertical-heading {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    white-space: nowrap;
    padding: 0;
    background: #222222;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
section.key-language-main > .container > .row > .col-md-4 {
    width: calc(33.33333333% - 24px);
}
section.key-language-main {
    padding-top: 30px;
}
section.key-language-main .vertical-heading h2 {
    color: #f89d27;
    font-size: 18px;
    font-family: 'Araboto';
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
header .inner .container-fluid .col-md-5 {
    width: 50.666667%;
}
header .inner .container-fluid .col-md-7 {
    width: 49.333333%;
}

/*05-07-2023 new home design*/
section.home.tab-main-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
section.home.tab-main-section .pentagon-container .main-content div p {
    text-align: center;
    margin-bottom: 15px;
}
section.home.tab-main-section .pentagon-container .main-content div p {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Araboto';
    font-size: 21px;
    font-weight: 500;
}
section.home.tab-main-section .top-center-image,
section.home.tab-main-section .right-image,
section.home.tab-main-section .bottom-right-image,
section.home.tab-main-section .bottom-left-image,
section.home.tab-main-section .left-image {
    width: 220px;
}
section.home.tab-main-section .top-center-image img {
    width: 199px;
    height: auto;
}
section.home.tab-main-section .right-image img {
    width: 139px;
    height: auto;
}
section.home.tab-main-section .bottom-right-image img {
    width: 157px;
}
section.home.tab-main-section .bottom-left-image img {
    width: 166px;
    height: auto;
}
section.home.tab-main-section .left-image img {
    width: 142px;
    height: auto;
}
section.home.tab-main-section .pentagon-container .main-content {
    width: 321px;
}
section.home.tab-main-section {
    border-top: 25px solid #fff;
}
/*05-07-2023 new home design*/
@media (min-width: 768px){
section.main-summery .col-md-2 {
    width: 30.666667%;
}
section.main-summery .col-md-10 {
    width: 69.333333%;
}
}
@media (min-width: 992px){
section.main-summery .col-md-2 {
    width: 18.666667%;
}
section.main-summery .col-md-10 {
    width: 81.333333%;
}
}
@media (min-width: 1200px){
footer .contact .container .row .col-md-4 {
    width: 20%;
}
footer .contact .container .row .col-md-8 {
    width: 80%;
}
header.executive-summary .col-md-9 h2 {
    margin-top: 20px;
}
}
@media (min-width: 1600px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1440px !important;
	}
    footer .contact .container .row {
    padding: 0 7rem;
}
header .col-md-9 h2 {
    font-size: 50px;
}
header {
    height: 744px;
}
}
/* @media (min-width: 1800px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1616px !important;
	}
}
@media (min-width: 2000px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 90% !important;
	}
} */
@media (max-width: 1599.98px) {
header .col-md-9 h2 {
    font-size: 47px;
}
footer .get .col-md-6 h5 {
    font-size: 26px;
}
footer .contact .container .row {
    padding: 0 3rem;
}
}
@media (max-width: 1399.98px) {

header .col-md-9 h2 {
    font-size: 40px;
    text-shadow: 1px 0px 1px #000000;
}

section.main h3 {
    font-size: 18px;
    line-height: 24px;
}

section.main p, section.content .col-md-4 p, section.lluk p, section.content .col-md-4 h3, section.lluk h5, .CXO-services p, .CXO-services h2, .CXO-services ul li {
    font-size: 18px;
    line-height: 24px;
}
.CXO-services ul li:before {
    top: 12px;
}
footer .get .col-md-6 h3 {
    font-size: 42px;
}
footer .get .col-md-6 h5 {
    font-size: 22px;
}

footer .col-md-8 h3 {
    font-size: 27px;
}
footer .icons .col-md-4 h4 {
    font-size: 14px;
    text-align: right;
}
section.main-summery h3 {
    font-size: 18px;
    line-height: 24px;
}
section.key-language-main .main-content h3,
section.key-language-main .main-content ul li {
    font-size: 17px;
}
section.key-language h2 {
    font-size: 35px;
}
}

@media (max-width: 1199.98px) {
    footer .get .col-md-6 h3 {
        font-size: 43px;
    }
    section.feedback h2 {
        font-size: 50px;
    }
    footer .get .col-md-6 a, footer .contact .col-md-4 a {
        padding: 13px 20px;
    }
    section.lluk .leader .col-md-6 img {
    max-width: 100%;
}
.inner .container-fluid .row nav.navbar ul {
    padding-left: 0;
}
header .col-md-7 nav.navbar.navbar-expand-lg li.nav-item-icon a.nav-link {
    padding-right: 0 !important;
}
header .col-md-7 nav.navbar.navbar-expand-lg li.nav-item:first-child a.nav-link {
    padding-left: 0 !important;
}
header .col-md-7 nav.navbar.navbar-expand-lg a.nav-link {
    font-size: 12px;
}
header .col-md-5 nav.navbar.navbar-expand-lg a {
    font-size: 12px;
}
footer .icons .col-md-4 h4 {
    font-size: 12px;
}
footer .icons .col-md-4 a img:not(.col-md-4:first-child a img) {
    width: 35px;
}
footer .icons .container .row > .col-md-4:first-child img {
    width: 110px;
}
}
@media (max-width: 1026.98px) {
    header .col-md-5 nav.navbar.navbar-expand-lg a {
        font-size: 12px;
    }
header .col-md-7 nav.navbar.navbar-expand-lg a.nav-link {
    font-size: 12px;
    padding: 12px 10px !important;
}
}
@media (max-width: 991.98px) {
header nav.navbar.navbar-expand-lg button.navbar-toggler[aria-expanded=false] i.fas.fa-times {
    display: none;
}
header nav.navbar.navbar-expand-lg button.navbar-toggler[aria-expanded=true] i.fas.fa-bars {
    display: none;
}
header nav.navbar.navbar-expand-lg button.navbar-toggler[aria-expanded=true] i.fas.fa-times {
    display: block;
}
    header .col-md-9 h2 {
        font-size: 45px;
    }
/*    section.main h3 {
        font-size: 30px;
    }*/
    footer .col-md-8 h3 {
        font-size: 28px;
    }
    footer .get .col-md-6 h3 {
        font-size: 30px;
    }
    footer .get .col-md-6 h5 {
        font-size: 22px;
    }
    footer .get .col-md-6 button.btn.btn-warning {
        font-size: 14px;
    }
/*    section.main p {
        font-size: 22px;
    }*/
    section.lluk .col-md-6 img {
        width: 100%;
    }
    header .inner ul.navbar-nav {
        flex-direction: row;
    }
    header .col-md-5 nav.navbar.navbar-expand-lg a:before {
        right: -6px;
    }
    header .inner .col-md-5 ul.navbar-nav {
        position: fixed;
        top: 56px;
    width: 25%;
    flex-direction: column;
    background: #282728;
    text-align: center;
    left: -100%;
    height: 100vh;
    }
    #check:checked ~ ul{
        right: 0;
    }
    header .inner .checkbtn {
        display: block;
    }
    header .inner .col-md-5 {
        width: 16.666667%;
    }
    header .inner .col-md-7 {
        width: 79.333333%;
    }

    .navbar-expand-lg .navbar-collapse li.nav-item {
        padding: 0 !important;
    }
    button.navbar-toggler {
        background: transparent;
        border: none;
    }
ul#navbarSupportedContent {
    list-style: none;
    padding: 0;
    background: #282728;
    height: auto;
    position: fixed;
    top: 40px;
    width: 100%;
    padding-right: 20px !important;
    left: 0;
    padding: 0px;
    transition-duration: 0s;
    padding-left: 20px;
    z-index: 2;
}
.navbar-expand-lg .navbar-collapse li.nav-item, .navbar-expand-lg .navbar-collapse li.nav-item-responsive {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0 !important;
    border-bottom: 1px solid #767677;
}
.navbar-expand-lg .navbar-collapse li.nav-item-responsive:last-child {
    border-bottom: none;
}

    .pentagon-container .main-center-image img {
        max-width: 80%;
    }
    .bottom-right-image img {
        width: 100px;
    }
    .bottom-right-image {
        position: absolute;
        right: 88px;
        bottom: 0;
        width: 200px;
        height: auto;
        text-align: center;
        z-index: 1;
    }
    .left-image {
        width: 100px;
        top: 24%;
    }
    .right-image {
        width: 150px;
        top: 23%;
    }
    .bottom-left-image {
        left: 30px;
        top: 65%;
    }
    .bottom-right-image {
        right: 30px;
        top: 63%;
    }
    .top-center-image img {
        width: 125px;
    }
    .left-image img {
        width: 100px;
    }
    .right-image img {
        width: 125px;
    }
    .pentagon-container .main-center-image img {
        max-width: 70%;
    }
    .bottom-left-image img {
        width: 150px;
    }
    header nav.navbar.navbar-expand-lg ul#navbarSupportedContent li.nav-item-responsive {
        display: block;
        margin-bottom: 19px;
    }
    header .inner .col-md-7 li.nav-item-icon {
        display: none;
    }
    header .col-md-7 nav.navbar.navbar-expand-lg a.nav-link.active {
        display: none;
    }
    header nav.navbar.navbar-expand-lg button.navbar-toggler {
        font-size: 15px;
    }
    header .col-md-5 nav.navbar.navbar-expand-lg a:before {
       display: none;
    }
    header nav.navbar.navbar-expand-lg ul#navbarSupportedContent li.nav-item-responsive img {
        padding-right: 10px;
    }
header nav.navbar.navbar-expand-lg button.navbar-toggler {
    border: 1px solid #ffffff;
    border-radius: 0;
    min-width: 40px;
    min-height: 25px;
}
    header .col-md-7 nav.navbar.navbar-expand-lg li.nav-item:nth-last-child(2) {
    border-right: none;
}
footer .get .col-md-6 a {
    font-size: 15px;
}
section.content .col-md-4 {
    padding-right: 0;
    width: 100%;
}
section.content .col-md-4:first-child {
    padding-right: 15px;
}
section.content .col-md-4:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
}
section.content .col-md-4:last-child {
    padding-left: 15px;
}
section.content .col-md-4:last-child {
    padding-right: 15px;
}
section.key-language-main > .container > .row > .col-md-4 {
    width: calc(100% - 0px);
}
section.key-language-main .vertical-heading {
    transform: none;
    writing-mode: horizontal-tb;
    width: calc(100% - 24px);
    height: 60px;
    margin: auto;
    margin-bottom: 12px;
}
section.key-language-main > .container > .row > .col-md-4:not(:last-child) {
    margin-bottom: 15px;
}
section.home.tab-main-section .top-center-image img, 
section.home.tab-main-section .right-image img, 
section.home.tab-main-section .bottom-right-image img, 
section.home.tab-main-section .bottom-left-image img, 
section.home.tab-main-section .left-image img {
    width: 100px;
}
section.home.tab-main-section .pentagon-container h2 {
    font-size: 16px;
}
section.home.tab-main-section .pentagon-container .main-content {
    width: 321px;
}
section.home.tab-main-section .pentagon-container .main-content div p {
    font-size: 18px;
}
section.home.tab-main-section .bottom-right-image {
    top: 65%;
}
footer .icons .container .row > .col-md-4:last-child {
    width: 100%;
}
footer .icons .container .row {
    flex-wrap: wrap;
}
footer .icons .container .row > .col-md-4:last-child h4 {
    text-align: center;
    margin-top: 20px;
}
}

@media (max-width: 767.98px) {
    footer .contact .col-md-4 a {
    margin: 0px auto;
}
    footer .icons {
        text-align: center;
    }
    footer .icons .col-md-4:nth-child(2) {
        /*width: 42%;*/
        margin: 0 auto;
        /*margin-top: 20px;*/
    }
/*    section.main h3 {
        font-size: 26px;
    }*/
/*    section.main p {
        font-size: 20px;
    }*/
    footer .col-md-8 h3 {
        font-size: 23px;
    }
footer .get .col-md-6:not(:last-child) {
    margin-bottom: 30px;
}
    section.lluk .col-md-6:last-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    section.lluk .col-md-6 img {
        width: 70%;
    }
    section.lluk .col-md-6:first-child:before {
        content: '';
        display: none;
    }
    section.feedback h2 {
        font-size: 40px;
    }
section.lluk .col-md-6:first-child {
    padding-right: 15px;
}
    .goodman img {
        width: 60%;
    }

    .vector img {
        width: 12%;
        text-align: center;
    }
    .diagram .col-md-3:first-child {
        text-align: left;
    }
    .diagram .col-md-3 img {
        width: 18%;
    }
    .diagram .col-md-3:first-child h5 {
        width: 40%;
        text-align: left;
        margin-right: 0;
        font-size: 13px;
    }
    .diagram .col-md-6 img {
        width: 48%;
        top: -134px;
        position: relative;
    }
    .diagram .col-md-3:last-child {
        text-align: right;
        position: relative;
        top: -378px;
        left: 49px;
    }
    .col-md-3:last-child h5 {
        width: auto;
        font-size: 15px;
    }

    .banner .col-md-3 img {
        width: 70px;
        height: auto;
    }
    .banner .container .row {
    justify-content: center;
    text-align: center;
}
footer .contact .row {
    align-items: center;
    text-align: center;
}
footer .get .col-md-6 .text {
    height: auto;
}
.banner .container .row .col-md-3 {
    padding-right: 15px;
}
footer .icons .col-md-4 h4 {
    text-align: center;
}
footer .contact .col-md-4 {
    padding-top: 20px;
}
.top-center-image img {
    width: 100px;
}
.left-image img {
    width: 80px;
}
.right-image img {
    width: 100px;
}
.bottom-left-image img {
    width: 100px;
}
.bottom-right-image img {
    width: 80px;
}
.pentagon-container ul li,
section.home.tab-main-section .pentagon-container p {
    font-size: 15px;
}
.pentagon-container .main-content {
    top: -54px;
    width: 312px;
}
footer .icons .col-md-4 {
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .icons .col-md-4:last-child {
    width: 100%;
    margin-top: 15px;
}
.pentagon-container {
    height: 662px;
}
footer .icons .col-md-4:last-child a {
    display: block;
}
header.what.we.do {
    position: relative;
}
header.what.we.do:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    background: rgb(34,34,34);
    background: linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(255,255,255,0) 100%);
    opacity: 0.5;
}
header.what.we.do .banner {
    z-index: 2;
    position: relative;
}
header.what.we.do .inner {
    z-index: 3;
    position: relative;
}
footer .contact .container .row {
    padding: 0 0rem;
}
.CXO-services ul li {
    padding-left: 35px;
}
.CXO-services ul li:before {
    left: 14px;
    top: 12px;
}
section.key-language-main > .container > .row > .col-md-4 {
    width: calc(100% - 0px);
}
section.key-language-main .vertical-heading {
    transform: none;
    writing-mode: horizontal-tb;
    width: calc(100% - 24px);
    height: 60px;
    margin: auto;
    margin-bottom: 12px;
}
section.key-language-main > .container > .row > .col-md-4:not(:last-child) {
    margin-bottom: 15px;
}
section.home.tab-main-section .pentagon-container .main-content div p {
    font-size: 15px;
}
section.home.tab-main-section .top-center-image, 
section.home.tab-main-section .right-image, 
section.home.tab-main-section .bottom-right-image, 
section.home.tab-main-section .bottom-left-image, 
section.home.tab-main-section .left-image {
    width: 135px;
}
section.home.tab-main-section .pentagon-container .main-content {
    width: 250px;
}
section.home.tab-main-section .bottom-right-image {
    right: 15px;
}
section.home.tab-main-section .bottom-left-image {
    left: 10px;
}
section.home.tab-main-section {
    padding-top: 3rem;
    padding-bottom: 0rem;
}
footer .icons .container .row > .col-md-4:first-child {
    width: 100%;
    margin-bottom: 20px;
}
footer .icons .container .row > .col-md-4:last-child h4 {
    text-align: center;
    margin-top: 5px;
}
}

@media (max-width: 638.98px) {
    header .inner .col-md-7 {
        width: 92.333333%;
    }
    header .inner .col-md-5 {
        width: 7.666667%;
    }
}
@media (max-width: 575.98px) {
section.feedback h2 {
    font-size: 29px;
}
header .col-md-9 h2 {
    font-size: 35px;
    padding-top: 20px;
}

.top-center-image img {
    width: 130px;
}
.left-image img {
    width: 75px;
}
.right-image {
    width: 150px;
}
.right-image {
    width: 86px;
    top: 168px;
    right: 10px;
}
.bottom-left-image {
    left: -21px;
    top: 70%;
}
.bottom-right-image {
    right: 0px;
    top: 67%;
}
.right-image img {
    width: 80px;
}

.pentagon-container .main-center-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* bottom: 259px; */
    margin: auto;
    align-items: center;
    justify-content: center;
    z-index: 0;
    display: flex;
    width: 60%;
    height: 55%;
}
.left-image {
    width: 76px;
    left: 10px;
    top: 163px;
}
.bottom-left-image img {
    width: 80px;
}
.bottom-right-image img {
    width: 80px;
}
.pentagon-container .main-content.current {
    display: flex;
    /* top: 100%; */
    width: 190px;
}
section.tab-main-section {
    padding-bottom: 40px;
}
.main-content ul {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 0;
    padding-left: 1rem;
}
.pentagon-container ul li,
section.home.tab-main-section .pentagon-container p {
    font-size: 12px;
}
.top-center-image img {
    width: 80px;
}
.pentagon-container h2 {
    font-size: 15px;
}
.left-image img {
    width: 57px;
}
footer .icons img:first-child {
    height: 36px;
}
.pentagon-container {
    height: 620px;
}
footer .icons .col-md-4 img {
    height: 36px;
    width: auto;
}
section.feedback {
    padding: 40px 0;
}
header {
    height: 100vh;
}
section.key-language h2 {
    font-size: 29px;
}
section.home.tab-main-section .top-center-image img, 
section.home.tab-main-section .right-image img, 
section.home.tab-main-section .bottom-right-image img, 
section.home.tab-main-section .bottom-left-image img, 
section.home.tab-main-section .left-image img {
    width: 60px;
}
section.home.tab-main-section .bottom-right-image {
    top: 70%;
}
section.home.tab-main-section .pentagon-container .main-content {
    width: 190px;
}
section.home.tab-main-section .pentagon-container .main-content div p {
    font-size: 12px;
}
section.home.tab-main-section .pentagon-container h2 {
    font-size: 14px;
}
section.home.tab-main-section .top-center-image, 
section.home.tab-main-section .right-image,
section.home.tab-main-section .left-image {
    width: 80px;
}
section.home.tab-main-section .bottom-right-image, 
section.home.tab-main-section .bottom-left-image {
    width: 120px;
}
footer .icons .col-md-4 a img:not(.col-md-4:first-child a img) {
    width: auto;
}
footer .icons .container .row > .col-md-4 {
    width: 33.33%;
}
footer .icons .container .row > .col-md-4:first-child, footer .icons .container .row > .col-md-4 {
    width: 50%;
}
footer .icons .container .row > .col-md-4:first-child, footer .icons .container .row > .col-md-4:nth-child(3) {
    justify-content: flex-start;
}
footer .icons .container .row > .col-md-4:nth-child(2), footer .icons .container .row > .col-md-4:nth-child(4) {
    justify-content: flex-end;
}
footer .icons .container .row > .col-md-4 {
    margin-bottom: 10px !important;
}
footer .icons .container .row > .col-md-4:last-child {
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0;
}
}
@media (max-width: 449.98px) {
    header .col-md-9 h2 {
        font-size: 24px;
    }
}
@media (max-width: 385.98px) {
    section.feedback h2 {
        font-size: 22px;
    }
    section.key-language h2 {
    font-size: 22px;
}
}

/*17-07-2023*/
.executive-summary-gry {
    color: #ffffff;
    background: #282728;
    padding: 50px 0px 50px 0px;
    margin: 15px 0;
}
.executive-summary-gry h3 {
    font-size: 36px;
    font-family: 'Araboto';
}
section.main-summery .col-md-10 > h3:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
header.executive-summary .col-md-9 h3.summery-heading {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Araboto';
}
header.executive-summary .col-md-9 h3.summery-heading span {
    color: #e28f33;
}
header.executive-summary .col-md-9 h3.summery-heading strong {
    font-size: 22px;
}
section.content .col-md-4 p a {
    /*display: block;*/
    color: #e28f33;
    text-decoration: none;
}
section.content .col-md-4 p a:hover {
    text-decoration: underline;
}
@media (max-width: 1599.98px){
header.executive-summary .col-md-9 h3.summery-heading {
    font-size: 27px;
}
}
@media (max-width: 1399.98px){
.executive-summary-gry h3 {
    font-size: 27px;
}
header.executive-summary .col-md-9 h3.summery-heading {
    font-size: 24px;
}
}
@media (max-width: 991.98px){
.executive-summary-gry h3 {
    font-size: 28px;
}
header.executive-summary .col-md-9 h3.summery-heading {
    font-size: 22px;
}
}
@media (max-width: 767.98px){
.executive-summary-gry h3 {
    font-size: 23px;
    text-align: center;
}
header.executive-summary .col-md-9 h3.summery-heading strong {
    font-size: 18px;
    display: block;
}
header.executive-summary .col-md-9 h3.summery-heading br {
    display: none;
}
section.main-summery > .container > .row > .col-md-2 {
    margin-top: 20px;
}
}
@media (max-width: 449.98px){
header.executive-summary .col-md-9 h3.summery-heading {
    font-size: 20px;
}
}

/*17-07-2023*/