@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: AIT Technologies
	All rights reserved
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:200,400,500,600,700');

body, html {
    font-family: sans-serif;
    position: relative;
}
body {
    overflow-x: hidden;
}

/* NAVIGATION */
header {
    position: relative;
    width: 100%;
    height: auto;
    background: #f9f9f9;
}
header .top-line {
    padding: 10px 0px;
}
header hr {
    margin: 0;
    background: #eee;
    border: none;
    width: 100%;
    height: 1px;
}
header p {
    line-height: 30px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #3D518C;
}
header p.v2 {
    color: #999;
    font-weight: 400;
}
header .item {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    margin-left: 11px;
    position: relative;
}
header .item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 20px;
    background: #eee;
    content: ' ';
    margin: auto;
    bottom: 0;
}
header .item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    color: #1BA0D7;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
header .item span {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    padding-left: 5px;
    font-size: 14px;
}
header .socials {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
}
header .socials li {
    display: inline-block;
}
.duty {
    text-align: left;
    padding: 0px 20px 0px 0px;
}
header .socials li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #999;
    border-left: 1px solid #eee;
}
header .socials li a:hover,
header .socials li a:focus {
    color: #1BA0D7;
}
header .socials li:first-child a {
    border-left: none;
}
.navbar-light {
    padding: 20px 0px;
    background: #fff !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.navbar .navbar-brand b {
    display: block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #091540;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.5px;
}
.navbar .navbar-brand span {
    display: block;
    font-size: 10px;
    color: #aaa;
    font-weight: bold;
    margin-top: -7.5px;
    text-transform: uppercase;
    letter-spacing: -0.25px;
}
.navbar .navbar-brand img {
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}
.navbar .nav-item > .nav-link {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #3D518C;
}
.navbar .nav-item.active > .nav-link,
.navbar .nav-item.open > .nav-link,
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item > .nav-link:focus {
    color: #1BA0D7;
}
.navbar .nav-item.custom-dropdown {
    position: relative;
}
.navbar .nav-item.custom-dropdown > .nav-link.custom-toggler {
    position: relative;
    z-index: 0;
}
.navbar .nav-item.custom-dropdown > .nav-link.custom-toggler:after {
    position: static;
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome';
    content: '\f107';
    margin-left: 5px;
    opacity: 0.25;
}
.navbar .nav-item.custom-dropdown > .custom-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    min-width: 200px;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.1) 0px 10px 35px;
    padding: 8px 0px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    opacity: 0;
    visibility: hidden;
}
.navbar .nav-item.custom-dropdown.open > .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.navbar .nav-item.custom-dropdown > .custom-dropdown-menu li {
    display: block;
}
.navbar .nav-item.custom-dropdown > .custom-dropdown-menu li a {
    display: block;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #444;
    padding: 8px 12px;
}
.navbar .nav-item.custom-dropdown > .custom-dropdown-menu li a:hover,
.navbar .nav-item.custom-dropdown > .custom-dropdown-menu li a:focus {
    color: #fff;
    background: #3D518C;
    text-decoration: none;
}
.btn {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-primary {
    background: #1BA0D7;
    border-color: #1BA0D7;
    border-radius: 25px;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #1686b6;
    border-color: #1686b6;
}
.btn-primary.btn-lg {
    padding: 10px 25px;
}
.btn-secondary {
    background: #14759f;
    color: #fff;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 25px;
    border: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background: #0e5471;
    border: none;
}

/* MAIN */
.main {
    display: block;
    background-size: cover;
}
.main.v2 {
    padding: 40px 0px;
}
.main h1 {
    font-weight: bold;
    color: #091540;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}
.main p.lead {
    color: #091540;
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px 10px 0px;
}
.main p:not(.lead) {
    width: 85%;
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.main.home {
    padding: 60px 0px 120px 0px;
    background: url('../img/bg5.jpg') center top 30% no-repeat;
    background-size: cover;
    filter: blur(50%);
}

/* TOP SLIDER */
.top-slider {
    display: block;
    position: relative;
    padding: 40px 0px 70px 0px;
}
@keyframes shrink {
  0% {
      transform: scale(0.65);
  }
  60% {
      transform: scale(1);
  }
  100% {
      transform: scale(1);
  }
}
.top-slider .item img {
    max-width: 95%;
    display: block;
    margin: auto;
    transform: scale(0.65);
}
.top-slider .item img.zooming {
    animation: shrink 5s infinite ease-in;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.spinny-words {
    margin-top: -30px;
    display: block;
    text-align: center;
    width: 100%;
    font-size:50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #0d3755;
}
@media (max-width:768px) {
    .lead br {
        display: none;
    }
    .top-slider {
        padding: 20px 0px 40px 0px;
    }
    .spinny-words {
        margin-top: -20px;
        font-size: 24px;
        line-height: 28px;
    }
}

/* CONTACT PAGE */
.contact-form {
    display: block;
    position: relative;
    padding: 25px;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 25px;
    overflow: hidden;
}
.contact-form .alert {
    margin-top: 25px;
    padding: 25px;
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -25px;
    border-radius: 0px;
}
.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 15px 25px;
}
.contact-info .icon {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    background: #091540;
    color: #fff;
    line-height: 64px;
    font-size: 26px;
}
.contact-info .details {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 64px);
    padding-left: 15px;
}
.contact-info.v2 .details {
    width: 100%;
    padding-left: 0px;
}
.contact-info .details b {
    color: #091540;
}
.contact-info .details p {
    display: block;
    margin: 0;
}

/* CAREER PAGE */
.available-position {
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    padding: 24px 10px 16px 18px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius:  8px 8px 8px 8px;
    -webkit-boarder-radius: 8px 8px 8px 8px;
    border: 0px solid black;
}


/* MISSED */
.missed {
    display: block;
    position: relative;
    background: #1BA0D7;
    color: #fff;
    padding: 35px 0px;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 25px;
    overflow: hidden;
}
.missed .row {
    position: relative;
    z-index: 1;
}
.missed b {
    display: block;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.missed p {
    margin: 0;
    color: rgba(255,255,255,0.75);
    font-size: 16px;
}

/* IMAGE SECTION */
.image-section {
    display: block;
    position: relative;
    padding: 180px 0px 140px 0px;
    background: url('../img/bg2.jpg') center top no-repeat;
    background-size: cover;
    margin-top: -50px;
    z-index: -1;
}
.image-section:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: ' ';
    z-index: 0;
    opacity: 0.45;
}
.image-section .container {
    position: relative;
    z-index: 1;
}
.image-section h1 {
    font-weight: 200;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}
.image-section p:not(.lead) {
    width: 85%;
    color: #fff;
    opacity: 0.9;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

/* SECTION TITLE */
.section-title {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.section-title h2 {
    display: block;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    font-size: 30px;
    color: #091540;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}
.section-title p {
    margin: 0;
    color: rgba(0,0,0,0.75);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.section-title p.lead {
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0px 10px 0px;
}

/* COMPANY SHAPE */
.company-shape {
    display: block;
    position: relative;
    padding: 80px 0px;
}
.company-shape .nice-boxes {
    display: inline-block;
    position: relative;
    margin-top: 30px;
}
.company-shape .nice-boxes img {
    width: 64px;
    height: 64px;
    display: block;
    margin: auto;
    opacity: 1;
}
.company-shape .nice-boxes .text {
    text-align: center;
}
.company-shape .nice-boxes .text b {
    font-size: 14px;
    display: block;
    line-height: 14px;
    margin: 10px 0px;
    font-family: 'Poppins', sans-serif;
    color: #091540;
}
.company-shape .nice-boxes .text p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.company-shape.v2 {
    background: #eaeaec url('../img/bg3.jpg') bottom right no-repeat;
    background-size: contain;
    padding: 80px 0px;
}
.nice-box {
    display: block;
    text-align: left;
}
.nice-box .blue{
    display: block;
    background: #091540;
    padding: 35px;
    text-align: left;
}
.nice-box .gray{
    display: block;
    background: #f2f3f4 !important;
    padding: 35px;
    text-align: left;
    color: #091540 !important;
}
.nice-box .gray h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #091540 !important;
}
.nice-box .gray p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #091540 !important;
    margin: 0;
}
.nice-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.nice-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    margin: 0;
}
.nice-box-2 {
    display: block;
    text-align: left;
}
.nice-box-2 .blue{
    display: block;
    background: #091540;
    padding: 35px;
    text-align: left;
}
.nice-box-2 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.nice-box-2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    margin: 0;
}
/* SERVICES OFFERED */
.services-offered {
    display: block;
    position: relative;
    background: #005073;
}
.services-offered .service {
    display: block;
    text-align: center;
    padding: 30px 0px;
    position: relative;
    text-decoration: none;
}
.services-offered .service:hover {
    background: rgba(0,0,0,0.05);
}
.services-offered .service:after {
    position: absolute;
    top: 0;
    right: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
    content: ' ';
    opacity: 0.15;
}
.services-offered .col-md-4:first-child .service:before {
    position: absolute;
    top: 0;
    left: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
    content: ' ';
    opacity: 0.15;
}
.services-offered .service img {
    width: 64px;
    display: block;
    margin: auto;
    filter: brightness(0) invert(1);
}
.services-offered .service b {
    display: block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

/* FOOTER */
footer {
    background: #091540;
    padding: 20px 0px;
}
footer h3 {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
}
footer .contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
footer .contact-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    color: #fff;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
footer .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    padding-left: 10px;
}
footer .contact-item .info b {
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
footer .contact-item .info p {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    margin: 0;
}
footer .item {
    margin-bottom:0px;
}
footer .item b {
    display: inline;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
footer .item p {
    display: inline;
    font-size: 14px;
    margin: 0;
    color: rgba(255,255,255,0.55);
}
footer ul.menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 70%;
}
footer ul.menu li {
    display: block;
    margin-bottom: 5px;
}
footer ul.menu li a {
    display: block;
    padding: 8px 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
footer ul.menu li a:hover,
footer ul.menu li a:focus {
    text-decoration: none;
    background: #1BA0D7;
}
footer ul.socials {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 70%;
}
footer ul.socials li {
    display: inline-block;
    margin-bottom: 4px;
}
footer ul.socials li a {
    display: block;
    padding: 8px 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
footer ul.socials li a:hover,
footer ul.socials li a:focus {
    text-decoration: none;
    background: #1BA0D7;
    transition-timing-function: ease-in-out;
    transition: 1.2s;
}
footer hr {
    filter: invert(1);
}
footer .text-bottom {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    margin: 0px;
}
footer .text-bottom a {
    color: inherit;
}

/* MAP */
#map {
    width: 100%;
    height: 300px;
}

/* CALL TO ACTION #1 */
.cta-1 {
    display: block;
    position: relative;
    padding: 60px 0px;
    background: #1BA0D7;
}
.cta-1 h3 {
    font-family: 'Poppins', sans-serif;
    color: rgba(255,255,255,1);
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: 500;
}
.cta-1.v2 h3 {
    font-weight: 200;
    line-height: 36px;
    margin: 0px;
}
.cta-1 p {
    font-family: 'Poppins', sans-serif;
    color: rgba(255,255,255,0.75);
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.cta-1 p.small {
    font-size: 12px;
    font-family: sans-serif;
    color: rgba(255,255,255,0.65);
    margin: 5px 0px 0px 0px;
}
.cta-1 .btn {
    padding-left: 55px;
    padding-right: 55px;
}

/* NICE UL */
.nice-ul {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nice-ul li {
    display: block;
    position: relative;
    padding: 5px 0px 5px 35px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.nice-ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background: #f1f1f1;
    border-radius: 50%;
    content: ' ';
}
.nice-ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #1BA0D7;
    border-radius: 50%;
    content: ' ';
    z-index: 1;
    font-family: 'FontAwesome';
    content: '\f00c';
}

/* WORKSHIP SERVICE */
.workshop-service {
    display: block;
    position: relative;
    padding: 80px 0px;
}
.workshop-service.v2 {
    background: #f2f3f4;
}
.workshop-service h1 {
    display: block;
    font-weight: bold;
    margin: 0;
    font-size: 30px;
    color: #091540;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}
.workshop-service p {
    margin: 15px 0px;
    color: rgba(0,0,0,0.75);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.workshop-service .image {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.1) 0px 5px 25px;
}
.nice-item {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.05) 0px 15px 45px;
}
.nice-item.with-margins {
    margin: -30px 0px;
}
.nice-item .info {
    padding: 25px;
}
.nice-image {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.1) 0px 35px 45px;
}
.nice-image.v2 {
    height: 250px;
}
.nice-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a {
    transition-timing-function: ease-in-out;
    transition: 1.5s;
}

@media (min-width:768px) and (max-width:992px) {
    .lead br {
        display: none;
    }
    .main h1 {
        font-size: 30px;
    }
    .main p.lead {
        font-size: 16px;
    }
    .main p:not(.lead) {
        width: 100%;
        font-size: 12px;
    }
    .main:not(.v2) {
        padding-top: 60px;
    }
    .btn {
        padding: 7px 14px !important;
        font-size: 12px;
    }
    .missed p {
        font-size: 12px;
    }
    .services-offered:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        opacity: 0.15;
        content: ' ';
        margin: auto;
    }
    .services-offered .col-md-4:nth-child(4) .service:before {
        position: absolute;
        top: 0;
        left: 0px;
        width: 1px;
        height: 100%;
        background: #fff;
        content: ' ';
        opacity: 0.15;
    }
    .workshop-service p {
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .lead br {
        display: none;
    }
    header .item:nth-child(2) {
        display: none;
    }
    header .socials,
    header .pull-right {
        display: none;
    }
    header p {
        font-size: 14px;
    }
    .navbar-light .navbar-brand {
        margin-left: 15px;
    }
    .navbar-light .navbar-toggler {
        margin-right: 15px;
    }
    .main {
        padding: 30px 0px 0px 0px;
    }
    .main h1 {
        font-size: 30px;
    }
    .main p.lead {
        font-size: 16px;
    }
    .main p:not(.lead) {
        font-size: 12px;
    }
    .btn {
        padding: 7px 14px !important;
        font-size: 12px;
    }
    .services {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0px;
    }
    .missed h2 {
        font-size: 24px;
    }
    .missed p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .services p {
        font-size: 11px;
    }
    .image-section {
        padding: 50px 0px;
        margin-top: 0px;
        z-index: 0;
    }
    .image-section h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .image-section h1 b {
        margin-top: 5px;
    }
    .company-shape {
        padding: 40px 0px !important;
    }
    .company-shape h2 {
        font-size: 24px;
    }
    .quote {
        padding-top: 180px;
        padding-bottom: 50px;
    }
    .quote .image {
        width: 100%;
        height: 150px;
        
    }
    .missing-point {
        font-size: 24px;
    }
    .main h2 {
        font-size: 24px;
    }
    .workshop-service .image {
        margin-bottom: 20px;
    }
    .contact-info {
        padding: 10px 15px;
        margin-top: 10px;
    }
    .contact-info .icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .contact-info .details {
        width: calc(100% - 40px);
    }
    .contact-info .details b {
        font-size: 13px;
    }
    .contact-info .details p {
        width: 100%;
    }
    .contact-form {
        margin-top: 30px;
    }
    .cta-1 {
        text-align: center;
    }
    .cta-1 .btn {
        margin-top: 20px;
    }
    .services-offered .col-md-4:nth-child(2) .service:after,
    .services-offered .col-md-4:nth-child(4) .service:after,
    .services-offered .col-md-4:nth-child(6) .service:after {
        display: none;
    }
    .services-offered .col-md-4:first-child .service:before {
        display: none;
    }
    .services-offered .service img {
        width: 32px;
    }
    .services-offered .service b {
        font-size: 11px;
        font-weight: normal;
    }
    .section-title p.lead {
        font-size: 16px;
        font-weight: 600;
    }
    .section-title p,
    .workshop-service p,
    .nice-ul li {
        font-size: 14px;
    }
    .nice-box {
        margin-top: 0px;
    }
    .nice-box-2 {
        margin-top: 20px;
    }
    .cta-1.v2 h3 {
        line-height: normal;
        font-size: 18px;
    }
    .navbar .nav-item.custom-dropdown > .custom-dropdown-menu {
        position: static;
        width: 100%;
        height: auto;
        box-shadow: none;
        padding: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
        padding-left: 15px;
    }
    .workshop-service {
        padding: 40px 0px;
    }
    .nice-image {
        width: 80%;
        height: 150px;
        margin-bottom: 30px;
    }
    .nice-item.with-margins {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .main.home {
        background-position: right 24% bottom;
        position: relative;
        padding: 80px 0px;
    }
    .main.home:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        content: '';
        z-index: 0;
        opacity: 0.5;
    }
    .main.home .container {
        position: relative;
        z-index: 1;
    }
    .main.home h1 {
        color: #fff;
    }
    .main.home p.lead {
        color: #fff;
    }
    .main.home p {
        color: rgba(255,255,255,0.75);
    }
    .main p:not(.lead) {
        font-size: 14px !important;
        padding: 0px;
        font-weight: 400;
        width: 100%;
    }
    .company-shape.v2 {
        background: #eaeaea;
        padding: 40px 0px;
    }
    .contact-info .details p {
        font-size: 12px;
    }
    .services-offered:after {
        position: absolute;
        top: calc(100% / 3);
        left: 0px;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.15);
        content: ' ';
    }
    .services-offered:before {
        position: absolute;
        top: calc((100% / 3) * 2);
        left: 0px;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.15);
        content: ' ';
    }
}