@import url("../fontStyle.css");
@import url("header.css?v1.2");
@import url("menus.css?v1.1");
@import url("footer.css?v1.1");
@import url("formsStyle.css");
@import url("sliders.css");
@import url("popup.css");
@import url("searchResult.css");

* {
    box-sizing: border-box;
}

html {
  font-family: 'Assistant', 'Arial', sans-serif;
  line-height: 1.15;
  direction: rtl;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Assistant', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    font-weight: 300;
    text-align: right;
    background-color: #ffffff;
}

  /* Preloader */
  
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #07656f;
    z-index: 101;
}
  
#status {
    width: 280px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../images/finance/MainMenu/Logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 280px;
    margin: auto;
}

:focus {
    outline: 0px solid #000;
}

a {
    text-decoration: none;
    color: #2e557c;
}

a:hover, a:focus {
    color: #007cbb;
    text-decoration: none;
}

a, button, input, select, textarea {
    transition: all .3s ease-in;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0px solid #000;
}

p {
    font-size: 1.250em;
    margin: 9px 0px;
    line-height: 26px;
    font-weight: 300;
}

strong, b {
    font-weight: 500;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 0px;
    padding: 0px;
}

img {
    vertical-align: middle;
    width: 100%;
}

.outline {
    outline: 2px solid #000000 !important;
}

header .outline {
    outline: 2px solid #ffffff !important;
}

/* start global styles */

.bgColor0 {
    background-color: #051d4d; 
}

.bgColor1 {
    background-color: #264275; 
}

.bgColor2 {
    background-color: #145b7f; 
}

.bgColor4 {
    background-color: #a64e9e; 
}

.bgColor5 {
    background-color: #ffffff; 
}

.bgColor6 {
    background-color: #f9f9f9; 
}

.bgColor7 {
    background-color: #e4f0f0; 
}

.dataSlider-container.bgColor5 {
    background-color: #f9f9f9;
}

a.ancourLink {
    position: relative;
    top: -50px;
}

.buttonCleanStyle {
    background-color: transparent;
    font-family: inherit;
    border: none;
}

.shadowStyle-section {
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.35);
}

/* end global styles */

.textAlign-left {
    text-align: left;
}

body.innerPage {
    padding-top: 125px;
}

article ul {
    margin: 15px 0px 15px 0px;
    padding: 0px 30px 0px 0px;
    list-style: none;
    font-size: 1.210em;
}

article ul li {
    line-height: 25px;
    position: relative;
}

article ul li::before {
    content: '';
    position: absolute;
    right: -32px;
    top: 2px;
    width: 22px;
    height: 22px;
    background-image: url(../../images/finance/Bullet.png);
    background-repeat: no-repeat;
    background-position: center center;
}

article ol {
    margin: 15px 0px 15px 0px;
    padding: 0px 30px 0px 0px;
    font-size: 1.210em;
}

article ol li {
    line-height: 25px;
    margin-bottom: 10px;
}

article a {
    text-decoration: underline;
}

.textAlign-left ul {
    padding: 0px 00px 0px 30px;
}

.textAlign-left ul li::before {
    right: inherit;
    left: -32px;
}

.articleList-Link {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 19px;
    padding: 0;
    margin: auto;
    color: #5c7a99;
    text-decoration: none;
}

.articleList-Link::after {
    content: "\226B";
    position: absolute;
    left: 3px;
    text-align: center;
    top: -2px;
    line-height: 29px;
    width: 32px;
    height: 32px;
    font-size: 22px;
    font-weight: 100;
    border-radius: 50%;
    transition: all .3s ease-in;
}

.articleList-Link:hover::after, .articleList-Link:focus::after {
    left: 0px;
    background-color: #e6e6e6;
}

.articleList-Link.containTextFix {
    width: inherit;
}

.articleList-Link.containTextFix::after {
    left: -33px;
}

.articleList-Link.containTextFix:hover::after, .articleList-Link.containTextFix:focus::after{
    left: -36px;
}

img.yaalimshash {
    max-width: 590px;
    margin: auto;
    display: block;
}

.heddingLevel-Style-centerd {
    text-align: center;
    font-weight: 500;
    font-size: 1.3em;
    max-width: 670px;
    margin: 40px auto;
}

a.goBack-btn {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.250em;
    font-weight: 400;
    background-color: #046eba;
    padding: 10px 25px 10px 30px;
    margin: auto;
    color: #ffffff;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    border-radius: 2px;
    text-decoration: none;
}

a.goBack-btn.rmArrow::after {
    left: 15px;
}

a.goBack-btn.rmArrow:hover::after, a.goBack-btn.rmArrow:focus::after {
    left: 6px;
}

a.goBack-btn:hover, a.goBack-btn:focus {
    background-color: #05486b;
}

.servicesList-item {
    display: flex;
    justify-content: flex-start;
    padding: 30px 0px;
}

.introImage img {
    width: 260px;
    height: 240px;
    padding: 10px;
    background-color: #f1f9ff;
    border-radius: 10px;
    margin: 5px 0px 0px 65px;
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.15);
}

.innerArticleStyle h2 {
    margin: 25px 0px 0px 0px;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 26px;
}

.gradientColorStyle {
    background-color: #19446f;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.thankYouMassage h1 {
    color: #000000;
    font-size: 1.4em;
    font-weight: 400;
    margin: 15px 0px;
}

.thankYouMassage {
    text-align: center;
    padding: 35px 15px 15px 15px;
}

img.nessLogotp {
    width: 50px;
    margin: auto;
    display: block;
}

.pic1, .pic2, .pic3, .pic4, .pic5 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pic1 {
    background-image: url(../../images/finance/HP/IMG1.jpg);
}

.pic2 {
    background-image: url(../../images/finance/HP/IMG2.jpg);
}

.pic3 {
    background-image: url(../../images/finance/HP/IMG3.jpg);
}

.pic4 {
    background-image: url(../../images/finance/HP/IMG4.jpg);
}

.pic5 {
    background-image: url(../../images/finance/HP/IMG5.jpg);
}

.picContainer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all .2s ease-in;
}

.picContainer:hover, .gridCell a:focus .picContainer {
    transform: scale(1.1);
}

section.grid-container {
    max-width: 1920px;
    height: 100vh;
    padding: 25px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.gridCell a > span {
    transition: all .3s ease-in;
}

.gridCell a:hover > span, .gridCell a:focus > span {
    bottom: 15px;
}

.gridRow {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 16px;
    flex: 1;
}

.row2 {
    margin-bottom: 0px;
}

.gridCell {
    margin: 0px 8px;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.gridCell.DubleCell {
    flex: 2 16px;
}

.gridCell a {
    display: block;
    width: 100%;
    height: 100%;
}

.gridCell a span {
    position: absolute;
    bottom: 0;
    font-size: 2.4em;
    padding: 0px 35px 24px 15px;
    right: 0;
    color: #ffffff;
    font-family: 'mixtape';
}

a.gridLink.outline:focus span {
    outline: 2px solid #000000;
}

.scrollDown {
    display: block;
    position: relative;
    width: 28px;
    height: 49px;
    padding: 0px;
    background-color: transparent;
    border: none;
    background-image: url(../../images/finance/HP/SCROLL.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.scrollDown span {
    font-family: 'mixtape';
    display: block;
    font-size: 1.4em;
    color: #ffffff;
    position: absolute;
    top: -60px;
    right: -31px;
    width: 90px;
    transform: rotate(-90deg);
}

.arrowDown-anim {
    position: absolute;
    left: 0;
    top: 0;
    bottom: -7px;
    right: 0;
    margin: auto;
    width: 16px;
    height: 19px;
    background-image: url(../../images/finance/HP/arrowDown.png);
    background-repeat: no-repeat;
    background-position: center center;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
	0% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
	50% {
		/* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
		transform: translatey(-10px);
	}
	100% {
		/* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
		transform: translatey(0px);
	}
}

.scrollDown-container {
    position: absolute;
    left: 38px;
    bottom: 55px;
    z-index: 2;
}

.sectionContainer {
    padding: 75px 0px;
}

.sectionInner-container {
    max-width: 1080px;
    margin: auto;
    padding: 0px 15px;
}

.headingStyle1 {
    margin: 0px;
    font-size: 3.4em;
    font-family: 'mixtape';
    color: #19446f;
    text-align: center;
    line-height: 52px;
    font-weight: 100;
}

.sectionDeco-img {
    margin-bottom: 30px;
}

img.aboutUs-img {
    max-width: 510px;
    display: block;
    margin: auto;
}

.sectionHeader {
    padding: 15px 0px;
}

.centerBlockText {
    max-width: 795px;
    margin: auto;
    text-align: center;
}

.blockText {
    max-width: 795px;
    margin: auto;
}

.readMore-container {
    text-align: center;
    padding: 15px 0px;
}

a.readMore-link {
    font-size: 1.250em;
    font-weight: 500;
    position: relative;
}

a.rmArrow::after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: -15px;
    font-size: 22px;
    font-weight: 600;
    transition: all .3s ease-in;
}

a.rmArrow:hover::after, a.rmArrow:focus::after {
    left: -10px;
}

.benefits-section {
    background-image: url(../../images/finance/WhyUS/WhyUsBG.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.headingStyle2 {
    margin: 0px;
    font-size: 3.4em;
    font-family: 'mixtape';
    color: #ffffff;
    text-align: center;
    line-height: 52px;
    font-weight: 100;
}

ul.benefitsList {
    color: #ffffff;
    padding: 0px;
    list-style: none;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.benefitsList li {
    width: 290px;
    padding: 0px;
    margin: 35px 30px 35px 30px;
    text-align: center;
}

ul.benefitsList li p {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}

.circleGreen, .circlePrpl, .circleBlue, .circleGold {
    font-family: 'mixtape';
    font-weight: 100;
    width: 79px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    margin: 10px auto;
    background-repeat: no-repeat;
    background-position: top center;
    color: #c5ed85;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

/* .circleGreen {
    background-image: url(../../images/finance/WhyUS/03.png);
    background-color: #f1bc46;
}

.circlePrpl {
    background-image: url(../../images/finance/WhyUS/02.png);
    background-color: #0187b9;
}

.circleBlue {
    background-image: url(../../images/finance/WhyUS/01.png);
    background-color: #30a8b4;
}

.circleGold {
    color: #bb9442;
    border: 4px solid #bb9442;
    border-radius: 50%;
} */

ul.teamList {
    margin: 0px;
    padding: 40px 0px 0px 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.teamList li {
    position: relative;
    margin: 7px;
    transition: all .3s ease-in;
}

ul.teamList li:hover, ul.teamList li:focus {
    transform: scale(1.150);
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 31px 0px rgba(34, 36, 39, 0.35);
}

ul.teamList li p {
    position: absolute;
    bottom: 9px;
    line-height: 25px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.2em;
    margin: 0px;
}

ul.teamList li p span {
    display: block;
}

span.teamMember-name {
    font-weight: 500;
}

.teamGrid-container {
    max-width: 890px;
    margin: auto;
}

.contactTeam-container {
    margin: 0px 13px;
    padding: 25px 220px 25px 15px;
    background-image: url(../../images/finance/Team/Question_Illus.png);
    background-repeat: no-repeat;
    background-position: right 35px center;
    transition: all .2s ease-in;
}

.contactTeam-container:hover, .contactTeam-container:focus {
    background-position: right 50px center;
}

.headingStyle3 {
    margin: 0px;
    font-size: 2.8em;
    font-family: 'mixtape';
    color: #2b6298;
    line-height: 46px;
    font-weight: 100;
    position: relative;
    top: -7px;
}

.mailAddres {
    color: #2b6298;
    font-size: 1.5em;
    line-height: 15px;
    font-weight: 400;
    display: block;
}

a.mailLink:hover .mailAddres {
    color: #12395f;
    text-decoration: underline;
}

.dubleContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sectionBox-header {
    padding-bottom: 15px;
}

.sectionBox {
    
    padding: 10px;

}
.dataSlider-container {
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.13);
    border-radius: 10px;
    padding: 40px 35px 25px 35px;
    height: calc(100% - 75px);
    position: relative;
}

.readLinks {
    background-image: url(../../images/finance/Reading/ReadingIllustration-01.svg);
    background-repeat: no-repeat;
    background-position: right 25px bottom;
    background-size: 280px;
    padding-bottom: 170px;
}

.articledLinks {
    padding-bottom: 40px;
}

#uxAnimLogo {
    display: block;
    width: 170px;
    height: 47px;
    position: relative;
    bottom: -6px;
}

span.forScreenReaders {
    font-size: 0px;
    position: absolute;
}

p.credit a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    line-height: 28px;
    font-size: 1em;
    flex-direction: row-reverse;
    color: #ffffff;
}

.jobs-section {
    background-image: url(../../images/finance/Jobs/Job_BG.jpg);
    background-position: top center;
    background-size: cover;
}

.jobsContent {
    max-width: 600px;
    margin: auto;
    padding-top: 30px;
}

.jobsContent p {
    color: #ffffff;
    font-size: 1.350em;
    text-align: center;
    font-weight: 300;
}

a.jobsLink {
    height: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 290px;
    margin: 80px auto 40px auto;
    font-size: 1.4em;
    font-weight: 400;
    background-color: #ffffff;
    border: none;
    padding: 5px 15px;
    color: #046eba;
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.15);
    border-radius: 3px;
}

a.jobsLink:hover, a.jobsLink:focus {
    background-color: #bfe8ff;
    color: #0e4858;
}

.socialGallery-section .gridCell a {
    color: #ffffff;
}

.albumName {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
    padding: 35px 20px 35px 100px;
    color: #ffff;
    font-size: 1.6em;
    font-weight: 400;
    background-image: url(../../images/finance/Photo&Community/OpenAlbumImages.png);
    background-repeat: no-repeat;
    background-position: left 25px center;
    pointer-events: none;
    transition: all .3s ease-in;
}

.gridCell a:hover .albumName {
    background-color: rgba(0, 0, 0, 0.70);
}

.galleryPic1 {
    background-image: url(../../images/finance/Photo&Community/1.jpg);
}

.galleryPic2 {
    background-image: url(../../images/finance/Photo&Community/2.jpg);
}

.galleryPic3 {
    background-image: url(../../images/finance/Photo&Community/3.jpg);
}

.galleryPic4 {
    background-image: url(../../images/finance/Photo&Community/4.jpg);
}

.galleryPic5 {
    background-image: url(../../images/finance/Photo&Community/5.jpg);
}


.events-container {
    display: flex;
    justify-content: center;
}

.events-container > div {
    background-color: #f3f0ee;
    border-radius: 15px;
    box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.13);
    padding: 140px 25px 85px 25px;
    position: relative;
    margin: 10px;
    margin: 10px;
    flex: 1;
    max-width: 360px;
}


.events-container > div::before {
    content: '';
    position: absolute;
    height: 100px;
    right: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

.eventList1::before {
    background-image: url(../../images/finance/CommunityAndLectures/Icon01.svg);
    width: 110px;
    top: 45px;
}

.eventList2::before {
    background-image: url(../../images/finance/CommunityAndLectures/Icon02.svg);
    width: 80px;
    top: 36px;
}

.eventList3::before {
    background-image: url(../../images/finance/CommunityAndLectures/Icon03.svg);
    width: 100px;
    top: 36px;
}


a.eventLink {
    position: absolute;
    right: 25px;
    bottom: 0px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 190px;
    margin: 80px auto 40px auto;
    font-size: 1em;
    font-weight: 400;
    background-color: #046eba;
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.15);
    border-radius: 3px;
}

a.eventLink:hover, a.eventLink:focus {
    background-color: #05486b;
}

.events-container h3 {
    color: #19446f;
    font-family: 'mixtape';
    font-size: 1.8em;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0px 10px 0px;
}

.events-container p {
    font-weight: 500;
    font-size: 1.1em;
    line-height: 24px;
}

video.videoHome {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.videoColor-filter {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 37, 27, 0.69);
    z-index: 1;
}

.deco1Content {
    position: relative;
}

img.uniqImage1 {
    max-width: 1035px;
    margin: auto;
    display: block;
    padding-top: 20px;
}

img.uniqImage2 {
    position: absolute;
    width: 323px;
    right: 0;
    left: 0;
    margin: auto;
    top: 220px;
}

img.uniqImage3 {
    max-width: 973px;
    margin: auto;
    display: block;
    padding-top: 30px;
}

.deco2-section h2 {
    max-width: 420px;
    margin: 0 auto;
}

.acurdionSectionInner-container .sectionHeader {
    padding: 25px 0px;
}

.acurdion-section {
    padding-bottom: 35px;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.acurdion-section::before {
    content: '';
    width: 100%;
    height: 15px;
    background-color: #f1bc46;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.accordion {
    width: 100%;
    margin: 0px auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    height: 695px;
    overflow: hidden;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 695px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

.accordion ul li div {
    overflow: hidden;
    width: 100%;
}

.accordion ul li div div.innerAcordion {
    height: 695px;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    transition: all 200ms ease;
}

.accordion ul li:nth-child(6) {
    background-image: url("../../images/finance/Migzarim/Factories.jpg");
}
.accordion ul li:nth-child(5) {
    background-image: url("../../images/finance/Migzarim/Defence.jpg");
}
.accordion ul li:nth-child(4) {
    background-image: url("../../images/finance/Migzarim/HighTech.jpg");
}
.accordion ul li:nth-child(3) {
    background-image: url("../../images/finance/Migzarim/Health.jpg");
}
.accordion ul li:nth-child(2) {
    background-image: url("../../images/finance/Migzarim/Governance.jpg");
}
.accordion ul li:nth-child(1) {
    background-image: url("../../images/finance/Migzarim/Finance.jpg");
}

.accordion ul li {
    width: 8%;
}

.accordion ul li:hover, .accordion ul li:focus {
    width: 40%;
    outline: none;
}

.accordion ul li:hover div.innerAcordion, .accordion ul li:focus div.innerAcordion {
    background: rgba(0, 0, 0, 0.4);
}


img.acordIcon {
    width: 80px;
    height: 80px;
    display: block;
    margin: 40px auto 20px auto;
    transition: all .3s ease-in;
}

.innerAcordion h3 {
    font-size: 1.2em;
    margin: 0px 0px 0px 0px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    transition: all .3s ease-in;
}

.innerAcordion p {
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    text-align: center;
    margin: 0px 0px 5px 0px;
    opacity: 0;
    transition: all .2s ease-in;
}

.innerAcordion p strong {
    font-size: 17px;
    font-weight: 500;
}

.accordion ul li div div.mainAcordionText {
    width: 460px;
    margin: auto;
    padding-top: 25px;
}


.accordion ul li:hover p, .accordion ul li:focus p, .accordion ul li:hover ul, .accordion ul li:focus ul {
    opacity: 1;
}

.accordion ul li:hover h3, .accordion ul li:focus h3  {
    color: #f1bc46;
    font-size: 2.6em;
    font-weight: 400;
}

.accordion ul li ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 40px 10px 20px;
    height: inherit;
    table-layout: inherit;
    overflow: inherit;
    pointer-events: none;
    opacity: 0;
    transition: all .2s ease-in;
}

.accordion ul li ul li {
    all: unset;
    background-image: none !important;
    width: inherit;
    display: list-item;
    vertical-align: inherit;
    height: inherit;
    line-height: 18px;
    padding: 0px 0px 5px 20px;
    font-size: 16px;
}

/* partner sections */

.partners-section {
    background-image: url(../../images/finance/business_partners/partnersBG.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.partners-Content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
}

.logosList-section {
    flex: 1;
}

.logosList-section ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
}

.logosList-section ul li {
    padding: 15px;
    width: 218px;
}

.logosList-section ul li a, .mainLogoList-section a {
    display: block;
}

.logosList-section ul li a:hover, .logosList-section ul li a:focus, .mainLogoList-section a:hover, .mainLogoList-section a:focus {
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.13);
}

.mainLogoList-section img {
    width: 350px;
}

.mainLogoList-section {
    padding: 15px;
}

.dlogo {
    width: 123px;
    position: relative;
    top: -2px;
}

@media (max-width: 1340px) { 

    .sectionContainer {
        padding: 25px 0px;
    }

    p {
        font-size: 1.1em;
        margin: 0px 0px 9px 0px;
        line-height: 23px;
    }

    a.readMore-link {
        font-size: 1.1em;
    }

    .readMore-container {
        text-align: center;
        padding: 10px 0px;
    }

    a.rmArrow::after {
        font-size: 19px;
    }

    .headingStyle1, .headingStyle2 {
        font-size: 2.8em;
        line-height: 44px;
    }

    img.aboutUs-img {
        max-width: 430px;
        display: block;
        margin: auto;
    }

    ul.benefitsList li p {
        font-size: 1.1em;
        line-height: 23px;
    }

    .circleGold {
        width: 50px;
        height: 50px;
        font-size: 1.6em;
        border: 2px solid #bb9442;
    }

    ul.benefitsList li {
        margin: 20px 30px 20px 30px;
    }

}


@media (max-width: 1280px) {
    video.videoHome {
        width: 120%;
    }
}

@media (max-width: 1024px) {

    video.videoHome {
        width: 150%;
    }

    img.uniqImage2 {
        width: 283px;
    }
}

@media (max-width: 800px) {

    .mainLogoList-section img {
        width: 270px;
    }

    .accordion ul {
        display: flex;
        flex-direction: column;
        height: inherit;
        overflow: inherit;
    }

    .accordion ul li {
        width: 100%;
        height: inherit;
        pointer-events: none;
        background-size: cover;
        background-position: center bottom;
    }

    .innerAcordion h3 {
        color: #f1bc46;
        font-size: 2.3em;
        font-weight: 400;
        white-space: inherit;
        line-height: 40px;;
    }
    
    .accordion ul li div div.mainAcordionText {
        width: 100%;
    }
    
    .accordion ul li div div.innerAcordion{
        background: rgba(0, 0, 0, 0.4);
        height: inherit;
        padding-bottom: 35px;
    }

    .innerAcordion p {
        opacity: 1;
    }

    img.uniqImage2 {
        width: 223px;
        top: 170px;
    }

    .gridCell a span {
        font-size: 2em;
        width: 140px;
        padding: 0px 25px 24px 15px;
    }

    .dataSlider-container {
        padding: 40px 15px 25px 15px;
    }

    .readLinks {
        background-size: 170px;
        padding-bottom: 130px;
    }

    body.innerPage {
        padding-top: 75px;
    }

    .introImage img {
        width: 180px;
        height: 160px;
    }

    .pic3 {
        background-position: right;
    }

    video.videoHome {
        display: none;
    }
    

}

@media (max-width: 736px) {
    ul.benefitsList li {
        width: 45%;
        margin: 5px;
        border: 1px solid #fff;
        padding: 5px;    
    }
    
    ul.benefitsList li p {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.5px;
    }

    .circleGreen,
    .circlePrpl,
    .circleBlue,
    .circleGold {   
        width: 50px;
        height: 50px;  
        font-size: 1.6em;   
        border: 2px solid #ffffff;
    }

    .sectionContainer {
        padding: 45px 0px;
    }

    .row2, .cell2 {
        display: none;
    }

    .gridRow {
        margin: 0px;
    }

    section.grid-container {
        padding: 15px 5px;
    }

    .contactTeam-container {
        padding: 25px 90px 25px 15px;
        background-size: 40px;
        background-position: right 15px center;
    }

    .introImage img {
        width: 100%;
        height: 140px;
        margin: 0px 0px 20px 0px;
        background-color: transparent;
        box-shadow: none;
    }

    .servicesList-item {
        display: block;
    }

}

@media (max-width: 600px) {

    .linksSlider, .articlelider {
        width: 270px;
        margin: auto;
    }

    .articleLink-item {
        flex-direction: column;
    }

    .articleIntro-link img {
        margin-bottom: 15px;
        margin-right: 2px;
    }

    .events-container {
        flex-direction: column;
    }

    .socialGallery-section .gridRow {
        display: block;
    }

    .socialGallery-section section.grid-container {
        height: 100%;
        display: block;
    }

    .socialGallery-section .gridCell a {
        height: 300px;
    }

    img.uniqImage2 {
        width: 123px;
        top: 91px;
    }

    .logosList-section ul {
        justify-content: center;
    }

}


@media (max-width: 400px) {
    
    
}

@media (max-width: 320px) {
    
    img.uniqImage2 {
        width: 83px;
        top: 78px;
    }
    
}

