@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


a.active, a:focus, button:focus, button.active {
	outline: none;
}
a {
	text-decoration: none;
}
.btn:focus {
	box-shadow: none;
}
a:focus, a:hover, a:active {
	outline: 0;
	box-shadow: 0;
}
a:focus, a:hover {
	text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
	margin-bottom: 0;
}
a {
	transition: all ease-in-out 0.5s;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	list-style: none;
}
p {
	margin: 0;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
figure {
	margin: 0;
}
img {
	border-style: none;
	display: inline-block;
	max-width: 100%;
	height: auto;
}


.form-control:focus {
	box-shadow: none;
}

img{
    width: 100%;
    display: inline-block;
}

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

.link-holder {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100px;
    height: 100px;
    margin-top: -60px;
    background-image: url(https://assets.website-files.com/5c3dc67…/5d47f7f…_2d521b2…-optimage.png);
    background-position: 0px 0px;
    background-size: 125px;
}


.header{
    position: fixed;
    box-shadow: 0 5px 16px rgb(0 0 0 / 10%);
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
    background-color: #212121;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  
}


.logo img {
    max-width: 218px;
    width: 100%;
    margin-right: 28px;
}
.logo span {
    color: #ffa900;
    font-size: 12px;
    font-family: 'robotobold';
    line-height: 48px;
}
.navigation {
    text-align: right;
}
.navigation ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.navigation ul li {
    display: inline-block;
}
.navigation ul li a {
    margin-left: 20px;
    color: #fffdff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'roboto_condensedbold';
    line-height: 48px;
}

.side-bar .navigation ul li.active a {
    color: #41b2c8;
    transition: 0.3s;
}

.navigation-mobile .mobile-menu-list ul li .active a{
    color: #41b2c8 !important;
    transition: 0.3s;
}

.navigation ul li a:hover{
    color: #fff;
}

.mobile-menu-list li a:hover {
    color: #fff;
    text-decoration: none;
}
.navigation .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    z-index: 99;
    width: 100px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.navigation .dropdown ul a {
    padding: 10px 8px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #3b434a;
    letter-spacing: 1px;
    margin-left: 0px;
}

.navigation .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.bar a span {
    width: 100%;
    padding: 10px 15px;
}
.mobile-btn-right {
    display: none;
}

.dropdown-mobile a{
    color: #fffdff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'robotobold';
}
.dropdown-mobile a i {
    margin-left: 1px;
}
.mobile-btn {
    display: none;
}
.mobile-btn span:nth-child(1) {
    width: 16px;
}
.mobile-btn span {
    width: 22px;
    background-color: #fff;
    height: 3px;
    position: absolute;
    transition: 0.5s;
    border-radius: 5px;
    right: 18px;
}
.mobile-btn span:nth-child(2) {
    transform: translateY(-8px);
    cursor: pointer;
}
.mobile-btn span:nth-child(3) {
    transform: translateY(8px);
    cursor: pointer;
}
.mobile-navigation-menu {
    position: fixed;
    left: 0;
    width: 300px;
    background-color: #212121;
    height: 100%;
    z-index: 999;
    top: 0;
    transform: translateX(-100%);
    transition: all .2s linear;
    overflow: hidden;
    overflow-y: auto;
}
.close-btn {
    position: absolute;
    right: 12px;
    top: 24px;
    cursor: pointer;
}
.close-btn img {
    width: 18px;
}
.mobile-logo {
    padding: 25px 9px 0px;
}
.mobile-menu-list {
    margin: 20px 0px;
}
.mobile-menu-list li a {
    color: #fff;
    display: block;
    padding: 10px 10px;
    font-family: 'robotoregular';
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navigation-mobile .mobile-menu-list ul li.active a {
    color: #41b2c8;
    transition: 0.3s;
}
.overlay-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgb(2 2 2 / 76%);
    transition: opacity .25s ease, visibility 0s ease .25s;
}

.overlay-close-side.active {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity .25s ease, visibility 0s ease;
    z-index: 999;
}
.mobile-navigation-menu.active {
    transform: translateX(0);
    transition: all .2s linear;
}

.about-bg{
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/Man-Splash-Glasses.jpg);
}

.about-text-head h1{
    font-size: 72px;
    font-family: 'robotobold';
    padding-top: 150px;
    margin-bottom: 20px;
    color: #363636;
    line-height: 76px;
}

.about-text-head p{
    color: #363636;
    font-size: 16px;
    font-family: 'robotoregular';
    margin-bottom: 40px;
    max-width: 600px;
}

.blue-color-text{
    color: #2aacc4;
}

.about-btn{
    padding: 14px 40px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    background-color: #ffa900;
    letter-spacing: .8px;
    transition:all ease-in .3s;
    font-family: 'robotobold';
    line-height: 48px;
}

.about-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #FFB606;
    line-height: 48px;
}

.experts {
    position: relative;
    overflow: hidden;
    background-color: #edf7fb;
}



.expert-p{
    padding-right: 0 !important;
}

.expert-img-text{
    padding: 0px 130px 0px 50px;
}
.expert-img-text1{
    padding: 0px 130px 0px 50px;
}

.solution-left-text{
    padding-right: 40px;
}

.expert-img-text h1{
    font-size: 42px;
    color: #363636;
    max-width: 500px;
    margin-bottom: 30px;
    font-family: 'robotobold';
}

.expert-img-text h1 span{
    font-size: 46px;
    color: #2aacc4;
    font-family: 'robotobold';
}

.expert-img-text p{
    font-size: 18px;
    color: #363636;
    font-family: 'robotoregular';
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.expert-img-text1 h1{
    font-size: 46px;
    color: #363636;
    max-width: 578px;
    margin-bottom: 30px;
    font-family: 'robotobold';
    line-height: 50px;
}

.expert-img-text1 h1 span{
    font-size: 46px;
    color: #2aacc4;
    font-family: 'robotobold';
}

.expert-img-text1 p{
    font-size: 18px;
    color: #363636;
    font-family: 'robotoregular';
    line-height: 24px;
}



.solution{
    padding: 50px 0px 100px;
    position: relative;
}

.puzzal-img{
    position: absolute;
    top: 0;
    right: 115px;
}

.puzzal-img img{ 
    max-width: 650px;
    height: auto;
}

.solution-left-text h1{
    font-size: 72px;
    color: #363636;
    margin-top: 180px;
    line-height: 70px;
    margin-bottom: 40px;
    font-family: 'robotobold';
}

.solution-left-text p{
    font-size: 18px;
    color: #363636;
    margin-bottom: 118px;
    font-family: 'robotoregular';
    line-height: 24px;
}


.solution-btn {
    padding: 16px 40px 17px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    background-color: #ffa900;
    letter-spacing: .8px;
    font-family: 'robotobold';
    border: none;
    cursor: pointer;
    transition: all ease-in .3s;
}

.solution-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #FFB606;
}

.solution-left-right{
    margin-top: 350px;
}

.generative-head h5{
    font-size: 20px;
    color: #2aacc4;
    font-family: 'robotobold';
    line-height: 24px;
}


.generative-head h6{
    font-size: 18px;
    color: #363636;
    margin-bottom: 35px;
    line-height: 24px;
    font-family: 'robotoregular';
}

.generative-head  p{
    font-size: 18px;
    color: #363636;
    margin-bottom: 0px;
    line-height: 24px;
    display: flex;
    align-items: baseline;
    font-family: 'robotoregular';
}

.generative-head  p img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}


.predictive-head{
    margin-top: 40px;
}

.predictive-head h5{
    font-size: 20px;
    color: #ffa900;
    line-height: 24px;
    font-family: 'robotobold';
}


.predictive-head h6{
    font-size: 18px;
    color: #363636;
    margin-bottom: 35px;
    font-family: 'robotoregular';
}

.predictive-head  p{
    font-size: 18px;
    color: #363636;
    margin-bottom: 0px;
    line-height: 24px;
    letter-spacing: .5px;
    display: flex;
    align-items: baseline;
    font-family: 'robotoregular';
}

.predictive-head  p img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.studies h1{
    font-size: 60px;
    color: #363636;
    font-family: 'robotobold';
    margin-right: 10px;
    margin-bottom: 30px;
    line-height: 64px;
}

.studies p{
    font-size: 18px;
    color: #363636;
    font-family: 'robotoregular';
    margin-bottom: 60px;
    line-height: 24px;
}

.case {
    padding:60px 0px 50px;
    background-color: #fefdf9;
}

.expertise1{
    padding: 50px 0px;
}

.service-text h3{
    font-size: 24px;
    color: #ffa900;
    font-family: 'robotobold';
    margin-bottom: 30px;
    line-height: 24px;
}

.service-text img{
    border-radius: 10px;
}

.project-overview ul li h3{
    font-size: 18px;
    color: #363636;
    font-family: 'robotobold';
    line-height: 24px;
}

.project-overview ul li p{
    font-size: 16px;
    color: #363636;
    font-family: 'robotoregular';
}

.project-result h3{
    font-size: 18px;
    color: #363636;
    font-family: 'robotobold';
    line-height: 24px;
}

.project-result li p{
    font-size: 16px;
    color: #363636;
    font-family: 'robotoregular';
}

.project-result-btn{
    padding: 16px 52px 17px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    background-color: #ffa900;
    letter-spacing: .8px;
    font-family: 'robotobold';
    transition: all ease-in .3s;
    line-height: 48px;
}

.project-result-btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #FFB606;
}

.project-result ul{
    margin-bottom: 45px;
}

.project-result ul li p{
    display: flex;
    align-items: baseline;
    margin-bottom: 0px;
    line-height: 24px;
}

.project-result ul li p img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.expertise2{
    padding: 50px 0px;
}

.contact-bg{
    width: 100%;
    min-height: 1245px;
    padding: 100px 0px;
    background-image: url('../images/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contact-form h1{
    font-size: 46px;
    color: #363636;
    margin-bottom: 40px;
    font-family: 'robotobold';
    max-width: 600px;
}


#heroh2{
    color: #363636;
    font-size: 18px;
    font-family: 'robotoregular';
    margin-bottom: 40px;
    max-width: 600px;
    line-height: 24px;
}

#heroh2 span{
    color: #41b2c8 ;
    font-size: 18px;
    font-family: 'robotoregular';
    margin-bottom: 80px;
    max-width: 600px;
    line-height: 24px;
}

button:focus {
    outline: none !important;
}


.contact-form h1 span{
    color: #2aacc4;
}


.contact-form form input {
    border-radius: 10px;
    min-height: 60px;
    background-color: #ffffffd1;
    font-size: 18px;
    font-family: 'robotobold';
    color: #363636;
    border: none;
    padding: 0px 25px;
}

.contact-form form textarea {
    border-radius: 10px;
    background-color: #ffffffd1;
    font-size: 18px;
    font-family: 'robotobold';
    min-height: 150px;
    color: #363636;
    border: none;
    padding: 15px 25px;
}

.btn.send-btn {
    width: 170px;
    background-color: #ffa900;
    font-size: 18px;
    font-family: 'robotobold';
    color: #fff;
    margin-top: 40px;
    transition: all ease-in .3s;
    border-radius: 10px !important;
    line-height: 50px;
}

.btn.send-btn:hover {
    width: 170px;
    background-color: #FFB606;
    font-size: 18px;
    font-family: 'robotobold';
    color: #fff;
    margin-top: 40px;
    line-height: 50px;
    border-radius: 10px !important;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.form-control:focus {
    background-color: #ffffffd1 !important;
    font-size: 18px;
    box-shadow: none !important;
    font-family: 'robotobold';
    color: #000;
}

.bottom-footer{
    padding: 40px 0px 50px;
    background-color: #212121;
}

.address-text span {
    color: #949494;
    font-size: 12px;
    font-family: 'robotobold';
}
.address-text h5 {
    color: #2aacc4;
    font-size: 14px;
    font-family: 'robotoregular';
    line-height: 20px;
}

.address-box{
    padding: 50px 0px;
}

.Services{
    padding: 80px 0px;
}

.Services h1{
    font-size: 60px;
    color: #363636;
    font-family: 'robotobold';
    margin-bottom: 30px;
}

.Services p{
    font-size: 18px;
    color: #363636;
    font-family: 'robotoregular';
    margin-bottom: 60px;
    line-height: 24px;
}

.service-text-box-img{
    padding-left: 20px;
}

.service-text-box-img img{
    margin-bottom: 50px;
}

.development-head h6{
    font-size: 18px;
    color: #2aacc4;
    font-family: 'robotobold';
    line-height: 24px;
}

.development-head p{
    margin-right: 0px;
    display: flex;
    font-size: 18px;
    align-items: baseline;
    margin-bottom: 0px;
    color: #363636;
    font-family: 'robotoregular';
}

.development-head p img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.service_mr_top{
    margin-top: 50px;
}





.translate_wrapper{
    font-size:14px;
    color: #fff;
    margin-left: 20px;
}
  
  .current_lang{
    cursor:pointer;
    text-transform:uppercase;
    overflow:hidden;
}
  
.lang{
      padding:0;
      text-align: left;
}
  
.lang.selected{
    display:none;
}
  
.lang img, 
.lang span.lang-txt{
    display:inline-block;
    vertical-align:middle;
}
  
.lang span.lang-txt{
     position:relative;
    top:-1px;
    font-family: 'robotobold';
    font-size: 14px;
}
  
.lang img{
    width:20px;
    margin-left:0;
}
  
.lang span span{
    color:#999;
    font-weight:400;
}
  
.lang span.fa{
    font-size:12px;
    position:relative;
    top:-1px;
    margin-left:3px;
}
  
  
  /*more lang*/
.more_lang{
    transform:translateY(-20px);
    opacity:0;
    cursor:pointer;
    display:none;
     -webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
      -moz-transition:    all .3s cubic-bezier(.25, 1.15, .35, 1.15);
      -o-transition:      all .3s cubic-bezier(.25, 1.15, .35, 1.15);
      -ms-transition:     all .3s cubic-bezier(.25, 1.15, .35, 1.15);
      transition:         all .3s cubic-bezier(.25, 1.15, .35, 1.15);
}
  
.translate_wrapper.active .more_lang{
    display: block;
    position: absolute;
    background-color: #fff;
    color: #000 !important;
    z-index: 999;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
  
/* .more_lang.active{
    opacity:1;
     transform:translateY(-0px);
} */
  
.more_lang .lang:hover{
    background:#fff;
    color:#000;
}
  
.more_lang .lang:hover span{
    color:#000;
}
  
.translate_wrapper:hover,
.translate_wrapper.active,
.content a:hover{
    -webkit-transition: all 0.3s cubic-bezier(0,.99,.44,.99);
      -moz-transition:    all 0.3s cubic-bezier(0,.99,.44,.99);
      -o-transition:      all 0.3s cubic-bezier(0,.99,.44,.99);
      -ms-transition:     all 0.3s cubic-bezier(0,.99,.44,.99);
      transition:         all 0.3s cubic-bezier(0,.99,.44,.99);
      color: #fff !important;
    
}
  
  
  
  /*CONTENT*/
.content{
    width:100%;
    max-width:400px;
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius:2px;
    padding:20px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    
    text-align:center;
}
  
.content h1, 
.content h2, 
.content p{
    margin:0;
  }
  
.content p{
     line-height:22px;
    text-align:left;
    margin-top:15px;
}
  
  
.content div.ct-img{
    width:150px;
    height:150px;
    overflow:hidden;
    border-radius:50%;
    margin:0 auto 10px;
}
  
.content div img{
    height:100%;
    position:relative;
    left:-30px;
}
  
.content a{
    padding: 8px 15px 10px;
     border-radius:4px;
    background:#5766b2;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    margin-top:25px;
    position:relative;
    overflow:hidden;
}
  
.content a:active{
    transform: scale(0.9);
     -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
  
  /*RTL*/
body[dir="rtl"] .translate_wrapper{
    right:20px;
    left:auto;
}
  
body[dir="rtl"] .lang span.fa{
    margin-right:3px;
    margin-left:0;
}
  
body[dir="rtl"] .lang .lang-txt{
    margin-right:5px;
    margin-left:0;
}
  
body[dir="rtl"] .content div img{
    left:auto;
    right:-30px;
}
  
  
body[dir="rtl"] .content p{
    text-align:right;
}
  
body[dir="rtl"] .lang span span{
    float:left;
    margin-right:5px;
}



.service-text-wrap{
    max-width: 100%;
    margin: 6em auto;
    display: grid;
    grid-template-columns: 16% 46% 38%;
}

.project-overview {
    padding-left: 47px;
    padding-right: 50px;
}

#heroh22 span{
    color: #41b2c8;
    font-size: 18px;
}

#heroh22{
    font-size: 18px;
}
.serv ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
  
.serv li {
    flex: 0 0 14.3333%;
}



