@font-face {
    font-family: light_Font; 
    src: url('../fonts/HelveticaNeueLTArabic-Light.tt'); 
}   
@font-face {
    font-family: Bold_font;
    src: url("../fonts/HelveticaNeueLTArabic-Bold.ttf");
}
@font-face {
    font-family: ursafont;
    src: url("../fonts/HelveticaNeueLTArabic-Roman.ttf");
}
body {
    position: relative;
    font-size: 18px; 
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
    font-family:  ursafont;
    
}
                
body,html {
    font-size: 15px;
    color: #000000;
    
}
html{
    right: 0px;
    padding: 0px;
    margin: 0px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
    padding: 0;
}
               
ol li {
    list-style-type: decimal;
}
                
ul li {
    list-style-type: none;
}
                
a,button {
    color: #000;
    text-decoration: none ;
    outline: none ;
}
                
a:hover {
    color: #000;
    text-decoration: none ;
}
#next{
    top: -30px;
} 
#prev{
    right: 90px;
}
.stories_section {
    background-size: cover ;
    background-position: top center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    padding: 20px 0;
    position: relative;
    background-image: url('../images/ursa-photo.jpg');
    background-repeat: no-repeat;

}
                
.header-font {
    line-height: 57px;
    font-size: 47px;
}

                
.logo-img {
    height: 50px;
    width: 110px;
}
.nav.navbar-nav {
    margin-right: -7px;
    padding: 10px ;
}                
.about-section .col.working_together {
    margin-top: 8px;
}
                
.header-bottom-section {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
                
.arrow-down {
    height: 30px;
    width: 30px;
    margin: 0px 32px;
}
                
.scroll-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
}
.scroll-more svg{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}              
p.header-font.uppercase {
    margin-left: -2px;
}
                
.competence .scroll-more svg{
    margin-top: -40px;
    display: block;
    margin-right: 20px;
}             
.about-section {
    padding: 100px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
                
.container-fluid {
    max-width: 2560px;
    padding: 10px 50px;
    margin: 0;
    width: 100%;
}
                
.space-between {
    margin: 0px;
    margin-top: 30px;
}
.work-item{
    width: 100%;
}               
.col.working_together {
    text-align: left;
    width: 100px;
    float: left;
    margin-top: 6px;
}
.social_links li,.copyright div{
    margin-top: 20px;
}
#map{
    height: 450px; 
    position: relative;
}               
.about-section .col-md-3,.work-together-section .col-md-3 {
    width: 7% ;
}
                
.about-section .col-md-9,.work-together-section .col-md-9 {
    width: 93%;
}
                
.works-section .col-md-offset-3 {
    margin-left: 0;
}
                
.slider_text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #000;
}
.slider_text a{
    color: #000;
}
.slider_text a:hover{
    font-size: 20px;
}
.slider_text a:focus,.slider_text a:active {
    font-size: 16px;
    text-decoration-line: none;
}              
.works-section {
    padding: 50px 0 0;
}
                
.flex {
    display: flex;
}
                
.slider {
    padding-top: 75px;
}
                
.meet {
    padding-top: 30px;
}
                
.competence {
    padding: 50px 0;
    background-color: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5e5e5;
}
                
.competence ul li {
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 10px;
    list-style-position: inside;
    color: #e5e5e5;
}
                
.competence ul {
    margin-top: 50px;
    padding-left: 00px;
}
                
.competence .col-md-2 {
    width: 19.666667%;
}
                
.competence_item {
    padding: 30px 10px;
}
                
.competence .competence_item p {
    font-size: 20px;
    padding-left: 22px;
}
                
.work-together-section {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
                
.meet-us-section {
    background-color: #F0F8FF;
    padding-top: 50px;
}
                
.contact-section {
    background-color: #050505;
    padding: 50px 0;
    padding-right: 35px;
    align-items: center;
    color: #e5e5e5;
}
                
.contact-section a {
    font-size: 18px;
    line-height: 9px;
    display: block;
    color: #e5e5e5;
}
                
.contact__address {
    font-size: 18px;
    line-height: 30px;
    margin-top: 60px;
    max-width: 400px;
}
 
 .contact__address2  a{
    font-size: 18px;
    line-height: 30px;
    margin-top: 80px;
    max-width: 400px;
}               
.social_links.footer-social-link {
    text-align: right;
}
.work-item img {
    width: 100%;
    height: auto;
}
                
::selection {
    background-color: #000;
    color: #fff;
}
                
.footer {
    padding-top: 0px;

}
.slick-slider {
    margin-bottom: 00px;
}

.uppercase {
    text-transform: uppercase;
}                

.col-3.input-effect {
    position: relative;
    width: 100%;
    display: block;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 51px;
    margin-bottom: 32px;
}
header .nav>li>a:focus,header .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border-radius: 0;
}                
header .navbar-brand, header .navbar-nav>li>a {
    text-shadow: none;
    border-radius: 0px;
    margin: 0 -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.navbar-fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
}
.col-md-12.header-bottom-section {
    position: absolute;
    padding: 0;
}
.header-section {
    background-color: #0080ff ;
}
.mail, .mail:hover{
    text-decoration: underline ;
}
.footer-box .header-font.uppercase {
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0;
}
.meet-us-section .col-md-offset-6 {
    margin-left: 0%;
}
                
.contact-section .header-font {
    line-height: 29px;
}
                
.contact_links {
    margin-top: 40px;
}
.contact_links a{
    text-decoration-line: none;
}
.contact_links a:hover{
    text-decoration-line: none;
}
.arrow-ar{
    height: 35px;
    transform: rotate(-23deg);
    width: 90px;
    right: 25px;
    position: absolute;
    top: -2px;
    cursor: pointer;
}
.slick-slider,.slick-track{
    position:relative;
    display:block
}
.slick-slider{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
svg.prev-arrow.arrow {
    left: 85px;
    top: 35px;
}
                
.next-arrow.arrow {
    transform: rotate(158deg);
    left: 15px;
    top: 6px;
}
.col-md-3.footer-logo {
    width: 23%;
}
                
.col-md-3.copyright {
    width: 27%;
}
                
.work-together-section,.about-section {
    padding-bottom: 80px ;
}
.contact-section .scroll-more p{
    margin-top: -30px;
    display: block;
}         
.competence_section {
    display: flex;
}
                
.competence_list {
    width: 20%;
    white-space: normal;
}

.wrapper
{
  position: relative;
  width: 100%;
  height: 40.25vw;
}

.slider-wrap
{
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slides
{
  position: relative;
  left: 0;
  height: 100%;
  width: 800%;
  transition: 300ms ease-in-out;
}

.slide
{
  float: left;
  height: 100%;
  width: 12.499%;
  background-size: cover;
}
.about-section2,.work2,.footer2
{
    display: none;
}
.contact-section .row{
    display: flex;
}
@media(max-width: 950px)
{
  .slide {background-position: center;}
}
@media (max-width:990px)
{
    .about-section1{display: none;}
    .about-section2{display: block;}
}
#map{
    width: 650px;
}
@media (max-width: 1207px) {
    #map{
        width: 550px;
    }
}
@media (max-width: 1005px) {
    #map{
        width: 450px;
    }
}
@media (max-width: 905px) {
    #map{
        width: 350px;
    }
}
@media (max-width:995px)
{
    .social_links li,.copyright div{
        margin-top: 0px;
    }
    .footer {
        margin-right: -20px;
    }
    .footer1{
        display: none;
    }
    .footer2{
        display: block;
    }
}
@media (max-width:779px) {
    .header_responsive{
        font-size: 26px;
    }
    .scroll-more_font{
        font-size: 18px;
    }
    .about-section2 .col-md-9 p{
        font-size: 16px;
        line-height: 35px;
    }
    .about-section2,.work2{
        display: block;
    }
    .about-section1 ,.work1{
        display: none;
    }
    .about-section2 .title,.work-together-section .title
    {
        font-size: 12px;
    }
    .works-section .slider_text,.work-together-section .header-font{
        font-size: 16px;
    }
    .work-together-section .header-font{
        line-height: 30px;
    }
    .competence_section {
        display: block;
    }
    .competence_list {
        width: 100%;
    }
    .competence_item {
        padding: 0px 10px;
    }
    .competence_item ul{
       margin-top: 0px;
    }
    .competence_item p{
        margin-top: 25px;
    }
    .contact-section .contact_links{
        margin-top: 10px;
    }
    .contact-section .row{
        display: block;
    }
    .header-font {
        line-height: 20px;
    }
    #map{
        width: 670px;
    }
    .slick-slider nav{
        margin-bottom: 10px;
    }
    .next-arrow{
        width: 20px;
        margin-right: 20px;
        margin-top: 0px;
    }
    .prev-arrow{
        width: 20px;  
        margin-right: 20px;
        margin-top: 0px;
    }
    .contact-section .scroll-more svg{
        margin-top: -8px;
        display: block;
        width: 20px;
        font-size: 12px;
    } 
    .competence .scroll-more svg{
        margin-top: -43px;
        display: block;
        margin-right: 20px;
        width: 20px;
        font-size: 12px;
    }
    .stories_section .scroll-more svg{
        margin-bottom: 1px;
        width: 20px;
        font-size: 12px;
        display: block;
    }
    .stories_section .header-font{
        line-height: 30px;
        margin-bottom: -10px;
    }
    .navbar-fixed .logo-img{
        margin-top: 10px
    }
}

@media (max-width: 750px) {
    #map{
        width: 640px;
    }
}
@media (max-width: 720px) {
    #map{
        width: 600px;
    }
}
@media (max-width: 710px) {
    #map{
        width: 600px;
    }
}
@media (max-width: 695px) {
    #map{
        width: 580px;
    }
}
@media (max-width: 675px) {
    #map{
        width: 570px;
    }
}
@media (max-width: 650px) {
    #map{
        width: 550px;
    }
}
@media (max-width: 640px) {
    #map{
        width: 540px;
    }
}
@media (max-width: 630px) {
    #map{
        width: 530px;
    }
}
@media (max-width: 610px) {
    #map{
        width: 510px;
    }
}
@media (max-width: 600px) {
    #map{
        width: 500px;
    }
}
@media (max-width: 590px) {
    #map{
        width: 490px;
    }
}
@media (max-width: 580px) {
    #map{
        width: 480px;
    }
}
@media (max-width: 570px) {
    #map{
        width: 470px;
    }
}
@media (max-width: 560px) {
    #map{
        width: 460px;
    }
}
@media (max-width: 550px) {
    #map{
        width: 450px;
    }
}
@media (max-width: 540px) {
    #map{
        width: 440px;
    }
}
@media (max-width: 530px) {
    #map{
        width: 430px;
    }
}
@media (max-width: 520px) {
    #map{
        width: 420px;
    }
}
@media (max-width: 510px) {
    #map{
        width: 410px;
    }
}
@media (max-width: 500px) {
    #map{
        width: 400px;
    }
}
@media (max-width: 490px) {
    #map{
        width: 390px;
    }
}
@media (max-width: 480px) {
    #map{
        width: 380px;
    }
}
@media (max-width: 470px) {
    #map{
        width: 370px;
    }
}
@media (max-width: 460px) {
    #map{
        width: 360px;
    }
}
@media (max-width: 450px) {
    #map{
        width: 350px;
    }
}

@media (max-width: 440px) {
    #map{
        width: 340px;
    }
}
@media (max-width: 430px) {
    #map{
        width: 330px;
    }
}
@media (max-width: 420px) {
    #map{
        width: 320px;
    }
}
@media (max-width: 410px) {
    #map{
        width: 310px;
    }
}
@media (max-width: 400px) {
    #map{
        width: 300px;
    }
}
@media (max-width: 390px) {
    #map{
        width: 290px;
    }
}
@media (max-width: 380px) {
    #map{
        width: 280px;
    }
}
@media (max-width: 370px) {
    #map{
        width: 270px;
    }
}
@media (max-width: 360px) {
    #map{
        width: 260px;
    }
}
@media (max-width: 350px) {
    #map{
        width: 250px;
    }
}
@media (max-width: 340px) {
    #map{
        width: 240px;
    }
}
@media (max-width: 330px) {
    #map{
        width: 230px;
    }
}
@media (max-width: 320px) {
    #map{
        width: 220px;
    }
}
@media (max-width: 310px) {
    #map{
        width: 210px;
    }
}
@media (max-width: 300px) {
    #map{
        width: 200px;
    }
}
body .where-u{
    color: #fff;
}
body .competence{
     color: #fff;
}
.scroll-more_font{
    color: #0080ff;
}
.pad-top-scroll{
    margin-top: 15px;
}
.about-font{
    font-size: 40px;
    line-height: 65px;
}
.footer-color{
    color: #fff;
}
.footer-mar-top-new{
    padding-top: -40px;
}

@media (max-width:995px){
.pad-top-scroll{
    margin-top: 20px;
}
.about-font{
    font-size: 18px;
    line-height: 35px;
}
.foo-mar-top{
    padding-top: 20px;
}
}
.works-section{
    background-color: #ffce00;
}
.yellow-color{
    color: #ffce00;
}