html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'hurme-light';
    src: url('../fonts/hurmegeometricsans4_light-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans4_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hurme-semibold';
    src: url('../fonts/hurmegeometricsans4_semibold-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans4_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hurme-regular';
    src: url('../fonts/hurmegeometricsans4-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans4-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hurme-1regular';
    src: url('../fonts/hurmegeometricsans1-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'redikal-bold';
    src: url('../fonts/Radikal Bold.woff2') format('woff2'),
         url('../fonts/Radikal Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'redikal';
    src: url('../fonts/Radikal W03 Regular.woff2') format('woff2'),
         url('../fonts/Radikal W03 Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrandonText';
    src: url('../fonts/BrandonText-Regular.woff') format('woff');         
    font-weight: normal;
    font-style: normal;
}
img{
    max-width: 100%;
}
a, a:hover{
    color: inherit;
    transition: all 0.3s;
    text-decoration: none;
}
:focus{
    box-shadow: none !important;
    outline: none !important;
}
body{
    font-family: 'hurme-regular';
}

/* -*-*-*-*- mobile menu -*-*-*-*- */
.nav-mobile {
    display: none;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #179a91f5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}
.sidenav a {
    padding: 40px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #ffffffa6;
}
.sidenav a:last-child {
    border: none;
}
.sidenav a:hover{
  color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 50px;
    padding: 0;
    line-height: 1;
    border: none;
}

/* back to top */
#back-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 50px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 4px;
    transition: all 0.3s;
    line-height: 1;
}
#back-top:hover {
    text-shadow: 0 10px 10px #00000026;
}

/*
    header
*/
header {
    background-color: transparent;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 15px;
}
header a.navbar-brand img {
    width: 90px;
}
header ul.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-family: 'hurme-semibold';
    padding: 0 !important;
}
header ul.navbar-nav li + li a {
    margin: 0 0 0 25px;
}
header ul.navbar-nav li a.nav-contact {
    border: 1px solid #fff;
    padding: 0 7px !important;
    border-radius: 100px;
}
header ul.navbar-nav li a:hover, ul.footer-links li a:hover {
    color: #e4f300;
}
header ul.navbar-nav li a.nav-contact:hover{
    background-color: #fff;
    color: #179a91;
}

/*
    banner
*/
section.banner {
    position: relative;
    background-color: #00635c;
}
/*.carousel-item img{
    opacity: 0.2;
}*/
.banner .carousel-caption {    
    right: auto;
    bottom: auto;
    left: 50%;    
    padding-top: 0;
    padding-bottom: 0;        
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    z-index: 0;
}
.banner .carousel-caption p {
    margin: 0;
    font-family: 'hurme-light';
    font-size: 20px;
}
.banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    border: none;
    margin: 0 10px;
}
.banner .carousel-indicators {
    bottom: 50px;   
}

/*
    about us
*/
section.about {
    padding: 100px 0;
    position: relative;
}
.about h1{
    font-size: 50px;
    text-align: center;
    color: #179a91;
    margin: 0;
    line-height: 1;
}
.about p {
    font-size: 24px;
    text-align: center;
    color: #179a91;
    margin: 20px auto 0;
    width: 55%;
}

/*
    services
*/
section.services {
    background-color: #179a91;
    padding: 100px 0;
}
.services h1{
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.services p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 50px 0 70px;
}
.services ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-main {
    text-align: center;
}
.service-main img {
    height: 70px;
}
.service-main h3 {
    color: #fff;
    font-size: 22px;
    margin: 15px 0 0;
}
a.my-button {
    color: #fff;
    font-size: 24px;
    margin: 70px auto 0;
    display: table;
    border: 2px solid #fff;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 100px;
}
a.my-button:hover {
    background-color: #fff;
    color: #179a91;
}

/*
    KPMG
*/
section.kpmg {
    background: linear-gradient(to left, rgb(1, 108, 185), rgb(42, 123, 181));
    padding: 30px 0;
    position: relative;
}
.kpmg-img {
    text-align: left;
    position: relative;
}
.kpmg-img img {
    max-height: calc(100vh - 150px);
}
.project-desc {    
    position: relative;    
    max-width: 470px;    
    margin: auto;
}
.project-desc h3 {
    text-align: left;
    font: 45px/1 "redikal", Helvetica, Arial, sans-serif;
    margin: 0 0 20px;
    color: #fff;
}
.project-subtitle {
    text-align: left;
    font: 24px "BrandonText", Helvetica, Arial, sans-serif;
    opacity: 0.6;
    margin-bottom: 20px;
    color: #fff;
}
ul.project-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul.project-tags li{
    display: inline-block; 
}
span.tags-list-tag {
    font: 14px/34px "BrandonText", Helvetica, Arial, sans-serif;
    color: #f4f4f4;
    height: 34px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 34px;
    background: rgba(255,255,255,0.1);
}
.project-content {
    font: 16px "BrandonText", Helvetica, Arial, sans-serif;
    color: #fff;
    margin-bottom: 35px;
}
a.case-studies {
    font: 20px/1.35 "BrandonText", Helvetica, Arial, sans-serif;    
    text-align: center;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 30px;
    display: inline-block;
    min-width: 270px;    
    color: #ffffff;
    border: 1px solid #ffffff;
}
a.case-studies i {
    vertical-align: bottom;
    line-height: 1;
    margin-left: 5px;
}
a.case-studies:hover{
    background-color: #fff;
    color: #222;
}

/*
    brilliant
*/
section.brilliant {
    padding: 30px 0;
    background: linear-gradient(to left, rgb(180, 52, 246), rgb(81, 78, 192));
    position: relative;
}
section.brilliant .row {
    flex-direction: row-reverse;
}
.brilliant-img img {
    height: 100%;
    width: 100%;
}
.brilliant-img {
    height: 100%;
    width: 100%; 
}

/*
    connect
*/
section.connect {
    background: linear-gradient(to left, rgb(22, 24, 28), rgb(22, 24, 28));
    padding: 50px 0;
    position: relative;
}

/*
    partners
*/
section.partners {
    position: relative;
    padding: 50px 0;
}
section.partners h1 {
    font-size: 45px;
    font-family: "redikal";
    color: #23252c;
    text-align: center;
    margin: 0;
}
section.partners p {
    text-align: center;
    margin: 20px 0 0;
    font: 18px "BrandonText", Helvetica, Arial, sans-serif;
    opacity: 0.8;
}
.client-main img {
    width: auto !important;
    margin: 50px auto;
}
.client-main h6 {    
    font-size: 24px;
    font-family: "redikal";
    margin: 0;
    text-align: center;
    color: #222;
}
section.partners p {
    text-align: center;
    margin: 20px 0 50px;
    font: 18px "BrandonText", Helvetica, Arial, sans-serif;
    opacity: 0.8;
}
section.partners .client-main p {
    width: 70%;
    margin: 10px auto 0;
}
.partner-main .owl-dots {
    display: none;
}
.partner-main .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;    
}
.partner-main .owl-theme .owl-nav{
    margin: 0;
}
.partner-main button.owl-prev {
    left: 0;
    position: absolute;
}
.partner-main button.owl-next {
    right: 0;
    position: absolute;
}
.partner-main button i {
    font-size: 35px;
    color: #666;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

/*
    news-events
*/
section.news-events {
    background-color: #179a91;
    padding: 100px 0;
}
section.news-events h1 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.news-main {
    margin: 70px 0 0;
}
.news-main img {
    width: 100%;
}
.news-main p {
    color: #fff;
    font-family: 'hurme-light';
    font-size: 18px;
    margin: 20px 0 0;
}

/*
    know us
*/
section.know-us {
    background-color: #179a91;
    padding: 50px 0 30px;
    border-top: 1px solid #ffffff1f;
}
section.know-us h1 {
    text-align: center;
    color: #fff;
    font-family: 'hurme-semibold';
    font-size: 60px;
    margin: 0;
    line-height: 1;
}
section.know-us p {
    color: #fff;
    font-family: 'hurme-light';
    font-size: 18px;
    margin: 20px 0 0;
    text-align: center;
}
section.know-us a {
    font-size: 22px;
    background-color: #fff;
    color: #179a91;
    display: table;
    margin: 50px auto 0;
    padding: 8px 30px;
    border-radius: 100px;
    border: 2px solid #fff;
}
section.know-us a:hover {    
    background-color: transparent;
    color: #ffffff;
}

/*
    footer
*/
footer {
    background-color: #179a91;
    padding: 20px 0;
    margin: -1px 0 0;
}
.footer-logo {
    width: 60%;
    margin: 0 auto;
}
ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.footer-links li a {
    padding: 0 12px;
    color: #fff;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.social-icons a {
    width: 40px;
    height: 35px;
}
.social {
    background-image: url(../img/social.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.you-tube {
    background-position: 0;
}
.twitter {
    background-position: -38px 0;
}
.instagram {
    background-position: -78px 0;
}
.linked-in {
    background-position: -118px 0;
}

/*
    copyright
*/
.copyright {
    text-align: center;
    margin: 25px 0 0;
    font-size: 14px;
    color: #fff;
}

/* -=-= Services =- */
.services-page {
    padding: 0;
    background-color: #179a91;
}
.banner .carousel-caption h1 {
    font-size: 60px;
    margin: 0;
}
.banner .carousel-caption h1+hr {
    border-top: 2px solid #fff;
    width: 25%;
    margin: 50px auto;
}
.service-inner img {
    height: 70px;
}
.service-inner h3 {
    margin: 30px 0 0;
    color: #fff;
    font-size: 34px;
    line-height: 1;
}
.service-inner {
    padding: 50px 0;
}
section.pick-niche {
    padding: 100px 0;
    position: relative;
}

section.pick-niche h1 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'redikal';
    text-align: center;
    margin: 0 auto 20px;
}
section.pick-niche h1+p {
    opacity: 0.7;
    margin: 0 auto;
    max-width: 570px;
    text-align: center;
    font-family: 'BrandonText';
    font-size: 18px;
}
ul.niche {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.niche li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s;
    padding: 45px 0;
    max-height: 222px;
    cursor: pointer;
}
ul.niche li+li:before {
    background-color: #00000024;
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
ul.niche li:hover {
    box-shadow: 0 8px 24px 0 rgba(0,0,0,0.1);
}
.remove-before:before{
    display: none;
}
.remove-before+li:before{
    display: none;
}
ul.niche li a {
    text-align: center;
    display: block;   
    padding: 0 10px; 
}
ul.niche li a p {    
    color: #23252c;
    font-size: 22px;
    font-family: 'redikal';
    margin: 0;
}

/* -=-= Project =- */
.project-title {
    padding: 50px 0;
    position: relative;
}
.project-title h4 {
    color: #1d1d1b;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}
.project-title p {
    margin: 30px 0 0;
    font-size: 20px;
    font-weight: 600;
}
.project-title p span {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

/* -=-= Portfolio =- */
.portfolio {
    padding: 100px 0;
}
.portfolio-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 20px;
}
button.control {
    color: #706f6f;
    font-size: 26px;
    border: none;
    background-color: transparent;
    text-align: center;
    transition: all 0.3s;
}
button.control:hover, button.control.active {
    color: #179a91;    
}
.target-warpper {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 -15px;
}
.target {
    margin-top: 30px;
    display: none;
    flex: 0 0 33.33%;
    padding: 0 15px;
}
.target a{
    display: block;
}

/* -=-= project details =- */
section.p-details-banner {
    background-color: #7b6a58;
    padding: 150px 0;
    text-align: center;
}
section.p-details-banner img {
    width: 250px;
}
section.project-details {
    padding: 50px 0;
}
.project-image+.project-image {
    margin: 5px 0 0;
}

/* -=-= about us =- */
section.description {
    background-color: #179a91;
    padding: 100px 0;
    position: relative;
    text-align: center;
}
section.description h1 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 20px;
}
section.description p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
section.count {
    padding: 50px 0;
}
section.count h1 {
    text-align: center;
    font-size: 50px;
    margin: 0 0 10px;
    color: #1d1d1b;
    line-height: 1;
}
section.count p {
    font-size: 24px;
    text-align: center;
    margin: 0;
    color: #1d1d1b;
    line-height: 1;
}
section.vision-mission {
    background-color: #179a91;
    padding: 50px 0;
}
section.vision-mission img {
    width: 80px;
    margin: 0 auto;
    display: block;
}
section.vision-mission h1 {
    text-align: center;
    color: #fff;
    margin: 15px 0;
    font-size: 36px;
    line-height: 1;
}
section.vision-mission p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 18px;
}
section.ceo {
    padding: 50px 0;
    text-align: center;
}
section.ceo h1 {
    font-size: 36px;
    margin: 0 0 25px;
    color: #1b1b1b;
    line-height: 1;
}
section.ceo p {
    font-size: 18px;
    color: #1b1b1b;
    margin: 0;
}

/* -=-= career =- */
section.job {
    padding: 100px 0;
    text-align: center;
}
section.job h1 {
    font-size: 36px;
    line-height: 1;
    margin: 0;
    color: #1b1b1b;
}
section.job p {
    font-size: 18px;
    margin: 40px 0;
    color: #1b1b1b;
}
section.job a {
    color: #179a91;
    border: 2px solid #179a91;
    font-size: 22px;
    padding: 7px 40px;
    display: inline-block;
    border-radius: 100px;
}
section.job a:hover {
    background-color: #179a91;
    color: #fff;
}
section.job a.bg-white{
    border-color: #fff; 
}
section.job a.bg-white:hover{
    color: #fff; 
    background-color: transparent !important;
}
/*
    modal popup
*/
.apply-modal .modal-header {
    position: relative;
    flex-wrap: wrap;
    border: none;
    padding: 0;
}
.apply-modal .modal-body {
    padding: 0;
}
.apply-modal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 50%;
}
.apply-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0px 0px 5px 5px #00000024;
}
img.modal-logo {
    width: 100px;
    position: relative;
    top: 100px;    
    left: 20px;
}
img.apply-shape {
    position: relative;
    top: -20px;
    right: -20px;
    width: calc(100% - 20px);
}
form.apply-form .form-group{
    position: relative;
    margin:0;
}
form.apply-form .form-group+.form-group{   
    margin-top:20px;
}
form.apply-form .form-group img {
    width: 20px;
    max-height: 25px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}
form.apply-form .form-control {
    height: 45px;
    color: #179a91;
    border: 2px solid #179a91;
    border-radius: 100px;
    padding: 5px 30px;
    font-size: 20px;
}
form.apply-form .form-control::placeholder {    
    color: #179a91;
}
form.apply-form {
    width: 70%;
    margin: 0 auto;
    padding: 40px 0;
}
button.my-button {
    border: 2px solid #179a91;
    font-size: 22px;
    padding: 5px 60px;
    display: table;
    border-radius: 100px;
    background-color: #179a91;
    color: #fff;
    margin: 40px auto 0;
    transition: all 0.3s;
}
button.my-button:hover {    
    background-color: #fff;
    color: #179a91;    
}
form.apply-form select {
    -webkit-appearance: none;
    background-image: url(../img/arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 30px;
}
.modal-backdrop {   
    background-color: #fff;
}

/* -=-= news & events -= */
section.news {
    padding: 30px 0;
}
.calender {
    margin: 0 0 80px;
}
.calender i {
    color: #179a91;
    font-size: 45px;
}
.events-main h1 {
    font-size: 36px;
    position: relative;
    color: #1d1d1b;
    margin: 0;
    line-height: 1;
    border-left: 2px solid #1d1d1b;
    padding: 0 0 0 20px;
}
.events-main p {
    color: #1d1d1b;
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 30px 0 0;
}
.events-main a {
    margin-left: auto;
    border: 1px solid #1d1d1b;
    line-height: 1;
    padding: 3px 12px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-top: auto;
    display: block;
}
.events-main a:hover {
    background-color: #1d1d1b;
    color: #fff;
}
.events-main {
    margin: 0 0 50px;
}

/* -=-= news-inner -= */
header.news-page {
    background-color: #179a91;
    position: relative;
    padding: 10px 0;
    top: 0;
}
section.news-banner {
    padding: 50px 0;
}
section.news-title {
    padding: 0 0 50px;
}
section.news-title h1 {
    font-size: 36px;
    color: #1d1d1b;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    align-items: center;
}
section.news-title h1 span {
    font-size: 16px;
    font-weight: bold;
}
section.news-title p {
    font-size: 14px;
    text-align: justify;
    margin: 20px 0 0;
}
.news-banner ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    border: none;
    margin: 0 10px;
}

/* -=-= clients -= */
section.clients {
    padding: 100px 0 85px;
}
.client-inner-main {
    border: 1px solid #179a91;
    display: flex;
    margin: 0 0 15px;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.client-inner-main img {
    height: 180px;
}
.client-inner-main:hover {
    border: none;    
    box-shadow: 0 0 10px 10px #0000000d;
}

/* -=-= contact us -= */
section.branches {
    padding: 100px 0 60px;
}
section.branches h1 {
    font-size: 36px;
    color: #1d1d1b;
}
section.branches p {
    font-size: 18px;
    text-align: justify;
    margin: 20px 0 0;
}
.map {
    text-align: center;
    margin: 50px 0 0;
}
.map img {
    width: 60%;
}
.contact-form {
    margin: 50px 0 0;
}
.contact-form h1 {
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-size: 36px;
}
textarea.form-control {
    height: auto !important;
    border-radius: 20px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}