/* AUTOPREFIXED */

/*@import url('fonts.css');*/
/* @import url('font-awesome.min.css'); */
/* @import url('reset.css'); */
/*@import url('animate.css');*/
/*@import url('../js/owlcarousel/assets/owl.carousel.min.css');*/
/*@import url('jquery.scrollbar.css');*/

html {
  width: 100%;
  overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}
*:focus {
    outline: none;
}
/*****

HOME PAGE

*****/


.header-wrapper, .wrapper {
    display: block;
    max-width: 1636px;
    margin: 0 auto;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#primary-menu {
    position: relative;
}
#magic-line { position: absolute; bottom: 0; left: 0; width: 100px; height: 3px; background: #00acc1; }


.fixed-header {
    transition: all 0.3s ease-in-out;
    height: 45px;
    line-height: 45px;
}

.fixed-header .logo {
    transition: all 0.3s ease-in-out;
    /* margin: 7px 20px; */
}
.fixed-header .menu ul li {
    line-height: 45px;
    transition: all 0.3s ease-in-out;
}
.fixed-header .menu ul li.current-menu-item a {
    padding: 24px 10px 10px;
    transition: all 0.3s ease-in-out;
}

h1 {
   font-family: 'Bebas', sans-serif;
   color: #00bcd4;
   font-size: 160px;
   position: relative;
   z-index: 8;
   text-align: center;
   line-height: 1.2;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: baseline;

}

h1 span {
    margin-right: 50px;
}

.banner {
    width: 100%;
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 65px;
    box-sizing: border-box;
    background-color: #0c0f13;
}

.banner .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.banner svg {
    width: 100%;
    height: 100vh;
    position: absolute;
    transition: 1s;
    top: 0px;
}

.work-banner {
  display: none;
}

.home-banner svg{
    background-image: url(../img/main-bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.banner-slider, .caption {
    margin-top: 70px;
}
.owl-theme .owl-dots {
    opacity: 1;
}
.banner-slider p, .caption {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
.link-me {
    color: #242424;
    text-decoration: none;
    background-color: #00bcd4;
    font-size: 18px;
    height: 50px;
    line-height: 54px;
    width: 200px;
    display: block;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    margin-top: 100px;
    position: relative;
    transition: all 0.5s ease-in-out;
    z-index: 8;
}

.link-me:hover {
    color: #fff;
    transition: all 0.5s ease-in-out;

}

.scroll {
    margin-top: 25px;
    position: relative;
    z-index: 8;
    transition: all 0.3s ease-in-out;
}

.pinch {
    transition: all 0.3s ease-in-out;
    transform: translateY(40%);
    animation-name: none;
}
/*
Animations
*/
h1 {
   -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-slider, .caption {
     -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.link-me {
     -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
}
.scroll {
     -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 4;
    -moz-animation-delay: 4s;
    -ms-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

.home-banner .link-me {
    margin-top: 25px;
}

.contact-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #00bcd4;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  z-index: 11;
}

.contact-toggle:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.contact-toggle img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px;
}

.contact-toggle.active img {
  display: none;
}

.contact-toggle.active span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px;
  background-image: url(../img/cancel.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  z-index: 10;
  display: flex;
  align-items: center;
}

.contact-popup.active {
  transform: none;
  transition: all 0.3s ease-in-out;
}

.content-page h2 span {
  display: inline-block;
  width: 20px;
}

/**/

/*****

WORK

*****/
.work-banner svg{
    background-image: url(../img/work.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.caption {
    z-index: 1;
}

.what-we-do {
    padding-top: 80px;
    padding-bottom: 25px;
    position: relative;
    box-sizing: border-box;
}
h2 {
    font-size: 72px;
    color: #00bcd4;
    font-family: 'Bebas', sans-serif;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #000;
    top: 100%;
    position: absolute;
    left: calc(50% - 50px);
}
.subheader {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 20px;
    text-align: center;
    display: block;
    padding-top: 40px;
    line-height: 1.5;
}

.about-us .subheader {
    max-width: 940px;
    margin: auto;
}

.switch {
    text-decoration: none;
    color: rgba(0,0,0,0.84);
    height: 50px;
    width: auto;
    display: block;
}
.switch i {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.switch img {
    max-height: 40px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {

    font-size: 50px;
    margin-left: 0;
    width: 100%;
    line-height: 50px;
    text-align: center;
}
.flaticon-notebook-computer:before {

    font-size: 65px!important;
    margin-right: 10px;
}
.flaticon-imac:before {

    margin-right: 7px;
}
.flaticon-ipad:before,
.flaticon-smartphone:before {

    font-size: 45px!important;
}
.laptop-view {
    background-image: url(../img/devices/macbook.svg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.rotation {
    transition: border-color 0.5s ease-in-out;
}

.laptop-view .rotation {
    width: 69%;
    margin: auto;
    margin-top: 2.5%;
    border: 2px solid #00acc1;
}
.laptop-view .owl-nav {
    width: 150%;
    left: -25%;
}
.desktop-view .owl-nav {
    width: 165.2%;
    left: -32.6%;
    top: 58%;
}
.tablet-view .owl-nav {
    width: 287%;
    left: -93.5%;
    top: 43%;
}
.mobile-view .owl-nav {
    width: 453%;
    left: -176.5%;
    top: 41%;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next
{
    margin: 0;
    background-position: initial;
}
.owl-theme .owl-nav .owl-next {
    background-image: url(../img/right-arrow.png);
}
.desktop-view {
    background-image: url(../img/devices/mac.svg);
    background-size: 83%;
    background-position: center top;
    background-repeat: no-repeat;
}
.desktop-view .rotation {
    width: 63%;
    margin: auto;
    margin-top: 2.5%;
    border: 2px solid #00acc1;
}
.rotation .owl-stage {
    height: 100%;
}
.desktop-view .owl-item img {
    height: 100%;
}
.rotation .owl-nav {
    opacity: 1!important;
}
.tablet-view {
    background-image: url(../img/devices/ipad.svg);
    background-size: 83%;
    background-position: center top;
    background-repeat: no-repeat;
}
.tablet-view .rotation {
    width: 34%;
    margin: auto;
    margin-top: 4.5%;
    border: 2px solid #00acc1;
}
.mobile-view {
    background-image: url(../img/devices/iphone.svg);
    background-size: 51%;
    background-position: center top;
    background-repeat: no-repeat;
}
.mobile-view .rotation {
    width: 21.5%;
    margin: auto;
    margin-top: 8%;
    border: 2px solid #00acc1;
}

.how-we-do {
    padding: 175px 0;
    box-sizing: border-box;
    background-image: url(../img/how-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.how-we-do h2:after {
    background-color: #fff;
}
.how-we-do .subheader {
    color: #fff;
}
.device-area {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-height: calc(100vh - 80px);

}

.share-buttons {
    position: absolute;
    left: 25px;
    top: 205px;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
}

.share-btn {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #00bcd4;
    color: #00bcd4;
    margin-bottom: 10px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;

}

.share-btn:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;

}

.share-btn.twitter:hover {
    background-color: #55acee;
    border-color: #55acee;

}
.share-btn.facebook:hover {
    background-color: #3B5998;
    border-color: #3B5998;
}
.share-btn.linkedin:hover {
    background-color: #4875B4;
    border-color: #4875B4;
}

.share-btn.instagram:hover {
    background-color: #ff642a;
    border-color: #ff642a;
}
.items-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 320px;
    margin-top: 85px;
}
.how-we-do .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    height: 100%;
    text-align: center;
    padding: 0 10px;
}
.how-we-do .link-me {
    margin: 50px auto 0;

}
.item-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
}
.item-name {
    color: #00bcd4;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px;
}

.main-screen {
    width: 70%;
    float: left;

}
.main-screen img {

}
.side-info {
    width: 30%;
    float: right;
    text-align: center;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}
.short-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}
.side-title {
    color: #00bcd4;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}
.project-link {
    color: #00bcd4;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    display: none;
}
.project-counter {
  margin: 2vh 0 0;
  width: 100%;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.project-counter span {
  color: #00bcd4;
}
.bottom-slider {
    clear: both;
    margin-top: 2vh;
}
.bottom-slider .owl-item {
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
    filter: blur(0.5px) grayscale(0.75);
    cursor: pointer;
    height: 150px;
}
.bottom-slider .owl-item:hover {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    filter: none;
}
.bottom-slider .current-parent,
.bottom-slider .current-parent:hover {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    filter: none;
}

.bottom-slider .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bottom-slider .owl-nav {
    position: absolute;
    top: calc(50% - 11px);
    left: -2.5%;
    width: 105%;
    opacity: 1;
    z-index: -1;
}

.bottom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 188, 212, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    padding: 0 25px;
}

.bottom-title {
    color: #fff;
    background-color: transparent;
    padding: 10px 25px;
    display: block;
    text-align: center;
    border: 2px solid #fff;
}

.bottom-slider .owl-item:hover .bottom-overlay {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.side-content {
    margin-bottom: 25px;
    color: #3f3f3f;
    line-height: 1.3;
}
.side-more {
  /*  display: block; */
    background-color: #00bcd4;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-decoration: none;
    margin: auto;
    margin-bottom: 10px;
    font-size: 16px;
    width: calc(50% - 10px);
    transition: all 0.3s ease-in-out;
    border: 2px solid #00bcd4;

    display: none;
}
.side-more:hover {
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    color: #00bcd4;
}
.switched {
    color: #00bcd4;
}

.pin-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.buttons, .devices {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
}


.clearfix {
    clear: both;
}

.spinner {
    position: absolute;
    background-color: #00bcd4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: -1;

}
.spinner i {
    font-size: 42px;
}

.rotation .owl-item {
    background-color: #00acc1;
}

.project-tech {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tech-icon {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1);
  margin: 0 4px;
  opacity:0.35;
  cursor:pointer;
}

.cgp-html { background-image: url(../img/admin/html.svg) }
.cgp-css { background-image: url(../img/admin/css.svg) }
.cgp-javascript { background-image: url(../img/admin/js.svg) }
.cgp-php { background-image: url(../img/admin/php.svg) }
.cgp-mysql { background-image: url(../img/admin/mysql.svg) }
.cgp-mongodb { background-image: url(../img/admin/mongo.svg) }
.cgp-golang { background-image: url(../img/admin/golang.svg) }
.cgp-canvas { background-image: url(../img/admin/canvas.svg) }
.cgp-xml { background-image: url(../img/admin/xml.svg) }
.cgp-ajax { background-image: url(../img/admin/ajax.svg) }
.cgp-wordpress { background-image: url(../img/admin/wp.svg) }
.cgp-magento { background-image: url(../img/admin/magent.svg) }
.cgp-shopify { background-image: url(../img/admin/shopify.svg) }
.cgp-prestashop { background-image: url(../img/admin/prestashop.svg) }
.cgp-opencart { background-image: url(../img/admin/opencart.svg) }
.cgp-jquery { background-image: url(../img/admin/jquery.svg) }
.cgp-d3 { background-image: url(../img/admin/d3.svg) }
.cgp-chart-js { background-image: url(../img/admin/chart.svg) }
.cgp-animate-js, .cgp-animate { background-image: url(../img/admin/animate.svg) }
.cgp-pdf-js { background-image: url(../img/admin/pdf.svg) }
.cgp-underscore-js { background-image: url(../img/admin/underscore.svg) }
.cgp-moment-js, 
.cgp-moment { background-image: url(../img/admin/moment.svg) }
.cgp-lodash { background-image: url(../img/admin/lodash.svg) }
.cgp-babel { background-image: url(../img/admin/babel.svg) }
.cgp-bootstrap { background-image: url(../img/admin/bootstrap.svg) }
.cgp-foundation {  background-image: url(../img/admin/foundation.svg) }
.cgp-semantic-ui { background-image: url(../img/admin/semantic.svg) }
.cgp-uikit, 
.cgp-getui-kit { background-image: url(../img/admin/getuikit.svg) }
.cgp-babylon-js, 
.cgp-babylon { background-image: url(../img/admin/babylon.svg) }
.cgp-three-js { background-image: url(../img/admin/three.svg) }
.cgp-sass { background-image: url(../img/admin/sass.svg) }
.cgp-less { background-image: url(../img/admin/less.svg) }
.cgp-stylus { background-image: url(../img/admin/stylus.svg) }
.cgp-elastic-search { background-image: url(../img/admin/elastic-search.svg) }
.cgp-solr { background-image: url(../img/admin/solr.svg) }

.tech-icon:hover {
  filter: grayscale(0);
  transition: filter 0.3s ease-in-out;
}
/*****

SERVICES

*****/


.services-banner svg{
    background-image: url(../img/services.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.our-services {
    padding-top: 100px;
    padding-bottom: 50px;
}

.services-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px;
}

.service-item {
    width: 33%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.service-item img {
    width: 170px;
    height: 200px;
    object-fit: contain;
    object-position: bottom;
}
.service-item h3 {
    font-size: 36px;
    color: #00bcd4;
    font-family: 'Montserrat', sans-serif;
    margin: 35px 0;
}
.service-item p {
    color: #14191e;
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
    line-height: 1.5;
    font-size: 20px;
}

.our-development-link {
  margin: 50px auto 0;
  cursor: pointer;
  height: auto;
  line-height: normal;
  padding: 15px 0;
}

.services-area.our-development {
  padding-top: 50px;
  margin-top: 0;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background-color: #fff;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 0px 0px 76px 0px rgba(46, 54, 97, 0.14);
}

.services-area.our-development.active {
  display: flex;
}

.our-development-part {
  width: 33.3333%;
  overflow-y: auto;
  box-sizing: border-box;
}

.just-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.padding-right {
  padding-right: 100px!important;
}

.close-dev {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  background-image: url(../img/close-dev.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.our-development-part .service-item {
  width: 100%;
  text-align: left;
  display: block;
  margin-bottom: 40px;
  min-height: auto;
}

.our-development-part.scrollbar-rail > .scroll-element.scroll-y {
  right: 25px;
}

.our-dev-left img {
  display: block;
  margin: 0 auto;
  width: 165px;
}

.our-dev-left h3 {
  font-size: 36px;
  color: #00bcd4;
  font-family: 'Montserrat', sans-serif;
  margin: 25px 0;
  text-align: center;

}

.services-area.our-development .service-item h3 {
   font-size: 24px;
   text-align: left;
   margin: 0 0 15px;
}

.services-area.our-development .service-item p,
.services-area.our-development .service-item li {
  font-size: 16px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 15px;
  color: #14191e;
  font-family: 'Montserrat', sans-serif;
}

.services-area.our-development .service-item p b {
  font-family: 'Montserrat', sans-serif;
  color: #00bcd4;
  display: block;
  font-size: 18px;
}




.countries {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.countries-item {
  height: 50px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background-color: #fbfbfb;
  color: #999999;
  font-size: 18px;
  line-height: 50px;
  margin: 0 25px;
  font-family: 'SFUI-Medium', sans-serif;
  width: 200px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.countries-item span {
    display: inline-block;
    text-align: center;
    line-height: inherit;
    flex: 1;
}

.countries-item span:nth-child(1) {}
.countries-item span:nth-child(2) {
    font-size: 24px;
    color: #fff;
    background-color: #00bcd4;
    flex: 0.75;
}

.map {
    width: 100%;
    height: 650px;
}

/*****

CONTACT US

*****/


.contact-banner svg{
    background-image: url(../img/contact.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.contact-list {
    margin-top: 43px;
    text-align: center;
}

.contact-list li {
    margin-bottom: 15px;
}

.contact-list a {
    font-size: 16px;
    color: #39434c;
    text-decoration: none;
    line-height: 16px;
    transition: all 0.3s ease;
    font-family: 'SFUI-RegularG3', sans-serif;
}

.contact-list a:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}

.phone-link {
    margin-right: 50px;
}

.contact-list i {
    margin-right: 15px;
    color: #00bcd4;
}

.contact-social-list {
    margin-top: 28px;
    display: flex;
    justify-content: center;
}

.contact-social-list a {
    font-size: 24px;
    color: #39434c;
    text-decoration: none;
    margin: 0 10px;
    display: block;
    line-height: 24px;
    transition: all 0.3s ease;
}

.contact-social-list a:hover {
    color: #00bcd4;
    transition: all 0.3s ease;
}

.work-with-us {
    width: 100%;
    height: auto;
    padding: 170px 0;
}

.work-with-us .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.next-slide {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -45px;
    right: 20%;
    color: #fff;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #00acc1;
    text-align: center;
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    font-size: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

}
.next-slide:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 30px 1px rgba(0, 172, 193, 0.8);
}

.featured-slider .owl-nav {
    opacity: 1!important;
}

.featured-slider .owl-prev {
    display: none!important;
}

.featured-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -45px;
    right: 20%;
    color: #fff;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #00acc1;
    text-align: center;
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    font-size: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.featured-slider .owl-next:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 30px 1px rgba(0, 172, 193, 0.8);
}

.slider-dots, .featured-slider .owl-dots {
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider-dots li, .slider-dots, .featured-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: transparent;
    display: block;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
    margin: 2px 0;
    border: 2px solid #00acc1;
}

.slider-dots li:hover {
    background-color: #14191e;
    transition: all 0.3s ease-in-out;
}

.slider-dots li.current, .featured-slider.owl-theme .owl-dots .owl-dot.active span{
    opacity: 1;
    background-color: #00acc1;
    transition: all 0.3s ease-in-out;
}

.view-as-list {
    position: absolute;
    bottom: 50px;
    z-index: 10;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 180px;
    text-align: center;
    left: 0;
    left: calc(50% - 90px);
    border: 2px solid #00bcd4;
    padding: 15px 0;
    color: #00acc1;
    border-radius: 5px;

}
.view-as-list:hover {
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #00bcd4;
}

.count-number {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.08);
    font-family: 'SFUI-Heavy', sans-serif;
    font-size: 130px;
}

.list-gallery {
    background-color: #f8f8f8;
    padding-bottom: 50px;
}

.list-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 100px 0 0;
}
.list-item {
    width: calc(50% - 10px);
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 25px;


}

.list-content {
    z-index: 15;
    position: relative;
}
.list-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(144deg, #003035 0%, #00545f 100%);
    background-image: -o-linear-gradient(144deg, #003035 0%, #00545f 100%);
    background-image: linear-gradient(144deg, #003035 0%, #00545f 100%);
    opacity: 0.9;
    z-index: 10;


}
.list-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    overflow: hidden;
}
.list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-filter: blur(0.8px) grayscale(1) contrast(250%) brightness(1.5);
    filter: blur(0.8px) grayscale(1) contrast(250%) brightness(1.5);
}
.list-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.list-date {
    font-size: 16px;
    color: #ffffff;
    padding-left: 35px;
    background-image: url(../img/calendar-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left;
    font-family: "SFUI-Regular", sans-serif;
    opacity: 0.65;
}
.list-location {
    font-size: 16px;
    color: #ffffff;
    padding-left: 35px;
    background-image: url(../img/location-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left;
    font-family: "SFUI-Regular", sans-serif;
    opacity: 0.65;
}

.list-text {
    height: 300px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.list-text h3 {
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'Bebas', sans-serif;
    color: #00bcd4;
    margin-bottom: 25px;
}

.list-text p {
    color: #fff;
    font-size: 18px;
    font-family: 'SFUI-Medium', sans-serif;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;

}
.list-text p b {
    font-family: 'SFUI-Bold', sans-serif;
}

.visit-link {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'SFUI-Bold', sans-serif;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
.visit-link:hover {
    color: #00bcd4;
    transition: all 0.3s ease-in-out;
}
.list-view {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    left: 100%;
    width: 150%;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 50.35px 2.65px rgba(0, 0, 0, 0.1);
    padding: 0 25px 0 50px;
    box-sizing: border-box;
    z-index: 0;
    transition: all 1s ease-in-out;
}
.list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list .list-item {
    width: 40%;
    padding-bottom: 0;
    padding-top: 0;
}
.list .list-text {
    height: 280px;
}
.list .list-text p {
    display: none;
}
.fish .list-view {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    transition: all 1s ease-in-out;
 }


.list .list-view p {
    font-size: 18px;
    color: #171717;
    line-height: 36px;
    text-align: center;
    max-height: 225px;
    padding: 0 25px 0 0;
    box-sizing: border-box;
    overflow-y: auto;
}

.list .visit-link {
    display: none;
}

.list .list-header {
    position: absolute;
    bottom: 0;
    width: 100%;

}
.list .list-date,
.list .list-location {
    font-size: 14px;
    padding-left: 25px;
    background-size: 14px;
    transition: all 0.3s ease-in-out;

}
.list-number {
    display: none;
}
.list .list-number {
    display: block;
    position: absolute;
    top: calc(50% - 50px);
    right: calc(-150% - 100px);
    font-size: 60px;
    color: rgba(0, 0, 0, 0.03);
    font-family: 'SFUI-Heavy', sans-serif;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.list-link, .list .list-text h3{
    display: none;
}

.list .list-link,
.list .list-link a {
    display: block;
    color: #ffffff;
    font-family: 'SFIU-Bold', sans-serif;
    font-size: 24px;
    text-align: center;
    text-decoration: none;

}
.list .list-link a:hover {
    color: #00bcd4;
}

.list .list-item:after {
    opacity: 0.95;
    transition: all 0.3s ease-in-out;


}

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 34px;
    height: 34px;
    display: block;
    background-color: #03bbd3;
    background-image: url(../img/up-arrow.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.6s ease;
    transform: translateX(150%);
    z-index: 10;
}

.draw-line {
    position: absolute;
    top: -170px;
    right: 100%;
}

.polyline {
    stroke-dasharray: 410px;
    stroke-dashoffset: 410px;
    transition: all 2s ease;
}


#line2, #line4 {
    right: initial;
    left: 250%;
    top: -170px;
}
#line2 .polyline,
#line4 .polyline {
    stroke-dasharray: 410px;
    stroke-dashoffset: 410px;
}

.fish .polyline {
    stroke-dashoffset: 0!important;
    transition: all 2s ease;
}

.loading {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'SFUI-Bold', sans-serif;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 160px;
    text-align: center;
    border: 1px solid #000;
    display: block;
    margin: 25px auto;
    height: 48px;
    box-sizing: border-box;
    line-height: 46px;
}
.loading:hover {
    color: #00bcd4;
    border-color: #00bcd4;
    transition: all 0.3s ease-in-out;
}
.loading i {
    color: #fff;
    display: none;
}
.ajax-loading {
    background-color: #00bcd4;
    border-color: #00bcd4;
    transition: all 0.3s ease-in-out;
}
.ajax-loading span {
    display: none;
}
.ajax-loading i {
    display: inline-block;
}

/*.list-item:nth-of-type(8) ~ * {
    display: none;
} */

#first-line {
    top: -150px;
    right: -220px;

}
#first-line .polyline {
    stroke-dasharray: 1150px;
    stroke-dashoffset: 1150px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #b2ebf2;
    box-shadow: none!important;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;

}

.scrollbar-rail > .scroll-draggable .scroll-bar{
    cursor: grabbing!important;
    cursor: -moz-grabbing!important;
    cursor: -webkit-grabbing!important;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 6px;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #b2ebf2;
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size,
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    background-color: #00bcd4;
}



/************
Animations
*************/
.cgp-pulse {
  opacity: 0;
  animation: Mpulse 2s 2s forwards;
}

@-webkit-keyframes Mfadein {
	from { opacity:0;}
	to { opacity:1;}
}
@-o-keyframes Mfadein {
	from { opacity:0;}
	to { opacity:1;}
}
@-moz-keyframes Mfadein {
	from { opacity:0;}
	to { opacity:1;}
}
@keyframes Mfadein {
	from { opacity:0;}
	to { opacity:1;}
}
@-webkit-keyframes Mpulse {
  from {
	  opacity:0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
	  opacity:1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


/************
Content Pages
*************/

.content-page .subheader {
 padding-bottom: 15px;
}

.content-page h3 {
  color: #00bcd4;
  font-size: 30px;
  font-family: 'SFUI-Semibold', sans-serif;
  margin-top: 25px;
}

.content-page p {
  color: #14191e;
  font-family: 'SFUI-Regular', sans-serif;
  margin-top: 15px;
  line-height: 1.5;
  font-size: 16px;
}

.content-page ul,
.content-page ol {
  margin: 25px 0;
  font-style: italic;
  color: #3f3f3f;
  font-family: 'SFUI-Regular', sans-serif;
  /* line-height: 1.3; */
  padding-left: 25px;
  border-left: 2px solid #00bcd4;
}

.content-page ul > ul,
.content-page ol > ul,
.content-page ul > ol,
.content-page ol > ol {
  border-color: #d6d6d6;
}

.content-page ul li,
.content-page ol li {
  line-height: 1.5;
}

.content-page .general-legal-terms {
  list-style: decimal;
  font-style: normal;
  padding-left: 20px;
  border: none;
}
.content-page .general-legal-terms li {
  margin-bottom: 15px;
}

.sitemap-area {
  margin-top: 40px;
}

.sitemap-area ul {
  padding: 0;
  border: none;
}

.sitemap-area ul li a {
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: #00bcd4;
  font-family: 'SFUI-Semibold', sans-serif;
  min-width: 250px;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.sitemap-area ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.share-single-page {
  min-height: 100vh;
  padding-top: 150px;
}

.share-single-page p {
  margin-top: 50px;
  text-align: center;
}

.dev-icon {
  width: 50%;
  background-color: #00bcd4;
  height: 380px;
}

.dev-icon img {
  display: block;
  height: 250px;
}

/************
Responsive
*************/

@media (min-width: 1400px) {
    .header-wrapper, .wrapper {
    max-width: 1210px;
}
}
@media (max-width: 1400px) {
  .padding-right {
    padding-right: 50px!important;
  }
    .header-wrapper, .wrapper {
    max-width: 1150px;
}
    h1 {
        font-size: 150px;
    }
    .banner-slider, .caption {
        margin-top: 35px;
    }
    .banner-slider p, .link-me, .caption {
        font-size: 22px;
    }
    .menu ul li {
    margin-right: 40px;
    }

    #first-line {
    top: -150px;
    right: -230px;
    transform: scaleX(0.95);
}
}



@media (max-width: 767.98px) {

  .menu ul li{
    margin-right: 20px;
  }
  .our-dev-left img {
    display: none;
  }

  .our-dev-left h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'SFUI-Semibold', sans-serif;
    margin: 0;
    text-align: center;
    background-color: #16c1d7;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .services-area.our-development {
    overflow-y: auto;
    padding-top: 0;
  }
  .services-area.our-development.active {
    display: block;
  }

  .services-area.our-development .service-item h3 {
    font-size: 18px;
    margin: 0 0 10px;
    text-align: center;
}

.our-development-part .service-item {
    margin-bottom: 25px;
    text-align: center;
}

.services-area.our-development .service-item p,
.services-area.our-development .service-item li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.services-area.our-development .service-item p b {
    font-size: 14px;
    margin-bottom: 5px;
}
.padding-right {
    padding: 0 15px!important;
}

  .our-development-part {
    width: 100%;
    height: auto!important;
  }

  .close-dev {
      position: fixed;
      top: 20px;
      left: 20px;
      background-color: #fff;
      border-radius: 100%;
      background-size: 12px;
  }
    .featured:before,
    .featured:after,
    .featured-image:before {
        content: none;
    }

    .featured-image img {
        filter: none;
    }
    .featured-item, .featured-content {
        width: 100%;
        height: auto;
        padding: 15px;
        padding-bottom: 50px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .featured-item {
        flex-direction: column;
    }
    .featured-link {
        top: 50px;
        width: 100%;
        text-align: center;
    }
    .featured-text {
        margin-top: 75px;
    }
    .featured-text p {
        font-size: 14px;
        line-height: 1.3;
        display: block;
        max-height: 100%;
    }

    .featured {
    width: 100%;
    height: auto;
    padding-top: 80px;
}
.featured .wrapper {
  height: auto;
}
.featured-slider {
    height: auto;
    position: relative;
    margin-top: 0;
    width: 100%;
}

.featured .featured-slider .owl-dots {
  margin-top: -20px;
}

.featured .featured-slider .owl-prev {
  display: block!important;
  margin-left: -5px;
}

.featured .featured-slider.owl-theme .owl-nav .owl-next {
    position: initial;
    z-index: 2;
    top: initial;
    margin-top: 0;
    right: initial;
    color: #fff;
    display: block;
    width: 12px;
    height: 22px;
    border-radius: initial;
    background-color: transparent;
    text-align: center;
    background-image: url(../img/right-arrow.png);
    background-size: initial;
    margin-right: -5px;
}

.featured .featured-slider .owl-next:hover {
    box-shadow: none;
}

    .featured-text {
        height: 200px;
        margin-top: 50px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .draw-line,
    .list .list-number,
    .view-as-list {
        display: none;
    }
    .featured-image {
        display: none;
    }


    .countries {
        flex-direction: column;
    }
    .countries-item {
      margin: 15px 0 0;
      width: 100%;
      height: 40px;
      line-height: 40px;

}

    .phone-link {
        margin-right: 0;
    }
    .contact-list a {
        display: block;
        margin-bottom: 15px;
    }
    .draw-line {
        display: none;
    }
    .header-wrapper, .wrapper {
        width: 95%;
    }
    .link-me {
        margin-top: 15px;
        height: 40px;
        width: 150px;
        line-height: 44px;
    }
    h1 {
    font-size: 36px;
}
    h1 span {
        margin-right: 15px;
    }
    .scroll {
        margin-top: 10px;
    }
    .banner-slider p, .link-me, .caption {
    font-size: 16px;
}

  .our-development-link {
    height: auto;
    line-height: normal;
    padding: 10px 0;
  }

    #primary-menu {
    position: fixed;
    left: 0;
    top: 65px;
    flex-direction: column;
    width: 100%;
    background-color: #0c0f13;
    height: calc(100vh - 65px);
    justify-content: flex-start;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding-top: 25px;
}
    .fixed-header #primary-menu {
        top: 45px;
        height: calc(100vh - 45px);
    }
    #primary-menu.menu-open  {
        transform: translateX(0);
        transition: transform 0.3s ease-in-out;
    }
    .menu ul li {
    margin-right: 0;
    height: auto;
    padding: 0 24px;
}

    .menu ul li a {
      color: #fff;
      border-bottom: 1px solid #2a2a2a;
      display: block;
      text-align: left;
      line-height: 10vh;
      text-transform: capitalize;
      padding: 0;
    }

    .menu ul li.current-menu-item a,
    .fixed-header .menu ul li.current-menu-item a {
        padding: 0;
        border-bottom: 1px solid #2a2a2a;
    }
    footer .wrapper {
     flex-direction: column;
     text-align: center;
}
    .copyright {
    height: auto;
    padding: 15px 0;
}
    .home-banner .link-me {
    margin-top: 15px;

}
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 0;
    }
    .banner-slider, .caption {
    margin-top: 15px;
}
    .menu-toggle {
    display: block;
    width: 20px;
    height: 14px;
    /*margin-top: 12px;*/
    transition: all 0.3s ease-in-out;
}
    .fixed-header .menu-toggle {
    transition: all 0.3s ease-in-out;
    margin-top: 3px;
    }
    .menu-toggle span {
        display: block;
        position: relative;
        width: 100%;
        height: 2px;
        background-color: #03BBD3;
        top: 50%;
        margin-top: -1px;

    }
    .menu-toggle span:before{
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #03BBD3;
        transition: all 0.3s ease-in-out;
    }
    .menu-toggle span:after{
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #03BBD3;
        transition: all 0.3s ease-in-out;
    }

    .menu-clicked span {
        background-color: transparent;
    }
    .menu-clicked span:before {
        transform: rotate(-45deg);
        top: 0;
        transition: all 0.3s ease-in-out;
    }
    .menu-clicked span:after {
        transform: rotate(45deg);
        top: 0;
        transition: all 0.3s ease-in-out;
    }

    .what-we-do {
        height: auto;
        margin-top: 55px;
    }
    .main-screen,
    .side-info {
        width: 100%;
        float: none;
        height: auto!important;
        background-image: none;
    }
    .rotation {
        width: 100%!important;
        margin-top: 0!important;
        box-sizing: border-box;
    }
    .side-info {
        height: auto!important;
        padding-left: 0;
        margin-top: 25px;
    }
    .side-title {
        font-size: 24px;
    }
    .pin-bottom {
    display: none;
}
.bottom-slider .owl-nav {
  z-index: 100;
  pointer-events: none;
}
.bottom-slider .owl-nav .owl-prev,
.bottom-slider .owl-nav .owl-next {
    background-color: #fff;
    width: 25px;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    height: 25px;
    border: 1px solid #d6d6d6;
    pointer-events: all;
}
    .how-we-do,
    .our-services,
    .about-us,
    .our-commitment,
    .contact-us,
    .work-with-us {
        padding: 50px 0;
        height: auto;
    }
    h2 {
    font-size: 32px;
    padding-bottom: 20px;

}
    .subheader {
    font-size: 18px;
    padding-top: 20px;

}
    .items-area, .services-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin-top: 50px;
        box-sizing: border-box;
    }
    .how-we-do .item, .service-item {
        width: 100%;
        margin-bottom: 25px;
        box-sizing: border-box;
        height: auto;
        min-height: 250px;
    }
    .rotation .owl-nav {
        display: none!important;
    }
    .share-buttons {
    left: 0;
    top: 25px;
    flex-direction: row;
    width: 100%;
}
.share-buttons li {
  margin: 0 5px;
}
    .contact-us-form {
        width: 90%;
        margin: 20px auto;
    }

    .contact-us-form input {
    background-color: #ebebeb;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    box-sizing: border-box;
}

.contact-us-form input[type='submit'] {
    height: 40px;
    width: 100%;
    padding-left: 0;
}

    .list .list-item {
        width: 100%;
        margin-bottom: 300px;
    }
    .list-view {
        height: 280px;
        bottom: initial;
        top: 100%;
        left: 0;
        width: 100%;
        opacity: 1;
        padding: 0 5px 0 10px;
        transform: none;
    }
    .list .list-view p {
       padding: 0 5px 0 0;
       font-size: 16px;
    }

    .list .list-text {
    height: auto;
    margin-top: 10px;
  }

  .list .list-header {
      align-items: center;
      height: auto;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      order: 2;
      margin-top: 10px;
      position: initial;
  }
    .list .list-date, .list .list-location {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 10px;
    display: block;
    background-image: none;
}

.map {
  height: 350px;
}

.contact-list {
    margin-top: 23px;
}

.contact-list a {
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
}

.contact-social-list {
  margin-top: 10px;
}

.list-area {
  padding-top: 30px;
}

.list-content {
    display: flex;
    flex-direction: column;
    padding: 25px 0;
}

.contact-toggle {
  top: 65px;
  left: 0;
  width: 40px;
  height: 40px;
}

.contact-toggle img,
.contact-toggle.active span {
    width: 20px;
    height: 20px;
}

.contact-popup {
  padding-top: 65px;
  box-sizing: border-box;
}

.content-page {
  padding-top: 75px;
}

.main-screen img {
  height: auto;
  min-height: 195px;
}

.header-wrapper{
  height: 56px;
}
.site-header{
    height: 56px;
}

} /***************************************************************************** min-width: 768 end*/

@media (min-width: 768px) and (max-width: 1024px) {
  .menu ul li{
    margin-right: 25px;
  }
.services-area.our-development {
  flex-wrap: wrap;
  overflow-y: auto;
}
    .featured-text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .our-development-part {
      width: 50%;
      height: auto!important;
    }
    .just-center {
      width: 100%;
}
.our-dev-left img {
  width: 75px;
}
.our-dev-left h3 {
    font-size: 24px;
    margin: 10px 0;
}
.padding-right {
    padding: 12px 25px!important;
}
    .featured-link {
        top: 50px;
        width: 100%;
        text-align: center;
    }
    .featured-text {
        height: calc(100vh - 435px);
        margin-top: 0;
    }
    .draw-line {
        display: none;
    }
    .menu ul li {
    margin-right: 5px;
    }

    .menu ul li a{
   font-size: 14px;
    }
    h1 {
       font-size: 72px;
    }
    .wrapper,  .header-wrapper {
        max-width: 95%;
    }

    footer .wrapper{
        max-width: auto;
    }
    .device-area {
        flex-direction: column;
    }
    .main-screen {
        margin: auto;
    }
    .side-info {
        width: 70%;
        margin: 50px auto 0;
        height: auto!important;
        padding-bottom: 175px;
    }
    .buttons, .devices {
    width: 70%;
    margin: 25px auto 0;
}
    .bottom-slider {
    margin-top: 25px;
}
    .share-buttons {
        top: 125px;
    }

    .items-area {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    margin-top: 25px;
    flex-wrap: wrap;
    align-content: flex-start;
}
    .how-we-do .item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    height: auto;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 25px;
}
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .wrapper {
        max-width: 85%;
    }

    #first-line {
    top: -150px;
    right: -250px;
    transform: scaleX(0.8);
}
}

@media (max-width: 1280px) {


    .featured-slider .owl-dots {
    top: 100%;
    z-index: 1;
    flex-direction: row;
    width: 100%;
    left: 0;
    height: auto;
    margin-top: 20px;
}
.featured-slider .owl-dots .owl-dot {
    margin: 0 2px;
}
.featured-link {
    top: 50px;
    width: 100%;
    text-align: center;
}
}
@media (min-width: 2000px) {
    .featured-image {
        height: calc(80vh - 420px);
    }

    .featured-content,
    .featured-item,
    .featured-text,
    .featured-slider {
        height: calc(80vh - 335px);
    }
    .featured .wrapper,
    .featured {
        height: calc(80vh - 65px);
    }
}

@media (min-width: 768px) {
  header {
    position: fixed;
    right: 0;
  }
  .what-we-do-react {
    margin-top: 80px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .contact-popup {
    box-sizing: content-box;
  }
  .banner {
    height: auto;
  }
  .banner .wrapper {
    height: auto;
    padding: 25px 0;
    min-height: 100vh;
  }

  .banner svg {
    height: 100%;
    bottom: 0;
    min-height: 100vh;
}

#primary-menu {
    top: 65px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    align-content: flex-start;
}
.fixed-header .menu ul li,
.menu ul li {
  line-height: normal;
  width: 30%;
  margin: 10px 0;
}

.contact-us-form input[type='submit'] {
  width: 50%;
}
}

.slick-arrow.slick-prev::before,
.slick-arrow.slick-next::before
{
  content: "";
}
.featured-works .slick-arrow.slick-prev{
  width: 20px;
  height: 34px;
  background: url("../img/ios-arrow-back.svg");
}

.featured-works .slick-arrow.slick-next{
  width: 20px;
  height: 34px;
  background: url("../img/ios-arrow-forward.svg");
}

.featured-works .slick-next{
  right:-30px;
}

.featured-works .slick-prev{
  left:-30px;
}


.work-single-content .slick-arrow.slick-prev{
  width: 14px;
  height: 30px;
  background: url("../img/slider_arrow_back.svg");
  background-repeat: no-repeat;
  filter: grayscale(1) brightness(2);
}

.work-single-content .slick-arrow.slick-next{
  width: 14px;
  height: 30px;
  background: url("../img/slider_arrow_forward.svg") ;
  background-repeat: no-repeat;
  filter: grayscale(1) brightness(2);
}

.work-single-content .slick-arrow.slick-prev:hover{

  filter: grayscale(0) brightness(1);
}

.work-single-content .slick-arrow.slick-next:hover{

  filter: grayscale(0) brightness(1);
}


.work-single-content.mobile .slick-arrow.slick-next,
.work-single-content.mobile .slick-arrow.slick-prev
{
  filter: grayscale(0) brightness(1);
}

.work-single-content.mobile .slick-next{
  right:-55px;
}

.work-single-content.mobile .slick-prev{
  left:-55px;
}




footer {
    background-color: #000000;
    width: 100%;
    padding-top: 69px;
    color: #fff;
}
footer .wrapper {
    display: flex;
    justify-content: space-between;
}

footer ul li,
footer ul li a {
    text-decoration: none;
    color: #39434c;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 27px;
    transition: all 0.3s ease-in-out;
}
footer ul li a:hover {
    transition: all 0.3s ease-in-out;
    color: #00bcd4;
}
footer h4 {
    color: #c5c5c5;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
.copyright {
    background-color: #07080a;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}
.copyright .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 60px;
}
.copyright ul {
    display: flex;
    justify-content: flex-end;
}
.copyright p,
.copyright ul li,
.copyright ul li a{
    color: #39434c;
}
.copyright ul li a {
    margin-right: 7px;
    margin-left: 7px;
}

#footer h4{
  color:#fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 13px;
}

/* #footer a{
  color:#AAAAAA;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  display: block;
} */

#footer .col-footer{
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}

#footer .copyright{
  margin-top: 50px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  background-color: #000;
}

#footer .copyright .col-footer p{
  color:#AAAAAA;
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;

}

#footer .copyright{
    padding-top: 19px;
    padding-bottom: 18px;
    height:auto;
}

#footer .copyright .wrapper{
  height: auto;
}

#footer ul.subscribe-social li {
  color:#AAAAAA;
  font-size: 14px;

}

#footer ul.subscribe-social li i{
  font-size: 18px;
}

#footer .col-footer p{
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color:#fff;
}

#footer .col-footer .input-group{
  margin-top:17px;
}

#footer .col-footer .input-group button{
  width:177px;
  background-color: #03BBD3;
  color:#fff;
  border-radius: 0;
  font-size:14px;
  line-height: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
}


#footer .col-footer .input-group input{
    background-color: rgba(255, 255, 255, 0.1);
    color:rgba(255, 255, 255, 0.5);
    font-size: 14px;
    height: 56px;
    border:none;
    border-radius: 0;
}


@media (max-width: 991px) {
  #footer .col-footer .input-group button{
    width:110px;

  }
}

@media (max-width: 767.98px) {

  footer {
    padding-top: 32px;
     background-image: linear-gradient(to bottom, #111115, #00181B);
  }
  #footer .col-footer .input-group {

    flex-direction: row;
    display: block;
    width: 100%;

  }

  #footer .col-footer .input-group input {
    flex:auto;
    width: 100%;
    margin-bottom: 16px;
  }

  #footer .col-footer .input-group button{
    width:100%;

  }

  .copyright ul {
      display: flex;
      justify-content: center;
  }

  .copyright ul li:first-child{
      display: none;

  }

  #footer ul.subscribe-social li i{
      color:#575A62;
      font-size: 24px;

  }
  #footer .copyright .col-footer.copyright-sm{
    margin-left: -30px;
    margin-right: -30px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  #footer .copyright .col-footer.copyright-sm p{
    font-size: 18px;
    line-height: 32px;
    color:#8C8E95;
  }

  #footer .copyright{
    margin: 0;
    padding: 0;
    border:0;
    background: none;
  }

  #footer .col-footer.follow-us {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 32px;
    padding-top: 14px;
    padding-bottom: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }

  #footer .col-footer.follow-us h4{

    color:#8C8E95;
    font-size: 18px;
    line-height: 32px;
  }

  #footer .col-footer.subscribe{
    margin-top: 30px;
  }

  #footer .col-footer.subscribe h4{
    font-size:21px;
    color:#FFFFFF;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
  }

  #footer .col-footer.subscribe p{
    font-size:18px;
    color:#8C8E95;
    line-height: 19px;
    font-weight: normal;
    text-align: left;
  }

  #footer .footer-menu .col-footer{
    text-align: left;
  }

  #footer .footer-menu .col-footer h4{
    font-size: 21px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    margin-top: 13px;
  }

  #footer .footer-menu .col-footer a{
    font-size: 18px;
    line-height: 32px;
    color:#8C8E95
    font-weight: 300;
  }
}
