@media (min-width: 1536px) {
    .container {
      max-width: 1250px !important;
      width: 1250px !important;
    }
  }
  
  @media (min-width: 1720px) {
    .container {
      max-width: 1520px !important;
      width: 1520px !important;
    }
    body{
        font-size: 17px;
    }
  }
  
  @media (min-width: 2400px) {
    .container {
      width: 1920px !important;
      max-width: 1920px !important;
    }
  }
  @font-face {
      font-family: Cairo-Black;
      src: url(../fonts/Cairo-Black.ttf);
  }
  @font-face {
      font-family: Cairo-Bold;
      src: url(../fonts/Cairo-Bold.ttf);
  }
  @font-face {
      font-family: Cairo-Light;
      src: url(../fonts/Cairo-Light.ttf);
  }
  @font-face {
      font-family: Cairo-Regular;
      src: url(../fonts/Cairo-Regular.ttf);
  }
  @font-face {
      font-family: Cairo-SemiBold;
      src: url(../fonts/Cairo-SemiBold.ttf);
  }
  body{
      font-family: Cairo-Regular ;
      font-size: 16px;
  }
  .nav-header {
    padding: 0.2em 0;
    }

  .header{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    
  }
  .header .secound-logo{
    display: none;
  }
  .header-2 .first-logo{
    display: none;
  }
  .header-2{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0px 9px 8px -7px rgba(0, 0, 0, 0.4);
  }
  .header-2 .nav-link{
    color: #333!important;
  }
  .nav-link:hover{
    opacity: 0.7;
  }
  /* Underline styles */
.nav-link {
	display: block;
	position: relative;
	padding: 0.2em 0;
}

/* Fade in */
.header .nav-link::after{
    background-color: #fff;
}
.header-2 .nav-link::after{
    background-color: #2C67A7;
}


.nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.2em;
	opacity: 0;
	transition: opacity 300ms, transform 300ms;
}

.nav-link:hover::after,
.nav-link:focus::after {
	opacity: 1;
	transform: translate3d(0, 0.2em, 0);
}

/* Slide in */
.nav-link {
	overflow: hidden;
    text-transform: uppercase;
}

 .nav-link::after {
	opacity :1;
	transform: translate3d(-100%, 0, 0);
}


 .nav-link:hover::after,
 .nav-link:focus::after{
	transform: translate3d(0, 0, 0);
}

.active.nav-link::after {
	opacity :1;
	transform: translate3d(0%, 0, 0);
}

  .navbar{
      padding: 0;
      display: flex;
      align-items: flex-end;
  }
  .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10vw;
}
.section{
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home{
    background-image: url(../img/banner_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link{
    color: #fff!important;
    font-size: 1.1em;
}

.title{
    text-align: center;
    margin-bottom: 2em;
    font-family: Cairo-Bold;
    font-size: 2.2em;
}
.text{
    text-align: justify;
    margin: 0;
    font-size: 1.7em;
    
}
.scroll-icon{
    position: absolute;
    right: 45%;
    bottom: 2%;
    left: 45%;
    z-index: 2;
    display: inline-block;
}
.scroll-icon a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #fff;
}

.sub-title {
    display: flex;
    flex-flow: column;
    font-family: Cairo-Bold;
    font-size: 2em;
    margin-bottom: 1em;
}
.sub-title span{
    display: flex;
    margin-top: 0.2em;
}

.text-Committed{
    text-align: justify;
    padding-right: 2em;
}
.center-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.read-more{
    color:#A7A9AC;
    font-family: Cairo-Bold;
    font-size: 1.1em;
    
}
.read-more:hover {
    color:#2C67A7; 
    text-decoration: none;
}
.read-more:hover .icon-read-more .a{
    fill:#2C67A7; 
}
.icon-read-more{
    padding-left: 5px;
}
#v-m{
    background-color: #FAFAFA;
    min-height: 58.29vh;
    display: flex;
    align-items: center;
}
.title-about{
    margin-bottom: 2em;
    font-family: Cairo-Bold;
    font-size: 2em;
}
.about-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-content{
    margin: 0;
    padding-left: 2%;
    font-size: 1.15em;
}
.div-grey{
    background-color: #FAFAFA;
}
#our-values {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4em;
}
.value-div{
 padding: 5px;
}
.value-item {
    border: 1px solid #0000000F;
    box-shadow: 0px 0px 6px #0000000f;
    background-color: #fff;
    padding: 30px;
    min-height: 100%;
    /* min-width: 90%; */
}
.value-title{
    font-family: Cairo-Bold;
    font-size: 2em;
}
.value-item:hover{
    background-color: #f4f7fb;
    
}
.value-text {
    min-height: 15vh;
    text-align: left;
    /* font-size: 1.1em; */
}
.content-center{
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.img-test{
    /* background: transparent url('../img/achieving-img.jpg') 0% 0% no-repeat padding-box;*/
    
}
.text-achieving{
text-align: justify;
padding-right: 2em;
}
#achieving {
    margin-bottom: 4em;
}
/* about page */
#about{
    background-image: url(../img/about-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
.text-about{
    margin-bottom: 1.5em;
}
#our-aim {
    padding: 4em;
}
#corporate-structure{
    background-color: #FAFAFA;
    padding: 4em;
}
.map-structure{
    background-color: #fff;
    border: 1px solid #EEEEEE;
    height:  10.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.2em;
    width: 100%;
    color: #A7A9AC;
    text-align: center;
    padding: 1em;
}

.first-row {
    margin-bottom: 1em;
    color: #000000;
    font-family: Cairo-Bold;
    font-size: 1.2em;
    }
.second-row {
    margin-bottom: 1em;
    color: #A7A9AC;
    font-family: Cairo-SemiBold;
    font-size: 1.2em;
    }
.blue-text{
    color: #2C67A7;
}
.sub-map{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    /* padding: 0; */
}
.title-corporate-structure{
    color: #000000;
    font-family: Cairo-Bold;
}
/* companies page */
#companies{
    background-image: url(../img/combanies-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
.title-companies {
    color: #2C67A7;
    font-family: 'Cairo-Bold';
    font-size: 2em;
}
.text-title-companies{
    font-size: 1.3em;
    margin-top: 8vh;
    margin-bottom: 4vh;
}
.list-style{
    list-style-image: url('../img/icon-list.svg');
    padding: 0 15px;
}
hr {
    margin: 2rem 0;
}
/* .list-companies li::before {
    content: icon-list.svg;
    color: #2C67A7;
    font-weight: bold;
    display: inline-block; 
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin-left: -1em;
  } */
.sub-title-companies{
    font-family: 'Cairo-Bold';
}
.grey-row{
    background-color: #FCFCFC;
    padding: 8vh 0;
}
#ecc{
    padding: 4em 0;
}
.subsidiaries-list{
    padding: 4em 0;
}
#media-llc .title-companies{
    padding-bottom: 2em;
}
#media-llc .sub-title-companies{
    padding-bottom: 2em;
}
#media-ltd{
    padding-bottom: 4em ;
}
#media-ltd .title-companies{
    padding-bottom: 2em;
}
#media-ltd .sub-title-companies{
    padding-bottom: 2em;
}
/* Investment and shares Page */
#investment-and-shares{
    background-image: url(../img/investment-and-shares.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
#our-investment {
    padding: 4em 0;
}
/* Investor center page */
#investor-center{
    background-image: url(../img/investor-center.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
#text-investor-center {
    padding: 4em 0 0;
}
#text-investor-center p{
    font-size: 1.5em;
}
#invest {
    padding: 2em 0;
}
#download {
    padding: 4em 0;
}
/* Contact us page */
#contact-us{
    background-image: url(../img/contact-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
#cotact-information {
    padding: 4em;
}
#stay-in-touch {
    padding: 4em;
}
.item-contact {
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 10px #00000005;
    background-color: #F3F6FA;
    padding: 30px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    /* min-width: 90%; */
}
.item-contact:hover {
    box-shadow: inset 0px 0px 10px #2560A333;
}
.link-contact{
    color: #000000;
    font-family: Cairo-Bold;
    padding-top: 2em;
}
.link-contact:hover{
    color: #000000;
    text-decoration: none;
}
.form-custom {
    padding: 1em 0;
	position:relative;
}
.form-control {
    background-color: #F3F6FA;
    border-radius: 0;
    height: calc(3em + .75rem + 2px);

}
.form-message{
    min-height: calc(3 *(3em + 3px + 2em) );
}
.btn-submit{
    background-color: #2C67A7;
    color: #fff;
    font-family: Cairo-Bold;
    font-size: 1.3em;
    border: none;
    width: 240px;
    height: 70px;
}
.div-submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* footer */
#footer{
    background-color: #333333;
    min-height: 58.48vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3em;
}
.img-logo-footer{
    padding-bottom: 2em;
}
.text-footer {
    color: #A7A9AC;
    margin: 0;
    text-align: justify;
    padding-right: 2em;
    font-size: 1.1em;
    line-height: 1.8;
}
.title-footer{
    color: #fff;
    margin: 1em 0;
    font-family: Cairo-SemiBold;
    font-size: 1.5em;
}
.footer-item {
    padding-bottom: 1em;
}
.company-list{
    list-style: none;
    padding: 0;
}
.footer-link {
    color: #A7A9AC;
}
.footer-link:hover {
    color: #fff;
    text-decoration: none;
}
.footer-link:hover .icon-footer-list{
    fill: #fff;
}
.arrow-icon {
    margin-right: 5px;
}

.contact-info{
    padding: 0;
}
.contact-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.7em 0;
}

.contact-text {
    color: #A7A9AC;
    /*padding-left: 5px;*/
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-footer{
    width: 8%;
}
.contact-link:hover{
    text-decoration: none;
    color: #A7A9AC;
}
.contact-link:hover #Icon_feather-phone{
    stroke: #fff;
}
.contact-link:hover #Icon_material-mail-outline{
    fill: #fff;
}
.contact-text:hover #pobox_icon > *{
    fill: #fff;
}
.contact-text:hover #pin > *{
    fill: #fff;
}
#powerd-by {
    background: #1A1A1A;
    min-height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-powerd-by{
    color: #fff;
    margin: 0;
    text-align: center;
}
.logo-shares {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    margin: 15px 0;
    height: 20em;
}
.logo-shares img {
   width: 50%;
}

@media (max-width: 480px) {
	#our-aim,#corporate-structure,#corporate-structure,#our-values
    {
        padding:0;
    }

    .value-div
    {
		padding:15px;
    }

.first-logo, .secound-logo
    {
		width:80%;
    }
}



/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {

	

	body{
        font-size: 12px;
    }
    #navbarToggler {
        padding-top: 3em;
    }
    .header{
        background-color: #000;
    }
    .navbar-light .navbar-toggler {
        background-color: #fff;
    }
    .navbar-nav {
        height: 50vh;
        justify-content: space-around;
        align-items: flex-start;
    }
    .sub-title {
        
        margin-top: 1em;
    }
    .navbar {
        
        padding: 0 1em;
    }
    .img-logo {
        width: 70%;
    }
    .img-logo-2{
        width: 70%;
    } 
    .navbar-nav{
        margin: 0;
    }
    .item{
        margin: 1em 0;
    }
    .blue-text {
         margin-bottom: 1em;
    }
    .costum-text {
        font-size: 9px;
    }
    .center-content {
        margin-top:1em;
    }
    .title-about {
        margin: 1em 0;
        
    }
    .value-item {
        padding: 15px 30px;
        min-height: 50%;
        /* min-width: 90%; */
    }
    .value-text {
        min-height: 10vh;
    }
    .img-test {
        margin:  0;
    }
    .our-aim-img{
        margin: 1em 0;
    }
    .map-structure{
        padding: 0.5em;
    }
    .content-center {
        margin: 1em 0;
    }
  .list-style{
  	font-size: 1.2em;
  }
  .logo-shares {
    height: 12em;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .header{
        background-color: transparent;
    }
    .navbar {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .navbar-nav {
        height:auto;
    }
    #navbarToggler {
        padding-top: auto;
    }
    #navbarToggler {
        padding-top: 0px;
    }
    .sub-title {
        margin-top: 0em;
    }
    .center-content {
        margin-top: 0em;
    }
    .title-about {
        margin: 0;
        margin-bottom: 2em ;
        text-align: left;
    }
    .value-item {
        padding: 30px 30px;
        min-height: 100%;
        /* min-width: 90%; */
    }
    .value-text {
        min-height: 2vh;
    }
    .img-test {
        margin:  0;
    }
    .our-aim-img{
        margin-top: 0em;
    }
    .map-structure{
        padding: 1em;
    }
    .content-center {
        margin:  0;
    }
  .list-style{
      font-size: 1em;
      }
  .section{
    min-height:40vh;
    }
    #v-m {
        min-height: 22.29vh;

    }
  #footer {
        min-height: 28.48vh;
    }
    .logo-shares {
    height: 17em;
    }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    body{
        font-size: 14px;
    }
    .img-logo {
        /*width: auto;*/
    }
    .img-logo-2{
        /*width: auto;*/
    } 
    .navbar-nav{
        margin-left: 10vw;
    }
    /* .blue-text {
        margin-bottom: 0;
        } */
    .costum-text {
        font-size: 1em;
    }
	.value-text {
        min-height: 15vh;
    }
	#v-m {
      min-height: 58.29vh;

  }
.section{
min-height:80vh;
}
  #footer {
      min-height: 58.48vh;
  }
  .logo-shares {
    height: 20em;
    }
 }
@media (min-width: 1600px) { 
    body{
        font-size: 16px;
    }
    
 }


label.error {
    color: #dc3545;
    position: absolute;
    top: 19px;
    right: 20px;
}

.form-control.error
{
    border: 1px solid #dc3545;

}

.alert p
{
	margin-bottom:0px;
}

.spinner
{
	display:none;
}

.spinner img {
    width: 67px;
    opacity: 0.8;
}
