@charset "utf-8";
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
#myCarousel img,
.skiline img {
    width: 100%;
}
.get,
a:hover {
    text-decoration: none;
}
.get,
.modal-title,
a.navbar-brand {
    text-transform: uppercase;
}
body {
    font-family: "Open Sans", sans-serif;
    max-width: 1920px !important;
    margin: 0 auto;
}
div#myNavbar {
    box-shadow: none;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent;
}
.modal-title {
    font-size: 17px;
}
.body.modal-open {
    font-size: 12px;
    transition: 0.5s ease-in-out;
    overflow-x: hidden;
    max-width: 1920px;
    padding: 0 !important;
    margin: 0 !important;
}
* {
    padding: 0;
    margin: 0;
}
.navbar-brand > img {
    display: block;
    width: 150px;
}
nav.navbar.navbar-inverse {
    position: absolute;
    border: none !important;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(14, 17, 23, 0.9);
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 50px 15px;
    position: relative;
    transition: 0.3s;
}
a.navbar-brand {
    padding: 20px 10px;
    display: block;
    height: auto;
}
a.navbar-brand span {
    font-weight: 700;
    color: #fa6262;
}
a.navbar-brand b {
    color: #fff;
}
i.fa.fa-circle-o {
    display: inline-block;
    margin-right: 46px;
    font-size: 11px;
    transition: 0.3s;
}
.navbar-nav > li:hover i {
    transition: 0.3s;
    transform: translateX(40px);
}
ul.nav.navbar-nav {
    margin-left: 41px;
}
.carousel-caption,
.carousel-inner > .item:after,
.mouse {
    left: 0;
    margin: 0 auto;
    right: 0;
}
a.navbar-brand {
    font-size: 18px;
}
#myCarousel {
    position: relative;
}
.mouse {
    position: absolute;
    z-index: 9;
    transition: all 0.3s ease-in-out 0s;
    bottom: 50px;
    width: 40px !important;
    animation: myanimation 1.3s infinite;
    cursor: pointer;
}
@keyframes slideright {
    0% {
        transform: translateX(8000px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes slidetop {
    0%,
    50% {
        transform: translateY(-30px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes slidedown {
    0%,
    80% {
        transform: translateY(90px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes slidetop2 {
    0%,
    80% {
        transform: translateY(90px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
.carousel-caption span {
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    letter-spacing: 1.4em;
    font-weight: 700;
}
.item.active .carousel-caption span {
    animation: slidetop2 1s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.carousel-caption h3 {
    opacity: 0;
    visibility: hidden;
}
.item.active .carousel-caption h3 {
    animation: slideright 2.4s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.carousel-caption p {
    opacity: 0;
    visibility: hidden;
}
.item.active .carousel-caption p {
    animation: slidetop 3.9s ease-in;
    opacity: 1;
    visibility: visible;
}
.carousel-caption a {
    opacity: 0;
    visibility: hidden;
}
.item.active .carousel-caption a {
    animation: slidedown 4.1s ease-in;
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes myanimation {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(18%);
    }
}
@-webkit-keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.8);
    }
    100% {
        transform: scale(1.2);
    }
}
.carousel-inner item img {
    animation: scale 0.4s infinite;
}
.carousel-inner item {
    position: relative;
}
.carousel-inner > .item:after {
    background-color: rgba(14, 17, 23, 0.94);
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
.carousel-caption {
    padding-bottom: 0;
    bottom: auto;
    text-shadow: none;
    top: 220px;
}
.carousel-caption h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 150px;
    font-weight: 700;
}
.carousel-caption p {
    font-size: 50px;
    font-weight: 100;
    margin: 0 0 75px;
}
.carousel-caption p span {
    font-size: inherit;
    letter-spacing: inherit;
    color: inherit;
    font-weight: 100;
}
.carousel-caption p span:nth-child(1) {
    color: #99ff2c;
}
.carousel-caption p span:nth-child(2) {
    color: #10d47a;
}
.carousel-caption p span:nth-child(3) {
    color: #f96f00;
}
a:hover {
    color: inherit;
}
.get,
.get:hover {
    color: #fff;
    transition: 0.3s;
}
.get {
    height: 60px;
    line-height: 60px;
    background-color: #fa6262;
    width: 230px;
    display: inline-block;
    text-align: center;
    border-radius: 60px;
    box-shadow: 0 5px 10px 1px rgba(250, 98, 98, 0.22);
}
.about h2,
.about h6,
.clients h3,
.services figure strong,
.strategy span,
.values figure h1,
.work .nav-tabs > li > a {
    text-transform: capitalize;
}
.get:hover {
    box-shadow: 0 5px 14px 4px rgba(250, 98, 98, 0.22);
}
.carousel-control {
    display: none;
}
ol.carousel-indicators {
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    top: 40%;
    width: 36px;
    text-align: right;
}
.img_round,
.img_round span,
.img_round > img,
.services figure {
    text-align: center;
}
.carousel-indicators li {
    display: block;
    margin-bottom: 13px !important;
    width: 10px;
    height: 17px;
    transition: 0.3s;
}
.curve:after,
.curve:before {
    content: "";
    background-color: #fff;
    width: 50%;
    height: 60px;
    position: absolute;
    bottom: -30px;
    z-index: 9;
}
.carousel-indicators .active {
    transition: 0.3s;
}
.curve:before {
    left: 0;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
}
.curve:after {
    right: 0;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.divider,
.img_round span,
.values figure h1:before,
.work figure:after {
    content: "";
}
.about,
.img_round span {
    position: relative;
}
.padding {
    padding: 100px 0;
}
.about img {
    width: 100%;
}
.myabout img {
    padding-right: 20px;
}
.about h2 {
    margin-top: 0;
    font-size: 48px;
    font-weight: 700;
}
.about h6 {
    font-size: 30px;
    font-weight: 100;
    margin-top: 25px;
}
.about p {
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 18px;
}
section.padding.about.services {
    background-color: #ebebeb;
}
.services img {
    width: 60px;
}
.services figure {
    padding: 25px;
    background-color: #fff;
    margin-bottom: 25px;
}
.services .curve:after,
.services .curve:before,
.services figure span {
    background-color: #ebebeb;
}
section#services figure {
    min-height: 490px;
}
.services figure span {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    border-radius: 100%;
    line-height: 110px;
}
.services figure strong {
    font-size: 24px;
    margin-top: 14px;
    display: inline-block;
    margin-bottom: 0;
}
section.padding.about.services figure p {
    font-size: 16px;
}
.services .myheading p {
    margin-bottom: 50px;
}
.strategy b {
    font-size: 144px;
    display: inline-block;
    margin-right: 0;
    color: #fb346f;
}
.strategy span {
    font-size: 49px;
    display: inline-block;
    font-weight: 100;
}
.strategy img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: 10px solid #303236;
}
.img_round > img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
}
.img_round span {
    display: block;
    left: 0;
    right: 0;
    height: 140px;
    border-left: 7px dashed #fb346f;
    margin: 40px auto 0;
    width: 0;
}
.strategy p {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    text-align: justify;
    font-weight: 100;
    margin: 0;
}
.values .myheading p,
.values figure h1 {
    text-align: center;
}
section.padding.about.services.strategy {
    background-image: url(../images/bg1.jpg);
    color: #fff;
    overflow: hidden;
    clear: both;
    padding: 150px 0;
}
.img_round img.arrow {
    border: 0;
    height: auto;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: visible;
    z-index: 9999;
    border-radius: 0;
}
.worksteps {
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
}
.owl_1 figure,
.ste4 {
    margin-bottom: 0;
}
.ste2 b {
    color: #bcce20 !important;
}
.ste2 .divider {
    border-left: 7px dashed #bcce20;
}
.ste3 b {
    color: #ffbf36 !important;
}
.ste3 .divider {
    border-left: 7px dashed #ffbf36;
}
.ste4 b {
    color: #36d2ff !important;
}
.ste4 .divider {
    border-left: 7px dashed #36d2ff;
}
.ste2 img.arrow {
    right: auto;
    left: 0;
}
.work .nav-tabs > li > a {
    padding: 15px 29px;
    color: #272525 !important;
    cursor: pointer;
    border-radius: 5px;
}
.nav-tabs > li.active > a:focus,
.work .nav-tabs > li.active > a,
.work .nav-tabs > li.active > a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #fa6262 !important;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    box-shadow: none;
}
.work ul.nav.nav-tabs {
    clear: both;
    text-align: center;
    border-bottom: 1px solid transparent;
}
.work .nav-tabs > li > a:hover {
    border-color: transparent;
    box-shadow: none;
    background: 0;
}
.work .nav > li.active a {
    box-shadow: 0 5px 10px 1px rgba(250, 98, 98, 0.22);
}
.work .nav > li {
    position: relative;
    display: inline-block;
    float: none !important;
}
.work img {
    width: inherit;
}
.work figure {
    position: relative;
    padding: 0;
    background-color: transparent;
    transition: 0.4s;
    overflow: hidden;
    height: 285px;
    margin-bottom: 20px;
}
.work figure span,
a.link img {
    background-color: transparent;
    opacity: 0;
    margin: auto auto 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 999;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    transition: 0.4s;
    line-height: normal;
    right: 0;
}
.work figure span {
    width: auto;
    height: auto;
    left: -66px;
    top: 70%;
}
a.link img,
span.zoom img {
    width: 50px !important;
    height: auto;
}
a.link img {
    height: auto !important;
    left: 100px !important;
    top: 10%;
}
.work figure img,
.work figure:after {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.work figure:hover a.link img,
.work figure:hover span {
    opacity: 1;
    top: 50%;
}
.work figure img {
    object-fit: cover;
    object-position: center;
}
.work .tab-content {
    margin-top: 85px;
}
.work figure:after {
    display: block;
    position: absolute;
    transition: 0.4s;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
}
.work figure:hover:after {
    opacity: 1;
    transition: 0.4s;
}
.owl_1.owl-carousel.owl-theme.owl-loaded.owl-drag {
    overflow: hidden;
    clear: both;
}
.owl_1 figure {
    background: 0;
    padding: 10px;
}
.values figure span {
    display: inline-block;
    background-color: transparent;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
    line-height: normal;
}
.values figure h1 {
    font-size: 110px;
    font-weight: 700;
    position: relative;
}
.values figure h1 span {
    font-size: 110px;
    font-weight: 400;
    color: #fa6262;
}
.owl_1 figure p {
    text-align: center !important;
    max-width: max-content;
    margin: 0 auto;
    padding: 0 20px;
}
#gotop,
.divider,
.owl-dots,
p.copyrights {
    text-align: center;
}
.values .myheading p {
    max-width: 700px;
    margin: 20px auto 40px;
    display: block;
    font-size: 16px;
    line-height: 29px;
}
.myheading {
    overflow: hidden;
    clear: both;
}
.clients .des p,
.divider {
    position: relative;
}
section.padding.about.services.strategy.values {
    padding-bottom: 160px;
}
button.owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #fff !important;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}
.owl-dots {
    margin-top: 50px;
}
.values .curve:after,
.values .curve:before {
    background-color: #12151a;
}
.divider {
    display: block !important;
    left: 0;
    right: 0;
    height: 145px;
    border-left: 7px dashed #fa6262;
    margin: 158px auto 0;
    width: 0;
}
section.padding.about.services.strategy.values.clients {
    background-image: url(../images/bg2.jpg);
}
.des {
    max-width: 800px;
    margin: 0 auto;
}
.clients .myheading,
.clients .myheading p {
    color: #000;
}
.clients .des p:after,
.clients .des p:before {
    position: absolute;
    content: " ";
    font-size: 50px;
    color: #000;
    font-weight: 800;
    display: block;
    background-repeat: no-repeat;
}
.clients .des p:before {
    background-image: url(../images/d1.png);
    width: 24px;
    height: 16px;
    left: -21px;
}
.clients .des p:after {
    background-image: url(../images/d2.png);
    width: 23px;
    height: 15px;
    right: -21px;
    top: 15px;
}
.clients h3 {
    color: #373d45;
    font-weight: 700;
    font-size: 30px;
}
.clients b {
    font-size: 20px !important;
    color: #fa6262 !important;
    display: inline-block;
    margin-top: 35px;
    text-transform: uppercase;
}
.clients i {
    color: #b9b9b9;
}
.clients p {
    color: #000 !important;
    margin-top: 30px !important;
}
.client-img {
    width: 150px;
    height: 150px;
    margin: 20px auto 0;
}
.client-img img {
    border: 6px solid #848484;
    box-shadow: 0 2px 6px #ccc;
}
.clients button.owl-dot {
    border: 2px solid #bfbfbf !important;
}
button.owl-dot.active {
    background-color: #fa6262;
    border: 2px solid #fa6262 !important;
}
button.get {
    border: 0;
    display: block;
    margin-top: 10px;
}
.getintouch h2 {
    color: #fa6262;
}
.getintouch h6 {
    margin-top: 17px !important;
    font-size: 30px !important;
    font-weight: 100 !important;
}
.getintouch strong {
    font-size: 20px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 20px;
}
.getintouch p i {
    margin-right: 5px;
    font-size: 19px;
    position: relative;
    top: 2px;
}
.getintouch p {
    margin: 0 0 15px !important;
    line-height: 35px;
    font-size: 16px;
}
.getintouch .form-control:focus {
    border-bottom: 1px solid #fa6262;
}
.getintouch input.form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #cccc;
    margin-bottom: 20px;
    background: 0;
}
.getintouch textarea.form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    border-radius: 0;
    background: 0;
}
section.padding.about.myabout.getintouch {
    padding-bottom: 0;
    overflow: hidden;
    clear: both;
    position: relative;
}
p.copyrights {
    padding: 20px 0;
    margin-top: 30px !important;
    overflow: hidden;
    clear: both;
}
.getintouch img {
    width: 50px;
}
div#particles-js {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
#gotop {
    color: #fff;
    position: fixed;
    z-index: 999;
    font-size: 14px;
    background-color: #000;
    right: 10px;
    bottom: 30px;
    width: 40px;
    line-height: 40px;
}
#myCarousel .item img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1917px) {
    .carousel-caption h3 {
        font-size: 120px;
    }
    .carousel-caption p {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .carousel-caption {
        top: 160px;
    }
    .about h2 {
        font-size: 40px;
    }
    section.padding.about.services figure p {
        font-size: 14px;
    }
    .services figure strong {
        font-size: 20px;
    }
    .strategy span {
        font-size: 40px;
    }
    .strategy b {
        font-size: 99px;
    }
    .strategy p {
        font-size: 17px;
        line-height: 30px;
    }
    .about h6 {
        margin-top: 14px;
    }
    .values figure h1,
    .values figure h1 span {
        font-size: 70px;
    }
    .values figure h1:before {
        content: "";
        width: 372px !important;
        height: 148px !important;
        display: block;
        position: absolute;
        left: 153px;
        top: -5px;
        border: 0;
    }
    .padding {
        padding: 100px 0 !important;
    }
    #about p {
        text-align: justify;
    }
    section.padding.about.myabout.getintouch {
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 1599px) {
    .carousel-caption h3 {
        font-size: 100px;
    }
    .get {
        height: 58px;
        line-height: 59px;
        width: 200px;
    }
    .carousel-caption {
        top: 180px;
    }
    .img_round span {
        height: 70px;
        border-left: 4px dashed #fb346f;
        margin-top: 25px;
    }
    .ste2 .divider {
        border-left: 4px dashed #bcce20;
    }
    .ste3 .divider {
        border-left: 4px dashed #ffbf36;
    }
    .img_round > img {
        height: 176px;
        width: 176px;
        text-align: center;
        border: 5px solid #303236;
    }
    .values .divider {
        height: 70px;
        border-left: 4px dashed #fa6262;
        margin-top: 142px;
    }
    ul.nav.navbar-nav {
        margin-left: 10px;
        float: right;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 13px;
    }
    section#services figure {
        min-height: 453px;
    }
}
@media screen and (max-width: 1365px) {
    .navbar-inverse .navbar-nav > li > a i.fa.fa-circle-o {
        display: none;
    }
    .carousel-caption h3 {
        font-size: 80px;
    }
    .carousel-caption p {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .get {
        height: 55px;
        line-height: 55px;
        width: 170px;
    }
    section.padding.about.myabout {
        padding: 50px 0 !important;
    }
    .values figure h1:before {
        border: none !important;
    }
    .carousel-caption {
        top: 150px;
    }
    section.padding.about.services figure p {
        font-size: 13px;
        line-height: 22px;
    }
    .services figure {
        font-size: 15px;
    }
    p.copyrights {
        margin-top: 23px !important;
    }
    .carousel-indicators li {
        margin-bottom: 8px !important;
    }
    ul.nav.navbar-nav {
        float: right;
    }
}
@media screen and (max-width: 1169px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 39px 16px;
        font-size: 12px;
    }
    .mouse {
        width: 23px !important;
    }
    .carousel-caption h3 {
        font-size: 60px;
    }
    .carousel-caption span {
        font-size: 15px;
        letter-spacing: 0.4em;
        font-weight: 700;
    }
    .carousel-caption p {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .about h2 {
        font-size: 30px;
    }
    .about p {
        line-height: 29px;
        font-size: 14px;
        margin-bottom: 30px;
        margin-top: 10px;
        text-align: justify;
    }
    p.copyrights {
        margin-top: 0 !important;
        text-align: center !important;
    }
    .services .myheading p {
        margin-bottom: 50px;
        font-size: 13px;
        line-height: 21px;
        text-align: center;
    }
    .myabout img {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .strategy b {
        font-size: 50px;
    }
    .worksteps p {
        line-height: 24px;
        font-size: 13px;
        margin-bottom: 30px;
        margin-top: 10px;
        text-align: justify;
    }
    a.navbar-brand {
        padding: 17px 20px;
    }
    .navbar-brand > img {
        width: 180px;
    }
    .carousel-caption {
        top: 122px;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    .getintouch img {
        width: 48px;
        margin-bottom: 0 !important;
        margin-right: 9px;
    }
}
@media screen and (max-width: 979px) {
    .carousel-inner .item {
        height: 480px;
    }
    .work .tab-content {
        margin-top: 35px;
        padding: 15px;
    }
    .values figure h1,
    .values figure h1 span {
        font-size: 58px;
    }
    section.padding.about.services.work {
        padding: 30px 0 !important;
    }
    ul.nav.navbar-nav {
        float: none;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }
    button.navbar-toggle {
        top: 20px;
    }
	.navbar-brand > img {
        width: 159px;
    }
    .carousel-caption h3 {
        font-size: 70px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    ul.nav.navbar-nav {
        margin-left: 0;
        z-index: 999;
        position: relative;
    }
    div#myNavbar {
        z-index: 999999999999 !important;
        position: absolute;
        background: #060606;
        width: 100%;
    }
    .des {
        padding: 30px;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 20px;
        font-size: 12px;
    }
    section#services figure {
        min-height: auto;
    }
    .ste1,
    .ste2,
    .ste3,
    .ste4 {
        display: flex;
    }
    .img_round > img {
        height: 130px;
        width: 130px;
        border: 3px solid #303236;
    }
    .strategy span {
        font-size: 20px;
    }
    .strategy b {
        font-size: 46px;
    }
    .worksteps p {
        line-height: 21px;
        font-size: 12px;
        margin-bottom: 19px;
        margin-top: 7px;
        text-align: justify;
    }
    .navbar-brand > img {
        width: 129px;
    }
    button.navbar-toggle {
        top: 13px;
        left: -10px;
    }
    .carousel-caption h3 {
        font-size: 40px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 639px) {
    .get {
        height: 47px;
        line-height: 47px;
        width: 170px;
    }
    section.padding.about.services {
        padding-bottom: 10px !important;
    }
    section.padding.about.services.strategy {
        padding-bottom: 100px !important;
    }
    .values .divider {
        margin-top: 0;
    }
    section.padding.about.services.strategy.values.clients {
        padding: 50px 0 !important;
    }
    button.get {
        font-size: 12px;
    }
    .work .nav-tabs > li > a {
        font-size: 13px !important;
        padding: 15px;
    }
    .navbar-brand > img {
        width: 129px;
    }
    button.navbar-toggle {
        top: 16px;
    }
    .carousel-caption h3 {
        font-size: 40px;
        margin-bottom: 5px;
    }
    .client-img {
        width: 100px;
        height: 100px;
    }
    .carousel-caption {
        top: 106px;
        width: 98%;
    }
    .client-img img {
        border: 3px solid #848484;
    }
    .img_round img.arrow {
        display: none;
    }
    @media screen and (max-width: 479px) {
        .carousel-caption p {
            font-size: 22px;
            margin-bottom: 20px;
        }
        .img_round,
        .strategy .col-sm-4:nth-child(2),
        ol.carousel-indicators {
            display: none;
        }
    }
}

nav.navbar.navbar-inverse {
    position: fixed;
    top: 0;
    z-index: 99;
    border-radius: 0px;
}

.carousel-inner > .item:after {
    background-color: rgba(14 17 23 / 0.8);
}

@media screen and (min-width: 768px) {
    div#myNavbar {
        margin-left: auto;
    }
    nav .container {
        align-items: center;
        display: flex;
    }
}
.navbar-inverse .navbar-nav > li > a {
    padding: 10px 15px;
}

